i BGP next hop self issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-08-2016 05:26 AM
Next hop self not working as expected in i-BGP peering. We have e-BGP peering across Extreme pair of L3 switches towards ISP routers. Also we have i-BGP peering between application nodes and the Extreme switches. Refer to diagram below. Default route is advertised by ISP routers and reaches Extreme A and B, but not till Application node at the left-most side. Next-hop self is enabled for IPv6, still I can see on Extreme that the default route next hop is shown as the ISP router interface, instead of the Extreme switch.
This works fine with IPv4, as expected.
This works fine with IPv4, as expected.
9 REPLIES 9
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-09-2016 12:55 PM
Nice. I actually had that in my last reply but that that was to trivial. Anyway, that does make sense and glad it worked.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-09-2016 12:42 PM
Hi All
It got fixed by enabling IPv6 unicast next hop self. Normal next hop self only enables for IPv4, by default. For IPv6, it has to be enabled under address family.
configure bgp neighbor fd00:x.y.y::1 address-family ipv6-unicast next-hop-self
It got fixed by enabling IPv6 unicast next hop self. Normal next hop self only enables for IPv4, by default. For IPv6, it has to be enabled under address family.
configure bgp neighbor fd00:x.y.y::1 address-family ipv6-unicast next-hop-self
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-09-2016 12:42 PM
Oh yes, I thought you did it, I miss read your snippet. It applies for anything, btw. IPv4 unicast is assumed by default, so we are generally not used to it, but yes, you have to specify the address-family. Good you found it.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-09-2016 11:44 AM
Are the Extreme BGP routers sending the route to the App? Is your BGP daemon on the server side receiving the route? Do you have some routing policy? What about ASN? No AS-Path loop there?
