Line vty – Allied Telesis AT-FS970M Series User Manual
Page 155

AT-FS970M Switch Command Line User’s Guide
155
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 150 to set session timeout values and
“LOGIN AUTHENTICATION” on page 1483 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)#