Command Reference Line Commands
enter the command line interface through other lines,
The following example bans line VTY 1 from entering the command line interface.
Ruijie(config)# line vty 1
Ruijie(config-line)# no exec
Ruijie# show users
Line User Host(s) Idle Location
---------------- ------------ -------------------- ----------
------------------
* 0 con 0 --- idle 00:00:00 ---
1 vty 0 --- idle 00:01:03 20.1.1.2
3 vty 2 --- idle 00:00:13 20.1.1.2
Use this command to configure the coded character set for the async line. Use the no form of this
command to restore the default setting.
exec-character-bits { 7 | 8 }
Configures a 7-bit coded character set.
Configures an 8-bit coded character set.
If you want to enter Chinese characters in the command line or display Chinese characters, graphs or
other international characters, configure the exec-character-bits 8 command.
The following example configures a 7-bit coded character set for the async line.
Ruijie(config)# line console 0
Ruijie(config-line)#exec-character-bits 7