Hi Rene,
It seems to be an issue with loopback connectivity on two of the host routers, H1 and H3 when I source the loopback during a ping to R3 lo0.
When I don’t source the loopback its fine and pings ok.
Reachablility is being distributed using OSPF for the loopbacks and they appear in the route table.
Below config from the H1-H2-H3 routers which are all using any cast IP 10.0.0.1 on their lo0 interface which is the source for BGP peering.
H1 Doesn’t ping
H1#show running-config interface lo0
Building configuration...
Current configuration : 64 bytes
!
interface Loopback0
ip address 10.0.0.1 255.255.255.255
end
H1#show run
H1#show running-config | secti
H1#show running-config | section ospf
router ospf 1
router-id 11.11.11.11
network 10.0.0.1 0.0.0.0 area 0
network 192.168.1.0 0.0.0.3 area 0
H1#show run
H1#show running-config | section bgp
router bgp 10
bgp log-neighbor-changes
neighbor 10.0.0.2 remote-as 10
neighbor 10.0.0.2 update-source Loopback0
H1#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
a - application route
+ - replicated route, % - next hop override, p - overrides from PfR
Gateway of last resort is not set
10.0.0.0/32 is subnetted, 2 subnets
C 10.0.0.1 is directly connected, Loopback0
O 10.0.0.2 [110/2] via 192.168.1.1, 00:10:23, GigabitEthernet1
192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.1.0/30 is directly connected, GigabitEthernet1
L 192.168.1.2/32 is directly connected, GigabitEthernet1
192.168.2.0/30 is subnetted, 1 subnets
O 192.168.2.0 [110/2] via 192.168.1.1, 00:10:23, GigabitEthernet1
192.168.3.0/30 is subnetted, 1 subnets
O 192.168.3.0 [110/2] via 192.168.1.1, 00:10:23, GigabitEthernet1
H1#
H2 WORKS
H2#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
a - application route
+ - replicated route, % - next hop override, p - overrides from PfR
Gateway of last resort is not set
10.0.0.0/32 is subnetted, 2 subnets
C 10.0.0.1 is directly connected, Loopback0
O 10.0.0.2 [110/2] via 192.168.2.1, 00:10:28, GigabitEthernet2
192.168.1.0/30 is subnetted, 1 subnets
O 192.168.1.0 [110/2] via 192.168.2.1, 00:10:28, GigabitEthernet2
192.168.2.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.2.0/30 is directly connected, GigabitEthernet2
L 192.168.2.2/32 is directly connected, GigabitEthernet2
192.168.3.0/30 is subnetted, 1 subnets
O 192.168.3.0 [110/2] via 192.168.2.1, 00:10:28, GigabitEthernet2
H2#
Peering Router R3:
R3#show running-config interface lo0
Building configuration...
Current configuration : 99 bytes
!
interface Loopback0
description loopback-host-peering
ip address 10.0.0.2 255.255.255.255
end
R3#show run
R3#show running-config | sec
R3#show running-config | section ospf
router ospf 1
router-id 44.44.44.44
network 10.0.0.2 0.0.0.0 area 0
network 192.168.1.0 0.0.0.3 area 0
network 192.168.2.0 0.0.0.3 area 0
network 192.168.3.0 0.0.0.3 area 0
R3#show run
R3#show running-config | sect
R3#show running-config | section bgp
router bgp 10
bgp log-neighbor-changes
neighbor 10.0.0.1 remote-as 10
neighbor 10.0.0.1 update-source Loopback0