MIBs Depot

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

FromSymbols
HPN-ICF-OID-MIBhpnicfCommon
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMICounter32, Counter64, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, 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

NameOIDSyntaxAccessStatus
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

NameOIDSyntaxAccessStatus
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.1INTEGER {disabled(1), enabled(2)}read-writecurrent
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.2Integer32read-writecurrent
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.3Integer32read-writecurrent
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.4Integer32read-writecurrent
hpnicfIpaFWListMaxItemNum
OBJECT-TYPE
The max number of items in hpnicfIpaFWListTable.
1.3.6.1.4.1.11.2.14.11.15.2.25.1.5Integer32read-onlycurrent
hpnicfIpaAccountListMaxItemNum
OBJECT-TYPE
The max number of items in hpnicfIpaAccountListTable.
1.3.6.1.4.1.11.2.14.11.15.2.25.1.6Integer32read-onlycurrent
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.7Integer32read-onlycurrent
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.8INTEGER {idle(1), cleaningAll(2), cleaningIntList(3), cleaningExtList(4), cleaningFWList(5)}read-writecurrent
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.2not-accessiblecurrent
hpnicfIpaIfConfigEntry
OBJECT-TYPE
Entry of the table.
1.3.6.1.4.1.11.2.14.11.15.2.25.2.1not-accessiblecurrent
hpnicfIpaIfConfigIfIndex
OBJECT-TYPE
It equals to ifIndex
1.3.6.1.4.1.11.2.14.11.15.2.25.2.1.1InterfaceIndexnot-accessiblecurrent
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.2INTEGER {disabled(1), enabled(2)}read-writecurrent
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.3INTEGER {disabled(1), enabled(2)}read-writecurrent
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.4INTEGER {nodirection(1), inbound(2), outbound(3), bidirection(4)}read-writecurrent
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.3not-accessiblecurrent
hpnicfIpaAccountListEntry
OBJECT-TYPE
Entry of the table.
1.3.6.1.4.1.11.2.14.11.15.2.25.3.1not-accessiblecurrent
hpnicfIpaAccountListIndex
OBJECT-TYPE
The Index of the table.
1.3.6.1.4.1.11.2.14.11.15.2.25.3.1.1Integer32 (1..2147483647)not-accessiblecurrent
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.2IpAddressread-createcurrent
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.3IpAddressread-createcurrent
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.4RowStatusread-createcurrent
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.4not-accessiblecurrent
hpnicfIpaIntListEntry
OBJECT-TYPE
Entry of the table.
1.3.6.1.4.1.11.2.14.11.15.2.25.4.1not-accessiblecurrent
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.1IpAddressnot-accessiblecurrent
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.2IpAddressnot-accessiblecurrent
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.3Integer32 (0..2147483647)not-accessiblecurrent
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.4Counter32read-onlycurrent
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.5Counter64read-onlycurrent
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.6Counter32read-onlycurrent
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.7Counter64read-onlycurrent
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.5not-accessiblecurrent
hpnicfIpaExtListEntry
OBJECT-TYPE
Entry of the table.
1.3.6.1.4.1.11.2.14.11.15.2.25.5.1not-accessiblecurrent
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.1IpAddressnot-accessiblecurrent
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.2IpAddressnot-accessiblecurrent
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.3Integer32 (0..2147483647)not-accessiblecurrent
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.4Counter32read-onlycurrent
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.5Counter64read-onlycurrent
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.6Counter32read-onlycurrent
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.7Counter64read-onlycurrent
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.6not-accessiblecurrent
hpnicfIpaFWListEntry
OBJECT-TYPE
Entry of the table.
1.3.6.1.4.1.11.2.14.11.15.2.25.6.1not-accessiblecurrent
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.1IpAddressnot-accessiblecurrent
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.2IpAddressnot-accessiblecurrent
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.3Counter32read-onlycurrent
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.4Counter64read-onlycurrent
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.5Counter32read-onlycurrent
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.6Counter64read-onlycurrent