HH3C-IPA-MIB
- Registered at
- 1.3.6.1.4.1.25506.2.25
- Last updated
- 2004-11-01 00:00
- Organization
- New H3C Tech. Co., Ltd.
- Namespace
- comware
- Source file
HH3C-IPA-MIB- Digest
sha256:7bfe8731c965cae7696355339f516e1b328c4313cf7098958330d04774116307
Description
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.
Contact
Platform Team New H3C Tech. Co., Ltd. Hai-Dian District Beijing P.R. China http://www.h3c.com Zip:100085
Imports
| From | Symbols |
|---|---|
| HH3C-OID-MIB | hh3cCommon |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, Counter64, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HH3C-IPA-MIB HH3C-OID-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| InterfaceIndex TEXTUAL-CONVENTION 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. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hh3cIpaGlobalStats OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.25.1 | |||
| hh3cIpaGlobalEnable OBJECT-TYPE 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.1 | INTEGER {disabled(1), enabled(2)} | read-write | current |
| hh3cIpaTimeOutSeconds OBJECT-TYPE 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). | 1.3.6.1.4.1.25506.2.25.1.2 | Integer32 | read-write | current |
| hh3cIpaIntListMaxItemNum OBJECT-TYPE The max number of items in hh3cIpaIntListTable. The range is (0..16384). | 1.3.6.1.4.1.25506.2.25.1.3 | Integer32 | read-write | current |
| hh3cIpaExtListMaxItemNum OBJECT-TYPE The max number of items in hh3cIpaExtListTable. The range is (0..8192). | 1.3.6.1.4.1.25506.2.25.1.4 | Integer32 | read-write | current |
| hh3cIpaFWListMaxItemNum OBJECT-TYPE The max number of items in hh3cIpaFWListTable. | 1.3.6.1.4.1.25506.2.25.1.5 | Integer32 | read-only | current |
| hh3cIpaAccountListMaxItemNum OBJECT-TYPE The max number of items in hh3cIpaAccountListTable. | 1.3.6.1.4.1.25506.2.25.1.6 | Integer32 | read-only | current |
| hh3cIpaAccountListNextIndex OBJECT-TYPE 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.7 | Integer32 | read-only | current |
| hh3cIpaListCleaningFlag OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.25.1.8 | INTEGER {idle(1), cleaningAll(2), cleaningIntList(3), cleaningExtList(4), cleaningFWList(5)} | read-write | current |
| hh3cIpaIfConfigTable OBJECT-TYPE Enable or disable the ip accounting inbound/outbound function under a particular interface. | 1.3.6.1.4.1.25506.2.25.2 | not-accessible | current | |
| hh3cIpaIfConfigEntry OBJECT-TYPE Entry of the table. | 1.3.6.1.4.1.25506.2.25.2.1 | not-accessible | current | |
| hh3cIpaIfConfigIfIndex OBJECT-TYPE It equals to ifIndex | 1.3.6.1.4.1.25506.2.25.2.1.1 | InterfaceIndex | not-accessible | current |
| hh3cIpaIfConfigInEnable OBJECT-TYPE 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.2 | INTEGER {disabled(1), enabled(2)} | read-write | current |
| hh3cIpaIfConfigOutEnable OBJECT-TYPE 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.3 | INTEGER {disabled(1), enabled(2)} | read-write | current |
| hh3cIpaIfConfigFWEnable OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.25.2.1.4 | INTEGER {nodirection(1), inbound(2), outbound(3), bidirection(4)} | read-write | current |
| hh3cIpaAccountListTable OBJECT-TYPE 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 | not-accessible | current | |
| hh3cIpaAccountListEntry OBJECT-TYPE Entry of the table. | 1.3.6.1.4.1.25506.2.25.3.1 | not-accessible | current | |
| hh3cIpaAccountListIndex OBJECT-TYPE The Index of the table. | 1.3.6.1.4.1.25506.2.25.3.1.1 | Integer32 (1..2147483647) | not-accessible | current |
| hh3cIpaAccountListIpAddr OBJECT-TYPE The IP address to which this entry's addressing information pertains. | 1.3.6.1.4.1.25506.2.25.3.1.2 | IpAddress | read-create | current |
| hh3cIpaAccountListIpMask OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.25.3.1.3 | IpAddress | read-create | current |
| hh3cIpaAccountListRowStatus OBJECT-TYPE The row status of the entry, Supporting CreateAndGo and Destroy operation. | 1.3.6.1.4.1.25506.2.25.3.1.4 | RowStatus | read-create | current |
| hh3cIpaIntListTable OBJECT-TYPE 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 | not-accessible | current | |
| hh3cIpaIntListEntry OBJECT-TYPE Entry of the table. | 1.3.6.1.4.1.25506.2.25.4.1 | not-accessible | current | |
| hh3cIpaIntListIpSrc OBJECT-TYPE Source IP-address of these accounted packets. | 1.3.6.1.4.1.25506.2.25.4.1.1 | IpAddress | not-accessible | current |
| hh3cIpaIntListIpDst OBJECT-TYPE Destination IP-address of these accounted packets. | 1.3.6.1.4.1.25506.2.25.4.1.2 | IpAddress | not-accessible | current |
| hh3cIpaIntListProtocol OBJECT-TYPE The type of these accounted IP packets defined in RFC 1700. | 1.3.6.1.4.1.25506.2.25.4.1.3 | Integer32 (0..2147483647) | not-accessible | current |
| hh3cIpaIntListInPackets OBJECT-TYPE The number of inbound packets in hh3cIpaIntListTable. | 1.3.6.1.4.1.25506.2.25.4.1.4 | Counter32 | read-only | current |
| hh3cIpaIntListInBytes OBJECT-TYPE The number of inbound bytes in hh3cIpaIntListTable. | 1.3.6.1.4.1.25506.2.25.4.1.5 | Counter64 | read-only | current |
| hh3cIpaIntListOutPackets OBJECT-TYPE The number of outbound Packets in hh3cIpaIntListTable. | 1.3.6.1.4.1.25506.2.25.4.1.6 | Counter32 | read-only | current |
| hh3cIpaIntListOutBytes OBJECT-TYPE The number of outbound bytes in hh3cIpaIntListTable. | 1.3.6.1.4.1.25506.2.25.4.1.7 | Counter64 | read-only | current |
| hh3cIpaExtListTable OBJECT-TYPE 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 | not-accessible | current | |
| hh3cIpaExtListEntry OBJECT-TYPE Entry of the table. | 1.3.6.1.4.1.25506.2.25.5.1 | not-accessible | current | |
| hh3cIpaExtListIpSrc OBJECT-TYPE Source IP-address of these accounted packets. | 1.3.6.1.4.1.25506.2.25.5.1.1 | IpAddress | not-accessible | current |
| hh3cIpaExtListIpDst OBJECT-TYPE Destination IP-address of these accounted packets. | 1.3.6.1.4.1.25506.2.25.5.1.2 | IpAddress | not-accessible | current |
| hh3cIpaExtListProtocol OBJECT-TYPE 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.3 | Integer32 (0..2147483647) | not-accessible | current |
| hh3cIpaExtListInPackets OBJECT-TYPE The number of inbound packets in hh3cIpaExtListTable. | 1.3.6.1.4.1.25506.2.25.5.1.4 | Counter32 | read-only | current |
| hh3cIpaExtListInBytes OBJECT-TYPE The number of inbound bytes in hh3cIpaExtListTable. | 1.3.6.1.4.1.25506.2.25.5.1.5 | Counter64 | read-only | current |
| hh3cIpaExtListOutPackets OBJECT-TYPE The number of outbound packets in hh3cIpaExtListTable. | 1.3.6.1.4.1.25506.2.25.5.1.6 | Counter32 | read-only | current |
| hh3cIpaExtListOutBytes OBJECT-TYPE The number of outbound bytes in hh3cIpaExtListTable. | 1.3.6.1.4.1.25506.2.25.5.1.7 | Counter64 | read-only | current |
| hh3cIpaFWListTable OBJECT-TYPE 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 | not-accessible | current | |
| hh3cIpaFWListEntry OBJECT-TYPE Entry of the table. | 1.3.6.1.4.1.25506.2.25.6.1 | not-accessible | current | |
| hh3cIpaFWListIpSrc OBJECT-TYPE Source IP-address of these accounted packets. | 1.3.6.1.4.1.25506.2.25.6.1.1 | IpAddress | not-accessible | current |
| hh3cIpaFWListIpDst OBJECT-TYPE Destination IP-address of these accounted packets. | 1.3.6.1.4.1.25506.2.25.6.1.2 | IpAddress | not-accessible | current |
| hh3cIpaFWListInPackets OBJECT-TYPE The number of outbound packets in hh3cIpaFWListTable. | 1.3.6.1.4.1.25506.2.25.6.1.3 | Counter32 | read-only | current |
| hh3cIpaFWListInBytes OBJECT-TYPE The number of inbound bytes in hh3cIpaFWListTable. | 1.3.6.1.4.1.25506.2.25.6.1.4 | Counter64 | read-only | current |
| hh3cIpaFWListOutPackets OBJECT-TYPE The number of outbound packets in hh3cIpaFWListTable. | 1.3.6.1.4.1.25506.2.25.6.1.5 | Counter32 | read-only | current |
| hh3cIpaFWListOutBytes OBJECT-TYPE The number of outbound bytes in hh3cIpaFWListTable. | 1.3.6.1.4.1.25506.2.25.6.1.6 | Counter64 | read-only | current |