issAclUserDefinedFilterAction
ARICENT-ISS-ACL-MIB ·
.1.3.6.1.4.1.29601.2.21.4.1.1.7
Object
column
r/w
Enumeration
Action value allow/drop/redirect specify the action to be taken on the packet if the filter rule matches.
--> If the action is 'allow', the packet will be sent to the
ports as specified by issRedirectInterfaceGrpPortList.
--> If the action is 'drop', the packet will be discarded.
--> If the action is 'redirect', the packet will be switched based on the redirect rule.
Action value and/or/not specify the operation that is applied on base
access filter rules to derive a new user defined ACL rule.
For the below actions, the user defined offset values are not used for packet
match.
--> and : Apply AND operation on base filter rules identified uniquely by <issAclUserDefinedFilterIdOneType, issAclUserDefinedFilterIdOne> AND <issAclUserDefinedFilterIdTwoType, issAclUserDefinedFilterIdTwo > to derive new user defined filter rule.
--> or : Apply OR operation on base filter rules identified uniquely by <issAclUserDefinedFilterIdOneType, issAclUserDefinedFilterIdOne> AND <issAclUserDefinedFilterIdTwoType, issAclUserDefinedFilterIdTwo > The FilterAction corresponding to issAclUserDefinedFilterIdOne will be applied on issAclUserDefinedFilterIdTwo.
--> not : Apply NOT operation on base filter rule identified uniquely by <issAclUserDefinedFilterIdOneType, issAclUserDefinedFilterIdOne> to derive new user defined filter rule.
Context
- MIB
- ARICENT-ISS-ACL-MIB
- OID
.1.3.6.1.4.1.29601.2.21.4.1.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- issAclUserDefinedFilterEntry
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | allow |
2 | drop |
3 | redirect |
4 | and |
5 | or |
6 | not |