[c-nsp] Problem redistributing 0.0.0.0/0 in eigrp

Alexandra Alvarado aaaa at telconet.net
Fri Jul 28 02:08:35 EDT 2006


Hello,

 

I have read the cisco tips to redistribute bgp into eigrp, and I followed
these steps, but it didn't work because the other router doesn't receive the
default route.  

 

 

Thanks

 

A.A.A.A.

 

 

 

Next the configuration:

 

 

Switch catalyst 3550

 

ip prefix-list def-route seq 10 permit 0.0.0.0/0

 

route-map check-def permit 10

 match ip address prefix-list def-route

 

router eigrp 6

 redistribute bgp 19169 metric 1 10 255 1 1500 route-map check-def

 passive-interface default

 no passive-interface GigabitEthernet0/1

 network 10.101.61.250 0.0.0.0

 network 10.201.61.248 0.0.0.7

 no auto-summary

 no eigrp log-neighbor-changes

!

router bgp 19169

 no synchronization

 bgp redistribute-internal

 bgp router-id 10.101.61.250

 bgp log-neighbor-changes

 neighbor 10.101.11.247 remote-as 19169

 neighbor 10.101.11.247 update-source Loopback0

 neighbor 10.101.11.247 version 4

 neighbor 10.101.11.247 weight 990

 neighbor 10.101.11.247 soft-reconfiguration inbound

 neighbor 10.101.11.248 remote-as 19169

 neighbor 10.101.11.248 update-source Loopback0

 neighbor 10.101.11.248 version 4

 neighbor 10.101.11.248 weight 1000

 neighbor 10.101.11.248 soft-reconfiguration inbound

 neighbor 10.101.61.248 remote-as 19169

 neighbor 10.101.61.248 update-source Loopback0

 neighbor 10.101.61.248 version 4

 neighbor 10.101.61.248 weight 1000

 neighbor 10.101.61.248 route-reflector-client

 neighbor 10.101.61.248 soft-reconfiguration inbound

 neighbor 10.101.61.249 remote-as 19169

 neighbor 10.101.61.249 update-source Loopback0

 neighbor 10.101.61.249 version 4

 neighbor 10.101.61.249 weight 1000

 neighbor 10.101.61.249 route-reflector-client

 neighbor 10.101.61.249 soft-reconfiguration inbound

 no auto-summary

 

!This config is going to be removed when eigrp works well!

 

router ospf 6

 router-id 10.101.61.250

 log-adjacency-changes

 area 6 authentication message-digest

 passive-interface default

 no passive-interface GigabitEthernet0/1

 network 10.101.61.250 0.0.0.0 area 6

 network 10.201.61.248 0.0.0.7 area 6

 default-information originate always metric 400

!

 

 

I receive BGP default route:

 

sw1progreso#show ip bgp

BGP table version is 681, local router ID is 10.101.61.250

Status codes: s suppressed, d damped, h history, * valid, > best, i -
internal

Origin codes: i - IGP, e - EGP, ? - incomplete

 

   Network          Next Hop            Metric LocPrf Weight Path

* i0.0.0.0          10.101.12.250                 100    990 i

 

 

Routercisco7500

 

router eigrp 6

 passive-interface default

 no passive-interface FastEthernet1/0/0

 network 10.101.61.248 0.0.0.0

 network 10.101.62.249 0.0.0.0

 network 10.101.63.248 0.0.0.0

 network 10.201.61.248 0.0.0.7

 no auto-summary

 no eigrp log-neighbor-changes

!

 

rotelconetsl1#show ip route eigrp

     10.0.0.0/8 is variably subnetted, 40 subnets, 5 masks

D       10.101.61.250/32 

           [90/156160] via 10.201.61.254, 02:04:58, FastEthernet1/0/0

rotelconetsl1#



More information about the cisco-nsp mailing list