Command Reference Line Commands
Sets the screen width for the terminal, in the range from 0 to 256.
The following example sets the screen width for the terminal to 10.
Ruijie# terminal width 10
Use this command to configure the simulated terminal type string of the async line.
terminal-type terminal-type-string
Configures the terminal type string, such as vt100 and ansi.
You can use the terminal-type vt100 command to restore the default terminal type. If you want to
enable telnet connection, you should use the simulated terminal type to perform terminal type
negotiation (Telnet: 0x18). See RFC 854 for details.
The following example sets the simulated terminal type of the async line to ansi.
Ruijie(config)#line console 0
Ruijie(config-line)#terminal-type ansi