Command
Logging Synchronous
Use
When enabled on a virtual terminal, logging synchronous causes all router status messages to be displayed on a new line.
Syntax
Router(config-line)#logging synchronous
Example
For this example, logging synchronous was disabled for vty 1 on R2.
R2(config-line)#no logging synchronous |
Notice now that, when status messages are displayed, they display on the current line. This means that if you are in the middle of typing a command,
status messages will show up where you are typing.
R2(config)#int loopback |
In the text above, the command that we were trying to type was int loopback 99. This got cut off by the status message that was displayed on the same line.