HPN-ICF-IPA-MIB: View SNMP OID List / Download MIB

VENDOR: HEWLETT-PACKARD


 Home MIB: HPN-ICF-IPA-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
 hpnicfIpa 1.3.6.1.4.1.11.2.14.11.15.2.25
This MIB is used to acquire ip accounting information. The hpnicfIpaAccountListTable is set by user to define the group of ip address which they want to account. This module can be enabled in each port, which was defined in the hpnicfIpaIfConfigTable. If this module has been enabled, the packets will be accounted when crossing the router from the ports having been enabled by user, according to whether the source/destination ip address is in hpnicfIpaAccountListTable and what kinds of function(in/out/both/fw) are enabled and also whether it is denied by the firewall. If it is denied by the firewall, it will be accounted in hpnicfIpaFWListTable If it is accepted by the firewall, and ip source or ip destination is in hpnicfIpaAccountListTable, it will be accounted in hpnicfIpaIntListTable, otherwise it will be accounted in hpnicfIpaExtListTable. And IP Accounting function also differentiates the packets by direction. If the packet is inbound, the accounting information can be seen as hpnicfIpaIntListInPackets/hpnicfIpaIntListInBytes in hpnicfIpaIntListTable, hpnicfIpaExtListInPackets/hpnicfIpaExtListInBytes in hpnicfIpaExtListTable, hpnicfIpaFWListInPackets/hpnicfIpaFWListInBytes in hpnicfIpaFWListTable. or else the accounting information can be seen as hpnicfIpaIntListOutPackets/hpnicfIpaIntListOutBytes in hpnicfIpaIntListTable, hpnicfIpaExtListOutPackets/hpnicfIpaExtListOutBytes in hpnicfIpaExtListTable, hpnicfIpaFWListOutPackets/hpnicfIpaFWListOutBytes in hpnicfIpaFWListTable.
       hpnicfIpaGlobalStats 1.3.6.1.4.1.11.2.14.11.15.2.25.1
           hpnicfIpaGlobalEnable 1.3.6.1.4.1.11.2.14.11.15.2.25.1.1 integer read-write
The indication of whether Ip Accounting function is enabled. If it is disabled, ip packets will not be accounted. Enumeration: 'disabled': 1, 'enabled': 2.
           hpnicfIpaTimeOutSeconds 1.3.6.1.4.1.11.2.14.11.15.2.25.1.2 integer32 read-write
The value of List aging timeout. The unit is second. If exceeding the interval, the item in hpnicfIpaIntListTable, hpnicfIpaExtListTable and hpnicfIpaFWListTable will be removed automaticlly. The range is (3600..604800).
           hpnicfIpaIntListMaxItemNum 1.3.6.1.4.1.11.2.14.11.15.2.25.1.3 integer32 read-write
The max number of items in hpnicfIpaIntListTable. The range is (0..16384).
           hpnicfIpaExtListMaxItemNum 1.3.6.1.4.1.11.2.14.11.15.2.25.1.4 integer32 read-write
The max number of items in hpnicfIpaExtListTable. The range is (0..8192).
           hpnicfIpaFWListMaxItemNum 1.3.6.1.4.1.11.2.14.11.15.2.25.1.5 integer32 read-only
The max number of items in hpnicfIpaFWListTable.
           hpnicfIpaAccountListMaxItemNum 1.3.6.1.4.1.11.2.14.11.15.2.25.1.6 integer32 read-only
The max number of items in hpnicfIpaAccountListTable.
           hpnicfIpaAccountListNextIndex 1.3.6.1.4.1.11.2.14.11.15.2.25.1.7 integer32 read-only
The next available index for creating rows of hpnicfIpaAccountListTable. If the value is zero, it means the table is full and no available index can be used.
           hpnicfIpaListCleaningFlag 1.3.6.1.4.1.11.2.14.11.15.2.25.1.8 integer read-write
Cleaning List in this module. The default value is idle. If user wants to clean some lists, he can set the value to 2, 3, 4 and 5 to clean the corresponding list. After the operation, the value will return to idle. Enumeration: 'idle': 1, 'cleaningExtList': 4, 'cleaningAll': 2, 'cleaningFWList': 5, 'cleaningIntList': 3.
       hpnicfIpaIfConfigTable 1.3.6.1.4.1.11.2.14.11.15.2.25.2 no-access
Enable or disable the ip accounting inbound/outbound function under a particular interface.
           hpnicfIpaIfConfigEntry 1.3.6.1.4.1.11.2.14.11.15.2.25.2.1 no-access
Entry of the table.
               hpnicfIpaIfConfigIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.25.2.1.1 interfaceindex no-access
It equals to ifIndex
               hpnicfIpaIfConfigInEnable 1.3.6.1.4.1.11.2.14.11.15.2.25.2.1.2 integer read-write
This object is applicable to hpnicfIpaIntListTable and hpnicfIpaExtListTable. If the value is disabled, inbound ip packets are not accounted. Enumeration: 'disabled': 1, 'enabled': 2.
               hpnicfIpaIfConfigOutEnable 1.3.6.1.4.1.11.2.14.11.15.2.25.2.1.3 integer read-write
This object is applicable to hpnicfIpaIntListTable and hpnicfIpaExtListTable. If the value is disabled, outbound ip packets are not accounted. Enumeration: 'disabled': 1, 'enabled': 2.
               hpnicfIpaIfConfigFWEnable 1.3.6.1.4.1.11.2.14.11.15.2.25.2.1.4 integer read-write
