Hi Bill,
you cannot generally prevent all layer 2 loops in the presence of buggy or malicious gear, like the VoIP phones filtering BPDUs. Every loop detection protocol can be filtered out.
You should consider mitigating the effect of loops by using rate limiting for broadcast, multicast, and unknown unicast traffic. The B5 (and other EOS switches) have two mechanisms for this:
- set port broadcast affects broadcasts only
- set cos port-resource flood-ctrl 0.0 {unicast|multicast|broadcast} rate PPS
set cos state enable
Erik