HPN-ICF-IPA-MIB

File: HPN-ICF-IPA-MIB.mib (24467 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC HPN-ICF-OID-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Counter64 Integer32 IpAddress
RowStatus TEXTUAL-CONVENTION hpnicfCommon

Defined Types

InterfaceIndex  
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.
TEXTUAL-CONVENTION    
  Integer32 1..2147483647  

HpnicfIpaIfConfigEntry  
SEQUENCE    
  hpnicfIpaIfConfigIfIndex InterfaceIndex
  hpnicfIpaIfConfigInEnable INTEGER
  hpnicfIpaIfConfigOutEnable INTEGER
  hpnicfIpaIfConfigFWEnable INTEGER

HpnicfIpaAccountListEntry  
SEQUENCE    
  hpnicfIpaAccountListIndex Integer32
  hpnicfIpaAccountListIpAddr IpAddress
  hpnicfIpaAccountListIpMask IpAddress
  hpnicfIpaAccountListRowStatus RowStatus

HpnicfIpaIntListEntry  
SEQUENCE    
  hpnicfIpaIntListIpSrc IpAddress
  hpnicfIpaIntListIpDst IpAddress
  hpnicfIpaIntListProtocol Integer32
  hpnicfIpaIntListInPackets Counter32
  hpnicfIpaIntListInBytes Counter64
  hpnicfIpaIntListOutPackets Counter32
  hpnicfIpaIntListOutBytes Counter64

HpnicfIpaExtListEntry  
SEQUENCE    
  hpnicfIpaExtListIpSrc IpAddress
  hpnicfIpaExtListIpDst IpAddress
  hpnicfIpaExtListProtocol Integer32
  hpnicfIpaExtListInPackets Counter32
  hpnicfIpaExtListInBytes Counter64
  hpnicfIpaExtListOutPackets Counter32
  hpnicfIpaExtListOutBytes Counter64

HpnicfIpaFWListEntry  
SEQUENCE    
  hpnicfIpaFWListIpSrc IpAddress
  hpnicfIpaFWListIpDst IpAddress
  hpnicfIpaFWListInPackets Counter32
  hpnicfIpaFWListInBytes Counter64
  hpnicfIpaFWListOutPackets Counter32
  hpnicfIpaFWListOutBytes Counter64

Defined Values

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.
MODULE-IDENTITY    

hpnicfIpaGlobalStats 1.3.6.1.4.1.11.2.14.11.15.2.25.1
OBJECT IDENTIFIER    

hpnicfIpaGlobalEnable 1.3.6.1.4.1.11.2.14.11.15.2.25.1.1
The indication of whether Ip Accounting function is enabled. If it is disabled, ip packets will not be accounted.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

hpnicfIpaTimeOutSeconds 1.3.6.1.4.1.11.2.14.11.15.2.25.1.2
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).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfIpaIntListMaxItemNum 1.3.6.1.4.1.11.2.14.11.15.2.25.1.3
The max number of items in hpnicfIpaIntListTable. The range is (0..16384).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfIpaExtListMaxItemNum 1.3.6.1.4.1.11.2.14.11.15.2.25.1.4
The max number of items in hpnicfIpaExtListTable. The range is (0..8192).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfIpaFWListMaxItemNum 1.3.6.1.4.1.11.2.14.11.15.2.25.1.5
The max number of items in hpnicfIpaFWListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfIpaAccountListMaxItemNum 1.3.6.1.4.1.11.2.14.11.15.2.25.1.6
The max number of items in hpnicfIpaAccountListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfIpaAccountListNextIndex 1.3.6.1.4.1.11.2.14.11.15.2.25.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfIpaListCleaningFlag 1.3.6.1.4.1.11.2.14.11.15.2.25.1.8
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER idle(1), cleaningAll(2), cleaningIntList(3), cleaningExtList(4), cleaningFWList(5)  

hpnicfIpaIfConfigTable 1.3.6.1.4.1.11.2.14.11.15.2.25.2
Enable or disable the ip accounting inbound/outbound function under a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfIpaIfConfigEntry

hpnicfIpaIfConfigEntry 1.3.6.1.4.1.11.2.14.11.15.2.25.2.1
Entry of the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIpaIfConfigEntry  

hpnicfIpaIfConfigIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.25.2.1.1
It equals to ifIndex
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

hpnicfIpaIfConfigInEnable 1.3.6.1.4.1.11.2.14.11.15.2.25.2.1.2
This object is applicable to hpnicfIpaIntListTable and hpnicfIpaExtListTable. If the value is disabled, inbound ip packets are not accounted.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

hpnicfIpaIfConfigOutEnable 1.3.6.1.4.1.11.2.14.11.15.2.25.2.1.3
This object is applicable to hpnicfIpaIntListTable and hpnicfIpaExtListTable. If the value is disabled, outbound ip packets are not accounted.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

hpnicfIpaIfConfigFWEnable 1.3.6.1.4.1.11.2.14.11.15.2.25.2.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER nodirection(1), inbound(2), outbound(3), bidirection(4)  

hpnicfIpaAccountListTable 1.3.6.1.4.1.11.2.14.11.15.2.25.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfIpaAccountListEntry

hpnicfIpaAccountListEntry 1.3.6.1.4.1.11.2.14.11.15.2.25.3.1
Entry of the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIpaAccountListEntry  

hpnicfIpaAccountListIndex 1.3.6.1.4.1.11.2.14.11.15.2.25.3.1.1
The Index of the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hpnicfIpaAccountListIpAddr 1.3.6.1.4.1.11.2.14.11.15.2.25.3.1.2
The IP address to which this entry's addressing information pertains.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpnicfIpaAccountListIpMask 1.3.6.1.4.1.11.2.14.11.15.2.25.3.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpnicfIpaAccountListRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.25.3.1.4
The row status of the entry, Supporting CreateAndGo and Destroy operation.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfIpaIntListTable 1.3.6.1.4.1.11.2.14.11.15.2.25.4
If matching the ip address recorded in hpnicfIpaAccountListTable and not denied by the firewall, the packets will be accounted in this list.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfIpaIntListEntry

hpnicfIpaIntListEntry 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1
Entry of the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIpaIntListEntry  

hpnicfIpaIntListIpSrc 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.1
Source IP-address of these accounted packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hpnicfIpaIntListIpDst 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.2
Destination IP-address of these accounted packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hpnicfIpaIntListProtocol 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.3
The type of these accounted IP packets defined in RFC 1700.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfIpaIntListInPackets 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.4
The number of inbound packets in hpnicfIpaIntListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfIpaIntListInBytes 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.5
The number of inbound bytes in hpnicfIpaIntListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIpaIntListOutPackets 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.6
The number of outbound Packets in hpnicfIpaIntListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfIpaIntListOutBytes 1.3.6.1.4.1.11.2.14.11.15.2.25.4.1.7
The number of outbound bytes in hpnicfIpaIntListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIpaExtListTable 1.3.6.1.4.1.11.2.14.11.15.2.25.5
If mismatching the ip address recorded in the hpnicfIpaAccountListTable and not denied by the firewall, the packets will be accounted in this list.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfIpaExtListEntry

hpnicfIpaExtListEntry 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1
Entry of the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIpaExtListEntry  

hpnicfIpaExtListIpSrc 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.1
Source IP-address of these accounted packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hpnicfIpaExtListIpDst 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.2
Destination IP-address of these accounted packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hpnicfIpaExtListProtocol 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.3
The value indicates the value of the 'protocol' field which is part of ip packet header.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfIpaExtListInPackets 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.4
The number of inbound packets in hpnicfIpaExtListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfIpaExtListInBytes 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.5
The number of inbound bytes in hpnicfIpaExtListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIpaExtListOutPackets 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.6
The number of outbound packets in hpnicfIpaExtListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfIpaExtListOutBytes 1.3.6.1.4.1.11.2.14.11.15.2.25.5.1.7
The number of outbound bytes in hpnicfIpaExtListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIpaFWListTable 1.3.6.1.4.1.11.2.14.11.15.2.25.6
If the packet is denied by the firewall, it will be accounted in this list.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfIpaFWListEntry

hpnicfIpaFWListEntry 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1
Entry of the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIpaFWListEntry  

hpnicfIpaFWListIpSrc 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1.1
Source IP-address of these accounted packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hpnicfIpaFWListIpDst 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1.2
Destination IP-address of these accounted packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hpnicfIpaFWListInPackets 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1.3
The number of outbound packets in hpnicfIpaFWListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfIpaFWListInBytes 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1.4
The number of inbound bytes in hpnicfIpaFWListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIpaFWListOutPackets 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1.5
The number of outbound packets in hpnicfIpaFWListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfIpaFWListOutBytes 1.3.6.1.4.1.11.2.14.11.15.2.25.6.1.6
The number of outbound bytes in hpnicfIpaFWListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64