11-15-2012 12:13 PM
Hi there. I'd like to know if there's a command I can run to turn off paging on my SF302 switch.
So for example, when I run the "show logging" command on the CLI, I'd like to it return all the results instead of prompting me to hit space bar or enter.
Is there a way to do this?
Thanks in advance for your time and consideration.
J.L
Solved! Go to Solution.
11-15-2012 05:47 PM
command is
terminal datadump
-Tom
Please rate helpful posts
11-15-2012 01:20 PM
terminal length 0
11-15-2012 01:32 PM
Hi there leolaohoo
Thanks for the response. Unfortunately, it appears as though we don't have a "terminal length" command. I did find a "terminal width" command and set that to 0 as a test. But there's no difference.
Any other suggestions?
Thanks.
11-15-2012 05:47 PM
command is
terminal datadump
-Tom
Please rate helpful posts
04-27-2018 09:56 AM
the command is :
R1# terminal length 512
05-02-2019 09:47 AM
If you set it to "0" it becomes infinite which I believe is what you are looking for:
term len 0
term length 0
03-25-2020 06:00 AM
WRONG. Your all wrong.
On a 5525X running asa991-2-smp-k8.bin, it says invalid command.
I'm trying to use expect script to log in hourly (Cron job) and get the output of Show vpn-session anyconnect into an html page I'm trying to build to monitor who's connected to the vpn. I graph the number of connections in SNMP but we want details like who.
07-14-2020 11:57 AM
I just logged into a cisco device (albeit it is a catalyst 2900L switch) and ran enable
then ran term len 0
then sho conf and it did not paginate (or what ever you want to call that)
07-07-2022 08:08 AM
On some versions like sf353 or SG350, it's :
terminal width 0 or if you don't want the confirmation yes/no then: terminal no prompt
03-14-2023 05:35 AM
I got to this post trying to find the same answer for a cBR8. So for others that might be on that equipment...
for console output
# conf t
(config)# line console 0
(config)# length 0
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