CLI com Flashcards
enter privilege EXEC mode from user mode
enable
enters global configuration mode
configure terminal
configures hostname
hostname NYEDGE1
shows interface configure
show ip interface brief
shows hardware status
show controllers serial 0/0/0
Identify the routing protocol and process that is being displayed.
show ip protocols
shows current IOS version
show version
saves the configuration to NVRAM
copy running-config startup-config
user EXEC mode
switch>
DRAM
show running-config
NVRAM
show startup-config
IOS
show flash:
ios, mem, mem use, cpu, flash cap, hdd, reboot
show version
full router config
show running-config
interfaces and state
show ip interface brief
network, route proto, next hop, output,
sho ip route
add a description
(config)# interface g0/0
(config-if)# description To_Headquarters
Cntrl/z
config router
set duplex, speed, add ip address, & no shut the interface
what is DRAM
Dynamic random access memory - store running configuration files and routing tables
what is NVRAM
nonvolatile RAM that stores the startup configuration
debug
Example R1#debug ip icmp
command in Cisco displays information about the device’s operations, traffic, and error messages. This information is provided in real-time until the user disables debugging or the device is restarted.
search use a __ after sho
aka pipe
such as: sho int f0/1 | i bia
or: sho run | section interface