HPN-ICF-IPA-MIB
- Registered at
- 1.3.6.1.4.1.11.2.14.11.15.2.25
- Last updated
- 2004-11-01 00:00
- Namespace
- hp
- Source file
HPN-ICF-IPA-MIB- Digest
sha256:dde174ce42615ddf28062ec3c45376ae6f98d107ee52df0c79e09b2d7edc5e5f
Description
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.
Imports
| From | Symbols |
|---|---|
| HPN-ICF-OID-MIB | hpnicfCommon |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, Counter64, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, RowStatus, 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.
HPN-ICF-IPA-MIB HPN-ICF-OID-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| InterfaceIndex TEXTUAL-CONVENTION A unique value, greater than zero, for each interface or interface sub-layer in the managed system. It is recommended that values are assigned contiguously starting from 1. The value for each interface sub- layer must remain constant at least from one re- initialization of the entity's network management system to the next re-initialization. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hpnicfIpaGlobalStats OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.25.1 | |||
| hpnicfIpaGlobalEnable OBJECT-TYPE The indication of whether Ip Accounting function is enabled. If it is disabled, ip packets will not be accounted. | 1.3.6.1.4.1.11.2.14.11.15.2.25.1.1 | INTEGER {disabled(1), enabled(2)} | read-write | current |
| hpnicfIpaTimeOutSeconds OBJECT-TYPE 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). | 1.3.6.1.4.1.11.2.14.11.15.2.25.1.2 | Integer32 | read-write | current |
| hpnicfIpaIntListMaxItemNum OBJECT-TYPE The max number of items in hpnicfIpaIntListTable. The range is (0..16384). | 1.3.6.1.4.1.11.2.14.11.15.2.25.1.3 | Integer32 | read-write | current |
| hpnicfIpaExtListMaxItemNum OBJECT-TYPE The max number of items in hpnicfIpaExtListTable. The range is (0..8192). | 1.3.6.1.4.1.11.2.14.11.15.2.25.1.4 | Integer32 | read-write | current |
| hpnicfIpaFWListMaxItemNum OBJECT-TYPE The max number of items in hpnicfIpaFWListTable. | 1.3.6.1.4.1.11.2.14.11.15.2.25.1.5 | Integer32 | read-only | current |
| hpnicfIpaAccountListMaxItemNum OBJECT-TYPE The max number of items in hpnicfIpaAccountListTable. | 1.3.6.1.4.1.11.2.14.11.15.2.25.1.6 | Integer32 | read-only | current |
| hpnicfIpaAccountListNextIndex OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.25.1.7 | Integer32 | read-only | current |
| hpnicfIpaListCleaningFlag OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.25.1.8 | INTEGER {idle(1), cleaningAll(2), cleaningIntList(3), cleaningExtList(4), cleaningFWList(5)} | read-write | current |
| hpnicfIpaIfConfigTable OBJECT-TYPE Enable or disable the ip accounting inbound/outbound function under a particular interface. | 1.3.6.1.4.1.11.2.14.11.15.2.25.2 | not-accessible | current | |
| hpnicfIpaIfConfigEntry OBJECT-TYPE Entry of the table. | 1.3.6.1.4.1.11.2.14.11.15.2.25.2.1 | not-accessible | current | |
| hpnicfIpaIfConfigIfIndex OBJECT-TYPE It equals to ifIndex | 1.3.6.1.4.1.11.2.14.11.15.2.25.2.1.1 | InterfaceIndex | not-accessible | current |
| hpnicfIpaIfConfigInEnable OBJECT-TYPE This object is applicable to hpnicfIpaIntListTable and hpnicfIpaExtListTable. If the value is disabled, inbound ip packets are not accounted. | 1.3.6.1.4.1.11.2.14.11.15.2.25.2.1.2 | INTEGER {disabled(1), enabled(2)} | read-write | current |
| hpnicfIpaIfConfigOutEnable OBJECT-TYPE This object is applicable to hpnicfIpaIntListTable and hpnicfIpaExtListTable. If the value is disabled, outbound ip packets are not accounted. | 1.3.6.1.4.1.11.2.14.11.15.2.25.2.1.3 | INTEGER {disabled(1), enabled(2)} | read-write | current |
| hpnicfIpaIfConfigFWEnable OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.25.2.1.4 | INTEGER {nodirection(1), inbound(2), outbound(3), bidirection(4)} | read-write | current |
| hpnicfIpaAccountListTable OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.25.3 | not-accessible | current | |
| hpnicfIpaAccountListEntry OBJECT-TYPE Entry of the table. | 1.3.6.1.4.1.11.2.14.11.15.2.25.3.1 | not-accessible | current | |
| hpnicfIpaAccountListIndex OBJECT-TYPE The Index of the table. | 1.3.6.1.4.1.11.2.14.11.15.2.25.3.1.1 | Integer32 (1..2147483647) | not-accessible | current |
| hpnicfIpaAccountListIpAddr OBJECT-TYPE The IP address to which this entry's addressing information pertains. | 1.3.6.1.4.1.11.2.14.11.15.2.25.3.1.2 | IpAddress | read-create | current |
| hpnicfIpaAccountListIpMask OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.25.3.1.3 | IpAddress | read-create | current |
| hpnicfIpaAccountListRowStatus OBJECT-TYPE The row status of the entry, Supporting CreateAndGo and Destroy operation. | 1.3.6.1.4.1.11.2.14.11.15.2.25.3.1.4 | RowStatus | read-create | current |
| hpnicfIpaIntListTable OBJECT-TYPE If matching the ip address recorded in hpnicfIpaAccountListTable and not denied by the firewall, the packets will be accounted in this list. | 1.3.6.1.4.1.11.2.14.11.15.2.25.4 | not-accessible | current | |
| hpnicfIpaIntListEntry OBJECT-TYPE Entry of the table. | 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1 | not-accessible | current | |
| hpnicfIpaIntListIpSrc OBJECT-TYPE Source IP-address of these accounted packets. | 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.1 | IpAddress | not-accessible | current |
| hpnicfIpaIntListIpDst OBJECT-TYPE Destination IP-address of these accounted packets. | 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.2 | IpAddress | not-accessible | current |
| hpnicfIpaIntListProtocol OBJECT-TYPE The type of these accounted IP packets defined in RFC 1700. | 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.3 | Integer32 (0..2147483647) | not-accessible | current |
| hpnicfIpaIntListInPackets OBJECT-TYPE The number of inbound packets in hpnicfIpaIntListTable. | 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.4 | Counter32 | read-only | current |
| hpnicfIpaIntListInBytes OBJECT-TYPE The number of inbound bytes in hpnicfIpaIntListTable. | 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.5 | Counter64 | read-only | current |
| hpnicfIpaIntListOutPackets OBJECT-TYPE The number of outbound Packets in hpnicfIpaIntListTable. | 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.6 | Counter32 | read-only | current |
| hpnicfIpaIntListOutBytes OBJECT-TYPE The number of outbound bytes in hpnicfIpaIntListTable. | 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.7 | Counter64 | read-only | current |
| hpnicfIpaExtListTable OBJECT-TYPE If mismatching the ip address recorded in the hpnicfIpaAccountListTable and not denied by the firewall, the packets will be accounted in this list. | 1.3.6.1.4.1.11.2.14.11.15.2.25.5 | not-accessible | current | |
| hpnicfIpaExtListEntry OBJECT-TYPE Entry of the table. | 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1 | not-accessible | current | |
| hpnicfIpaExtListIpSrc OBJECT-TYPE Source IP-address of these accounted packets. | 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.1 | IpAddress | not-accessible | current |
| hpnicfIpaExtListIpDst OBJECT-TYPE Destination IP-address of these accounted packets. | 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.2 | IpAddress | not-accessible | current |
| hpnicfIpaExtListProtocol OBJECT-TYPE The value indicates the value of the 'protocol' field which is part of ip packet header. | 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.3 | Integer32 (0..2147483647) | not-accessible | current |
| hpnicfIpaExtListInPackets OBJECT-TYPE The number of inbound packets in hpnicfIpaExtListTable. | 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.4 | Counter32 | read-only | current |
| hpnicfIpaExtListInBytes OBJECT-TYPE The number of inbound bytes in hpnicfIpaExtListTable. | 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.5 | Counter64 | read-only | current |
| hpnicfIpaExtListOutPackets OBJECT-TYPE The number of outbound packets in hpnicfIpaExtListTable. | 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.6 | Counter32 | read-only | current |
| hpnicfIpaExtListOutBytes OBJECT-TYPE The number of outbound bytes in hpnicfIpaExtListTable. | 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.7 | Counter64 | read-only | current |
| hpnicfIpaFWListTable OBJECT-TYPE If the packet is denied by the firewall, it will be accounted in this list. | 1.3.6.1.4.1.11.2.14.11.15.2.25.6 | not-accessible | current | |
| hpnicfIpaFWListEntry OBJECT-TYPE Entry of the table. | 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1 | not-accessible | current | |
| hpnicfIpaFWListIpSrc OBJECT-TYPE Source IP-address of these accounted packets. | 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1.1 | IpAddress | not-accessible | current |
| hpnicfIpaFWListIpDst OBJECT-TYPE Destination IP-address of these accounted packets. | 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1.2 | IpAddress | not-accessible | current |
| hpnicfIpaFWListInPackets OBJECT-TYPE The number of outbound packets in hpnicfIpaFWListTable. | 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1.3 | Counter32 | read-only | current |
| hpnicfIpaFWListInBytes OBJECT-TYPE The number of inbound bytes in hpnicfIpaFWListTable. | 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1.4 | Counter64 | read-only | current |
| hpnicfIpaFWListOutPackets OBJECT-TYPE The number of outbound packets in hpnicfIpaFWListTable. | 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1.5 | Counter32 | read-only | current |
| hpnicfIpaFWListOutBytes OBJECT-TYPE The number of outbound bytes in hpnicfIpaFWListTable. | 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1.6 | Counter64 | read-only | current |