- Table of Contents
- Related Documents
-
Title | Size | Download |
---|---|---|
03-HH3C-IFQOS2-MIB | 278.49 KB |
Contents
hh3cIfQoSHardwareQueueRunInfoTable
hh3cIfQoSHQueueTcpRunInfoTable
hh3cIfQoSHardwareQueueTotalRunInfoTable
hh3cIfQoSAggregativeCarConfigTable
hh3cIfQoSAggregativeCarApplyTable
hh3cIfQoSAggregativeCarRunInfoTable
hh3cIfQoSTricolorCarConfigTable
hh3cIfQoSTricolorCarRunInfoTable
hh3cIfQoSWredGroupContentTable
hh3cIfQoSWredGroupApplyIfTable
HH3C-IFQOS2-MIB
About this MIB
Use this MIB to configure or obtain settings for the following modules:
· Hardware queuing.
· Software queuing.
· Rate limit.
· CAR.
· GTS.
· WRED.
· Port priority and priority trust mode.
· Priority map.
CAR includes aggregate CAR and three-color CAR. WRED includes table-based WRED and interface WRED.
WRED
WRED avoids global TCP synchronization by randomly dropping packets before a queue is full. WRED sets an upper threshold and lower threshold for each queue, and processes the packets in a queue as follows:
· When the queue size is shorter than the lower threshold, no packet is dropped.
· When the queue size reaches the upper threshold, all subsequent packets are dropped.
· When the queue size is between the lower threshold and the upper threshold, the received packets are dropped at random. The drop probability in a queue increases along with the queue size under the maximum drop probability.
WRED can discard packets based on the IP precedence, DSCP, or MPLS EXP value and selectively discard low-priority packets.
Through combining WRED with WFQ, the flow-based WRED can be realized.
WRED has the following types:
· Port-based WRED: Applies WRED to all packets on a port.
· Queue-based WRED: Applies WRED to only packets on WRED-enabled queues.
· Drop level-based WRED: Applies different WRED parameters to packets with different WRED parameters.
· ACL-based WRED: Applies different WRED parameters to packets matching different ACLs.
· 802.1p-based WRED: Applies different WRED parameters to packets with different 802.1p priorities.
· EXP-based WRED: Applies different WRED parameters to packets with different EXP priorities.
· ATM CLP-based WRED: Applies different WRED parameters to packets with different CLP priorities.
· DSCP-based WRED: Applies different WRED parameters to packets with different DSCP values.
· IP precedence-based WRED: Applies different WRED parameters to packets with different IP precedences.
· FR DE-based WRED: Applies different WRED parameters to packets with different DE bit settings.
ComwareV500R002 supports two WRED configuration approaches:
· Interface configuration—Configure WRED parameters on an interface or PVC and enable WRED.
· WRED table configuration—Configure a WRED table in system view and then apply the WRED table to an interface. A maximum number of 64 WRED tables is supported.
Aggregate CAR
Some switch models support aggregate CAR.
An aggregate CAR action is created globally. It can be directly applied to interfaces or used in the traffic behaviors associated with different traffic classes to police multiple traffic flows as a whole. The total rate of the traffic flows must conform to the traffic policing specifications set in the aggregate CAR action.
MIB file name
hh3c-ifqos2.mib
Root object
iso(1).org(3).dod(6).internet(1).private(4).huawei(2011).hh3c(10).hh3cCommon(2).hh3cQos2(65).hh3cIfQos2(1)
Tabular objects
hh3cIfQoSQSWeightTable
About this table
This table configures the minimum guaranteed bandwidth for non-SP queues.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Supported |
Not supported |
Supported |
Columns
The table indexes are ifIndex and hh3cIfQoSQueueID.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cIfQoSQSMinBandwidth (1.3.6.1.4.1.25506.2.65.1.1.1.2.1.6) |
read-write |
Integer32 |
Standard MIB values. |
Minimum guaranteed bandwidth. |
GigabitEthernet: Supports the range 8 to 1000000. Ten-GigabitEthernet: Supports the range 8 to 10000000. |
hh3cIfQoSHardwareQueueRunInfoTable
About this table
This table contains queue-based traffic statistics.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table indexes are ifIndex and hh3cIfQoSQueueID.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cIfQoSPassPackets (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.1) |
read-only |
Counter64 |
Standard MIB values. |
Number of forwarded packets. |
As per the MIB. |
hh3cIfQoSDropPackets (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.2) |
read-only |
Counter64 |
Standard MIB values. |
Number of dropped packets. |
As per the MIB. |
hh3cIfQoSPassBytes (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.3) |
read-only |
Counter64 |
Standard MIB values. |
Number of forwarded bytes. |
As per the MIB. |
hh3cIfQoSPassPPS (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.4) |
read-only |
Unsigned32 |
Standard MIB values. |
Packet forwarding rate in packets per second. |
As per the MIB. |
hh3cIfQoSPassBPS (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.5) |
read-only |
Unsigned32 |
Standard MIB values. |
Packet forwarding rate in bytes per second. |
As per the MIB. |
hh3cIfQoSDropBytes (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.6) |
read-only |
Counter64 |
Standard MIB values. |
Number of dropped bytes. |
As per the MIB. |
hh3cIfQoSQueueLengthInPkts (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.7) |
read-only |
Unsigned32 |
Standard MIB values. |
Maximum queue length in packets. |
As per the MIB. |
hh3cIfQoSDropPPS (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.22) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of packets dropped per second. |
As per the MIB. |
hh3cIfQoSDropBPS (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.23) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of bytes dropped per second. |
As per the MIB. |
hh3cIfQoSHQueueTcpRunInfoTable
About this table
This table contains queue-based traffic statistics on TCP packets and non-TCP packets.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table indexes are ifIndex and hh3cIfQoSQueueID.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cIfQoSWredDropLPreNTcpPkts (1.3.6.1.4.1.25506.2.65.1.1.2.2.1.1) |
read-only |
Counter64 |
Standard MIB values. |
Number of low-priority non-TCP packets dropped by WRED. |
As per the MIB. |
hh3cIfQoSWredDropLPreNTcpBytes (1.3.6.1.4.1.25506.2.65.1.1.2.2.1.2) |
read-only |
Counter64 |
Standard MIB values. |
Number of low-priority non-TCP bytes dropped by WRED. |
As per the MIB. |
hh3cIfQoSWredDropLPreNTcpPPS (1.3.6.1.4.1.25506.2.65.1.1.2.2.1.3) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of low-priority non-TCP packets dropped by WRED per second. |
As per the MIB. |
hh3cIfQoSWredDropLPreNTcpBPS (1.3.6.1.4.1.25506.2.65.1.1.2.2.1.4) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of low-priority non-TCP bytes dropped by WRED per second. |
As per the MIB. |
hh3cIfQoSWredDropLPreTcpPkts (1.3.6.1.4.1.25506.2.65.1.1.2.2.1.5) |
read-only |
Counter64 |
Standard MIB values. |
Number of low-priority TCP packets dropped by WRED. |
As per the MIB. |
hh3cIfQoSWredDropLPreTcpBytes (1.3.6.1.4.1.25506.2.65.1.1.2.2.1.6) |
read-only |
Counter64 |
Standard MIB values. |
Number of low-priority TCP bytes dropped by WRED. |
As per the MIB. |
hh3cIfQoSWredDropLPreTcpPPS (1.3.6.1.4.1.25506.2.65.1.1.2.2.1.7) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of low-priority TCP packets dropped by WRED per second. |
As per the MIB. |
hh3cIfQoSWredDropLPreTcpBPS (1.3.6.1.4.1.25506.2.65.1.1.2.2.1.8) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of low-priority TCP bytes dropped by WRED per second. |
As per the MIB. |
hh3cIfQoSWredDropHPreNTcpPkts (1.3.6.1.4.1.25506.2.65.1.1.2.2.1.9) |
read-only |
Counter64 |
Standard MIB values. |
Number of high-priority non-TCP packets dropped by WRED. |
As per the MIB. |
hh3cIfQoSWredDropHPreNTcpBytes (1.3.6.1.4.1.25506.2.65.1.1.2.2.1.10) |
read-only |
Counter64 |
Standard MIB values. |
Number of high-priority non-TCP bytes dropped by WRED. |
As per the MIB. |
hh3cIfQoSWredDropHPreNTcpPPS (1.3.6.1.4.1.25506.2.65.1.1.2.2.1.11) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of high-priority non-TCP packets dropped by WRED per second. |
As per the MIB. |
hh3cIfQoSWredDropHPreNTcpBPS (1.3.6.1.4.1.25506.2.65.1.1.2.2.1.12) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of high-priority non-TCP bytes dropped by WRED per second. |
As per the MIB. |
hh3cIfQoSWredDropHPreTcpPkts (1.3.6.1.4.1.25506.2.65.1.1.2.2.1.13) |
read-only |
Counter64 |
Standard MIB values. |
Number of high-priority TCP packets dropped by WRED. |
As per the MIB. |
hh3cIfQoSWredDropHPreTcpBytes (1.3.6.1.4.1.25506.2.65.1.1.2.2.1.14) |
read-only |
Counter64 |
Standard MIB values. |
Number of high-priority TCP bytes dropped by WRED. |
As per the MIB. |
hh3cIfQoSWredDropHPreTcpPPS (1.3.6.1.4.1.25506.2.65.1.1.2.2.1.15) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of high-priority TCP packets dropped by WRED per second. |
As per the MIB. |
hh3cIfQoSWredDropHPreTcpBPS (1.3.6.1.4.1.25506.2.65.1.1.2.2.1.16) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of high-priority TCP bytes dropped by WRED per second. |
As per the MIB. |
hh3cIfQoSHardwareQueueTotalRunInfoTable
About this table
This table is used to obtain the total queue length and peak queue length.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table indexe is ifIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cIfQoSQueueLength (1.3.6.1.4.1.25506.2.65.1.1.2.3.1.1) |
read-only |
Unsigned32 |
Standard MIB values. |
Total queue length. |
As per the MIB. |
hh3cIfQoSPeakQueueBytes(1.3.6.1.4.1.25506.2.65.1.1.2.3.1.2) |
read-only |
Unsigned32 |
Standard MIB values. |
Peak queue length. |
As per the MIB. |
hh3cIfQoSLRConfigTable
About this table
This table configures the inbound or outbound rate limit on an interface.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table indexes are ifIndex and hh3cIfQoSLRDirection.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cIfQoSLRDirection (1.3.6.1.4.1.25506.2.65.1.3.1.1.1) |
not-accessible |
Direction |
Standard MIB values. |
Rate limit direction. |
Supports only outbound(2). |
hh3cIfQoSLRCir (1.3.6.1.4.1.25506.2.65.1.3.1.1.2) |
read-create |
Unsigned32 |
Standard MIB values. |
CIR. |
· Ethernet: Supports the range 128 to 8192. · GigabitEthernet: Supports the range 8 to 1000000. · Ten-GigabitEthernet: Supports the range 8 to 10000000. · FortyGigE: Supports the range 8 to 40000000. · Others; Supports the range 8 to 10000000. |
hh3cIfQoSLRCbs (1.3.6.1.4.1.25506.2.65.1.3.1.1.3) |
read-create |
Unsigned32 |
Standard MIB values. |
CBS. |
Supports the range 1875 to 134217727. |
hh3cIfQoSLREbs (1.3.6.1.4.1.25506.2.65.1.3.1.1.4) |
read-create |
Unsigned32 |
Standard MIB values. |
EBS. |
Supports the range 0 to 134217727. |
hh3cIfQoSRowStatus (1.3.6.1.4.1.25506.2.65.1.3.1.1.5) |
read-create |
RowStatus |
Standard MIB values. |
Row status. |
· active(1) · createAndGo(4) · destroy(6) |
hh3cIfQoSLRRunInfoTable
About this table
This table contains rate limit statistics on an interface.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table indexes are ifIndex and hh3cIfQoSLRDirection.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cIfQoSLRRunInfoPassedPackets (1.3.6.1.4.1.25506.2.65.1.3.2.1.1) |
read-only |
Counter64 |
Standard MIB values. |
Number of forwarded packets. |
As per the MIB. |
hh3cIfQoSLRRunInfoPassedBytes (1.3.6.1.4.1.25506.2.65.1.3.2.1.2) |
read-only |
Counter64 |
Standard MIB values. |
Number of forwarded bytes. |
As per the MIB. |
hh3cIfQoSLRRunInfoDelayedPackets (1.3.6.1.4.1.25506.2.65.1.3.2.1.3) |
read-only |
Counter64 |
Standard MIB values. |
Number of delayed packets. |
As per the MIB. |
hh3cIfQoSLRRunInfoDelayedBytes (1.3.6.1.4.1.25506.2.65.1.3.2.1.4) |
read-only |
Counter64 |
Standard MIB values. |
Number of delayed bytes. |
As per the MIB. |
hh3cIfQoSLRRunInfoActiveShaping (1.3.6.1.4.1.25506.2.65.1.3.2.1.5) |
read-only |
INTEGER |
· active(1) · inactive(2) |
Rate limit configuration status. |
As per the MIB. |
hh3cIfQoSAggregativeCarConfigTable
About this table
This table contains aggregate CAR configuration, which can police the traffic on multiple ports. Routers do not support aggregate CAR. Some switch models support aggregate CAR.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table index is hh3cIfQoSAggregativeCarIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cIfQoSAggregativeCarIndex (1.3.6.1.4.1.25506.2.65.1.4.1.2.1.1) |
not-accessible |
Integer32 |
1..65534 |
Aggregate CAR index. |
As per the MIB. |
hh3cIfQoSAggregativeCarName (1.3.6.1.4.1.25506.2.65.1.4.1.2.1.2) |
read-create |
OCTET STRING |
SIZE (1..31) |
Aggregate CAR name. |
As per the MIB. |
hh3cIfQoSAggregativeCarCir (1.3.6.1.4.1.25506.2.65.1.4.1.2.1.3) |
read-create |
Unsigned32 |
Standard MIB values. |
CIR. |
As per the MIB. |
hh3cIfQoSAggregativeCarCbs (1.3.6.1.4.1.25506.2.65.1.4.1.2.1.4) |
read-create |
Unsigned32 |
Standard MIB values. |
CBS. |
Implementation varies by product. |
hh3cIfQoSAggregativeCarEbs (1.3.6.1.4.1.25506.2.65.1.4.1.2.1.5) |
read-create |
Unsigned32 |
Standard MIB values. |
EBS. |
Implementation varies by product. |
hh3cIfQoSAggregativeCarPir (1.3.6.1.4.1.25506.2.65.1.4.1.2.1.6) |
read-create |
Unsigned32 |
Standard MIB values. |
PIR. |
Implementation varies by product. |
hh3cIfQoSAggregativeCarGreenActionType (1.3.6.1.4.1.25506.2.65.1.4.1.2.1.7) |
read-create |
Hh3cIfCarAction |
Standard MIB values. |
Action to take on green packets. |
Implementation varies by product. |
hh3cIfQoSAggregativeCarGreenActionValue (1.3.6.1.4.1.25506.2.65.1.4.1.2.1.8) |
read-create |
Integer32 |
· 0..63 · 255 |
Value to mark for green packets. |
Implementation varies by product. |
hh3cIfQoSAggregativeCarYellowActionType (1.3.6.1.4.1.25506.2.65.1.4.1.2.1.9) |
read-create |
Hh3cIfCarAction |
Standard MIB values. |
Action to take on yellow packets. |
Implementation varies by product. |
hh3cIfQoSAggregativeCarYellowActionValue (1.3.6.1.4.1.25506.2.65.1.4.1.2.1.10) |
read-create |
Integer32 |
· 0..63 · 255 |
Value to mark for yellow packets. |
Implementation varies by product. |
hh3cIfQoSAggregativeCarRedActionType (1.3.6.1.4.1.25506.2.65.1.4.1.2.1.11) |
read-create |
Hh3cIfCarAction |
Standard MIB values. |
Action to take on red packets. |
Implementation varies by product. |
hh3cIfQoSAggregativeCarRedActionValue (1.3.6.1.4.1.25506.2.65.1.4.1.2.1.12) |
read-create |
Integer |
· 0..63 · 255 |
Value to mark for red packets. |
Implementation varies by product. |
hh3cIfQoSAggregativeCarType (1.3.6.1.4.1.25506.2.65.1.4.1.2.1.13) |
read-create |
INTEGER |
· aggregative(1) · NotAggregative(2) · hierarchy(3) |
Aggregate CAR type. |
Implementation varies by product. |
hh3cIfQoSAggregativeCarRowStatus (1.3.6.1.4.1.25506.2.65.1.4.1.2.1.14) |
read-create |
RowStatus |
Standard MIB values. |
Row status. |
As per the MIB. |
hh3cIfQoSAggregativeCarApplyTable
About this table
This table contains aggregate CAR application information for an interface.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table indexes are ifIndex, hh3cIfQoSAggregativeCarApplyDirection, hh3cIfQoSAggregativeCarApplyRuleType, and hh3cIfQoSAggregativeCarApplyRuleValue.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cIfQoSAggregativeCarApplyDirection (1.3.6.1.4.1.25506.2.65.1.4.1.3.1.1) |
not-accessible |
Direction |
Standard MIB values. |
CAR direction. |
Implementation varies by product. |
hh3cIfQoSAggregativeCarApplyRuleType (1.3.6.1.4.1.25506.2.65.1.4.1.3.1.2) |
read-create |
INTEGER |
· ipv4acl(1) · ipv6acl(2) · carl(3) · any(4) |
CAR type. |
Implementation varies by product. |
hh3cIfQoSAggregativeCarApplyRuleValue (1.3.6.1.4.1.25506.2.65.1.4.1.3.1.3) |
read-create |
Integer32 |
0..2147483647 |
CAR type value. |
.Implementation varies by product. |
hh3cIfQoSAggregativeCarApplyCarIndex (1.3.6.1.4.1.25506.2.65.1.4.1.3.1.4) |
read-create |
Integer32 |
1..65534 |
Aggregate CAR index. |
As per the MIB. |
hh3cIfQoSAggregativeCarApplyRowStatus (1.3.6.1.4.1.25506.2.65.1.4.1.3.1.5) |
read-create |
RowStatus |
Standard MIB values. |
Row status. |
As per the MIB. |
hh3cIfQoSAggregativeCarRunInfoTable
About this table
This table contains aggregate CAR statistics.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Not supported |
Columns
The table index is hh3cIfQoSAggregativeCarIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cIfQoSAggregativeCarGreenPackets (1.3.6.1.4.1.25506.2.65.1.4.1.4.1.1) |
read-only |
Counter64 |
Standard MIB values. |
Number of green packets. |
Implementation varies by product. |
hh3cIfQoSAggregativeCarGreenBytes (1.3.6.1.4.1.25506.2.65.1.4.1.4.1.2) |
read-only |
Counter64 |
Standard MIB values. |
Number of green bytes. |
Implementation varies by product. |
hh3cIfQoSAggregativeCarYellowPackets (1.3.6.1.4.1.25506.2.65.1.4.1.4.1.3) |
read-only |
Counter64 |
Standard MIB values. |
Number of yellow packets. |
Implementation varies by product. |
hh3cIfQoSAggregativeCarYellowBytes (1.3.6.1.4.1.25506.2.65.1.4.1.4.1.4) |
read-only |
Counter64 |
Standard MIB values. |
Number of yellow bytes. |
Implementation varies by product. |
hh3cIfQoSAggregativeCarRedPackets (1.3.6.1.4.1.25506.2.65.1.4.1.4.1.5) |
read-only |
Counter64 |
Standard MIB values. |
Number of red packets. |
Implementation varies by product. |
hh3cIfQoSAggregativeCarRedBytes (1.3.6.1.4.1.25506.2.65.1.4.1.4.1.6) |
read-only |
Counter64 |
Standard MIB values. |
Number of red bytes. |
Implementation varies by product. |
hh3cIfQoSTricolorCarConfigTable
About this table
This table contains three-color CAR configuration.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table index is hh3cIfQoSAggregativeCarIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cIfQoSTricolorCarDirection (1.3.6.1.4.1.25506.2.65.1.4.2.1.1.1) |
not-accessible |
Direction |
Standard MIB values. |
Aggregate CAR index. |
Implementation varies by product. |
hh3cIfQoSTricolorCarType (1.3.6.1.4.1.25506.2.65.1.4.2.1.1.2) |
not-accessible |
INTEGER |
· ipv4acl(1) · ipv6acl(2) · carl(3) · any(4) |
Aggregate CAR name. |
Implementation varies by product. |
hh3cIfQoSTricolorCarValue (1.3.6.1.4.1.25506.2.65.1.4.2.1.1.3) |
not-accessible |
Integer32 |
0..2147483647 |
CAR. |
Implementation varies by product. |
hh3cIfQoSTricolorCarCir (1.3.6.1.4.1.25506.2.65.1.4.2.1.1.4) |
read-create |
Unsigned32 |
Standard MIB values. |
CIR. |
Implementation varies by product. |
hh3cIfQoSTricolorCarCbs (1.3.6.1.4.1.25506.2.65.1.4.2.1.1.5) |
read-create |
Unsigned32 |
Standard MIB values. |
CBS. |
Implementation varies by product. |
hh3cIfQoSTricolorCarEbs (1.3.6.1.4.1.25506.2.65.1.4.2.1.1.6) |
read-create |
Unsigned32 |
Standard MIB values. |
EBS. |
Implementation varies by product. |
hh3cIfQoSTricolorCarPir (1.3.6.1.4.1.25506.2.65.1.4.2.1.1.7) |
read-create |
Unsigned32 |
Standard MIB values. |
PIR. |
Implementation varies by product. |
hh3cIfQoSTricolorCarGreenActionType (1.3.6.1.4.1.25506.2.65.1.4.2.1.1.8) |
read-create |
Hh3cIfCarAction |
Standard MIB values. |
Action to take on green packets. |
Implementation varies by product. |
hh3cIfQoSTricolorCarGreenActionValue (1.3.6.1.4.1.25506.2.65.1.4.2.1.1.9) |
read-create |
Integer32 |
· 0..63 · 255 |
Value to mark for green packets. |
Implementation varies by product. |
hh3cIfQoSTricolorCarYellowActionType (1.3.6.1.4.1.25506.2.65.1.4.2.1.1.10) |
read-create |
Hh3cIfCarAction |
Standard MIB values. |
Action to take on yellow packets. |
Implementation varies by product. |
hh3cIfQoSTricolorCarYellowActionValue (1.3.6.1.4.1.25506.2.65.1.4.2.1.1.11) |
read-create |
Integer32 |
· 0..63 · 255 |
Value to mark for yellow packets. |
Implementation varies by product. |
hh3cIfQoSTricolorCarRedActionType (1.3.6.1.4.1.25506.2.65.1.4.2.1.1.12) |
read-create |
Hh3cIfCarAction |
Standard MIB values. |
Action to take on red packets. |
Implementation varies by product. |
hh3cIfQoSTricolorCarRedActionValue (1.3.6.1.4.1.25506.2.65.1.4.2.1.1.13) |
read-create |
Integer32 |
· 0..63 · 255 |
Value to mark for red packets. |
Implementation varies by product. |
hh3cIfQoSTricolorCarRowStatus (1.3.6.1.4.1.25506.2.65.1.4.2.1.1.14) |
read-create |
RowStatus |
Standard MIB values. |
Row status. |
As per the MIB. |
hh3cIfQoSTricolorCarUnitType (1.3.6.1.4.1.25506.2.65.1.4.2.1.1.15) |
read-create |
INTEGER |
· unitAbsolute(1) · unitPercent(2) |
Rate limit unit. |
Implementation varies by product. |
hh3cIfQoSTricolorCarRunInfoTable
About this table
This table contains three-color CAR statistics.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table indexes are ifIndex, hh3cIfQoSTricolorCarDirection, hh3cIfQoSTricolorCarType, and hh3cIfQoSTricolorCarValue.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cIfQoSTricolorCarGreenPackets (1.3.6.1.4.1.25506.2.65.1.4.2.2.1.1) |
read-only |
Counter64 |
Standard MIB values. |
Number of green packets. |
Implementation varies by product. |
hh3cIfQoSTricolorCarGreenBytes (1.3.6.1.4.1.25506.2.65.1.4.2.2.1.2) |
read-only |
Counter64 |
Standard MIB values. |
Number of green bytes. |
Implementation varies by product. |
hh3cIfQoSTricolorCarYellowPackets (1.3.6.1.4.1.25506.2.65.1.4.2.2.1.3) |
read-only |
Counter64 |
Standard MIB values. |
Number of yellow packets. |
Implementation varies by product. |
hh3cIfQoSTricolorCarYellowBytes (1.3.6.1.4.1.25506.2.65.1.4.2.2.1.4) |
read-only |
Counter64 |
Standard MIB values. |
Number of yellow bytes. |
Implementation varies by product. |
hh3cIfQoSTricolorCarRedPackets (1.3.6.1.4.1.25506.2.65.1.4.2.2.1.5) |
read-only |
Counter64 |
Standard MIB values. |
Number of red packets. |
Implementation varies by product. |
hh3cIfQoSTricolorCarRedBytes (1.3.6.1.4.1.25506.2.65.1.4.2.2.1.6) |
read-only |
Counter64 |
Standard MIB values. |
Number of red bytes. |
Implementation varies by product. |
hh3cIfQoSGTSConfigTable
About this table
This table contains GTS configuration information.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table indexes are ifIndex, hh3cIfQoSGTSClassRuleType, and hh3cIfQoSGTSClassRuleValue.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cIfQoSGTSClassRuleType (1.3.6.1.4.1.25506.2.65.1.5.1.1.1) |
not-accessible |
INTEGER |
· any(1) · ipv4acl(2) · ipv6acl(3) · queue(4) |
GTS type. |
Supports only queue(4). |
hh3cIfQoSGTSClassRuleValue (1.3.6.1.4.1.25506.2.65.1.5.1.1.2) |
not-accessible |
Integer32 |
0..2147483647 |
GTS type value. |
The value range is 0 to 7. |
hh3cIfQoSGTSCir (1.3.6.1.4.1.25506.2.65.1.5.1.1.3) |
read-create |
Unsigned32 |
Standard MIB values. |
CIR. |
· The value range is 300 to 1000000 for GE interfaces. · The value range is 300 to 10000000 for 10-GE interfaces. · The value range is 300 to 40000000 for 40-GE interfaces. · The value range is 300 to 100000000 for 100-GE interfaces. |
hh3cIfQoSGTSConfigRowStatus (1.3.6.1.4.1.25506.2.65.1.5.1.1.7) |
read-create |
RowStatus |
Standard MIB values. |
Row status. |
· active(1) · createAndGo(4) · destroy(6) |
hh3cIfQoSGTSUnitType (1.3.6.1.4.1.25506.2.65.1.5.1.1.9) |
read-create |
INTEGER |
· unitAbsolute (1) · unitPercent(2) |
GTS unit. |
Supports only unitAbsolute(1). |
hh3cIfQoSGTSRunInfoTable
About this table
This table contains GTS statistics.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table indexes are ifIndex, hh3cIfQoSGTSClassRuleType, and hh3cIfQoSGTSClassRuleValue.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cIfQoSGTSQueueSize (1.3.6.1.4.1.25506.2.65.1.5.2.1.1) |
read-only |
Integer32 |
Standard MIB values. |
Current number of packets in the queue. |
As per the MIB. |
hh3cIfQoSGTSPassedPackets (1.3.6.1.4.1.25506.2.65.1.5.2.1.2) |
read-only |
Counter64 |
Standard MIB values. |
Number of forwarded packets. |
As per the MIB. |
hh3cIfQoSGTSPassedBytes (1.3.6.1.4.1.25506.2.65.1.5.2.1.3) |
read-only |
Counter64 |
Standard MIB values. |
Number of forwarded bytes. |
As per the MIB. |
hh3cIfQoSGTSDiscardPackets (1.3.6.1.4.1.25506.2.65.1.5.2.1.4) |
read-only |
Counter64 |
Standard MIB values. |
Number of dropped packets. |
As per the MIB. |
hh3cIfQoSGTSDiscardBytes (1.3.6.1.4.1.25506.2.65.1.5.2.1.5) |
read-only |
Counter64 |
Standard MIB values. |
Number of dropped bytes. |
As per the MIB. |
hh3cIfQoSGTSDelayedPackets (1.3.6.1.4.1.25506.2.65.1.5.2.1.6) |
read-only |
Counter64 |
Standard MIB values. |
Number of delayed packets. |
As per the MIB. |
hh3cIfQoSGTSDelayedBytes (1.3.6.1.4.1.25506.2.65.1.5.2.1.7) |
read-only |
Counter64 |
Standard MIB values. |
Number of delayed bytes. |
As per the MIB. |
hh3cIfQoSWredGroupTable
About this table
This table creates a WRED table.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table index is hh3cIfQoSWredGroupIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cIfQoSWredGroupIndex (1.3.6.1.4.1.25506.2.65.1.6.1.2.1.1) |
not-accessible |
Integer32 |
0..256 |
WRED table index. |
Implementation varies by product. |
hh3cIfQoSWredGroupName (1.3.6.1.4.1.25506.2.65.1.6.1.2.1.2) |
read-create |
OCTET STRING |
SIZE (1..32) |
WRED table name. |
As per the MIB. |
hh3cIfQoSWredGroupType (1.3.6.1.4.1.25506.2.65.1.6.1.2.1.3) |
read-create |
INTEGER |
· userdefined(0) · dot1p(1) · ippre(2) · dscp(3) · localpre(4) · atmclp(5) · frde(6) · exp(7) · queue(8) · dropLevel(9) |
WRED table type. |
.Implementation varies by product. |
hh3cIfQoSWredGroupWeightingConstant (1.3.6.1.4.1.25506.2.65.1.6.1.2.1.4) |
read-create |
Integer32 |
1..15 |
WRED exponent for average queue size calculation. |
The default value is 9. |
hh3cIfQoSWredGroupRowStatus (1.3.6.1.4.1.25506.2.65.1.6.1.2.1.6) |
read-create |
RowStatus |
Standard MIB values. |
Row status. |
As per the MIB. |
hh3cIfQoSWredGroupContentTable
About this table
This table configures a WRED table.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Supported |
Not supported |
Supported |
Columns
The table indexes are hh3cIfQoSWredGroupIndex, hh3cIfQoSWredGroupContentIndex, and hh3cIfQoSWredGroupContentSubIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cIfQoSWredGroupContentIndex (1.3.6.1.4.1.25506.2.65.1.6.1.3.1.1) |
not-accessible |
Integer32 |
0..63 |
Second index. |
Implementation varies by product. |
hh3cIfQoSWredGroupContentSubIndex (1.3.6.1.4.1.25506.2.65.1.6.1.3.1.2) |
not-accessible |
Integer32 |
0..63 |
Third index. |
Implementation varies by product. |
hh3cIfQoSWredLowLimit (1.3.6.1.4.1.25506.2.65.1.6.1.3.1.3) |
read-create |
Integer32 |
Standard MIB values. |
Lower limit. |
Implementation varies by product. |
hh3cIfQoSWredHighLimit (1.3.6.1.4.1.25506.2.65.1.6.1.3.1.4) |
read-create |
Integer32 |
Standard MIB values. |
Higher limit. |
Implementation varies by product. |
hh3cIfQoSWredDiscardProb (1.3.6.1.4.1.25506.2.65.1.6.1.3.1.5) |
read-create |
Integer32 |
Standard MIB values. |
Drop probability. |
Implementation varies by product. |
hh3cIfQoSWredGroupExponent (1.3.6.1.4.1.25506.2.65.1.6.1.3.1.6) |
read-create |
Integer32 |
0..15 |
WRED exponent for average queue size calculation. |
The default value is 9. |
hh3cIfQoSWredRowStatus (1.3.6.1.4.1.25506.2.65.1.6.1.3.1.7) |
read-create |
RowStatus |
Standard MIB values. |
Row status. |
As per the MIB. |
hh3cIfQoSWredGroupApplyIfTable
About this table
This table contains WRED table application information for an interface.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table index is ifIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cIfQoSWredGroupApplyIndex (1.3.6.1.4.1.25506.2.65.1.6.1.4.1.1) |
read-create |
Integer32 |
0..256 |
WRED table index. |
As per the MIB. |
hh3cIfQoSWredGroupApplyName (1.3.6.1.4.1.25506.2.65.1.6.1.4.1.2) |
read-only |
OCTET STRING |
SIZE (1..32) |
WRED table name. |
As per the MIB. |
hh3cIfQoSWredGroupIfRowStatus (1.3.6.1.4.1.25506.2.65.1.6.1.4.1.3) |
read-create |
RowStatus |
Standard MIB values. |
Row status. |
As per the MIB. |
hh3cQoSRemarkTcpPortPriTable
About this table
This table contains TCP port-based priority information.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table index is hh3cQoSRemarkTcpPortStart.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cQoSRemarkTcpPortStart(1.3.6.1.4.1.25506.2.65.1.12.1.1.1) |
not-accessible |
Integer32 |
0..65535 |
Start port number of a TCP port range. |
As per the MIB. |
hh3cQoSRemarkTcpPortEnd (1.3.6.1.4.1.25506.2.65.1.12.1.1.2) |
read-create |
Integer32 |
0..65535 |
End port number of a TCP port range. |
As per the MIB. |
hh3cQoSRemarkTcpPortType (1.3.6.1.4.1.25506.2.65.1.12.1.1.3) |
read-create |
INTEGER |
· ipAll(1) · ipv4(2) · ipv6(3) |
IP type of matching packets. |
As per the MIB. |
hh3cQoSRemarkTcpPortDot1p (1.3.6.1.4.1.25506.2.65.1.12.1.1.4) |
read-create |
Unsigned32 |
· 0..7 · 255 |
802.1p priority value of matching packets. |
As per the MIB. |
hh3cQoSRemarkTcpPortDscp (1.3.6.1.4.1.25506.2.65.1.12.1.1.5) |
read-create |
Unsigned32 |
· 0..63 · 255 |
DSCP value of matching packets. |
As per the MIB. |
hh3cQoSRemarkTcpPortRowStatus (1.3.6.1.4.1.25506.2.65.1.12.1.1.6) |
read-create |
RowStatus |
Standard MIB values. |
Row status. |
· active(1) · createAndGo(4) · destroy(6) |
hh3cQoSRemarkUdpPortPriTable
About this table
This table contains UDP port-based priority information.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
|
Columns
The table index is hh3cQoSRemarkUdpPortStart.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cQoSRemarkUdpPortStart (1.3.6.1.4.1.25506.2.65.1.12.2.1.1) |
not-accessible |
Integer32 |
0..65535 |
Start port number of a UDP port range. |
As per the MIB. |
hh3cQoSRemarkUdpPortEnd (1.3.6.1.4.1.25506.2.65.1.12.2.1.2) |
read-create |
Integer32 |
0..65535 |
End port number of the UDP port range. |
As per the MIB. |
hh3cQoSRemarkUdpPortType (1.3.6.1.4.1.25506.2.65.1.12.2.1.3) |
read-create |
INTEGER |
· ipAll(1) · ipv4(2) · ipv6(3) |
IP type of matching packets. |
As per the MIB. |
hh3cQoSRemarkUdpPortDot1p (1.3.6.1.4.1.25506.2.65.1.12.2.1.4) |
read-create |
Unsigned32 |
· 0..7 · 255 |
802.1p priority value of matching packets. |
As per the MIB. |
hh3cQoSRemarkUdpPortDscp (1.3.6.1.4.1.25506.2.65.1.12.2.1.5) |
read-create |
Unsigned32 |
· 0..63 · 255 |
DSCP value of matching packets. |
As per the MIB. |
hh3cQoSRemarkUdpPortRowStatus(1.3.6.1.4.1.25506.2.65.1.12.2.1.6) |
read-create |
RowStatus |
Standard MIB values. |
Row status. |
· active(1) · createAndGo(4) · destroy(6) |
hh3cQoSRemarkIPv4AddrPriTable
About this table
This table contains IPv4 address-based priority information.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table index is hh3cQoSRemarkIPv4AddrValue.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cQoSRemarkIPv4AddrValue (1.3.6.1.4.1.25506.2.65.1.12.3.1.1) |
not-accessible |
IpAddress |
Standard MIB values. |
IPv4 address. |
As per the MIB. |
hh3cQoSRemarkIPv4AddrMask (1.3.6.1.4.1.25506.2.65.1.12.3.1.2) |
read-create |
IpAddress |
Standard MIB values. |
Mask for the IPv4 address. |
As per the MIB. |
hh3cQoSRemarkIPv4AddrMaskLength (1.3.6.1.4.1.25506.2.65.1.12.3.1.3) |
read-create |
Unsigned32 |
· 1..32 · 4294967295 |
Mask length for the IPv4 address |
As per the MIB. |
hh3cQoSRemarkIPv4AddrDot1p (1.3.6.1.4.1.25506.2.65.1.12.3.1.4) |
read-create |
Unsigned32 |
· 0..7 · 255 |
802.1p priority value of matching packets. |
As per the MIB. |
hh3cQoSRemarkIPv4AddrDscp (1.3.6.1.4.1.25506.2.65.1.12.3.1.5) |
read-create |
Unsigned32 |
· 0..63 · 255 |
DSCP value of matching packets. |
As per the MIB. |
hh3cQoSRemarkIPv4AddrRowStatus (1.3.6.1.4.1.25506.2.65.1.12.3.1.6) |
read-create |
RowStatus |
Standard MIB values. |
Row status. |
· active(1) · createAndGo(4) · destroy(6) |
hh3cQoSRemarkIPv6AddrPriTable
About this table
This table contains IPv6 address-based priority information.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table index is hh3cQoSRemarkIPv6AddrValue.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cQoSRemarkIPv6AddrValue (1.3.6.1.4.1.25506.2.65.1.12.4.1.1) |
not-accessible |
InetAddressIPv6 |
Standard MIB values. |
IPv6 address. |
As per the MIB. |
hh3cQoSRemarkIPv6AddrPrefixLength (1.3.6.1.4.1.25506.2.65.1.12.4.1.2) |
read-create |
InetAddressPrefixLength |
Standard MIB values. |
Prefix length for the IPv6 address. |
As per the MIB. |
hh3cQoSRemarkIPv6AddrDot1p (1.3.6.1.4.1.25506.2.65.1.12.4.1.3) |
read-create |
Unsigned32 |
· 0..7 · 255 |
802.1p priority value of matching packets. |
As per the MIB. |
hh3cQoSRemarkIPv6AddrDscp (1.3.6.1.4.1.25506.2.65.1.12.4.1.4) |
read-create |
Unsigned32 |
· 0..63 · 255 |
DSCP value of matching packets. |
As per the MIB. |
hh3cQoSRemarkIPv6AddrRowStatus (1.3.6.1.4.1.25506.2.65.1.12.4.1.5) |
read-create |
RowStatus |
Standard MIB values. |
Row status. |
· active(1) · createAndGo(4) · destroy(6) |
hh3cQoSRemarkProtocolPriTable
About this table
This table contains Layer 3 protocol-based priority information.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table index is hh3cQoSRemarkProtocolValue.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cQoSRemarkProtocolValue (1.3.6.1.4.1.25506.2.65.1.12.5.1.1) |
not-accessible |
Integer32 |
· ip(1) · ipx(2) · arp(3) · appletalk(4) · sna(5) · netbeui(6) |
Layer 3 protocol type. |
As per the MIB. |
hh3cQoSRemarkProtocolDot1p (1.3.6.1.4.1.25506.2.65.1.12.5.1.2) |
read-create |
Unsigned32 |
· 0..7 · 255 |
802.1p priority value of matching packets. |
As per the MIB. |
hh3cQoSRemarkProtocolRowStatus (1.3.6.1.4.1.25506.2.65.1.12.5.1.3) |
read-create |
RowStatus |
Standard MIB values. |
Row status. |
· active(1) · createAndGo(4) · destroy(6) |
hh3cQoSRemarkVlanPriTable
About this table
This table contains VLAN-based priority information.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table index is hh3cQoSRemarkVlanStart.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cQoSRemarkVlanStart (1.3.6.1.4.1.25506.2.65.1.12.6.1.1) |
not-accessible |
Ingeter32 |
1..4094 |
Start VLAN of a VLAN range. |
As per the MIB. |
hh3cQoSRemarkVlanEnd (1.3.6.1.4.1.25506.2.65.1.12.6.1.2) |
read-create |
Ingeter32 |
1..4094 |
End VLAN of the VLAN range. |
As per the MIB. |
hh3cQoSRemarkVlanDot1p (1.3.6.1.4.1.25506.2.65.1.12.6.1.3) |
read-create |
Unsigned32 |
· 0..7 · 255 |
802.1p priority value of matching packets. |
As per the MIB. |
hh3cQoSRemarkVlanDscp (1.3.6.1.4.1.25506.2.65.1.12.6.1.4) |
read-create |
Unsigned32 |
· 0..63 · 255 |
DSCP value of matching packets. |
As per the MIB. |
hh3cQoSRemarkVlanRowStatus (1.3.6.1.4.1.25506.2.65.1.12.6.1.5) |
read-create |
RowStatus |
Standard MIB values. |
Row status. |
· active(1) · createAndGo(4) · destroy(6) |
hh3cIfQoSCoppFlowStatTable
About this table
This table contains protocol traffic statistics for a control plane.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table indexes are hh3cIfQoSCoppFlowStatChassis, hh3cIfQoSCoppFlowStatSlot, and hh3cIfQoSCoppFlowStatProType.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cIfQoSCoppFlowStatChassis (1.3.6.1.4.1.25506.2.65.1.14.1.1.1) |
not-accessible |
Unsigned32 |
Standard MIB values. |
Chassis number for the control plane. |
As per the MIB. |
hh3cIfQoSCoppFlowStatSlot (1.3.6.1.4.1.25506.2.65.1.14.1.1.2) |
not-accessible |
Unsigned32 |
Standard MIB values. |
Slot number for the control plane. |
As per the MIB. |
hh3cIfQoSCoppFlowStatProType (1.3.6.1.4.1.25506.2.65.1.14.1.1.3) |
not-accessible |
Unsigned32 |
1..65 |
Protocol type. |
As per the MIB. |
hh3cIfQoSCoppFlowPassPackets (1.3.6.1.4.1.25506.2.65.1.14.1.1.4) |
read-only |
Counter64 |
Standard MIB values. |
Number of forwarded packets. |
As per the MIB. |
hh3cIfQoSCoppFlowPassBytes (1.3.6.1.4.1.25506.2.65.1.14.1.1.5) |
read-only |
Counter64 |
Standard MIB values. |
Number of forwarded bytes. |
As per the MIB. |
hh3cIfQoSCoppFlowDropPackets (1.3.6.1.4.1.25506.2.65.1.14.1.1.6) |
read-only |
Counter64 |
Standard MIB values. |
Number of dropped packets. |
As per the MIB. |
hh3cIfQoSCoppFlowDropBytes (1.3.6.1.4.1.25506.2.65.1.14.1.1.7) |
read-only |
Counter64 |
Standard MIB values. |
Number of dropped bytes. |
As per the MIB. |