Basic Cisco Show Commands Flashcards
Router> show run
Displays running config
Router> Enable
Enters Privlage mode.
Router(config)#enable password cisco
Sets enable password to cisco
Router(config)#enable secret class
Sets enable secret password to class
Router(config)#line aux 0
Router(config-line)#password backdoor
Router(config-line)#login
Enters Auiliary line mode
Sets auxiliary line mode password to backdoor
Enables password checking at login
Router#show ?
Lists all show commands available
Router#show interfaces
Displays statistics for all interfaces
Router#show interface serial 0
Displays statistics for a specific interface, in this case Serial 0
Router#show ip interface brief
Displays a summary of all interfaces, including status and IP address assigned
Router#show controllers serial 0
Displays statistics for interface hardware. Statistics display if the clock rate is set and if the cable is DCE, DTE, or not attached.
Router#show clock
Displays time set on device
Router#show hosts
Displays local host-to-IP address cache. These are the names and addresses of hosts on the network which you can connect.
Router#show users
Displays all users connected to device
Router#show history
Displays history of commands used
Router#show flash
Displays info about Flash memory