HH3C-IPA-MIB
49 objects
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.
Imported Objects
| HH3C-OID-MIB | hh3cCommon |
| SNMPv2-SMI | Counter32 Counter64 Integer32 IpAddress MODULE-IDENTITY OBJECT-TYPE |
| SNMPv2-TC | RowStatus TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.25506.2.25 | Identityhh3cIpa | 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.… | ||
| 1.3.6.1.4.1.25506.2.25.1 | Nodehh3cIpaGlobalStats | |||
| 1.3.6.1.4.1.25506.2.25.1.1 | Scalarhh3cIpaGlobalEnable | read-write | current | 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.25506.2.25.1.2 | Scalarhh3cIpaTimeOutSeconds | read-write | current | The value of List aging timeout. The unit is second. If exceeding the interval, the item in hh3cIpaIntListTable, hh3cIpaExtListTable and hh3cIpaFWListTable wil… |
| 1.3.6.1.4.1.25506.2.25.1.3 | Scalarhh3cIpaIntListMaxItemNum | read-write | current | The max number of items in hh3cIpaIntListTable. The range is (0..16384). |
| 1.3.6.1.4.1.25506.2.25.1.4 | Scalarhh3cIpaExtListMaxItemNum | read-write | current | The max number of items in hh3cIpaExtListTable. The range is (0..8192). |
| 1.3.6.1.4.1.25506.2.25.1.5 | Scalarhh3cIpaFWListMaxItemNum | read-only | current | The max number of items in hh3cIpaFWListTable. |
| 1.3.6.1.4.1.25506.2.25.1.6 | Scalarhh3cIpaAccountListMaxItemNum | read-only | current | The max number of items in hh3cIpaAccountListTable. |
| 1.3.6.1.4.1.25506.2.25.1.7 | Scalarhh3cIpaAccountListNextIndex | read-only | current | 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. |
| 1.3.6.1.4.1.25506.2.25.1.8 | Scalarhh3cIpaListCleaningFlag | read-write | current | 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 li… |
| 1.3.6.1.4.1.25506.2.25.2 | Tablehh3cIpaIfConfigTable | not-accessible | current | Enable or disable the ip accounting inbound/outbound function under a particular interface. |
| 1.3.6.1.4.1.25506.2.25.2.1 | Rowhh3cIpaIfConfigEntry | not-accessible | current | Entry of the table. |
| 1.3.6.1.4.1.25506.2.25.2.1.1 | Columnhh3cIpaIfConfigIfIndex | not-accessible | current | It equals to ifIndex |
| 1.3.6.1.4.1.25506.2.25.2.1.2 | Columnhh3cIpaIfConfigInEnable | read-write | current | This object is applicable to hh3cIpaIntListTable and hh3cIpaExtListTable. If the value is disabled, inbound ip packets are not accounted. |
| 1.3.6.1.4.1.25506.2.25.2.1.3 | Columnhh3cIpaIfConfigOutEnable | read-write | current | This object is applicable to hh3cIpaIntListTable and hh3cIpaExtListTable. If the value is disabled, outbound ip packets are not accounted. |
| 1.3.6.1.4.1.25506.2.25.2.1.4 | Columnhh3cIpaIfConfigFWEnable | read-write | current | 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 val… |
| 1.3.6.1.4.1.25506.2.25.3 | Tablehh3cIpaAccountListTable | not-accessible | current | 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 … |
| 1.3.6.1.4.1.25506.2.25.3.1 | Rowhh3cIpaAccountListEntry | not-accessible | current | Entry of the table. |
| 1.3.6.1.4.1.25506.2.25.3.1.1 | Columnhh3cIpaAccountListIndex | not-accessible | current | The Index of the table. |
| 1.3.6.1.4.1.25506.2.25.3.1.2 | Columnhh3cIpaAccountListIpAddr | read-create | current | The IP address to which this entry's addressing information pertains. |
| 1.3.6.1.4.1.25506.2.25.3.1.3 | Columnhh3cIpaAccountListIpMask | read-create | current | 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 … |
| 1.3.6.1.4.1.25506.2.25.3.1.4 | Columnhh3cIpaAccountListRowStatus | read-create | current | The row status of the entry, Supporting CreateAndGo and Destroy operation. |
| 1.3.6.1.4.1.25506.2.25.4 | Tablehh3cIpaIntListTable | not-accessible | current | If matching the ip address recorded in hh3cIpaAccountListTable and not denied by the firewall, the packets will be accounted in this list. |
| 1.3.6.1.4.1.25506.2.25.4.1 | Rowhh3cIpaIntListEntry | not-accessible | current | Entry of the table. |
| 1.3.6.1.4.1.25506.2.25.4.1.1 | Columnhh3cIpaIntListIpSrc | not-accessible | current | Source IP-address of these accounted packets. |
| 1.3.6.1.4.1.25506.2.25.4.1.2 | Columnhh3cIpaIntListIpDst | not-accessible | current | Destination IP-address of these accounted packets. |
| 1.3.6.1.4.1.25506.2.25.4.1.3 | Columnhh3cIpaIntListProtocol | not-accessible | current | The type of these accounted IP packets defined in RFC 1700. |
| 1.3.6.1.4.1.25506.2.25.4.1.4 | Columnhh3cIpaIntListInPackets | read-only | current | The number of inbound packets in hh3cIpaIntListTable. |
| 1.3.6.1.4.1.25506.2.25.4.1.5 | Columnhh3cIpaIntListInBytes | read-only | current | The number of inbound bytes in hh3cIpaIntListTable. |
| 1.3.6.1.4.1.25506.2.25.4.1.6 | Columnhh3cIpaIntListOutPackets | read-only | current | The number of outbound Packets in hh3cIpaIntListTable. |
| 1.3.6.1.4.1.25506.2.25.4.1.7 | Columnhh3cIpaIntListOutBytes | read-only | current | The number of outbound bytes in hh3cIpaIntListTable. |
| 1.3.6.1.4.1.25506.2.25.5 | Tablehh3cIpaExtListTable | not-accessible | current | If mismatching the ip address recorded in the hh3cIpaAccountListTable and not denied by the firewall, the packets will be accounted in this list. |
| 1.3.6.1.4.1.25506.2.25.5.1 | Rowhh3cIpaExtListEntry | not-accessible | current | Entry of the table. |
| 1.3.6.1.4.1.25506.2.25.5.1.1 | Columnhh3cIpaExtListIpSrc | not-accessible | current | Source IP-address of these accounted packets. |
| 1.3.6.1.4.1.25506.2.25.5.1.2 | Columnhh3cIpaExtListIpDst | not-accessible | current | Destination IP-address of these accounted packets. |
| 1.3.6.1.4.1.25506.2.25.5.1.3 | Columnhh3cIpaExtListProtocol | not-accessible | current | The value indicates the value of the 'protocol' field which is part of ip packet header. |
| 1.3.6.1.4.1.25506.2.25.5.1.4 | Columnhh3cIpaExtListInPackets | read-only | current | The number of inbound packets in hh3cIpaExtListTable. |
| 1.3.6.1.4.1.25506.2.25.5.1.5 | Columnhh3cIpaExtListInBytes | read-only | current | The number of inbound bytes in hh3cIpaExtListTable. |
| 1.3.6.1.4.1.25506.2.25.5.1.6 | Columnhh3cIpaExtListOutPackets | read-only | current | The number of outbound packets in hh3cIpaExtListTable. |
| 1.3.6.1.4.1.25506.2.25.5.1.7 | Columnhh3cIpaExtListOutBytes | read-only | current | The number of outbound bytes in hh3cIpaExtListTable. |
| 1.3.6.1.4.1.25506.2.25.6 | Tablehh3cIpaFWListTable | not-accessible | current | If the packet is denied by the firewall, it will be accounted in this list. |
| 1.3.6.1.4.1.25506.2.25.6.1 | Rowhh3cIpaFWListEntry | not-accessible | current | Entry of the table. |
| 1.3.6.1.4.1.25506.2.25.6.1.1 | Columnhh3cIpaFWListIpSrc | not-accessible | current | Source IP-address of these accounted packets. |
| 1.3.6.1.4.1.25506.2.25.6.1.2 | Columnhh3cIpaFWListIpDst | not-accessible | current | Destination IP-address of these accounted packets. |
| 1.3.6.1.4.1.25506.2.25.6.1.3 | Columnhh3cIpaFWListInPackets | read-only | current | The number of outbound packets in hh3cIpaFWListTable. |
| 1.3.6.1.4.1.25506.2.25.6.1.4 | Columnhh3cIpaFWListInBytes | read-only | current | The number of inbound bytes in hh3cIpaFWListTable. |
| 1.3.6.1.4.1.25506.2.25.6.1.5 | Columnhh3cIpaFWListOutPackets | read-only | current | The number of outbound packets in hh3cIpaFWListTable. |
| 1.3.6.1.4.1.25506.2.25.6.1.6 | Columnhh3cIpaFWListOutBytes | read-only | current | The number of outbound bytes in hh3cIpaFWListTable. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| InterfaceIndex | Integer32 (1..2147483647) | current | 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 r… |