RE: redistribution of bgp default route into eigrp

From: Chua, Parry (Parry.Chua@xxxxxxxxxx)
Date: Fri Feb 08 2002 - 02:41:51 GMT-3


   
Before you can inject default from BGP to EIGRP, there must be a default
route learn via BGP, do s how ip route, show ip bgp to ensure there is a
default route.

Parry Chua

-----Original Message-----
From: Chua, Parry
Sent: Friday, February 08, 2002 1:35 PM
To: 'bruce.lawrence.williams@verizon.com'; ccielab@groupstudy.com
Subject: RE: redistribution of bgp default route into eigrp

If you have IRA, see pg 411, sound like missung default metric in EIGRP.

Parry Chua

-----Original Message-----
From: bruce.lawrence.williams@verizon.com
[mailto:bruce.lawrence.williams@verizon.com]
Sent: Friday, February 08, 2002 1:11 PM
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