H3C-IPA-MIB

File: H3C-IPA-MIB.mib (24032 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC HUAWEI-3COM-OID-MIB

Imported symbols

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

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  

H3cIpaIfConfigEntry  
SEQUENCE    
  h3cIpaIfConfigIfIndex InterfaceIndex
  h3cIpaIfConfigInEnable INTEGER
  h3cIpaIfConfigOutEnable INTEGER
  h3cIpaIfConfigFWEnable INTEGER

H3cIpaAccountListEntry  
SEQUENCE    
  h3cIpaAccountListIndex Integer32
  h3cIpaAccountListIpAddr IpAddress
  h3cIpaAccountListIpMask IpAddress
  h3cIpaAccountListRowStatus RowStatus

H3cIpaIntListEntry  
SEQUENCE    
  h3cIpaIntListIpSrc IpAddress
  h3cIpaIntListIpDst IpAddress
  h3cIpaIntListProtocol Integer32
  h3cIpaIntListInPackets Counter32
  h3cIpaIntListInBytes Counter64
  h3cIpaIntListOutPackets Counter32
  h3cIpaIntListOutBytes Counter64

H3cIpaExtListEntry  
SEQUENCE    
  h3cIpaExtListIpSrc IpAddress
  h3cIpaExtListIpDst IpAddress
  h3cIpaExtListProtocol Integer32
  h3cIpaExtListInPackets Counter32
  h3cIpaExtListInBytes Counter64
  h3cIpaExtListOutPackets Counter32
  h3cIpaExtListOutBytes Counter64

H3cIpaFWListEntry  
SEQUENCE    
  h3cIpaFWListIpSrc IpAddress
  h3cIpaFWListIpDst IpAddress
  h3cIpaFWListInPackets Counter32
  h3cIpaFWListInBytes Counter64
  h3cIpaFWListOutPackets Counter32
  h3cIpaFWListOutBytes Counter64

Defined Values

h3cIpa 1.3.6.1.4.1.2011.10.2.25
This MIB is used to acquire ip accounting information. The h3cIpaAccountListTable 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 h3cIpaIfConfigTable. 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 h3cIpaAccountListTable 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 h3cIpaFWListTable If it is accepted by the firewall, and ip source or ip destination is in h3cIpaAccountListTable, it will be accounted in h3cIpaIntListTable, otherwise it will be accounted in h3cIpaExtListTable. And IP Accounting function also differentiates the packets by direction. If the packet is inbound, the accounting information can be seen as h3cIpaIntListInPackets/h3cIpaIntListInBytes in h3cIpaIntListTable, h3cIpaExtListInPackets/h3cIpaExtListInBytes in h3cIpaExtListTable, h3cIpaFWListInPackets/h3cIpaFWListInBytes in h3cIpaFWListTable. or else the accounting information can be seen as h3cIpaIntListOutPackets/h3cIpaIntListOutBytes in h3cIpaIntListTable, h3cIpaExtListOutPackets/h3cIpaExtListOutBytes in h3cIpaExtListTable, h3cIpaFWListOutPackets/h3cIpaFWListOutBytes in h3cIpaFWListTable.
MODULE-IDENTITY    

h3cIpaGlobalStats 1.3.6.1.4.1.2011.10.2.25.1
OBJECT IDENTIFIER    

h3cIpaGlobalEnable 1.3.6.1.4.1.2011.10.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)  

h3cIpaTimeOutSeconds 1.3.6.1.4.1.2011.10.2.25.1.2
The value of List aging timeout. The unit is second. If exceeding the interval, the item in h3cIpaIntListTable, h3cIpaExtListTable and h3cIpaFWListTable will be removed automaticlly. The range is (3600..604800).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

h3cIpaIntListMaxItemNum 1.3.6.1.4.1.2011.10.2.25.1.3
The max number of items in h3cIpaIntListTable. The range is (0..16384).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

h3cIpaExtListMaxItemNum 1.3.6.1.4.1.2011.10.2.25.1.4
The max number of items in h3cIpaExtListTable. The range is (0..8192).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

h3cIpaFWListMaxItemNum 1.3.6.1.4.1.2011.10.2.25.1.5
The max number of items in h3cIpaFWListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cIpaAccountListMaxItemNum 1.3.6.1.4.1.2011.10.2.25.1.6
The max number of items in h3cIpaAccountListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cIpaAccountListNextIndex 1.3.6.1.4.1.2011.10.2.25.1.7
The next available index for creating rows of h3cIpaAccountListTable. 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  

