04-27-2024 06:39 AM
Hello Community,
Is there any command to turn-off the paging of the commands output on Cisco iOS and display all output without paging? On Dell Switches, there's a command "terminal length 0", but the same doesn't seem available on Cisco iOS.
Router#terminal ?
history Enable and control the command history function
monitor Enable logging on the terminal line.
no Negate a command
Router#terminal monitor ?
<cr>
Router#terminal monitor 0
^
% Invalid input detected at '^' marker.
Solved! Go to Solution.
04-28-2024 01:54 AM
Hello,
that explains it. Packet Tracer does not have fully functional IOS feature sets loaded, but rather only subsets that enable you to accomplish specific tasks. If a command is not there (like in your case), there is no workaround.
04-27-2024 06:44 AM
04-27-2024 10:07 AM
Most of the router should have the same command you mentioned as HP on cisco IOS too
#terminal length ?
<0-512> Number of lines on screen (0 for no pausing)
unfortunately i do not see that option on your device, what device model and ios code running on it , that will help us to see what is wrong ? show version (post this output).
04-27-2024 02:13 PM
Hello,
odd. Does the below work ?
Router#conf t
Router(config)#line con 0
Router(config-line)#autocommand terminal length 0
Router(config-line)#exit
Router(config)#line vty 0 4
Router(config-line)#autocommand terminal length 0
Router(config-line)#exit
04-27-2024 05:42 PM
terminal default length
04-28-2024 01:36 AM
Thank you for your replies. My bad I didn't mention that I'm trying it on virtual devices in Cisco packet tracker. I'm preparing for my CCNA and I've worked on real Dell switches, but not on Cisco devices. So is it a limitation in packet tracer that it doesn't have "terminal length 0"?
04-28-2024 01:47 AM
most device that should work
or try :
line vty 0 4
length 100 (what ever you like )
04-28-2024 01:54 AM
Hello,
that explains it. Packet Tracer does not have fully functional IOS feature sets loaded, but rather only subsets that enable you to accomplish specific tasks. If a command is not there (like in your case), there is no workaround.
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