You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a MicroCloud deployed cross 3 physical nodes
I've configured BGP between LXD and the physical router in this lab network
The router is successfully receiving routes for the three networks I've created so far. However, one of those networks is showing different values for the next hop:
jsimpso@rubidoux:~$ show bgp ipv4
BGP table version is 49, local router ID is 10.0.25.1, vrf id 0
Default local pref 100, local AS 64513
Status codes: s suppressed, d damped, h history, * valid, > best, = multipath,
i internal, r RIB-failure, S Stale, R Removed
Nexthop codes: @NNN nexthop's vrf id, < announce-nh-self
Origin codes: i - IGP, e - EGP, ? - incomplete
RPKI validation codes: V valid, I invalid, N Not found
Network Next Hop Metric LocPrf Weight Path
* 172.16.0.0/28 10.0.10.4 0 64512 i
* 10.0.10.4 0 64512 i
*> 10.0.10.4 0 64512 i
* 172.16.0.128/28 10.0.10.3 0 64512 i
* 10.0.10.3 0 64512 i
*> 10.0.10.3 0 64512 i
*= 172.16.1.0/25 10.0.25.11 0 64512 i
*= 10.0.10.5 0 64512 i
*> 10.0.25.10 0 64512 i
Displayed 3 routes and 9 total paths
Running lxc query internal/testing/bgp across the three nodes confirms that only one of them has the nexthop value set to the OVN router, the other two list "0.0.0.0".:
I seem to be able to trigger this behaviour by changing the configuration of the network. This issue occurred after I changed the MTU for the network from 1442 to 1500 for some unrelated troubleshooting. Changing the configuration back to its original state doesn't appear to have any positive effect.
I've just reproduced this by replicating that same change (editing the network's YAML configuration via the LXD UI) on network_4 from the above output, and now see the same situation there:
Router
BGP table version is 53, local router ID is 10.0.25.1, vrf id 0
Default local pref 100, local AS 64513
Status codes: s suppressed, d damped, h history, * valid, > best, = multipath,
i internal, r RIB-failure, S Stale, R Removed
Nexthop codes: @NNN nexthop's vrf id, < announce-nh-self
Origin codes: i - IGP, e - EGP, ? - incomplete
RPKI validation codes: V valid, I invalid, N Not found
Network Next Hop Metric LocPrf Weight Path
*= 172.16.0.0/28 10.0.25.11 0 64512 i
*= 10.0.25.10 0 64512 i
*> 10.0.10.4 0 64512 i
* 172.16.0.128/28 10.0.10.3 0 64512 i
* 10.0.10.3 0 64512 i
*> 10.0.10.3 0 64512 i
*= 172.16.1.0/25 10.0.25.11 0 64512 i
*= 10.0.10.5 0 64512 i
*> 10.0.25.10 0 64512 i
Displayed 3 routes and 9 total paths
Required information
Issue description
This is a MicroCloud deployed cross 3 physical nodes
I've configured BGP between LXD and the physical router in this lab network
The router is successfully receiving routes for the three networks I've created so far. However, one of those networks is showing different values for the next hop:
Running
lxc query internal/testing/bgp
across the three nodes confirms that only one of them has the nexthop value set to the OVN router, the other two list "0.0.0.0".:mc-001:
mc-002:
mc-003:
Steps to reproduce
I seem to be able to trigger this behaviour by changing the configuration of the network. This issue occurred after I changed the MTU for the network from
1442
to1500
for some unrelated troubleshooting. Changing the configuration back to its original state doesn't appear to have any positive effect.I've just reproduced this by replicating that same change (editing the network's YAML configuration via the LXD UI) on
network_4
from the above output, and now see the same situation there:Router
mc-001:
mc-002:
mc-003:
The text was updated successfully, but these errors were encountered: