Cisco encrypt password

From D3xt3r01.tk
Revision as of 15:30, 30 October 2012 by Admin (talk | contribs) (Created page with "==WHAT== If you ever add usernames on a cisco .. you want them to be encrypted ( and not be viewable at any "show running-config" ) .. here's how ==HOW== <source lang="bash...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

WHAT

If you ever add usernames on a cisco .. you want them to be encrypted ( and not be viewable at any "show running-config" ) .. here's how

HOW

Router#configure terminal
Router(config)#service password-encryption
Router(config)#username newuser privilege 15 secret justapassword

Don't use non-encrypted or just "password" (it can be reversed). Enjoy.