Setting Passwords on router
Setting the password for console access:
- enable secret <give password here> - set encrypted password for privileged access
- enable password <give password here> - set password for privileged access
Set password for virtual terminal (telnet) access (password must be set to access router through telnet):
- (config)#line console 0
- (config-line)#login
- (config-line)#password <put password here>
Set password for auxiliary (modem) access:
- (config)#line vty 0 4
- (config-line)#login
- (config-line)#password <put password here>
- (config)#line aux 0
- (config-line)#login
- (config-line)#password <put password here>
thanks!
ReplyDeleteThank so much
ReplyDeleteTHANKS
ReplyDelete