HP-SN-IP-ACL-MIB: View SNMP OID List / Download MIB

VENDOR: HEWLETT-PACKARD


 Home MIB: HP-SN-IP-ACL-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 snAgAcl 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15
       snAgAclGlobal 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.1
           snAgAclGblCurRowIndex 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.1.1 integer read-only
The current row index of the ACL table entry.
       snAgAclTable 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2 no-access
Table of Access Control List
           snAgAclEntry 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1 no-access
An entry in the IP access control list table.
               snAgAclIndex 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.1 integer read-only
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).
               snAgAclNumber 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.2 aclnumber read-write
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>.
               snAgAclName 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.3 displaystring read-write
ACL name for an entry.
               snAgAclAction 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.4 action read-write
Action to take if the ip packet matches with this access control list.
               snAgAclProtocol 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.5 ipprotocol read-write
Transport protocol. 0 means any protocol.
               snAgAclSourceIp 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.6 ipaddress read-write
Source IP address.
               snAgAclSourceMask 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.7 ipaddress read-write
Source IP subnet mask.
               snAgAclSourceOperator 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.8 operator read-write
Type of comparison to perform. for now, this only applys to tcp or udp to compare the port number
               snAgAclSourceOperand1 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.9 integer read-write
For now this only refers to transport protocol port number. 0 means NA
               snAgAclSourceOperand2 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.10 integer read-write
For now this only refers to transport protocol port number. 0 means NA
               snAgAclDestinationIp 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.11 ipaddress read-write
Destination IP address.
               snAgAclDestinationMask 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.12 ipaddress read-write
Destination IP subnet mask.
               snAgAclDestinationOperator 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.13 operator read-write
Type of comparison to perform. for now, this only applys to tcp or udp to compare the port number
               snAgAclDestinationOperand1 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.14 integer read-write
For now this only refers to transport protocol port number. 0 means NA
               snAgAclDestinationOperand2 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.15 integer read-write
For now this only refers to transport protocol port number. 0 means NA
               snAgAclPrecedence 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.16 precedencevalue read-write
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)
               snAgAclTos 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.17 tosvalue read-write
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)
               snAgAclEstablished 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.18 rtrstatus read-write
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.
               snAgAclLogOption 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.19 truthval read-write
Log flag
               snAgAclStandardFlag 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.20 truthval read-write
Return whether the ACL is standard or extended, 1 for standard ACL
               snAgAclRowStatus 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.21 snrowstatus read-write
To create or delete a access list entry.
               snAgAclFlowCounter 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.22 counter64 read-only
Approximate count of flows matching individual ACL entry.
               snAgAclPacketCounter 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.23 counter64 read-only
Accurate count of packets matching individual ACL entry.
               snAgAclComments 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.24 displaystring read-write
Remark description of individual ACL entry.
               snAgAclIpPriority 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.25 integer read-write
QoS priority option for IP ACL entry.
               snAgAclPriorityForce 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.26 integer read-write
Force packet outgoing priority. Not defined(4)
               snAgAclPriorityMapping 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.27 integer read-write
Map incoming packet priority. Not defined(8)
               snAgAclDscpMarking 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.28 integer read-write
Mark packets with given DSCP value. Not defined(64)
               snAgAclDscpMapping 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.2.1.29 integer read-write
Map incoming DSCP value. Not defined(64)
       snAgAclBindToPortTable 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.3 no-access
Table of ACL binding to port for router
           snAgAclBindToPortEntry 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.3.1 no-access
An entry in the ACL-binding-to-port table.
               snAgAclPortNum 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.3.1.1 integer read-only
Binding-to port num, either physical port or virtual interface.
               snAgAclPortBindDirection 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.3.1.2 direction read-only
ACL port direction, inbound or outbound
               snAgAclNum 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.3.1.3 integer read-write
Defined ACL number
               snAgAclNameString 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.3.1.4 displaystring read-write
Defined ACL name
               snAgBindPortListInVirtualInterface 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.3.1.5 octet string read-write
Port list for binding virtual interface
               snAgAclPortRowStatus 1.3.6.1.4.1.11.2.3.7.11.12.2.2.15.3.1.6 snrowstatus read-write
To create or delete a ACL port entry.