06-17-2003 01:04 PM - edited 03-02-2019 08:13 AM
What is the command to make the cursor move back to the CLI and not stay up where the junk pops up on the screen? I know it is an easy command, but I'm having a brain fart. Thansk!
Solved! Go to Solution.
06-17-2003 08:25 PM
Are you talking about the logging synchronous command?
This command will reprint the line that you were typing and put the cursor back to its original spot when logging messages interrupt your command input.
See configuration below:
switch# config t
switch(config)# line con 0
Switch(config-line)# logging sync
LW
06-17-2003 08:25 PM
Are you talking about the logging synchronous command?
This command will reprint the line that you were typing and put the cursor back to its original spot when logging messages interrupt your command input.
See configuration below:
switch# config t
switch(config)# line con 0
Switch(config-line)# logging sync
LW
06-18-2003 05:22 AM
Another option is ^L (control L). This will redraw the line that you are typing on, and you are less likely to miss log lines....
Warren.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide