cisco:passwords
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
cisco:passwords [2021/02/19 12:23] – created peter | cisco:passwords [2021/02/19 12:27] (current) – peter | ||
---|---|---|---|
Line 47: | Line 47: | ||
</ | </ | ||
+ | ---- | ||
+ | |||
+ | ===== Show passwords in plain text ===== | ||
+ | |||
+ | <code bash> | ||
+ | do show run | ||
+ | </ | ||
+ | |||
+ | To prevent this: | ||
+ | |||
+ | <code bash> | ||
+ | service password-encryption | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | Display the configuration again: | ||
+ | |||
+ | <code bash> | ||
+ | do show run | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | To configure the inactive session timeout on the console port or the virtual terminal, use the exec-timeout command. | ||
+ | |||
+ | <code bash> | ||
+ | exec-timeout | ||
+ | </ | ||
+ | |||
+ | When enabled on a console, logging synchronous causes all router status messages to be displayed on a new line. | ||
+ | |||
+ | <code bash> | ||
+ | logging synchronous | ||
+ | </ |
cisco/passwords.1613737424.txt.gz · Last modified: 2021/02/19 12:23 by peter