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
Describe the bug
When LLDPD is running, FRR records a 'link-up' event approximately every second. This causes VRRP to try and start, and spam the log file with errors.
[ X ] Did you check if this is a duplicate issue?
Did you test it on the latest FRRouting/frr master branch?
To Reproduce
Configure lldpd
configure system interface description
configure system bond-slave-src-mac-type real
configure lldp agent-type nearest-bridge
configure lldp portidsubtype ifname
configure lldp status rx-and-tx
Start FRR with a basic or even empty configuration
Repeatedly run show interfaces and watch the 'Link up:' count increment on physical Ethernet links which are running LLDP.
Expected behavior
LLDP updates should not cause a link-up event in FRR.
Screenshots
Links bouncing:
root@rtr1:~# while true; do echo; vtysh -c 'show int' | grep 'Link ' | grep -v ' 0 '; sleep 1; done
Link ups: 117 last: 2023/11/24 09:21:54.98
Link ups: 117 last: 2023/11/24 09:21:54.98
Link ups: 117 last: 2023/11/24 09:21:54.98
Link ups: 119 last: 2023/11/24 09:21:56.35
Link ups: 119 last: 2023/11/24 09:21:56.35
Link ups: 119 last: 2023/11/24 09:21:56.36
Link ups: 120 last: 2023/11/24 09:21:57.36
Link ups: 120 last: 2023/11/24 09:21:57.36
Link ups: 120 last: 2023/11/24 09:21:57.36
Link ups: 121 last: 2023/11/24 09:21:58.37
Link ups: 121 last: 2023/11/24 09:21:58.37
Link ups: 121 last: 2023/11/24 09:21:58.37
I would say that this is not something that is going to be fixed in FRR. Issue a ip monitor link and you should be seeing constant link changes coming in. LLDPD ( whatever this is ) should be looked at. FRR is only responding to system events that are being sent to it in this case
Describe the bug
When LLDPD is running, FRR records a 'link-up' event approximately every second. This causes VRRP to try and start, and spam the log file with errors.
To Reproduce
Configure lldpd
Start FRR with a basic or even empty configuration
Repeatedly run
show interfaces
and watch the 'Link up:' count increment on physical Ethernet links which are running LLDP.Expected behavior
LLDP updates should not cause a link-up event in FRR.
Screenshots
Links bouncing:
Log messages
Versions
Additional context
The text was updated successfully, but these errors were encountered: