HH3C-IPA-MIB: View SNMP OID List / Download MIB
VENDOR: H3C
Home | MIB: HH3C-IPA-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
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. |
||
hh3cIpaGlobalStats | 1.3.6.1.4.1.25506.2.25.1 | |||
hh3cIpaGlobalEnable | 1.3.6.1.4.1.25506.2.25.1.1 | integer | read-write |
The indication of whether Ip Accounting function is enabled. If it is disabled, ip packets will not be accounted. Enumeration: 'disabled': 1, 'enabled': 2. |
hh3cIpaTimeOutSeconds | 1.3.6.1.4.1.25506.2.25.1.2 | integer32 | read-write |
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). |
hh3cIpaIntListMaxItemNum | 1.3.6.1.4.1.25506.2.25.1.3 | integer32 | read-write |
The max number of items in hh3cIpaIntListTable. The range is (0..16384). |
hh3cIpaExtListMaxItemNum | 1.3.6.1.4.1.25506.2.25.1.4 | integer32 | read-write |
The max number of items in hh3cIpaExtListTable. The range is (0..8192). |
hh3cIpaFWListMaxItemNum | 1.3.6.1.4.1.25506.2.25.1.5 | integer32 | read-only |
The max number of items in hh3cIpaFWListTable. |
hh3cIpaAccountListMaxItemNum | 1.3.6.1.4.1.25506.2.25.1.6 | integer32 | read-only |
The max number of items in hh3cIpaAccountListTable. |
hh3cIpaAccountListNextIndex | 1.3.6.1.4.1.25506.2.25.1.7 | integer32 | read-only |
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. |
hh3cIpaListCleaningFlag | 1.3.6.1.4.1.25506.2.25.1.8 | integer | read-write |
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. Enumeration: 'idle': 1, 'cleaningExtList': 4, 'cleaningAll': 2, 'cleaningFWList': 5, 'cleaningIntList': 3. |
hh3cIpaIfConfigTable | 1.3.6.1.4.1.25506.2.25.2 | no-access |
Enable or disable the ip accounting inbound/outbound function under a particular interface. |
|
1.3.6.1.4.1.25506.2.25.2.1 | no-access |
Entry of the table. |
||
hh3cIpaIfConfigIfIndex | 1.3.6.1.4.1.25506.2.25.2.1.1 | interfaceindex | no-access |
It equals to ifIndex |
hh3cIpaIfConfigInEnable | 1.3.6.1.4.1.25506.2.25.2.1.2 | integer | read-write |
This object is applicable to hh3cIpaIntListTable and hh3cIpaExtListTable. If the value is disabled, inbound ip packets are not accounted. Enumeration: 'disabled': 1, 'enabled': 2. |
hh3cIpaIfConfigOutEnable | 1.3.6.1.4.1.25506.2.25.2.1.3 | integer | read-write |
This object is applicable to hh3cIpaIntListTable and hh3cIpaExtListTable. If the value is disabled, outbound ip packets are not accounted. Enumeration: 'disabled': 1, 'enabled': 2. |
hh3cIpaIfConfigFWEnable | 1.3.6.1.4.1.25506.2.25.2.1.4 | integer | read-write |
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. Enumeration: 'inbound': 2, 'nodirection': 1, 'outbound': 3, 'bidirection': 4. |
hh3cIpaAccountListTable | 1.3.6.1.4.1.25506.2.25.3 | no-access |
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. |
|
1.3.6.1.4.1.25506.2.25.3.1 | no-access |
Entry of the table. |
||
hh3cIpaAccountListIndex | 1.3.6.1.4.1.25506.2.25.3.1.1 | integer32 | no-access |
The Index of the table. |
hh3cIpaAccountListIpAddr | 1.3.6.1.4.1.25506.2.25.3.1.2 | ipaddress | read-only |
The IP address to which this entry's addressing information pertains. |
hh3cIpaAccountListIpMask | 1.3.6.1.4.1.25506.2.25.3.1.3 | ipaddress | read-only |
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. |
hh3cIpaAccountListRowStatus | 1.3.6.1.4.1.25506.2.25.3.1.4 | rowstatus | read-only |
The row status of the entry, Supporting CreateAndGo and Destroy operation. |
hh3cIpaIntListTable | 1.3.6.1.4.1.25506.2.25.4 | no-access |
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 | no-access |
Entry of the table. |
||
hh3cIpaIntListIpSrc | 1.3.6.1.4.1.25506.2.25.4.1.1 | ipaddress | no-access |
Source IP-address of these accounted packets. |
hh3cIpaIntListIpDst | 1.3.6.1.4.1.25506.2.25.4.1.2 | ipaddress | no-access |
Destination IP-address of these accounted packets. |
hh3cIpaIntListProtocol | 1.3.6.1.4.1.25506.2.25.4.1.3 | integer32 | no-access |
The type of these accounted IP packets defined in RFC 1700. |
hh3cIpaIntListInPackets | 1.3.6.1.4.1.25506.2.25.4.1.4 | counter32 | read-only |
The number of inbound packets in hh3cIpaIntListTable. |
hh3cIpaIntListInBytes | 1.3.6.1.4.1.25506.2.25.4.1.5 | counter64 | read-only |
The number of inbound bytes in hh3cIpaIntListTable. |
hh3cIpaIntListOutPackets | 1.3.6.1.4.1.25506.2.25.4.1.6 | counter32 | read-only |
The number of outbound Packets in hh3cIpaIntListTable. |
hh3cIpaIntListOutBytes | 1.3.6.1.4.1.25506.2.25.4.1.7 | counter64 | read-only |
The number of outbound bytes in hh3cIpaIntListTable. |
hh3cIpaExtListTable | 1.3.6.1.4.1.25506.2.25.5 | no-access |
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 | no-access |
Entry of the table. |
||
hh3cIpaExtListIpSrc | 1.3.6.1.4.1.25506.2.25.5.1.1 | ipaddress | no-access |
Source IP-address of these accounted packets. |
hh3cIpaExtListIpDst | 1.3.6.1.4.1.25506.2.25.5.1.2 | ipaddress | no-access |
Destination IP-address of these accounted packets. |
hh3cIpaExtListProtocol | 1.3.6.1.4.1.25506.2.25.5.1.3 | integer32 | no-access |
The value indicates the value of the 'protocol' field which is part of ip packet header. |
hh3cIpaExtListInPackets | 1.3.6.1.4.1.25506.2.25.5.1.4 | counter32 | read-only |
The number of inbound packets in hh3cIpaExtListTable. |
hh3cIpaExtListInBytes | 1.3.6.1.4.1.25506.2.25.5.1.5 | counter64 | read-only |
The number of inbound bytes in hh3cIpaExtListTable. |
hh3cIpaExtListOutPackets | 1.3.6.1.4.1.25506.2.25.5.1.6 | counter32 | read-only |
The number of outbound packets in hh3cIpaExtListTable. |
hh3cIpaExtListOutBytes | 1.3.6.1.4.1.25506.2.25.5.1.7 | counter64 | read-only |
The number of outbound bytes in hh3cIpaExtListTable. |
hh3cIpaFWListTable | 1.3.6.1.4.1.25506.2.25.6 | no-access |
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 | no-access |
Entry of the table. |
||
hh3cIpaFWListIpSrc | 1.3.6.1.4.1.25506.2.25.6.1.1 | ipaddress | no-access |
Source IP-address of these accounted packets. |
hh3cIpaFWListIpDst | 1.3.6.1.4.1.25506.2.25.6.1.2 | ipaddress | no-access |
Destination IP-address of these accounted packets. |
hh3cIpaFWListInPackets | 1.3.6.1.4.1.25506.2.25.6.1.3 | counter32 | read-only |
The number of outbound packets in hh3cIpaFWListTable. |
hh3cIpaFWListInBytes | 1.3.6.1.4.1.25506.2.25.6.1.4 | counter64 | read-only |
The number of inbound bytes in hh3cIpaFWListTable. |
hh3cIpaFWListOutPackets | 1.3.6.1.4.1.25506.2.25.6.1.5 | counter32 | read-only |
The number of outbound packets in hh3cIpaFWListTable. |
hh3cIpaFWListOutBytes | 1.3.6.1.4.1.25506.2.25.6.1.6 | counter64 | read-only |
The number of outbound bytes in hh3cIpaFWListTable. |