Protecting Enable and Enable Passwords with Encryption

Password protect the privileged EXEC level 15. The sequence of commands below create an encrypted password, encrypt the password in the config, then save the running config.

  1. enable
  2. configure terminal
  3. enable secret [password]
  4. service password-encryption
  5. end
  6. show running-config
  7. copy running-config startup-config