This object is applicable to hpnicfIpaFWListTable only. If the value is 'inbound', then inbound ip packets which are denied by firewall are accounted. If the value is 'outbound', then outbound ip packets which were denied by firewall are accounted. If the value is 'nodirection', neither inbound nor outbound ip packets which were denied by firewall are accounted. If the value is 'bidirection', both inbound and outbound ip packets which were denied by firewall are accounted. Enumeration: 'inbound': 2, 'nodirection': 1, 'outbound': 3, 'bidirection': 4.
       hpnicfIpaAccountListTable 1.3.6.1.4.1.11.2.14.11.15.2.25.3 no-access
The List is used by user to sort packets into two groups by source or destination ip address. When source/destination ip address of a packet matches a item in this table, the packet is accounted in hpnicfIpaIntListTable. When source/destination ip address of a packet does not match any item in this table, the packet is accounted in hpnicfIpaExtListTable.
           hpnicfIpaAccountListEntry 1.3.6.1.4.1.11.2.14.11.15.2.25.3.1 no-access
Entry of the table.
               hpnicfIpaAccountListIndex 1.3.6.1.4.1.11.2.14.11.15.2.25.3.1.1 integer32 no-access
The Index of the table.
               hpnicfIpaAccountListIpAddr 1.3.6.1.4.1.11.2.14.11.15.2.25.3.1.2 ipaddress read-only
The IP address to which this entry's addressing information pertains.
               hpnicfIpaAccountListIpMask 1.3.6.1.4.1.11.2.14.11.15.2.25.3.1.3 ipaddress read-only
The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0.
               hpnicfIpaAccountListRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.25.3.1.4 rowstatus read-only
The row status of the entry, Supporting CreateAndGo and Destroy operation.
       hpnicfIpaIntListTable 1.3.6.1.4.1.11.2.14.11.15.2.25.4 no-access
If matching the ip address recorded in hpnicfIpaAccountListTable and not denied by the firewall, the packets will be accounted in this list.
           hpnicfIpaIntListEntry 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1 no-access
Entry of the table.
               hpnicfIpaIntListIpSrc 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.1 ipaddress no-access
Source IP-address of these accounted packets.
               hpnicfIpaIntListIpDst 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.2 ipaddress no-access
Destination IP-address of these accounted packets.
               hpnicfIpaIntListProtocol 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.3 integer32 no-access
The type of these accounted IP packets defined in RFC 1700.
               hpnicfIpaIntListInPackets 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.4 counter32 read-only
The number of inbound packets in hpnicfIpaIntListTable.
               hpnicfIpaIntListInBytes 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.5 counter64 read-only
The number of inbound bytes in hpnicfIpaIntListTable.
               hpnicfIpaIntListOutPackets 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.6 counter32 read-only
The number of outbound Packets in hpnicfIpaIntListTable.
               hpnicfIpaIntListOutBytes 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.7 counter64 read-only
The number of outbound bytes in hpnicfIpaIntListTable.
       hpnicfIpaExtListTable 1.3.6.1.4.1.11.2.14.11.15.2.25.5 no-access
If mismatching the ip address recorded in the hpnicfIpaAccountListTable and not denied by the firewall, the packets will be accounted in this list.
           hpnicfIpaExtListEntry 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1 no-access
Entry of the table.
               hpnicfIpaExtListIpSrc 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.1 ipaddress no-access
Source IP-address of these accounted packets.
               hpnicfIpaExtListIpDst 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.2 ipaddress no-access
Destination IP-address of these accounted packets.
               hpnicfIpaExtListProtocol 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.3 integer32 no-access
The value indicates the value of the 'protocol' field which is part of ip packet header.
               hpnicfIpaExtListInPackets 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.4 counter32 read-only
The number of inbound packets in hpnicfIpaExtListTable.
               hpnicfIpaExtListInBytes 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.5 counter64 read-only
The number of inbound bytes in hpnicfIpaExtListTable.
               hpnicfIpaExtListOutPackets 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.6 counter32 read-only
The number of outbound packets in hpnicfIpaExtListTable.
               hpnicfIpaExtListOutBytes 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.7 counter64 read-only
The number of outbound bytes in hpnicfIpaExtListTable.
       hpnicfIpaFWListTable 1.3.6.1.4.1.11.2.14.11.15.2.25.6 no-access
If the packet is denied by the firewall, it will be accounted in this list.
           hpnicfIpaFWListEntry 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1 no-access
Entry of the table.
               hpnicfIpaFWListIpSrc 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1.1 ipaddress no-access
Source IP-address of these accounted packets.
               hpnicfIpaFWListIpDst 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1.2 ipaddress no-access
Destination IP-address of these accounted packets.
               hpnicfIpaFWListInPackets 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1.3 counter32 read-only
The number of outbound packets in hpnicfIpaFWListTable.
               hpnicfIpaFWListInBytes 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1.4 counter64 read-only
The number of inbound bytes in hpnicfIpaFWListTable.
               hpnicfIpaFWListOutPackets 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1.5 counter32 read-only
The number of outbound packets in hpnicfIpaFWListTable.
               hpnicfIpaFWListOutBytes 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1.6 counter64 read-only
The number of outbound bytes in hpnicfIpaFWListTable.