show ip interface briefOne line per interface: address, and both status columns.
The two status columns mean different things and the pair is diagnostic. Status is layer 1 (is there signal), Protocol is layer 2 (is the line protocol up). 'up/down' means the cable is fine but keepalives, encapsulation or the far end are not.
| Platform | Command |
|---|---|
| Cisco IOS | show ip interface brief |
| Cisco NX-OS | show ip interface brief |
| Juniper JunOS | show interfaces terse |
| MikroTik RouterOS | /ip address print |
| Aruba AOS-CX | show ip interface brief |
| Ubiquiti EdgeOS | show interfaces |
show ip interface brief | include upshow ip interface brief | exclude unassignedThe misreadings that actually cost people time.