User Tools

Site Tools


cisco:passwords

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cisco:passwords [2021/02/19 12:24] petercisco:passwords [2021/02/19 12:27] (current) peter
Line 55: Line 55:
 </code> </code>
  
 +To prevent this:
  
 +<code bash>
 +service password-encryption
 +</code>
 +
 +----
 +
 +Display the configuration again:
 +
 +<code bash>
 +do show run
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  Passwords cannot be seen anymore in plain text.
 +</WRAP>
 +
 +----
 +
 +To configure the inactive session timeout on the console port or the virtual terminal, use the exec-timeout command.
 +
 +<code bash>
 +exec-timeout
 +</code>
 +
 +When enabled on a console, logging synchronous causes all router status messages to be displayed on a new line.
 +
 +<code bash>
 +logging synchronous
 +</code>
cisco/passwords.1613737484.txt.gz · Last modified: 2021/02/19 12:24 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki