|
|
To set the terminal screen width, use the width line configuration command. This command sets the number of character columns displayed on the attached terminal.
width characters| characters | Integer that specifies the number of character columns displayed on the terminal. |
80 character columns.
Line configuration.
The rlogin protocol uses the characters argument to set up terminal parameters on a remote host.
Some hosts can learn the values for both length and width specified with the line and width commands.
The following example changes the column width to 132 characters for the console terminal.
Switch(config)#line consoleSwitch(config-line)#location console terminalSwitch(config-line)#width 132
terminal width
The erase startup-config command replaces this command. Refer to the description of the erase command for more information on erase startup-config.
The copy running-config startup-config command replaces this command. Refer to the description of the copy running-config command for more information on copy running-config startup-config.
The copy running-config rcp or copy running-config tftp command replaces this command. Refer to the description of the copy running-config command for more information on copy running-config rcp or copy running-config tftp.
The show running-config command replaces this command. Refer to the description of show running-config for more information
|
|