- To enter Global configuration command
config t
- Change/rename router name
R1# config t
R1(config)#hostname MST
- Enable Password
MST(config)# enable password cisco
- Configure Telnet Password
MST(config)#line vty 04
MST(config-line)# password cisco
MST(config-line)# login
MST(config-line)#exit
- Configure IP address
MST#config t
MST(config)#int fa 0/0
MST(config-if)#ip address 10.0.0.100 255.255.255.0
MST(config-if)#no shut
MST(config-if)#
- Configure Password Encryption
MST#config t
MST(config)#service password-encryption
MST(config)# do show run
- User Creation
MST(config)#username admin privilege 15 password cisco (15 - Full access)
- To check the password encryption
MST(config)#do sh run l in pass
Comments