- Table of Contents
-
- 08-Layer 3 - IP Services
- 01-HH3C-ARP-RATELIMIT-MIB
- 02-HH3C-ARP-SUPPRESSION-MIB
- 03-HH3C-ARP-TRAP-MIB
- 04-HH3C-BPA-MIB
- 05-HH3C-DHCP-SNOOP2-MIB
- 06-HH3C-DHCP4-CLIENT-MIB
- 07-HH3C-DHCP4-MIB
- 08-HH3C-DHCP6-MIB
- 09-HH3C-FIB-MIB
- 10-HH3C-IP-ADDRESS-MIB
- 11-HH3C-IPFW-MIB
- 12-HH3C-IPV6-ADDRESS-MIB
- 13-HH3C-NAT-MIB
- 14-HH3C-ND-TRAP-MIB
- 15-HH3C-SESSION-MIB
- 16-HH3C-TCP-MIB
- 17-HH3C-TUNNEL-TRAP-MIB
- 18-HH3C-DNS-MIB
- 19-IP-MIB
- 20-IPV6-ICMP-MIB
- 21-IPV6-MIB
- 22-IPV6-TCP-MIB
- 23-IPV6-UDP-MIB
- 24-TCP-MIB
- 25-UDP-MIB
- Related Documents
-
Title | Size | Download |
---|---|---|
04-HH3C-BPA-MIB | 66.95 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:Supported
Edit/Modify:Supported
Delete:Supported
Read: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:Not supported
Edit/Modify:Not supported
Delete:Not supported
Read: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. |
hh3cBpaInPktRateInLast30Sec (1.3.6.1.4.1.25506.2.144.1.2.1.7) |
read-only |
Counter64 |
Standard MIB values. |
Number of incoming packets for the specified index and type per second in the last 30 seconds. |
As per the MIB. |
hh3cBpaInBitRateInLast30Sec (1.3.6.1.4.1.25506.2.144.1.2.1.8) |
read-only |
Counter64 |
Standard MIB values. |
Incoming traffic amount for the specified index and type per second in the last 30 seconds. |
As per the MIB. |
hh3cBpaOutPktRateInLast30Sec (1.3.6.1.4.1.25506.2.144.1.2.1.9) |
read-only |
Counter64 |
Standard MIB values. |
Number of outgoing packets for the specified index and type per second in the last 30 seconds. |
As per the MIB. |
hh3cBpaOutBitRateInLast30Sec (1.3.6.1.4.1.25506.2.144.1.2.1.10) |
read-only |
Counter64 |
Standard MIB values. |
Outgoing traffic amount for the specified index and type per second in the last 30 seconds. |
As per the MIB. |