Hi Thomas,
a nice fail-safe mechanism mitigating the effects of layer 2 loops is rate limiting for flooded traffic.
Simple one-shot command:
set port broadcast *.*.* 1000You may want to adjust the numerical value, especially regarding WAN capacity.
To rate-limit multicast and unknown unicast as well you can use:
set cos port-resource flood-ctrl 0.0 broadcast rate 1000
set cos port-resource flood-ctrl 0.0 multicast rate 1000
set cos port-resource flood-ctrl 0.0 unicast rate 1000
set cos state enableIf you are using multicast applications, you might not want to limit multicast traffic (too much).
Erik