MIBs Depot

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

FromSymbols
HH3C-OID-MIBhh3cCommon
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMICounter32, Counter64, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, 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

NameOIDSyntaxAccessStatus
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

NameOIDSyntaxAccessStatus
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.1INTEGER {disabled(1), enabled(2)}read-writecurrent
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.2Integer32read-writecurrent
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.3Integer32read-writecurrent
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.4Integer32read-writecurrent
hh3cIpaFWListMaxItemNum
OBJECT-TYPE
The max number of items in hh3cIpaFWListTable.
1.3.6.1.4.1.25506.2.25.1.5Integer32read-onlycurrent
hh3cIpaAccountListMaxItemNum
OBJECT-TYPE
The max number of items in hh3cIpaAccountListTable.
1.3.6.1.4.1.25506.2.25.1.6Integer32read-onlycurrent
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.7Integer32read-onlycurrent
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.8INTEGER {idle(1), cleaningAll(2), cleaningIntList(3), cleaningExtList(4), cleaningFWList(5)}read-writecurrent
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.2not-accessiblecurrent
hh3cIpaIfConfigEntry
OBJECT-TYPE
Entry of the table.
1.3.6.1.4.1.25506.2.25.2.1not-accessiblecurrent
hh3cIpaIfConfigIfIndex
OBJECT-TYPE
It equals to ifIndex
1.3.6.1.4.1.25506.2.25.2.1.1InterfaceIndexnot-accessiblecurrent
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.2INTEGER {disabled(1), enabled(2)}read-writecurrent
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.3INTEGER {disabled(1), enabled(2)}read-writecurrent
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.4INTEGER {nodirection(1), inbound(2), outbound(3), bidirection(4)}read-writecurrent
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.3not-accessiblecurrent
hh3cIpaAccountListEntry
OBJECT-TYPE
Entry of the table.
1.3.6.1.4.1.25506.2.25.3.1not-accessiblecurrent
hh3cIpaAccountListIndex
OBJECT-TYPE
The Index of the table.
1.3.6.1.4.1.25506.2.25.3.1.1Integer32 (1..2147483647)not-accessiblecurrent
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.2IpAddressread-createcurrent
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.3IpAddressread-createcurrent
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.4RowStatusread-createcurrent
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.4not-accessiblecurrent
hh3cIpaIntListEntry
OBJECT-TYPE
Entry of the table.
1.3.6.1.4.1.25506.2.25.4.1not-accessiblecurrent
hh3cIpaIntListIpSrc
OBJECT-TYPE
Source IP-address of these accounted packets.
1.3.6.1.4.1.25506.2.25.4.1.1IpAddressnot-accessiblecurrent
hh3cIpaIntListIpDst
OBJECT-TYPE
Destination IP-address of these accounted packets.
1.3.6.1.4.1.25506.2.25.4.1.2IpAddressnot-accessiblecurrent
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.3Integer32 (0..2147483647)not-accessiblecurrent
hh3cIpaIntListInPackets
OBJECT-TYPE
The number of inbound packets in hh3cIpaIntListTable.
1.3.6.1.4.1.25506.2.25.4.1.4Counter32read-onlycurrent
hh3cIpaIntListInBytes
OBJECT-TYPE
The number of inbound bytes in hh3cIpaIntListTable.
1.3.6.1.4.1.25506.2.25.4.1.5Counter64read-onlycurrent
hh3cIpaIntListOutPackets
OBJECT-TYPE
The number of outbound Packets in hh3cIpaIntListTable.
1.3.6.1.4.1.25506.2.25.4.1.6Counter32read-onlycurrent
hh3cIpaIntListOutBytes
OBJECT-TYPE
The number of outbound bytes in hh3cIpaIntListTable.
1.3.6.1.4.1.25506.2.25.4.1.7Counter64read-onlycurrent
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.5not-accessiblecurrent
hh3cIpaExtListEntry
OBJECT-TYPE
Entry of the table.
1.3.6.1.4.1.25506.2.25.5.1not-accessiblecurrent
hh3cIpaExtListIpSrc
OBJECT-TYPE
Source IP-address of these accounted packets.
1.3.6.1.4.1.25506.2.25.5.1.1IpAddressnot-accessiblecurrent
hh3cIpaExtListIpDst
OBJECT-TYPE
Destination IP-address of these accounted packets.
1.3.6.1.4.1.25506.2.25.5.1.2IpAddressnot-accessiblecurrent
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.3Integer32 (0..2147483647)not-accessiblecurrent
hh3cIpaExtListInPackets
OBJECT-TYPE
The number of inbound packets in hh3cIpaExtListTable.
1.3.6.1.4.1.25506.2.25.5.1.4Counter32read-onlycurrent
hh3cIpaExtListInBytes
OBJECT-TYPE
The number of inbound bytes in hh3cIpaExtListTable.
1.3.6.1.4.1.25506.2.25.5.1.5Counter64read-onlycurrent
hh3cIpaExtListOutPackets
OBJECT-TYPE
The number of outbound packets in hh3cIpaExtListTable.
1.3.6.1.4.1.25506.2.25.5.1.6Counter32read-onlycurrent
hh3cIpaExtListOutBytes
OBJECT-TYPE
The number of outbound bytes in hh3cIpaExtListTable.
1.3.6.1.4.1.25506.2.25.5.1.7Counter64read-onlycurrent
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.6not-accessiblecurrent
hh3cIpaFWListEntry
OBJECT-TYPE
Entry of the table.
1.3.6.1.4.1.25506.2.25.6.1not-accessiblecurrent
hh3cIpaFWListIpSrc
OBJECT-TYPE
Source IP-address of these accounted packets.
1.3.6.1.4.1.25506.2.25.6.1.1IpAddressnot-accessiblecurrent
hh3cIpaFWListIpDst
OBJECT-TYPE
Destination IP-address of these accounted packets.
1.3.6.1.4.1.25506.2.25.6.1.2IpAddressnot-accessiblecurrent
hh3cIpaFWListInPackets
OBJECT-TYPE
The number of outbound packets in hh3cIpaFWListTable.
1.3.6.1.4.1.25506.2.25.6.1.3Counter32read-onlycurrent
hh3cIpaFWListInBytes
OBJECT-TYPE
The number of inbound bytes in hh3cIpaFWListTable.
1.3.6.1.4.1.25506.2.25.6.1.4Counter64read-onlycurrent
hh3cIpaFWListOutPackets
OBJECT-TYPE
The number of outbound packets in hh3cIpaFWListTable.
1.3.6.1.4.1.25506.2.25.6.1.5Counter32read-onlycurrent
hh3cIpaFWListOutBytes
OBJECT-TYPE
The number of outbound bytes in hh3cIpaFWListTable.
1.3.6.1.4.1.25506.2.25.6.1.6Counter64read-onlycurrent