If you use it here is what will show:
Router(config)#enable secret ?
0 Specifies an UNENCRYPTED password will follow
5 Specifies an ENCRYPTED secret will follow
LINE The UNENCRYPTED (cleartext) 'enable' secret
level Set exec level password
Even if you type the beginning of it:
Router(config)#enable secret qm?
LINE
Router(config)#enable secret qm
It still comes back to just "qm". So how can we use it? You need to press CTRL+v prior to pressing "?":
Router(config)#enable secret qm?
Whoala! The magic combination was CTRL+v.
By the way you may have the idea to cut and paste a "?" from the notepad into terminal try it... and let us know.
I tried it and it worked like a charm.
ReplyDeletethanks.
this is so neat!!!
I'm going to have "?" on all of my passwords from now on.
This comment has been removed by a blog administrator.
ReplyDelete