Chapter 1: Layer 3 Access Control List (ACL) Error Messages
1 - 4 SSR-8 Error Reference Manual
-ACL-E-NOMODIFYACL is currently in use at interface <interface_name>.
Please use the ACL Editor to edit this ACL.
Explanation:
The user is trying to modify an ACL that is currently applied to an interface.
Recommended Action:
To modify an ACL that is currently applied to an interface, there are two ways you can
do it. One way is to “detach” the ACL from the interface first before modifying the
ACL. You can do so by negating the corresponding acl apply command. The second,
simpler method is to use the ACL Editor. Using the ACL Editor, you can make changes
to an ACL that is currently applied. When you exit and save the modified ACL, the
changes take effect immediately.
-ACL-E-NOSUCHRULE Unable to find specified ACL rule; possibly deleted
by another configuration task.
Explanation:
The ACL that you are trying to use does not exist. This message only occurs in the rare
situation where someone deleted the ACL as you try to use it.
Recommended Action:
Re-create the ACL that you want to use.
-ACL-E-SAMEPROTO Another ACL (<ACL_name>) for <interface_name>
has already been applied to this interface.
Explanation:
Another ACL for the same protocol has already been applied to this interface in the
same direction (input or output). You cannot apply a second ACL for the same protocol
to the same interface in the same direction. For example, you can only apply one IP
ACL to an IP interface in the inbound direction. You can apply a second IP ACL to the
same IP interface if it is applied in the outbound direction but not if they apply to the
same direction. This approach is chosen to avoid confusion as to which ACL should
have precedence over other ACLs in the event that none of the rules in an ACL matches
the packet.