Operation Manual
Security ACL Commands
Mobility System Software Command Reference Guide
Version 7.3
15 – 394
success: change accepted.
See Also
● clear security acl on page 15-391
● set security acl map on page 15-400
● show security acl map on page 15-405
commit security acl
Saves a security ACL, or all security ACLs, in the edit buffer to the running configuration and
nonvolatile storage on the MX. Or, when used with the clear security acl command, commit
security acl deletes a security ACL, or all security ACLs, from the running configuration and
nonvolatile storage.
Syntax
commit security acl {acl-name | all}
Defaults
None.
Access
Enabled.
History
Usage
Use the commit security acl command to save security ACLs into, or delete them from,
the permanent configuration. Until you commit the creation or deletion of a security ACL, it is
stored in an edit buffer and is not enforced. After you commit a security ACL, it is removed from
the edit buffer.
A single commit security acl all command commits the creation and/or deletion of whatever
show security acl info all editbuffer shows to be currently stored in the edit buffer.
Examples
The following commands commit all the security ACLs in the edit buffer to the
configuration, display a summary of the committed ACLs, and show that the edit buffer has been
cleared:
MX# commit security acl all
configuration accepted
MX# show security acl
ACL table
ACL Type Class Mapping
----------------------- ---- ------ -------
acl_123 IP Static
acl_124 IP Static
MX# show security acl info all editbuffer
acl editbuffer information for all
See Also
● clear security acl on page 15-391
● rollback security acl on page 15-395
acl-name Name of an existing security ACL to commit. ACL names must start with a letter and
are case-insensitive.
all Commits all security ACLs in the edit buffer.
MSS Version 1.0 Command introduced.
MSS Version 1.1 ACL names changed from case-sensitive to case-insensitive.