Command to keep IOS output from interrupting command input and other output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2021 04:05 AM
Hello. I'm new to this, so please forgive me if this is a dumb question. I tried googling this but cannot figure it out. like you see the title the questions is "Command to keep IOS output from interrupting command input and other output" its one of cisco Packet Tracer question if you know this command its deadline of my work so please tell me as soon as you see it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2021 04:09 AM
Hi there,
If I understand you correctly, try:
! line con 0 logging synchronous ! line vty 0 4 logging synchronous !
cheers,
Seb.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2021 07:09 AM - edited 05-07-2021 07:10 AM
Hello,
I think another command that Packet Tracer supports that does what you want is:
Router#terminal no monitor
