-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unspecific/unsupported family ipv4 mpls-vpn with extended next-hop capability enabled #976
Comments
master is currently in flux and but could you please test the fix above. The previous patch is also related. |
It works now: Sun, 17 May 2020 10:19:10 8086 process command from process test : announce attribute route-distinguisher 63333:100 label [ 110 ] next-hop 10.0.99.12 nlri 129.0.64.0/18 Sun, 17 May 2020 10:19:10 8076 incoming-1 received TCP payload ( 19) FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF 0052 02 |
** Bug Report **
While experimenting with sending different routes between two exabgp instances I came across a possible bug. When I send a route like one from your example (etc/exabgp/run/api-attributes-vpn.run):
announce attribute route-distinguisher 63333:100 label [ 110 ] next-hop 10.0.99.12 nlri 128.0.64.0/18
.. second exabgp peer breaks and keeps restarting session with error - UPDATE message error / Unspecific / unsupported family ipv4 mpls-vpn with extended next-hop capability enabled]
Edit:
Sorry - forgot to mention the cause of the error (which is obvious from log) - capability nexthop.
When I remove:
everything works as supposed.
The question is why I shoud not be able to have next-hop capability enabled while sending such a route?
# 1 INSTANCE
source etc/snd.env
exabgp -d -f . etc/snd.conf
snd.conf
snd.env
# 2 INSTANCE
source etc/rcv.env
exabgp -d -f . etc/snd.conf
rcv.conf
rcv.env
Environment
Logs
issue.log
The text was updated successfully, but these errors were encountered: