User Manual UMN:CLIV8102654.1.3 Configuring System Login Information4.1.3.1 Password for Privileged EXEC Enable ModeYou can configure a password to enhance the security for Privileged EXEC Enable mode.To configure a password for Privileged EXEC Enable mode, use the following command.Command Mode Descriptionpasswd enable PASSWORD GlobalConfigures a password to begin Privileged EXEC Ena-ble mode.passwd enable 8 PASSWORD Configures an encrypted password.password enable does not support encryption at default value. Therefore it shows thestring (or password) as it is when you use the show running-config command. In thiscase, the user’s password is shown to everyone and has unsecured environment.To encrypt the password which will be shown at running-config, you should use the ser-vice password-encryption command. And to represent the string (password) is encrypt-ed, input 8 before the encrypted string.When you use the password enable command with 8 and “the string”, you will make intoPrivileged EXEC Enable mode with the encrypted string. Therefore, to log in the system,you should do it with the encrypted string as password that you configured after 8. Inshort, according to using the 8 option or not, the next string is encrypted or not.The following is an example of configuring the password in Privileged EXEC Enablemode as testpassword.SWITCH# configure terminalSWITCH(config)# passwd enable testpasswordSWITCH(config)#The following is an example of accessing after configuring a password.SWITCH login: adminPassword:SWITCH> enablePassword:SWITCH#To delete the configured password, use the following command.Command Mode Descriptionno passwd enable Global Deletes the password.!