Specifications
3-231
Cisco Wide Area Application Services Command Reference
OL-11817-01
Chapter 3 CLI Commands
terminal
terminal
To set the number of lines displayed in the console window, or to display the current console debug
command output, use the terminal EXEC command.
terminal {length length | monitor [disable]}
Syntax Description
Defaults The default is 24 lines.
Command Modes EXEC
Device Modes application-accelerator
central-manager
Usage Guidelines When 0 is entered as the length parameter, the output to the screen does not pause. For all nonzero values
of length, the -More- prompt is displayed when the number of output lines matches the specified length
number. The -More- prompt is considered a line of output. To view the next screen, press the Spacebar.
To view one line at a time, press the Enter key.
The terminal monitor command allows a Telnet session to display the output of the debug commands
that appear on the console. Monitoring continues until the Telnet session is terminated.
Examples The following example sets the number of lines to display to 20:
WAE# terminal length 20
The following example configures the terminal for no pausing:
WAE# terminal length 0
Related Commands All show commands
length Sets the length of the display on the terminal.
length Length of the display on the terminal (0–512). Setting the length to 0 means
there is no pausing.
monitor Copies the debug output to the current terminal.
disable (Optional) Disables monitoring at this specified terminal.