Command Reference LINE Commands
Defaults
By default, there are five available VTY connections, numbered 0 to 4.
Command
Mode
Global configuration mode.
Usage Guide
When you need to increase or decrease the number of available VTY connections, use the
above commands.
Configuration
Examples
Increase the number of available VTY connections to 20. The available VTY connections are
numbered 0 to 19.
Ruijie(config)# line vty 19
Decrease the number of available VTY connections to 10. The available VTY connections are
numbered 0-9.
Ruijie(config)# line vty 10
Related
Commands
Command Description
N/A N/A
Platform
Description
N/A
transport input
To set the specified protocol under Line that can be used for communication, use the transport input
command. Use the default transport input command to restore the protocols under Line that can
be used for communication to the default value.
transport input { all | ssh | telnet | none }
default transport input
Parameter
Description
Parameter Description
all
Allows all the protocols under Line to be used for
communication
ssh
Allows only the SSH protocol under Line to be used for
communication
telnet
Allows only the Telnet protocol under Line to be used for
communication
none
Allows none of protocols under Line to be used for
communication
Defaults
By default, VTY allows all the protocols to be used for communication. The default value of
other types of TTYs is NONE, indicating that no protocols are allowed for communication.
After some protocols are set to be available for communication, use the default transport