Basic Config Cisco
Basic Config Cisco
Basic Config Cisco
Config Modes
“ #”
Config Modes
“(config)#”
• Sub Prompts
• to modify settings on a specific interface
• to modify the different ports on the device.
Add Hostname
Router(config)#cdp run
Router#show cdp
Router#show cdp neighbors
R1(config)#service password-encryption
User Access and Privilege Levels
Router1#configure terminal
Enter configuration commands, one per line. End
with CNTL/Z.
Router1(config)#enable password oreilly
Router1(config)#line vty 0 4
Router1(config-line)#password cookbook
Router1(config-line)#line con 0
Router1(config-line)#password cookbook
Router1(config-line)#line aux 0
Router1(config-line)#password cookbook
Router1(config-line)#exit
Router1(config)#service password-encryption
Router1(config)#end Router1#
Save the Configuration