Line vty – Allied Telesis AT-8100 Series User Manual
Page 159

AT-8100 Switch Command Line User’s Guide
159
LINE VTY
Syntax
line vty
first_line_id [last_line_id]
Parameters
first_line_id
Specifies the number of a VTY line. The range is 0 to 9.
last_line_id
Specifies the number of a VTY line. The range is 0 to 9. This is an
optional parameter.
Mode
Global Configuration mode
Description
Use this command to enter the Virtual Terminal Line mode for a VTY line
or a range of VTY lines, to set the session timer or to activate or deactivate
remote authentication for Telnet or SSH management sessions.
Refer to “EXEC-TIMEOUT” on page 154 to set session timeout values and
“LOGIN AUTHENTICATION” on page 1505 to activate remote
authentication.
Examples
This example enters the Virtual Terminal Line mode for VTY line 0:
awplus> enable
awplus# configure terminal
awplus(config)# line vty 0
awplus(config-line)#
This example enters the Virtual Terminal Line mode for all VTY lines:
awplus> enable
awplus# configure terminal
awplus(config)# line vty 0 9
awplus(config-line)#