::
Computers & Technology
disable cisco auto log messages prompts interruptions
SpiderTip
Posted: 2011-01-08
The command to disable Cisco Router or Switch to prompt log events without interrupting logs is logging synchronous. Type this command in the router/switch config mode.
Disable log prompts on the console
switch(config)# line con 0
switch(config-line)# logging synchronous
Disable log prompts on Telnet/SSH Session
switch(config)# line vty 0 4
switch(config-line)# logging synchronous