HP-SN-IP-ACL-MIB
- Registered at
- 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15
- Namespace
- hp
- Source file
HP-SN-IP-ACL-MIB- Digest
sha256:2902a0e7265f4ee0581d8bae55b5ff0138f01bf181e513501cd9eb459382ff01
Imports
| From | Symbols |
|---|---|
| HP-SN-ROOT-MIB | snIp |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter64, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HP-SN-IP-ACL-MIB HP-SN-ROOT-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| AclNumber type | ||||
| Action type | ||||
| Direction type | ||||
| DisplayString type | ||||
| IpProtocol type | ||||
| Operator type | ||||
| PrecedenceValue type | ||||
| RtrStatus type | ||||
| SnRowStatus type | ||||
| TosValue type | ||||
| TruthVal type |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| snAgAcl OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15 | |||
| snAgAclGlobal OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.1 | |||
| snAgAclGblCurRowIndex OBJECT-TYPE The current row index of the ACL table entry. | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.1.1 | INTEGER | read-only | mandatory |
| snAgAclTable OBJECT-TYPE Table of Access Control List | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2 | not-accessible | mandatory | |
| snAgAclEntry OBJECT-TYPE An entry in the IP access control list table. | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1 | not-accessible | mandatory | |
| snAgAclIndex OBJECT-TYPE The access control list item number for an entry. This is a unique number that identifies different Access list entries combined with the access list name and access list number. This one has to be unique even though the name and number are not unique for a give access list with same or different source address, subnet mask, destination address and destination mask, protocol type, action (permit/deny) type and the operator (neq, eq, gt and , lt) which makes the index a unique tuple (name, number, itemnumber). | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.1 | INTEGER | read-only | mandatory |
| snAgAclNumber OBJECT-TYPE The access control list number for an entry. The standard access list is in the range <1..99>. The extended access list is in the range <100-199>. | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.2 | AclNumber | read-write | mandatory |
| snAgAclName OBJECT-TYPE ACL name for an entry. | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.3 | DisplayString | read-write | mandatory |
| snAgAclAction OBJECT-TYPE Action to take if the ip packet matches with this access control list. | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.4 | Action | read-write | mandatory |
| snAgAclProtocol OBJECT-TYPE Transport protocol. 0 means any protocol. | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.5 | IpProtocol | read-write | mandatory |
| snAgAclSourceIp OBJECT-TYPE Source IP address. | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.6 | IpAddress | read-write | mandatory |
| snAgAclSourceMask OBJECT-TYPE Source IP subnet mask. | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.7 | IpAddress | read-write | mandatory |
| snAgAclSourceOperator OBJECT-TYPE Type of comparison to perform. for now, this only applys to tcp or udp to compare the port number | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.8 | Operator | read-write | mandatory |
| snAgAclSourceOperand1 OBJECT-TYPE For now this only refers to transport protocol port number. 0 means NA | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.9 | INTEGER (0..65535) | read-write | mandatory |
| snAgAclSourceOperand2 OBJECT-TYPE For now this only refers to transport protocol port number. 0 means NA | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.10 | INTEGER (0..65535) | read-write | mandatory |
| snAgAclDestinationIp OBJECT-TYPE Destination IP address. | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.11 | IpAddress | read-write | mandatory |
| snAgAclDestinationMask OBJECT-TYPE Destination IP subnet mask. | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.12 | IpAddress | read-write | mandatory |
| snAgAclDestinationOperator OBJECT-TYPE Type of comparison to perform. for now, this only applys to tcp or udp to compare the port number | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.13 | Operator | read-write | mandatory |
| snAgAclDestinationOperand1 OBJECT-TYPE For now this only refers to transport protocol port number. 0 means NA | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.14 | INTEGER (0..65535) | read-write | mandatory |
| snAgAclDestinationOperand2 OBJECT-TYPE For now this only refers to transport protocol port number. 0 means NA | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.15 | INTEGER (0..65535) | read-write | mandatory |
| snAgAclPrecedence OBJECT-TYPE This refers to IP precedence value in the range <0-7> critical(5), flash(3), flash-override(4), immediate(2), internet(6), network(7), priority(1), routine(0) | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.16 | PrecedenceValue | read-write | mandatory |
| snAgAclTos OBJECT-TYPE This refers to the IP type of service value in range <0-15> which is the sum of numeric vlaues of the following options - match packets with maximum reliability TOS (2) match packets with maximum throughput TOS (4) match packets with minimum delay (8) match packets with minimum monetary cost TOS (1) match packets with normal TOS (0) | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.17 | TosValue | read-write | mandatory |
| snAgAclEstablished OBJECT-TYPE Enable/Disable the filtering of established TCP packets of which the ACK or RESET flag is on. This additional filter only applies to TCP transport protocol. | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.18 | RtrStatus | read-write | mandatory |
| snAgAclLogOption OBJECT-TYPE Log flag | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.19 | TruthVal | read-write | mandatory |
| snAgAclStandardFlag OBJECT-TYPE Return whether the ACL is standard or extended, 1 for standard ACL | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.20 | TruthVal | read-write | mandatory |
| snAgAclRowStatus OBJECT-TYPE To create or delete a access list entry. | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.21 | SnRowStatus | read-write | mandatory |
| snAgAclFlowCounter OBJECT-TYPE Approximate count of flows matching individual ACL entry. | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.22 | Counter64 | read-only | mandatory |
| snAgAclPacketCounter OBJECT-TYPE Accurate count of packets matching individual ACL entry. | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.23 | Counter64 | read-only | mandatory |
| snAgAclComments OBJECT-TYPE Remark description of individual ACL entry. | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.24 | DisplayString | read-write | mandatory |
| snAgAclIpPriority OBJECT-TYPE QoS priority option for IP ACL entry. | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.25 | INTEGER (0..3) | read-write | mandatory |
| snAgAclPriorityForce OBJECT-TYPE Force packet outgoing priority. Not defined(4) | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.26 | INTEGER (0..4) | read-write | mandatory |
| snAgAclPriorityMapping OBJECT-TYPE Map incoming packet priority. Not defined(8) | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.27 | INTEGER (0..8) | read-write | mandatory |
| snAgAclDscpMarking OBJECT-TYPE Mark packets with given DSCP value. Not defined(64) | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.28 | INTEGER (0..64) | read-write | mandatory |
| snAgAclDscpMapping OBJECT-TYPE Map incoming DSCP value. Not defined(64) | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.29 | INTEGER (0..64) | read-write | mandatory |
| snAgAclBindToPortTable OBJECT-TYPE Table of ACL binding to port for router | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.3 | not-accessible | mandatory | |
| snAgAclBindToPortEntry OBJECT-TYPE An entry in the ACL-binding-to-port table. | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.3.1 | not-accessible | mandatory | |
| snAgAclPortNum OBJECT-TYPE Binding-to port num, either physical port or virtual interface. | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.3.1.1 | INTEGER | read-only | mandatory |
| snAgAclPortBindDirection OBJECT-TYPE ACL port direction, inbound or outbound | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.3.1.2 | Direction | read-only | mandatory |
| snAgAclNum OBJECT-TYPE Defined ACL number | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.3.1.3 | INTEGER | read-write | mandatory |
| snAgAclNameString OBJECT-TYPE Defined ACL name | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.3.1.4 | DisplayString | read-write | mandatory |
| snAgBindPortListInVirtualInterface OBJECT-TYPE Port list for binding virtual interface | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.3.1.5 | OCTET STRING | read-write | mandatory |
| snAgAclPortRowStatus OBJECT-TYPE To create or delete a ACL port entry. | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.3.1.6 | SnRowStatus | read-write | mandatory |