From: ssowell@xxxxxxxx
Date: Fri Feb 08 2002 - 16:12:25 GMT-3
Parry gives good advice in this and the last email. I've found that redistribut
ion often doesn't work well unless you specify a default-metric.
As the url below states, "only connected routes and interface static routes can
be redistributed without a default-metric"
http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/ip_r/ip
rprt2/1rdeigrp.htm#xtocid189574
Steven Sowell
CCIE#7317
Original Message:
-----------------
From: Chua, Parry Parry.Chua@compaq.com
Date: Fri, 8 Feb 2002 13:41:51 +0800
To: bruce.lawrence.williams@verizon.com, ccielab@groupstudy.com
Subject: RE: redistribution of bgp default route into eigrp
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:16 GMT-3