- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Change pagination option without configuration change
Hello. On a Fortigate, is there a (CLI) command to change printout output from 'more' to 'standard' without a configuration change? Perhaps lurking as an option in some diagnose command? R's, Fern
- Labels:
-
FortiGate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Fern-X,
Could you please refer to the document link below and let us know if it is helpful?
Regards,
Shilpa C.P
Created on 08-14-2023 11:14 PM Edited on 08-14-2023 11:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you - I appreciate every reply... but.. can you reread the question - especially, the italics part? (Perhaps it should have been italics and bold and underlined.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Fern-X
Thank you for posting your query.
In FortiGate to display the "terminal length 0" like output we have the option to change the configuration from more to standard.
I understand that you are looking for a command in which configuration change is not required, however in Fortigate above setting is a permanent config setting, not a temporary setting for the current session like 'ter len 0'.
Regards
Priyanka
- Have you found a solution? Then give your helper a "Kudos" and mark the solution
Created on 08-14-2023 11:52 PM Edited on 08-14-2023 11:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Again, I am not looking for a permanent config setting nor the solution you hyperlinked to. I am asking "is there a (CLI) command to change printout output from 'more' to 'standard' without a configuration change? Perhaps lurking as an option in some diagnose command?"
Are you implying that there definitely none such or that you don't know what it may be?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Fern-X
Thank you for your reply.
In Fortigate we have only standard and more config options to change the pagination.
Regards
Priyanka
- Have you found a solution? Then give your helper a "Kudos" and mark the solution
Created on 08-15-2023 02:04 AM Edited on 08-15-2023 02:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Priyanka, thank you. Since you’re “Staff”, perchance you can request developers to implement it? I’ll guesstimate, less than 15 minutes of programming. R's, Fern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi! Not a command, but a hack:
Run your command and run it through grep. Example for configuration:
show | grep ""
Grep doesn't use pagination! Just found out because we had the same problem being RO user on the CLI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi! Wow - thanks! Seemingly, Fortinet("Grep doesn't use pagination!") bug can be useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hm, didn't know this is a bug :) BTW, final solution would be something not requiring configuration change. My approach would be a non pagination by default and usage of "more", just like in linux.
Examples:
show | more
show | grep -f interface | more
