distribute-list

From: Kevin Young (kvyoung@xxxxxxxx)
Date: Fri May 19 2000 - 11:40:27 GMT-3


   

Hi,guys, i met a problem as below:

    redistributing a default route(0.0.0.0/0)from ospf into eigrp, when use rou
te-map, it works fine, only redistribute one route(0.0.0.0/0) into eigrp:
router eigrp 10
 redistribute ospf 100 route-map a
 network 11.0.0.0
 default-metric 64 1000 255 1 1500
access-list 1 permit 0.0.0.0
route-map a permit 10
 match ip address 1

when use distribute-list, it doesn't work fine, redsitributed all routes(includ
ed 0.0.0.0/0) into eigep:
router eigrp 10
 redistribute ospf 100
 network 11.0.0.0
 default-metric 64 1000 255 1 1500
 distribute-list 1 out ospf 100
access-list 1 permit 0.0.0.0

but when use distribute-list 1 out interface , it also works fine, i'm puzzled,
 why it doesn't work using distribute-list 1 out ospf 100 ? what about extended
 access-list?



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:23:30 GMT-3