R21xx-HP FlexFabric 11900 Fundamentals Command Reference
28
Usage guidelines
This command sets the maximum number of lines that can be displayed on one screen when the screen
pause function is enabled. If the screen pause function is disabled, the system displays command output
without any pause.
The actual number of lines that can be displayed on a screen is restricted by the display specification of
the configuration terminal. For example, if the display specification is 24 lines but the specified maximum
number of lines for a screen is 40, the device sends 40 lines to the screen at a time but only the last 24
lines are displayed on the screen. To view the previous 16 lines, you must press PgUp.
The screen pause function is enabled by default. To disable this function, execute the screen-length 0
command or the screen-length disable command.
Examples
# Set the maximum number of lines to be displayed on a screen to 30 for user interface VTY 0.
<Sysname> system-view
[Sysname] user-interface vty 0
[Sysname-ui-vty0] screen-length 30
Related commands
screen-length disable
send
Use send to send messages to user interfaces.
Syntax
send { all | number1 | { aux | vty } number2 }
Views
User view
Predefined user roles
network-admin
Parameters
all: Specifies all user interfaces.
number1: Specifies the absolute number of a user interface, in the range of 0 to 23.
aux: Specifies the AUX user interface.
vty: Specifies the VTY user interface.
number2: Specifies the relative number of a user interface, in the range of 0 to 1 for an AUX interface or
0 to 15 for a VTY user interface.
Usage guidelines
To end a message, press Enter. To cancel a message and return to user view, press Ctrl+C.
Examples
# Before you restart the device, send a notification to VTY 1 to inform the user.
<Sysname> send vty 1
Input message, end with Enter; abort with CTRL+C:
Note please, I will reboot the system in 3 minutes.










