11-18-2013 12:37 PM - edited 03-04-2019 09:36 PM
Hello,
I have 2 Nexus 5000's as iBGP neighbors, both have their own wan access, if wan goes down on one of the nexus, I loose access to internal networks even from neighbor router with active wan, I can only ping physical interfaces on the nexus.
I have attache BGP config for reference.
thanks
11-18-2013 02:37 PM
Hi,
Can you post the output of 'show ip bgp' when both WAN interfaces are up and when one of the WAN interfaces is down?
Thanks,
11-18-2013 03:33 PM
11-18-2013 03:49 PM
Hi,
Thanks for these.
I can see in the show ip bgp outputs that the ibgp path to all destinations is using the next-hop address of the opposite N5ks WAN connection. For example dist-1 is using next-hop address 10.50.132.18 which is the WAN connection for dist-2. For BGP to consider a path valid, the router must be able to route to the advertised next-hop addess.
Can you check if dist-1 has a route for 10.50.132.18 this address in its local RIB?
The normal way to resolve this issue is to set 'next-hop-self' for the iBGP connection on both N5ks or advertise the WAN next hop addresses into IGP.
I can see in the BGP configuation that an iBGP peer-policy has been configured with next-hop-self but it doesnt appear to be applied.
11-18-2013 03:51 PM
I am new to Nexus, how to apply ? I thought adding in configuration will do it .
thanks
11-18-2013 03:59 PM
Hi,
I would just configure next-hop-self for each neighbor as follows
dist-1
neighbor 10.25.38.12 remote-as 64415
description << iBGP Peering to DIST2 >>
update-source loopback0
address-family ipv4 unicast
next-hop-self
dist-2
neighbor 10.25.38.11 remote-as 64415
description << iBGP Peering to DIST1 >>
update-source loopback0
address-family ipv4 unicast
next-hop-self
11-18-2013 04:07 PM
This is how it's configured on dist1, I thought I have to do a committ, will schedule a windiow & test if internal routes are reachable.
Thanks again for all your help, will update with result.
11-19-2013 12:39 PM
Hi Will,
I applied next-hop-self to both ibgp neighbors, still same issue. In sh ip bgp default route from dist2 is advertised to dist1 as you mentioned, no change.
thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide