pager
Enable or disable screen paging. (Privileged mode.)
[no] pager [lines number]
clear pager
show pager
Syntax Description
number
The number of lines before the More prompt appears. The minimum is 1.
Use 0 to disable paging.
Usage Guidelines
The pager lines command allows you to specify the number of lines in a page before the More prompt appears. The pager command enables display paging, and no pager disables paging and lets output display completely without interruption. If you set pager lines to some value and want to revert back to the default, enter the pager command without options. The clear pager command resets the number of lines in a page to 24.
Use pager 0 to disable paging.
The show pager command displays pager status.
When paging is enabled, the following prompt appears:
<--- More --->The More prompt uses syntax similar to the UNIX more command:
- To view another screenful, press the Space bar.
- To view the next line, press the Enter key.
- To return to the command line, press the q key.
Examples
The following example shows use of the pager command:pixfirewall# pager lines 2 pixfirewall# ping inside 10.0.0.42 10.0.0.42 NO response received -- 1010ms 10.0.0.42 NO response received -- 1000ms <--- More --->