Lab 1.4-Enable Mode or Line Console Password Setting using the SCRYPT hashing algorithm

Lab 1.4-Enable Mode or Line Console Password Setting using the SCRYPT hashing algorithm


Step 1 : Create User and Assign Password Using SCRYPT hashing algorithm 
Switch>en
Switch#conf t
Switch(config)#username sniperddos algorithm-type ?
    md5 Encode the password using the MD5 algorithm
    scrypt Encode the password using the SCRYPT hashing algorithm
    sha256 Encode the password using the PBKDF2 hashing algorithm
Switch(config)#username sniperddos algorithm-type scrypt secret cisco123
Step 2: Configure the line Console 
Switch(config)#line con 0
Switch(config-line)#login local
Switch(config-line)#exit
Switch(config)#do sh run | i user

username sniperddos secret 9 $9$o56hC9kZ3Rf9qY$rGL41T/ii1YLNFqro6NPKh3E/NuwJfOjbSBCNVGi3QA

Step 3 : Verification 
User Access Verification

Username: sniperddos
Password:

No comments

Powered by Blogger.