В один из дней увидел странное состояние порта:
cat3750#show int Fa2/0/31 status Port Name Status Vlan Duplex Speed Type Fa2/0/31 err-disabled 1 auto auto 10/100BaseTX
Причин может быть много:
cat3750#show errdisable detect ErrDisable Reason Detection Mode ----------------- --------- ---- arp-inspection Enabled port bpduguard Enabled port channel-misconfig Enabled port community-limit Enabled port dhcp-rate-limit Enabled port dtp-flap Enabled port gbic-invalid Enabled port inline-power Enabled port invalid-policy Enabled port l2ptguard Enabled port link-flap Enabled port loopback Enabled port lsgroup Enabled port mac-limit Enabled port pagp-flap Enabled port port-mode-failure Enabled port psecure-violation Enabled port/vlan security-violation Enabled port sfp-config-mismatch Enabled port small-frame Enabled port storm-control Enabled port udld Enabled port vmps Enabled port
Самым правильным решением будет просмотр логов по данному порту и устранения причин. Но если нужно просто вернуть порт в нормальное состояние, то нужно его выключить/включить:
cat3750#conf t Enter configuration commands, one per line. End with CNTL/Z. cat3750(config)#int Fa2/0/31 cat3750(config-if)#shutdown cat3750(config-if)#no shutdown cat3750(config-if)#exit cat3750(config)#exit cat3750#show int Fa2/0/31 status Port Name Status Vlan Duplex Speed Type Fa2/0/31 notconnect 1 auto auto 10/100BaseTX