Today, We discuss Router Passwords ...............
There are 5 types of passwords,
1) Console Password
2) auxiliary Password
3) Telnet Password
4) Enable Password
5) Enable Secret
"Last Line number" means an available number of telnet users.
line vty 0 4 = by default value
Console password,
Router(config)#line console 0
Router(config-line)#password 123
Router(config-line)#login
AUX password,
Router(config)#line aux 0
Router(config-line)#password 456
Router(config-line)#login
Telnet Password,
Router(config)#line vty 0 15
Router(config-line)#password 789
Router(config-line)#login
enable password,
Router(config)#enable password cisco
enable secret,
Router(config)#enable secret cisco1
How to encrypt all passwords(Except enable Secret)?
Router(config)#service password-encryption
-----------------------------------------------------------------------------------------------------------
Social links:-
Facebook :[ Ссылка ]
Ещё видео!