Set mgmtacl – Allied Telesis AT-S63 User Manual
Page 823

AT-S63 Management Software Command Line User’s Guide
Section IX: Management Security
823
SET MGMTACL
Syntax
set mgmtacl id=
value
[ipaddress=
ipaddress
] [mask=
string
]
[application=telnet|web|ping|all]
Parameters
id
The identification number of the ACE to be modified. To
view the ID numbers of the ACEs, refer to “SHOW
MGMTACL” on page 824.
ipaddress
Specifies a new IP address for the ACE.
mask
Specifies a new mask for the ACE.
application
Specifies the permitted type of remote management.
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 replaces the current permitted application of
the ACE.
Description
This command is used to modify the existing management access control
entries in the Management ACL. You can use the command to change the
IP addresses, subnet masks, or permitted applications of the ACEs.
Examples
This command changes the IP address in ACE ID 22 to 169.254.134.247:
set mgmtacl id=22 ipaddress=169.254.134.247
This command changes the permitted applications of ACE ID 45 to web
browser and pinging:
set mgmtacl id=45 application=web,ping