C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
91
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
U
SER
A
CCESS
C
OMMANDS
LENGTH
(
ASYN
)
length (asyn)
Overview
Use this command to specify the number of rows of output that the device will
display before pausing, for the console or VTY line that you are configuring.
The
no
variant of this command restores the length of a line (terminal session)
attached to a console port or to a VTY to its default length of 22 rows.
Syntax
length
<0-512
>
no length
Mode
Line Configuration
Default
The length of a terminal session is 22 rows. The
no length
command restores the
default.
Usage
If the output from a command is longer than the length of the line the output will
be paused and the ‘–More–’ prompt allows you to move to the next screen full of
data.
A length of 0 will turn off pausing and data will be displayed to the console as long
as there is data to display.
Examples
To set the terminal session length on the console to 10 rows, use the command:
awplus#
configure terminal
awplus(config)#
line console 0
awplus(config-line)#
length 10
To reset the terminal session length on the console to the default (22 rows), use the
command:
awplus#
configure terminal
awplus(config)#
line console 0
awplus(config-line)#
no length
To display output to the console continuously, use the command:
awplus#
configure terminal
awplus(config)#
line console 0
awplus(config-line)#
length 0
Related
Commands
terminal resize
terminal length
Parameter
Description
<0-512>
Number of lines on screen. Specify 0 for no pausing.