Line vty – Allied Telesis AT-9000 Series User Manual

Page 147

Advertising
background image

AT-9000 Switch Command Line User’s Guide

119

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 114 to set session timeout values and
“LOGIN AUTHENTICATION” on page 1387 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)#

Advertising