Hi guys I have these topology just like on the cbt nuggets. I configured all routers with bgp and all are neighbors. My problem is, I will use this topology for manipulating the path attributes but my alternate paths are missing from R1, R2, ad R3 for the loopbacks 150.1.50.0, 150.2.50.0, 200.50.1.0 and 200.50.2.0.
I've once used this topology and able to see the alternate routes and able to manipulate the attributes. I just did the same configurations just like before but now the alternate routes are not appearing. help!
R1:
router bgp 5500
no synchronization
bgp log-neighbor-changes
neighbor 2.2.2.2 remote-as 5500
neighbor 2.2.2.2 update-source Loopback0
neighbor 2.2.2.2 next-hop-self
neighbor 3.3.3.3 remote-as 5500
neighbor 3.3.3.3 update-source Loopback0
neighbor 3.3.3.3 next-hop-self
no auto-summary
R2:
router bgp 5500
no synchronization
bgp log-neighbor-changes
neighbor 1.1.1.1 remote-as 5500
neighbor 1.1.1.1 update-source Loopback0
neighbor 1.1.1.1 next-hop-self
neighbor 3.3.3.3 remote-as 5500
neighbor 3.3.3.3 update-source Loopback0
neighbor 3.3.3.3 next-hop-self
neighbor 4.4.4.4 remote-as 777
neighbor 4.4.4.4 ebgp-multihop 2
neighbor 4.4.4.4 update-source Loopback0
no auto-summary
!
ip route 4.4.4.0 255.255.255.0 30.1.24.2
R3:
router bgp 5500
no synchronization
bgp log-neighbor-changes
neighbor 1.1.1.1 remote-as 5500
neighbor 1.1.1.1 update-source Loopback0
neighbor 1.1.1.1 next-hop-self
neighbor 2.2.2.2 remote-as 5500
neighbor 2.2.2.2 update-source Loopback0
neighbor 2.2.2.2 next-hop-self
neighbor 6.6.6.6 remote-as 777
neighbor 6.6.6.6 ebgp-multihop 2
neighbor 6.6.6.6 update-source Loopback0
no auto-summary
!
ip route 6.6.6.0 255.255.255.0 30.1.36.2
R5:
router bgp 911
no synchronization
bgp log-neighbor-changes
neighbor 4.4.4.4 remote-as 777
neighbor 4.4.4.4 ebgp-multihop 2
neighbor 4.4.4.4 update-source Loopback2
neighbor 7.7.7.7 remote-as 711
neighbor 7.7.7.7 ebgp-multihop 2
neighbor 7.7.7.7 update-source Loopback2
no auto-summary
!
ip route 4.4.4.0 255.255.255.0 30.1.10.1
ip route 7.7.7.0 255.255.255.0 30.1.14.2
R7:
router bgp 711
no synchronization
bgp log-neighbor-changes
neighbor 5.5.5.5 remote-as 911
neighbor 5.5.5.5 ebgp-multihop 2
neighbor 5.5.5.5 update-source Loopback2
neighbor 6.6.6.6 remote-as 777
neighbor 6.6.6.6 ebgp-multihop 2
neighbor 6.6.6.6 update-source Loopback2
no auto-summary
!
ip route 5.5.5.0 255.255.255.0 30.1.14.1
ip route 6.6.6.0 255.255.255.0 30.1.11.1
tell me if you need more information about my configs. thanks!