Specifications

Table Of Contents
Chapter 2: acl-edit Commands
SSR Command Line Interface Reference Manual 2 - 5
exit
Purpose
Exit ACL Editor.
Format
exit
Mode
ACL Editor
Description
The
exit
command allows the user to exit the ACL Editor. Before exiting, if changes
are made to this ACL, the system will prompt the user to see if the changes should be
committed to the running system or discarded. If the user commits the changes then
changes made to this ACL 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. If the user chooses not
to commit the changes, the changes will be discarded. The next time the user edits this
ACL, changes from the previous edit session will be lost.
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)> exit
msr(config)# acl 410 deny igmp 10.1.5.0/24 any
Creates an ACL to deny IGMP traffic from the subnet 10.1.5.0 (with a 24 bit
netmask) to any destination.