CCNA Learning Journey

Day 4 : Command Line Interface

Console port

How to connect to Device CLI?

Connect the device via console and then using the Putty in Serial connection type

User Exec mode

Router>

Privileged exec mode

Router>enable Router#

Configuration mode

Router#configure terminal Router(config)#

Enable password

(config)# enable password myPassword

Router#exit : to exit mode

Running-config / Startup-config

Show running-config / Show startup-config

Router#show running-config

Saving the configuration

3 Ways:

Service password-encryption

Router(config)#service password-encryption

Router(config)#enable secret myNewpassword (Password kept using enable secret is always encrypted.)

Router(config)#do sh run

Router(config)# run priviledged-exec-level-command

Router(config)# no command