(CCNA) Cisco Commands Cheat Sheet #1
(CCNA) Cisco Commands Cheat Sheet #1
In this serie of 4-5 posts, we’ll try to create a simple Cisco Commands Cheat Sheet as a reference for
CCNA students.
Router Modes:
Configuring passwords:
Encrypting passwords:
Configuring banners:
Saving configuration:
name lookup, history, exec-timeout and logging behavior…, also valid for line con 0.
1 SW1(config)# no ip domain-lookup
2 SW1(config)# line vty 0 4
3 SW1(config-line)# history size 15
4 SW1(config-line)# exec-timeout 10 30
5 SW1(config-line)# logging synchronous
Aliases:
Shows information about the switch and its interfaces, RAM, NVRAM, flash, IOS, etc.
Shows the configuration file stored in NVRAM which is used at first boot process.
Shows an overview of all interfaces, their physical status, protocol status and ip address if
assigned.
Shows detailed information about the specified interface, its status, protocol, duplex, speed,
encapsulation, last 5 min traffic.
Shows the status of all interfaces like connected or not, speed, duplex, trunk or access vlan.
Shows information about the leased IP address (when an interface is configured to get IP address
via a dhcp server)
Enjoy !