cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
503
Views
0
Helpful
1
Replies

redistribute BGP into Eigrp

stephtchoko
Level 3
Level 3

Please, is somebody has a confguration example for 3 router running BGP and redistribute this route into a router run EIGRP.

Best regards.

1 Reply 1

Here is an exemple:

router bgp 65535

no synchronization

network 10.0.0.0 mask 255.0.0.0

neighbor 192.168.1.2 remote-as 65400

neighbor 172.16.1.2 remote-as 65535

neighbor 172.16.1.3 remote-as 65535

no auto-summary

!

router eigrp 1

redistribute bgp 65535

default-metric 100000 200 255 1 1500

no auto-summary

!

By default, only EBGP routes will be redistributed into EIGRP. If you also want IBGP routes to be redistributed, add "bgp redistribute-internal" under 'router bgp'.

Hope that helps.

Review Cisco Networking for a $25 gift card