2. Basic Configuration Of Router.
2.1
2.1 Set the password for
console & privilege mode.
Router>en
Router#show run
Router#config t
Router(config)#enable password abc
Router(config)#line console 0
Router(config-line)#password abc123
Router(config-line)#login
Router(config-line)#exit
Router(config)#exit
Router#exit
Router>en
2.1
2.2 Change the hostname.
Router>en
Router#show run
Router#config t
Router(config)#hostname Mumbai
Mumbai(config)#exit
Mumbai#show run
2.1
2.3 Save the settings to NVRAM.
Router>en
Router#config t
Router(config)#int fa 0/0
Router(config-if)#ip address 192.168.1.2 255.255.255.0
Router(config-if)#no shut
Router(config-if)#end
Router#copy run start
