Often, when one of the link goes down (or is very bad), a loop is detected and the entire link is put down!
Even a mikrotik in the network logs a message that a loop has been seen. So it's NOT a bug in the detection but in the implementation of LAG!
Today, I had to disable the port of one of the aggregated links and the loop happened and the link was put down for 3 minutes!
- Code: Select all
Nov 20 12:17:04 UI: Configuration changed by root (10.10.0.9)
Nov 20 12:17:04 UI: LACP 3 Enable: changed from 'Enabled' to 'Disabled'
Nov 20 12:17:07 LACP: LACP changed state to Not active on port 3 (key 10)
Nov 20 12:17:07 switch[355]: LACP changed state to Not active on port 3 (BH Cicero (AF5X) DATA) (key 10)
Nov 20 12:17:31 UI: Configuration auto backup successful
Nov 20 12:17:47 Loop protection: detected loop from port 3 to port 2, disabling port 2 for 180 seconds
Here is LAG configuration:
The firmware has been updated to 1.4.5 but with no effect.
Is this a know bug?
Am I the only one to see it?
Thanks.