show interfaces status

Switchport view: VLAN, duplex, speed and link state per port.

interfaces

What it does

The switching counterpart to `show ip interface brief`. Shows the access VLAN or 'trunk', and negotiated speed/duplex, which is where mismatches surface.

Per vendor

PlatformCommand
Cisco IOSshow interfaces status
Aruba AOS-CXshow interface brief
Juniper JunOSshow interfaces terse

Useful variations

  • Ports that never came upshow interfaces status | include notconnect
  • Errdisabled portsshow interfaces status err-disabled

Pitfalls

The misreadings that actually cost people time.

  • A half-duplex Ethernet port on a modern switch nearly always means autonegotiation failed — check for a hard-coded speed on one end only.
  • 'notconnect' is no link; 'disabled' is a shutdown; 'err-disabled' is a protection mechanism that fired.