Owner's manual
AT-S63 Management Software Command Line Interface User’s Guide
549
DELETE MGMTACL
Syntax
delete mgmtacl ipaddress=
ipaddress
mask=
string
protocol=tcp|udp|all interface=telnet|web|all
Parameters
ipaddress Specifies the IP address to be deleted.
mask Specifies the mask of the IP address.
protocol Specifies the protocol of the management packets. The
options are:
tcp Transmission control protocol.
udp User datagram protocol.
all Both TCP and UDP packets.
interface Specifies the method of remote management. The
options are:
telnet Telnet management
web Web management.
all Both Telnet and web management.
Description
This command deletes an ACE from the Management ACL.
Note
You must enter all the parameters to delete an entry. To view the
entries in the Management ACL, refer to “SHOW MGMTACL” on
page 554.
Example
The following command deletes an ACE from the Management ACL:
delete mgmtacl ipaddress=169.254.134.247 mask=255.255.0.0
protocol=tcp interface=all