12-08-2016 11:21 AM - edited 03-05-2019 07:38 AM
Hi
In ASR9K, it has a big runninng-config file. if we enter show running, we need to wait and keep hitting space key. do we have a command to get all output of the command immediately without waiting. In Juniper, it has key work like this "no-more" when we need the configuration file. Does cisco have this kind of command?
Thanks
Solved! Go to Solution.
12-08-2016 10:02 PM
12-09-2016 06:24 AM
Just a note to what Paul posted, when you set term len to zero, all subsequent command output will not paginate. So, after doing that for one command output of interest, you may want to set the value back to what it was (or if you exit the session and restart a new one, term len will be reset).
If you're doing this for logging the output to a terminal session log, that's fine, but you can also pipe or output to a tftp or ftp server, you can also copy startup-up or running configs to a tftp or ftp server.
12-09-2016 06:48 AM
Just in addition the default value for IOS-XR in terminal lines is 24.
So as Joseph already mentioned you can either open a new session or change it back to 24 with the same command:
term length 24
Regards,
12-08-2016 10:02 PM
Start with
term len 0
PSC
12-09-2016 06:24 AM
Just a note to what Paul posted, when you set term len to zero, all subsequent command output will not paginate. So, after doing that for one command output of interest, you may want to set the value back to what it was (or if you exit the session and restart a new one, term len will be reset).
If you're doing this for logging the output to a terminal session log, that's fine, but you can also pipe or output to a tftp or ftp server, you can also copy startup-up or running configs to a tftp or ftp server.
12-09-2016 06:48 AM
Just in addition the default value for IOS-XR in terminal lines is 24.
So as Joseph already mentioned you can either open a new session or change it back to 24 with the same command:
term length 24
Regards,
12-09-2016 09:32 AM
Thank you all. You are right
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