Command Reference Line Commands
This command is used to clear connection status of the line and restore the line to the unoccupied
status to create new connections.
The following example clears connection status of line VTY 13. The connected session on the client
(such as Telnet and SSH) in the line is disconnected immediately.
Ruijie# clear line vty 13
Use this command to set the databit number for every character on the async line in flow
communication mode. Use the no form of this command to restore the default setting.
Sets the databit number of every character, in the range from 5 to 8.
The async line device generates 7 databits with parity check in flow communication mode. If parity
check is enabled, the databit number is 7. Otherwise, the databit number is 8. The databit number
may set to 5 or 6 on the earlier device.
The following example sets the databit number for every character on the async line in flow
communication mode to 7.
Ruijie(config)# line console 0
Ruijie(config-line)#databits 7