RE: redistribution of bgp default route into eigrp

From: Yadav, Arvind K (CAP, GECIS) (Arvind.Yadav@xxxxxxxxxxxx)
Date: Fri Feb 08 2002 - 05:40:52 GMT-3


   
1st check whether you have default routes in you bgp table or not.
2nd this is becuase of EIGRP Metric. you need to put default-metric command.

router eigrp 10
 redistribute bgp 3 route-map ABC
 network 10.0.0.0
 default-metric 1000 100 250 100 15000

Arvind

-----Original Message-----
From: bruce.lawrence.williams@verizon.com
[mailto:bruce.lawrence.williams@verizon.com]
Sent: Friday, February 08, 2002 10:41 AM
To: ccielab@groupstudy.com
Subject: redistribution of bgp default route into eigrp

Please tell me what I am doing wrong. I have a border router that is
running EBGP on its serial interface and EIGRP on the LAN interface. I want
to redistribute the default route and the default route only from the BGP
process into EIGRP. I configured redistribution with a route map that
references a prefix list that only allows 0.0.0.0/0, but I dont see the
default route being distributed into EIGRP. I added the commands
"default-information in" and "default-information out" to the EIGRP process
also and it still does not work.

Here is the config:

!
router eigrp 10
 redistribute bgp 3 route-map ABC
 network 10.0.0.0
 default-information in 1
 default-information out 1
!
router bgp 3
 neighbor 192.168.1.1 remote-as 192
 default-information originate
!
ip classless
!
!
ip prefix-list ABC seq 5 permit 0.0.0.0/0
!
access-list 1 permit any
!
route-map ABC permit 10
 match ip address prefix-list ABC
!



This archive was generated by hypermail 2.1.4 : Thu Jun 20 2002 - 13:46:15 GMT-3