Configuration :
==========
Router>enable
Router#configure terminal
Router(config)#hostname R1
R1(config)#enable password cisco
R1(config)#enable secret cisco
R1(config)#line vty 0
R1(config-line)#login
R1(config-line)#password 123
R1(config-line)#exit
R1(config)#service password-encryption
Explanation:
enable secret cisco
-------------------
Set router encryption password, the password will not be dsiplayed when viewing the configuration file.
service password-encryption
-----------------------------
Encrypting passwords on your router so the password can not be easily hacked from your configuration(running-config).But not a strong encryption type.

No comments:
Post a Comment