Startup and General Configuration
Setting Basic System Information
Matrix E1 Series (1G694-13) Configuration Guide 3-19
3.2.2.8 set terminal
Use this command to set the number of columns and rows of the terminal connected to the console
port of the device. This information is used to control the output of the CLI itself.
set terminal {rows num_rows | cols num_cols}
Syntax Description
Command Defaults
None.
Command Mode
Read-Write.
Example
This example shows how to set the terminal columns to 50:
rows Specifies the number of terminal rows to be set.
num_rows Specifies the number of terminal rows to be set. Integer
must be greater than 1.
cols Specifies the number of terminal columns to be set.
num_cols Specifies the number of terminal columns to be set. Integer
must be greater than 1.
Matrix>set terminal cols 50
Terminal width set to 50.