System information
275
DWS-1008 CLI Reference Guide
D-Link Systems, Inc.
Security ACL Commands
Syntax: rollback security acl {acl-name | all}
acl-name Name of an existing security ACL to clear. ACL names start with a
letter and are case-insensitive.
all Rolls back all security ACLs in the edit buffer, clearing all
uncommitted ACEs.
Defaults: None
Access: Enabled
Examples: The following commands show the edit buffer before a rollback, clear any
changes in the edit buffer to security acl_122, and show the edit buffer after the
rollback:
DWS-1008# show security acl info all editbuffer
ACL edit-buffer information for all
set security acl ip acl_122 (ACEs 3, add 3, del 0, modified 0)
---------------------------------------------------------------------------
1. permit IP source IP 20.0.1.11 0.0.0.255 destination IP any enable-hits
2. deny IP source IP 20.0.2.11 0.0.0.0 destination IP any
3. deny SRC source IP 192.168.1.234 255.255.255.255 enable-hits
DWS-1008# rollback security acl acl_122
DWS-1008# show security acl info all editbuffer
ACL edit-buffer information for all
set security acl
In the edit buffer, creates a security access control list (ACL), adds one access control entry
(ACE) to a security ACL, and/or reorders ACEs in the ACL. The ACEs in an ACL filter IP
packets by source IP address, a Layer 4 protocol, or IP, ICDWL-8220AP, TCP, or UDP packet
information.
Syntax: By source address
set security acl ip acl-name {permit [cos cos] | deny}
source-ip-addr mask
[before editbuffer-index | modify editbuffer-index] [hits]










