From: bruce.lawrence.williams@xxxxxxxxxxx
Date: Fri Feb 08 2002 - 02:10:45 GMT-3
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