All Shortcuts

Cisco IOS Shortcuts & Commands — Complete Cheat Sheet (10)

Complete Cisco IOS commands cheat sheet for switch and router configuration. Covers basic commands, VLAN setup, trunking, routing protocols, and troubleshooting.

Search all Cisco IOS shortcuts interactively

Interactive Shortcut Finder

All Cisco IOS Shortcuts

Basic Commands

ShortcutActionDescription
enablePrivileged modeEnter privileged EXEC mode.
configure terminalConfig modeEnter global configuration mode.
show running-configRunning configShow current running configuration.
show startup-configStartup configShow saved startup configuration.
copy running-config startup-configSave configSave current config to NVRAM.
show versionVersion infoShow IOS version and hardware info.
show ip interface briefInterface summaryShow IP and status of all interfaces.
show interfacesInterface detailShow detailed interface status.

VLAN & Switching

ShortcutActionDescription
show vlan briefVLAN listShow configured VLANs.

Routing

ShortcutActionDescription
show ip routeRouting tableShow IP routing table.

Pro Tips

Frequently Asked Questions

How do I save configuration on a Cisco switch?

Use 'copy running-config startup-config' or the shorthand 'wr' to save the current configuration.

How do I show all VLANs on a Cisco switch?

Use 'show vlan brief' to display all configured VLANs and their associated ports.

How do I configure a trunk port on Cisco?

Enter interface config mode, then use 'switchport mode trunk' and optionally 'switchport trunk allowed vlan' to specify VLANs.

How do I check interface status on Cisco?

Use 'show ip interface brief' for a summary, or 'show interfaces' for detailed status.

Browse shortcuts for 230 platforms

Explore All