h3cIpaListCleaningFlag 1.3.6.1.4.1.2011.10.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)  

h3cIpaIfConfigTable 1.3.6.1.4.1.2011.10.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  
    H3cIpaIfConfigEntry

h3cIpaIfConfigEntry 1.3.6.1.4.1.2011.10.2.25.2.1
Entry of the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cIpaIfConfigEntry  

h3cIpaIfConfigIfIndex 1.3.6.1.4.1.2011.10.2.25.2.1.1
It equals to ifIndex
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

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

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

h3cIpaIfConfigFWEnable 1.3.6.1.4.1.2011.10.2.25.2.1.4
This object is applicable to h3cIpaFWListTable 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)  

h3cIpaAccountListTable 1.3.6.1.4.1.2011.10.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 h3cIpaIntListTable. When source/destination ip address of a packet does not match any item in this table, the packet is accounted in h3cIpaExtListTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cIpaAccountListEntry

h3cIpaAccountListEntry 1.3.6.1.4.1.2011.10.2.25.3.1
Entry of the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cIpaAccountListEntry  

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

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

h3cIpaAccountListIpMask 1.3.6.1.4.1.2011.10.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  

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

h3cIpaIntListTable 1.3.6.1.4.1.2011.10.2.25.4
If matching the ip address recorded in h3cIpaAccountListTable and not denied by the firewall, the packets will be accounted in this list.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cIpaIntListEntry

h3cIpaIntListEntry 1.3.6.1.4.1.2011.10.2.25.4.1
Entry of the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cIpaIntListEntry  

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

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

h3cIpaIntListProtocol 1.3.6.1.4.1.2011.10.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  

h3cIpaIntListInPackets 1.3.6.1.4.1.2011.10.2.25.4.1.4
The number of inbound packets in h3cIpaIntListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIpaIntListInBytes 1.3.6.1.4.1.2011.10.2.25.4.1.5
The number of inbound bytes in h3cIpaIntListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIpaIntListOutPackets 1.3.6.1.4.1.2011.10.2.25.4.1.6
The number of outbound Packets in h3cIpaIntListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIpaIntListOutBytes 1.3.6.1.4.1.2011.10.2.25.4.1.7
The number of outbound bytes in h3cIpaIntListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIpaExtListTable 1.3.6.1.4.1.2011.10.2.25.5
If mismatching the ip address recorded in the h3cIpaAccountListTable and not denied by the firewall, the packets will be accounted in this list.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cIpaExtListEntry

h3cIpaExtListEntry 1.3.6.1.4.1.2011.10.2.25.5.1
Entry of the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cIpaExtListEntry  

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

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

h3cIpaExtListProtocol 1.3.6.1.4.1.2011.10.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  

h3cIpaExtListInPackets 1.3.6.1.4.1.2011.10.2.25.5.1.4
The number of inbound packets in h3cIpaExtListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIpaExtListInBytes 1.3.6.1.4.1.2011.10.2.25.5.1.5
The number of inbound bytes in h3cIpaExtListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIpaExtListOutPackets 1.3.6.1.4.1.2011.10.2.25.5.1.6
The number of outbound packets in h3cIpaExtListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIpaExtListOutBytes 1.3.6.1.4.1.2011.10.2.25.5.1.7
The number of outbound bytes in h3cIpaExtListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIpaFWListTable 1.3.6.1.4.1.2011.10.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  
    H3cIpaFWListEntry

h3cIpaFWListEntry 1.3.6.1.4.1.2011.10.2.25.6.1
Entry of the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cIpaFWListEntry  

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

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

h3cIpaFWListInPackets 1.3.6.1.4.1.2011.10.2.25.6.1.3
The number of outbound packets in h3cIpaFWListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIpaFWListInBytes 1.3.6.1.4.1.2011.10.2.25.6.1.4
The number of inbound bytes in h3cIpaFWListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIpaFWListOutPackets 1.3.6.1.4.1.2011.10.2.25.6.1.5
The number of outbound packets in h3cIpaFWListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIpaFWListOutBytes 1.3.6.1.4.1.2011.10.2.25.6.1.6
The number of outbound bytes in h3cIpaFWListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64