I recently set up a GNS lab to practice redisribution. I've gotten everything to work except iBGP to EIGRP. My lab is large so I'm only providing the important part of the configs from the two iBGP routers. Can someone tell me why I can see all of the EIGRP routes in the rest of the network (anything RTR B and beyond) but any router behind RTR A cannot see the iBGP routes? Any help would be greatly appeciated. Chuck
other routers--RTR A--RTR B---other routers Here's the configs: RTR A interface Loopback2 ip address 5.255.255.2 255.255.255.255 ! interface FastEthernet0/0 ip address 10.5.20.5 255.255.255.0 ! router eigrp 12 redistribute bgp 65002 network 5.5.5.5 0.0.0.0 !--Lo1 network 10.4.5.0 0.0.0.255 !--f0/1 default-metric 100000 100 250 100 1500 no auto-summary ! router bgp 65002 no synchronization bgp router-id 5.255.255.2 bgp log-neighbor-changes redistribute eigrp 12 neighbor 20.255.255.2 remote-as 65002 neighbor 20.255.255.2 update-source Loopback2 no auto-summary ! ip route 20.255.255.2 255.255.255.255 10.5.20.20 RTR B interface Loopback2 ip address 20.255.255.2 255.255.255.255 ! interface FastEthernet0/0 ip address 10.5.20.20 255.255.255.0 ! router bgp 65002 no synchronization bgp router-id 20.255.255.2 bgp log-neighbor-changes neighbor 5.255.255.2 remote-as 65002 neighbor 5.255.255.2 update-source Loopback2 neighbor 5.255.255.2 next-hop-self neighbor 10.14.20.14 remote-as 65001 !--Other eBGP route neighbor 10.19.20.19 remote-as 65003 !--Other eBGP route default-information originate no auto-summary ! ip route 5.255.255.2 255.255.255.255 10.5.20.5 _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com http://onlinestudylist.com/mailman/listinfo/ccie_rs
