Newbie route redistribution eigrp into bgp question

I am attempting to redistribute EIGRP into BGP. I have 3 routers

Router A router bgp 11 no synchronization neighbor 150.10.10.2 remote-as 10 neighbor 160.20.20.2 remote-as 10

Router B interface Ethernet0 ip address 192.168.1.2 255.255.255.0 router eigrp 10 network 192.168.1.0 router bgp 10 no synchronization network 10.0.0.0 network 192.168.1.0 neighbor 160.20.20.1 remote-as 11

Router C interface Ethernet0 ip address 192.168.1.1 255.255.255.0 router eigrp 10 network 192.168.1.0 router bgp 10 no synchronization redistribute eigrp 10 neighbor 150.10.10.1 remote-as 11

From Router A I can ping 192.168.1.2 on Router B but not 192.168.1.1 on

Router C. Any ideas? See below results of sh ip bgp from Router A Network Next Hop Metric LocPrf Weight Path

  • 192.168.1.0 150.10.10.2 0 0 10 ?
*> 160.20.20.2 0 0 10 i
Reply to
Sean.Evershed
Loading thread data ...

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.