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
Version 9.1 currently but I can upgrade if necessary.
I have debug ospf zebra enabled b/c I want to see changes to the routing table.
When a distant link that's part of an ECMP set dies and OSPF processes the LSA, it does not log the deletion of the ECMP route.
E.g., given the starting point:
192.168.0.6/31 nhid 33 via 192.168.0.1 dev eth1 proto ospf metric 20
192.168.0.12/31 nhid 34 proto ospf metric 20
nexthop via 192.168.0.3 dev eth2 weight 1
nexthop via 192.168.0.1 dev eth1 weight 1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Version 9.1 currently but I can upgrade if necessary.
I have
debug ospf zebra
enabled b/c I want to see changes to the routing table.When a distant link that's part of an ECMP set dies and OSPF processes the LSA, it does not log the deletion of the ECMP route.
E.g., given the starting point:
If the
0.6/31
link dies, OSPF logs:And the resulting table:
The resulting table is correct, but the log omits the deletion of
0.12/31 nexthop via eth1
. Is this info in another debug log, or is this a bug?Beta Was this translation helpful? Give feedback.
All reactions