Specifications

Table Of Contents
Chapter 2: acl-edit Commands
SSR Command Line Interface Reference Manual 2 - 7
save
Purpose
Save any changes made by the ACL Editor.
Format
save
Mode
ACL Editor
Description
The
save
command saves any non-committed changes made by the ACL Editor. If
changes are made to this ACL, the changes will be saved and will take effect
immediately. If the ACL is applied to an interface, the ACL is automatically re-applied
to the interface. Packets going through this interface will be matched against the new
rules in this ACL. The save command also contains an implicit exit command.
Regardless of whether changes were made by the ACL Editor or not, upon completion
of the save comand, the user exits the ACL Editor and returns to Configuration mode.
Consequently, one should issue the save command after all the changes are made.
Parameters
None
Restrictions
None
Examples
ssr(config)# acl-edit 111
1*: acl 111 permit tcp 10.1.15.0/24 10.1.11.0/24 2000-2002 any
2*: acl 111 permit tcp 10.1.15.0/24 10.1.11.0/24 2003-2005 any
3*: acl 111 deny udp
ssr(acl-edit)> delete 2
1*: acl 111 permit tcp 10.1.15.0/24 10.1.11.0/24 2000-2002 any
2*: acl 111 deny udp
ssr(acl-edit)> save
msr(config)#
Saves and commits the changes made by the ACL Editor.