EIGRP and BGP redistribution

From: Devender Singh (devender.singh@xxxxxxxxxxxxxx)
Date: Mon Feb 05 2001 - 00:43:54 GMT-3


   
Q: EIGRP and BGP redistribution.

Explanation: What I am trying to is very simple. Allow only 1.1.1.0 route
from bgp. But "route-map" worked and "distribute-list" didn't. Can some tell
me what am I doing wrong or is it really weird.

************** The following config works ********************
router eigrp 10
 redistribute bgp 200 route-map onlyLOO <----------
 passive-interface Loopback0
 network 145.100.15.0
 default-metric 1000 100 255 1 1500
 no auto-summary
 eigrp log-neighbor-changes
!
access-list 1 permit 1.1.1.0 <----------
!
route-map onlyLOO permit 10 <-----------
 match ip address 1
!
route-map onlyLOO deny 20

**************The following config doesn't work ****************
router eigrp 10
 redistribute bgp 200 <----------
 passive-interface Loopback0
 network 145.100.15.0
 default-metric 1000 100 255 1 1500
 distribute-list 1 out bgp 200 <----------
 no auto-summary
 eigrp log-neighbor-changes
!
access-list 1 permit 1.1.1.0 <----------
!
*****************************************************************

cheers

Devender Singh
BE(Hons), CCNP
IP Solution Specialist



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:28:36 GMT-3