D-Link dws-1008 Switch User Manual


 
D-Link DWS-1008 CLI Manual 474
rollback security acl
Clears changes made to the security ACL edit buffer since it was last saved. The ACL is rolled
back to its state after the last commit security acl command was entered. All uncommitted ACLs
in the edit buffer are cleared.
Syntax: rollback security acl {acl-name | all}
acl-name Name of an existing security ACL to roll back. ACL names must 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
See Also:
• show security acl