Has anyone deployed loopback-detection acrossed their LAN? For my access ports I was going to go with this:
interface GigabitEthernet1/0/1
port link-mode bridge
loopback-detection enable
loopback-detection action shutdown
For my trunk links I was thinking of going this route:
interface GigabitEthernet1/0/48
port link-mode bridge
port link-type trunk
port trunk permit vlan 1
loopback-detection enable
loopback-detection control enable
loopback-detection action semi-block
With this deployment the access ports with shutdown when a loop is detected (this will send a trap). If the trunk sees a loop condition it will go into the "semi-block" mode which still sends traps and bpdu's, but I am not sure what this would look like over a large deployment. Does anyone have any insight?