deth1k wrote: » Do all routers in the network know how to reach loopbacks of R7 and R8? Remember your IGP is unaware of them as per restrictions (do not redistribute). P.S that is not loopback IP of R7 D 155.1.7.0/24 [90/384000] via 155.1.58.5, 01:14:21, GigabitEthernet0/1.58
interface Tunnel0 ip address 10.1.78.7 255.255.255.0 tunnel source 155.1.67.7 tunnel destination 155.1.58.8 router bgp 100 bgp log-neighbor-changes network 150.1.7.7 mask 255.255.255.255 neighbor 10.1.78.8 remote-as 200
interface Tunnel0 ip address 10.1.78.8 255.255.255.0 tunnel source 155.1.58.8 tunnel destination 155.1.67.7 router bgp 200 bgp log-neighbor-changes network 150.1.8.8 mask 255.255.255.255 neighbor 10.1.78.7 remote-as 100 neighbor 155.1.108.10 remote-as 54 neighbor 155.1.108.10 password CISCO
Dieg0M wrote: » Are you sure you are getting the loopback address from BGP? I'm guessing it's a BGP next hop problem and that is why they are changing it manually to go through a GRE tunnel.
FrankGuthrie wrote: » I made an error in thinking.