Line vty – Allied Telesis AT-DC2552XS User Manual
Page 47

AT-DC2552SX Switch Command Line Interface User’s Guide
47
LINE VTY
Syntax
line vty
line_id
[
ending_line_id
]
Parameters
line_id
Specifies the number of a VTY line. The range is 0 to 9.
ending_line_id
Specifies the last number of a VTY line that you want to configure.
The range is 0 to 9.
Mode
Global Configuration mode
Description
Use this command to enter the Virtual Terminal Line mode for a VTY line.
Commands that are entered in the VTY Line mode apply to a group of the
VTY lines with the range beginning with line_id value and ending with
ending_line_id value.
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 multiple VTY lines,
from VTY 0 to VTY 9:
awplus> enable
awplus# configure terminal
awplus(config)# line vty 0 9
awplus(config-line)#