02-25-2019 08:06 PM
See attachment - looking for some help.
All routers in EIGRP can only ping up to the interfaces marked with a red line, and all BGP routers can ping every router except past the BGP interface on R5.
R5 is where BGP65000 (which has 4 routers as you can see in BGP65000) is redistributed into EIGRP100, and R5 can ping everything in the topology.
R7 joins EIGRP100 and 200. As I stated there are no comms issues with EIGRP routers except going past the interaces marked with a red wall/line.
R11 is a Route-Reflector. See applicable configs for R11, R5, and R6 since the issue seems to pertain to either my RR configs on R11, or distribution configs on R5. No static routes/GWs, ACLs, route-maps, filters, etc. are configured.
R11#sh running-config | section router
router bgp 65000
bgp router-id 11.11.11.11
bgp log-neighbor-changes
network 11.11.11.11 mask 255.255.255.255
network 50.1.1.4 mask 255.255.255.252
network 100.1.1.1 mask 255.255.255.255
network 203.3.3.0 mask 255.255.255.252
network 203.4.4.0
neighbor 50.1.1.6 remote-as 65000
neighbor 50.1.1.6 route-reflector-client
neighbor 203.3.3.1 remote-as 65000
neighbor 203.3.3.1 route-reflector-client
neighbor 203.4.4.2 remote-as 65000
neighbor 203.4.4.2 route-reflector-client
-------------------------------------------------
R5#sh running-config | section router
router eigrp 100
network 5.5.5.5 0.0.0.0
network 203.2.2.0 0.0.0.3
redistribute bgp 65000 metric 10000 100 255 1 1500
router bgp 65000
bgp router-id 5.5.5.5
bgp log-neighbor-changes
network 5.5.5.5 mask 255.255.255.255
network 203.1.1.0 mask 255.255.255.252
network 203.3.3.0 mask 255.255.255.252
redistribute eigrp 100
neighbor 203.1.1.2 remote-as 65001
neighbor 203.3.3.2 remote-as 65000
-------------------------------------------------
R6#sh running-config | section router
router eigrp 100
network 6.6.6.6 0.0.0.0
network 203.2.2.0
network 203.3.3.0
See anything that stands out or may be incorrect?
Solved! Go to Solution.
03-01-2019 09:42 PM
Added the "bgp redistribute-internal" config under bgp 65000 on R5 and vioala!
Looks like BGP would not share iBGP routes with EIGRP (IGP) without this command.
03-01-2019 03:15 PM
Anyone?
03-01-2019 09:42 PM
Added the "bgp redistribute-internal" config under bgp 65000 on R5 and vioala!
Looks like BGP would not share iBGP routes with EIGRP (IGP) without this command.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide