HH3C-IPA-MIB

File: HH3C-IPA-MIB.mib (24209 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC HH3C-OID-MIB

Imported symbols

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

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  

Hh3cIpaIfConfigEntry  
SEQUENCE    
  hh3cIpaIfConfigIfIndex InterfaceIndex
  hh3cIpaIfConfigInEnable INTEGER
  hh3cIpaIfConfigOutEnable INTEGER
  hh3cIpaIfConfigFWEnable INTEGER

Hh3cIpaAccountListEntry  
SEQUENCE    
  hh3cIpaAccountListIndex Integer32
  hh3cIpaAccountListIpAddr IpAddress
  hh3cIpaAccountListIpMask IpAddress
  hh3cIpaAccountListRowStatus RowStatus

Hh3cIpaIntListEntry  
SEQUENCE    
  hh3cIpaIntListIpSrc IpAddress
  hh3cIpaIntListIpDst IpAddress
  hh3cIpaIntListProtocol Integer32
  hh3cIpaIntListInPackets Counter32
  hh3cIpaIntListInBytes Counter64
  hh3cIpaIntListOutPackets Counter32
  hh3cIpaIntListOutBytes Counter64

Hh3cIpaExtListEntry  
SEQUENCE    
  hh3cIpaExtListIpSrc IpAddress
  hh3cIpaExtListIpDst IpAddress
  hh3cIpaExtListProtocol Integer32
  hh3cIpaExtListInPackets Counter32
  hh3cIpaExtListInBytes Counter64
  hh3cIpaExtListOutPackets Counter32
  hh3cIpaExtListOutBytes Counter64

Hh3cIpaFWListEntry  
SEQUENCE    
  hh3cIpaFWListIpSrc IpAddress
  hh3cIpaFWListIpDst IpAddress
  hh3cIpaFWListInPackets Counter32
  hh3cIpaFWListInBytes Counter64
  hh3cIpaFWListOutPackets Counter32
  hh3cIpaFWListOutBytes Counter64

Defined Values

hh3cIpa 1.3.6.1.4.1.25506.2.25
This MIB is used to acquire ip accounting information. The hh3cIpaAccountListTable 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 hh3cIpaIfConfigTable. 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 hh3cIpaAccountListTable 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 hh3cIpaFWListTable If it is accepted by the firewall, and ip source or ip destination is in hh3cIpaAccountListTable, it will be accounted in hh3cIpaIntListTable, otherwise it will be accounted in hh3cIpaExtListTable. And IP Accounting function also differentiates the packets by direction. If the packet is inbound, the accounting information can be seen as hh3cIpaIntListInPackets/hh3cIpaIntListInBytes in hh3cIpaIntListTable, hh3cIpaExtListInPackets/hh3cIpaExtListInBytes in hh3cIpaExtListTable, hh3cIpaFWListInPackets/hh3cIpaFWListInBytes in hh3cIpaFWListTable. or else the accounting information can be seen as hh3cIpaIntListOutPackets/hh3cIpaIntListOutBytes in hh3cIpaIntListTable, hh3cIpaExtListOutPackets/hh3cIpaExtListOutBytes in hh3cIpaExtListTable, hh3cIpaFWListOutPackets/hh3cIpaFWListOutBytes in hh3cIpaFWListTable.
MODULE-IDENTITY    

hh3cIpaGlobalStats 1.3.6.1.4.1.25506.2.25.1
OBJECT IDENTIFIER    

hh3cIpaGlobalEnable 1.3.6.1.4.1.25506.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)  

hh3cIpaTimeOutSeconds 1.3.6.1.4.1.25506.2.25.1.2
The value of List aging timeout. The unit is second. If exceeding the interval, the item in hh3cIpaIntListTable, hh3cIpaExtListTable and hh3cIpaFWListTable will be removed automaticlly. The range is (3600..604800).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hh3cIpaIntListMaxItemNum 1.3.6.1.4.1.25506.2.25.1.3
The max number of items in hh3cIpaIntListTable. The range is (0..16384).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hh3cIpaExtListMaxItemNum 1.3.6.1.4.1.25506.2.25.1.4
The max number of items in hh3cIpaExtListTable. The range is (0..8192).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hh3cIpaFWListMaxItemNum 1.3.6.1.4.1.25506.2.25.1.5
The max number of items in hh3cIpaFWListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cIpaAccountListMaxItemNum 1.3.6.1.4.1.25506.2.25.1.6
The max number of items in hh3cIpaAccountListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cIpaAccountListNextIndex 1.3.6.1.4.1.25506.2.25.1.7
The next available index for creating rows of hh3cIpaAccountListTable. 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  

hh3cIpaListCleaningFlag 1.3.6.1.4.1.25506.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)  

hh3cIpaIfConfigTable 1.3.6.1.4.1.25506.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  
    Hh3cIpaIfConfigEntry

hh3cIpaIfConfigEntry 1.3.6.1.4.1.25506.2.25.2.1
Entry of the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cIpaIfConfigEntry  

hh3cIpaIfConfigIfIndex 1.3.6.1.4.1.25506.2.25.2.1.1
It equals to ifIndex
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

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

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

hh3cIpaIfConfigFWEnable 1.3.6.1.4.1.25506.2.25.2.1.4
This object is applicable to hh3cIpaFWListTable 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)  

hh3cIpaAccountListTable 1.3.6.1.4.1.25506.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 hh3cIpaIntListTable. When source/destination ip address of a packet does not match any item in this table, the packet is accounted in hh3cIpaExtListTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cIpaAccountListEntry

hh3cIpaAccountListEntry 1.3.6.1.4.1.25506.2.25.3.1
Entry of the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cIpaAccountListEntry  

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

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

hh3cIpaAccountListIpMask 1.3.6.1.4.1.25506.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  

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

hh3cIpaIntListTable 1.3.6.1.4.1.25506.2.25.4
If matching the ip address recorded in hh3cIpaAccountListTable and not denied by the firewall, the packets will be accounted in this list.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cIpaIntListEntry

hh3cIpaIntListEntry 1.3.6.1.4.1.25506.2.25.4.1
Entry of the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cIpaIntListEntry  

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

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

hh3cIpaIntListProtocol 1.3.6.1.4.1.25506.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  

hh3cIpaIntListInPackets 1.3.6.1.4.1.25506.2.25.4.1.4
The number of inbound packets in hh3cIpaIntListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cIpaIntListInBytes 1.3.6.1.4.1.25506.2.25.4.1.5
The number of inbound bytes in hh3cIpaIntListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hh3cIpaIntListOutPackets 1.3.6.1.4.1.25506.2.25.4.1.6
The number of outbound Packets in hh3cIpaIntListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cIpaIntListOutBytes 1.3.6.1.4.1.25506.2.25.4.1.7
The number of outbound bytes in hh3cIpaIntListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hh3cIpaExtListTable 1.3.6.1.4.1.25506.2.25.5
If mismatching the ip address recorded in the hh3cIpaAccountListTable and not denied by the firewall, the packets will be accounted in this list.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cIpaExtListEntry

hh3cIpaExtListEntry 1.3.6.1.4.1.25506.2.25.5.1
Entry of the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cIpaExtListEntry  

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

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

hh3cIpaExtListProtocol 1.3.6.1.4.1.25506.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  

hh3cIpaExtListInPackets 1.3.6.1.4.1.25506.2.25.5.1.4
The number of inbound packets in hh3cIpaExtListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cIpaExtListInBytes 1.3.6.1.4.1.25506.2.25.5.1.5
The number of inbound bytes in hh3cIpaExtListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hh3cIpaExtListOutPackets 1.3.6.1.4.1.25506.2.25.5.1.6
The number of outbound packets in hh3cIpaExtListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cIpaExtListOutBytes 1.3.6.1.4.1.25506.2.25.5.1.7
The number of outbound bytes in hh3cIpaExtListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hh3cIpaFWListTable 1.3.6.1.4.1.25506.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  
    Hh3cIpaFWListEntry

hh3cIpaFWListEntry 1.3.6.1.4.1.25506.2.25.6.1
Entry of the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cIpaFWListEntry  

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

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

hh3cIpaFWListInPackets 1.3.6.1.4.1.25506.2.25.6.1.3
The number of outbound packets in hh3cIpaFWListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cIpaFWListInBytes 1.3.6.1.4.1.25506.2.25.6.1.4
The number of inbound bytes in hh3cIpaFWListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hh3cIpaFWListOutPackets 1.3.6.1.4.1.25506.2.25.6.1.5
The number of outbound packets in hh3cIpaFWListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cIpaFWListOutBytes 1.3.6.1.4.1.25506.2.25.6.1.6
The number of outbound bytes in hh3cIpaFWListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64