Router CLI Commands
Router CLI Commands
Router> Router>enable Router# Router#config t Router(config)# Router(config)#hostname Name Router(config)#enable secret Password Router(config)#line con 0 Router(config)#line vty 0 4 Router(config-line)#password Password Router(config-line)#login Router(config)#banner motd # Router(config)#int Type Number Router(config-if)#ip address Address Subnet Mask Router(config-if)#no ip address Router(config-if)#description Description Router(config-if)#no shutdown Router(config-if)#shutdown Router(config-if)#clock rate Router#copy run start Router#show run Router#show start Router#show ip int brief Router#show int Router#show ip route User Mode Goes to Privileged EXEC Mode Privileged EXEC Mode Go to Global Configuration Mode Global Configuration Mode Names the router Sets encrypted password Configures console interface Configures telnet access Sets interface password Sets interface to require password Sets a MOTD banner using # as a delimiting character Configures a specific interface Sets an interface s ip address & subnet mask Erases an interface s ip address & mask Adds a description to the interface Turns the specified interface on Turns the specified interface off Sets the clock rate on a serial interface Copies running config from RAM to NVRAM Shows the running-config Shows the startup-config Shows abbreviated interface information Shows interface information Shows the routing table