Add mgmtacl – Allied Telesis AT-S63 User Manual

Page 900

Advertising
background image

Chapter 49: Management Access Control List Commands

900

Section IX: Management Security

ADD MGMTACL

Syntax

add mgmtacl id=

value

application=telnet|web|ping|all

Parameters

id

Specifies the identification number of the access control

entry (ACE) to be modified. The range is 1 to 256. To
view the ID numbers of the existing entries, refer to
“SHOW MGMTACL” on page 908.

application

Specifies the permitted applications of the ACE. The

options are:

telnet

Permits Telnet management.

web

Permits web browser management.

ping

Permits the management workstation to ping
the switch.

all

Permits all of the above.

You can specify more than one option by separating
them with a comma (for example, “Web,Ping”). The new
application is added to the existing application of the
ACE.

Description

This command modifies the permitted application of an ACE. The new
application is added to any application already assigned to the ACE. If you
want to assign a new application while overriding the existing one, refer to
“SET MGMTACL” on page 907.

Examples

The following command adds web browser as a permitted application to
ACE ID 12:

add mgmtacl id=12 application=web

The following command adds pinging as a permitted application to ACE ID
27:

add mgmtacl id=27 application=ping

Advertising