- Table of Contents
- Related Documents
-
Title | Size | Download |
---|---|---|
01-HH3C-BPA-MIB | 58.30 KB |
Contents
HH3C-BPA-MIB
About this MIB
Use this MIB to implement BGP policy accounting (BPA). BGP policy accounting provides the following functionalities:
· Classifies IP traffic by BGP path attributes such as NEXT HOP, COMMUNITY, and AS_PATH.
· Assigns an index to each class of traffic.
· Collects statistics based on indexes.
MIB file name
hh3c-bpa.mib
Root object
iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).hh3c(25506).hh3cCommon(2).hh3cBpa(144)
Tabular objects
hh3cBpaCfgTable
About this table
This table configures BGP policy accounting on an interface.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table index is hh3cBpaDirection.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cBpaDirection (1.3.6.1.4.1.25506.2.144.1.1.1.1) |
not-accessible |
INTEGER |
· input(1) · output(2) |
Direction of traffic to which the BGP policy accounting applies. |
As per the MIB. |
hh3cBpaSrcOrDest (1.3.6.1.4.1.25506.2.144.1.1.1.2) |
read-create |
INTEGER |
· source(1) · destination(2) · both(3) |
Address criterion for IP traffic classification. |
As per the MIB. |
hh3cBpaRowStatus (1.3.6.1.4.1.25506.2.144.1.1.1.3) |
read-create |
RowStatus |
· active(1) · createAndGo(4) · destroy(6) |
Row status. |
As per the MIB. |
hh3cBpaStatTable
About this table
Use this table to obtain BGP policy accounting information.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table indexes are hh3cBpaTrafficType, and hh3cBpaTrafficIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cBpaTrafficType (1.3.6.1.4.1.25506.2.144.1.2.1.1) |
not-accessible |
InetAddressType |
· ipv4(1) · ipv6(2) |
Packet type, IPv4 or IPv6. |
As per the MIB. |
hh3cBpaTrafficIndex (1.3.6.1.4.1.25506.2.144.1.2.1.2) |
not-accessible |
Integer32 |
1..128 |
Index of the BGP route matching the policy. |
As per the MIB. |
hh3cBpaInPacketCount (1.3.6.1.4.1.25506.2.144.1.2.1.3) |
read-only |
Counter64 |
Standard MIB values. |
Number of incoming packets for the specified index and type. |
As per the MIB. |
hh3cBpaInOctetCount (1.3.6.1.4.1.25506.2.144.1.2.1.4) |
read-only |
Counter64 |
Standard MIB values. |
Number of incoming bytes for the specified index and type. |
As per the MIB. |
hh3cBpaOutPacketCount (1.3.6.1.4.1.25506.2.144.1.2.1.5) |
read-only |
Counter64 |
Standard MIB values. |
Number of outgoing packets for the specified index and type. |
As per the MIB. |
hh3cBpaOutOctetCount (1.3.6.1.4.1.25506.2.144.1.2.1.6) |
read-only |
Counter64 |
Standard MIB values. |
Number of outgoing bytes for the specified index and type. |
As per the MIB. |