cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

IPv6 IBGP Loopback peering

IPv6 IBGP Loopback peering

andreas1
New Contributor II
I'm trying to setup ibgp ipv6 between two x460-g2 running version 22.2.1.5-patch1-4

I have two ebgpipv6 neigh on one router and one ibgp ipv6 neigh on the other router.

The router with ebgp receives a default :./0 from the upstream provider.

I annononce the default route route thru ebgp to a customer just fine.

Ex
enable bgp neighbor X address-family ipv6-unicast originate-default

However between the ibgp speakers nothing is announced.
Since it's ibgp I have a igp ( ospv3) that has full connectivity between the ibgp routers I can ping and have reachability between the ipv6 loopback interfaces ( that I have assigned)

Below is the snippet of the bgp config
create bgp neighbor X remote-AS-number 12345
enable bgp neighbor X
disable bgp neighbor X capability ipv4-unicast
disable bgp neighbor X capability ipv4-multicast
configure bgp neighbor X address-family ipv6-unicast send-community both
enable bgp neighbor X address-family ipv6-unicast soft-in-reset
configure bgp neighbor X source-interface ipaddress X

I can mention that the exact same thing works like a charm with ipv4.
The default I get from the upstream is announced to my ibgp peer and I peer over the loopbacks.

Can you see any errors or mistakes ?
If not I will open a case.

2 REPLIES 2

OscarK
Extreme Employee
The problem was caused by ipv6-unicast capability was not enabled on both ibgp switches.
https://gtacknowledge.extremenetworks.com/articles/Solution/Bgp-ipv6-networks-not-transmitted-to-bgp...

Stephane_Grosj1
Extreme Employee
Hi,

I usually like to check what one peer is sending and what the other is receiving, but you may want to check your next-hop first (next-hop self).
GTM-P2G8KFN