bgp ipv6 - incorrect ipv6 nht #13362
Replies: 4 comments 1 reply
-
I don't understand the question. From the output, you have established connection and even sending/receiving routes. |
Beta Was this translation helpful? Give feedback.
-
I can't sent ping packets - because next-hop is waiting for a reply from eth0, not from my eth1. |
Beta Was this translation helpful? Give feedback.
-
the error is that bgp is waiting a nht reply from eth0, not from eth1. |
Beta Was this translation helpful? Give feedback.
-
Hi. B>* ::/0 [20/0] via fe80::ee38:7305:fae8:8830, eth1, weight 1, 2d04h45m |
Beta Was this translation helpful? Give feedback.
-
I'm trying to establish ipv6 public bgp connection with my uplink.
For my point-to-point I use eth1. eth0 is my management interface.
Bgp session is ok. but my output of "sh ipv6 nht" reports me -
arp -an indicates that mac-address of my uplink is on eth1 (5.188.236.120 is it's ipv4).
.......
? (5.188.236.120) at ec:38:73:e8:88:30 [ether] on eth1
.......
but fe80::ee38:7305:fae8:8830(Connected) in vrf is on eth0.
It seems to me that this error in vrf deny me to establish correct ipv6 bgp peer with my uplink.
My running config -
output of bgp summary -
My uplink announce me default only.
I compile latest frr master branch - https://github.com/FRRouting/frr/tree/c53ab57b79f1ddd8424e671bb00a8cf05fa7bcee
Beta Was this translation helpful? Give feedback.
All reactions