13-ACL and QoS

HomeSupportReference GuidesMIB CompanionH3C S6800 & S6860 Switch Series MIB Companion-Release 671x-6W10013-ACL and QoS
03-HH3C-IFQOS2-MIB
Title Size Download
03-HH3C-IFQOS2-MIB 176.14 KB

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).h3c(10).h3cCommon(2).h3cQos2(65).h3cIfQos2(1)

Tabular objects

hh3cIfQoSQSModeTable

About this table

This table specifies the queuing mode. This table and hh3cIfQoSQSWeightTable together configure the queuing settings.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Supported

Not supported

Supported

Columns

The table index is ifIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cIfQoSQSMode (1.3.6.1.4.1.25506.2.65.1.1.1.1.1.1)

read-write

INTEGER

·     sp(1)

·     sp0(2)

·     sp1(3)

·     sp2(4)

·     wrr(5)

·     hwfq(6)

·     wrr-sp(7)

·     byteCountWrr(8)byteCountWfq(9)

·     gmb(10)

Queuing mode.

Implementation varies by product.

 

hh3cIfQoSQSWeightTable

About this table

This table configures attributes for non-SP queues. This table and h3cIfQoSQSModeTable together configure the queuing settings.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Supported

Not supported

Supported

Columns

The table indexes are ifIndex and h3cIfQoSQueueID.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cIfQoSQueueID (1.3.6.1.4.1.25506.2.65.1.1.1.2.1.1)

not-accessible

Integer32

Standard MIB values.

Queue ID.

As per the MIB.

hh3cIfQoSQueueGroupType (1.3.6.1.4.1.25506.2.65.1.1.1.2.1.2)

read-write

INTEGER

·     group0(1)

·     group1(2)

·     group2(3)

·     group3(4)

·     group4(5)

WRR group.

Implementation varies by product.

hh3cIfQoSQSType (1.3.6.1.4.1.25506.2.65.1.1.1.2.1.3)

read-write

INTEGER

·     weight(1)

·     byte-count(2)

Queuing type.

As per the MIB.

hh3cIfQoSQSValue (1.3.6.1.4.1.25506.2.65.1.1.1.2.1.4)

read-write

Integer32

Standard MIB values.

Scheduling weight.

As per the MIB.

hh3cIfQoSQSMaxDelay (1.3.6.1.4.1.25506.2.65.1.1.1.2.1.5)

read-write

Integer32

Standard MIB values.

Maximum delay.

Not supported.

The value is fixed at 9.

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.

Implementation varies by product.

hh3cIfQoSQSMinBandwidthPercent(1.3.6.1.4.1.25506.2.65.1.1.1.2.1.7)

read-write

Unsigned32

·     0..100

·     255

Percentage of the minimum guaranteed bandwidth to the available bandwidth.

Implementation varies by product.

 

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 h3cIfQoSQueueID.

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.

hh3cIfQoSQueueLengthInBytes (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.8)

read-only

Unsigned32

Standard MIB values.

Maximum queue length in bytes.

Not supported

hh3cIfQoSCurQueuePkts (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.9)

read-only

Unsigned32

Standard MIB values.

Current queue length in packets.

Not supported

hh3cIfQoSCurQueueBytes (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.10)

read-only

Unsigned32

Standard MIB values.

Current queue length in bytes.

Not supported

hh3cIfQoSCurQueuePPS (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.11)

read-only

Unsigned32

Standard MIB values.

Number of packets enqueued per second.

Not supported

hh3cIfQoSCurQueueBPS (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.12)

read-only

Unsigned32

Standard MIB values.

Number of bytes enqueued per second.

Not supported

hh3cIfQoSTailDropPkts (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.13)

read-only

Counter64

Standard MIB values.

Number of packets dropped by tail drop.

Not supported

hh3cIfQoSTailDropBytes (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.14)

read-only

Counter64

Standard MIB values.

Number of bytes dropped by tail drop.

Not supported

hh3cIfQoSTailDropPPS (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.15)

read-only

Unsigned32

Standard MIB values.

Number of packets dropped per second by tail drop.

Not supported

hh3cIfQoSTailDropBPS (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.16)

read-only

Unsigned32

Standard MIB values.

Number of bytes dropped per second by tail drop.

Not supported

hh3cIfQoSWredDropPkts (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.17)

read-only

Counter64

Standard MIB values.

Number of packets dropped by WRED.

Not supported

hh3cIfQoSWredDropBytes (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.18)

read-only

Counter64

Standard MIB values.

Number of bytes dropped by WRED.

Not supported

hh3cIfQoSWredDropPPS (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.19)

read-only

Unsigned32

Standard MIB values.

Number of packets dropped per second by WRED.

Not supported

hh3cIfQoSWredDropBPS (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.20)

read-only

Unsigned32

Standard MIB values.

Number of bytes dropped per second by WRED.

Not supported

hh3cIfQoSPeakPassPPS (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.24)

read-only

Unsigned32

Standard MIB values.

Peak number of packets forwarded.

As per the MIB.

hh3cIfQoSPeakPassBPS (1.3.6.1.4.1.25506.2.65.1.1.2.1.1.25)

read-only

Unsigned32

Standard MIB values.

Peak number of bytes forwarded.

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 h3cIfQoSQueueID.

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.1.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.

 

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 h3cIfQoSLRDirection.

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.

Implementation varies by product.

hh3cIfQoSLRCir (1.3.6.1.4.1.25506.2.65.1.3.1.1.2)

read-create

Unsigned32

Standard MIB values.

CIR.

Implementation varies by product.

hh3cIfQoSLRCbs (1.3.6.1.4.1.25506.2.65.1.3.1.1.3)

read-create

Unsigned32

Standard MIB values.

CBS.

Implementation varies by product.

hh3cIfQoSLREbs (1.3.6.1.4.1.25506.2.65.1.3.1.1.4)

read-create

Unsigned32

Standard MIB values.

EBS.

Implementation varies by product.

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)

hh3cIfQoSLRPir (1.3.6.1.4.1.25506.2.65.1.3.1.1.6)

read-create

Unsigned32

Standard MIB values.

PIR.

Implementation varies by product.

hh3cIfQoSLRUnit (1.3.6.1.4.1.25506.2.65.1.3.1.1.7)

read-create

INTEGER

·     unitAbsolute(1)

·     unitPercent(2)

Rate limit unit.

Implementation varies by product.

 

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 h3cIfQoSLRDirection.

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 h3cIfQoSAggregativeCarIndex.

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.

h3cIfQoSAggregativeCarName (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.

h3cIfQoSAggregativeCarCir (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.

h3cIfQoSAggregativeCarCbs (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.

h3cIfQoSAggregativeCarEbs (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.

h3cIfQoSAggregativeCarPir (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.

h3cIfQoSAggregativeCarGreenActionType (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.

h3cIfQoSAggregativeCarGreenActionValue (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.

h3cIfQoSAggregativeCarYellowActionType (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.

h3cIfQoSAggregativeCarYellowActionValue (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.

h3cIfQoSAggregativeCarRedActionType (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.

h3cIfQoSAggregativeCarRedActionValue (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.

h3cIfQoSAggregativeCarType (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.

h3cIfQoSAggregativeCarRowStatus (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, h3cIfQoSAggregativeCarApplyDirection, h3cIfQoSAggregativeCarApplyRuleType, and h3cIfQoSAggregativeCarApplyRuleValue.

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 h3cIfQoSAggregativeCarIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

h3cIfQoSAggregativeCarGreenPackets (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.

h3cIfQoSAggregativeCarGreenBytes (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.

h3cIfQoSAggregativeCarYellowPackets (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.

h3cIfQoSAggregativeCarYellowBytes (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.

h3cIfQoSAggregativeCarRedPackets (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.

h3cIfQoSAggregativeCarRedBytes (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 h3cIfQoSAggregativeCarIndex.

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)

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, h3cIfQoSTricolorCarDirection, h3cIfQoSTricolorCarType, and h3cIfQoSTricolorCarValue.

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, h3cIfQoSGTSClassRuleType, and h3cIfQoSGTSClassRuleValue.

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.

hh3cIfQoSGTSCbs (1.3.6.1.4.1.25506.2.65.1.5.1.1.4)

read-create

Unsigned32

Standard MIB values.

CBS.

·     The value range is 4096 to 133169152 for GE interfaces.

·     The value range is 4096 to 133169152 for 10-GE interfaces.

·     The value range is 4096 to 535822336 for 40-GE interfaces.

·     The value range is 4096 to 1341128704 for 100-GE interfaces.

hh3cIfQoSGTSEbs (1.3.6.1.4.1.25506.2.65.1.5.1.1.5)

read-create

Unsigned32

Standard MIB values.

EBS in bytes.

Not supported.

hh3cIfQoSGTSQueueLength (1.3.6.1.4.1.25506.2.65.1.5.1.1.6)

read-create

Integer32

Standard MIB values.

Queue length.

Not supported.

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)

hh3cIfQoSGTSPir (1.3.6.1.4.1.25506.2.65.1.5.1.1.8)

read-create

Unsigned32

Standard MIB values.

PIR.

Not supported.

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, h3cIfQoSGTSClassRuleType, and h3cIfQoSGTSClassRuleValue.

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 h3cIfQoSWredGroupIndex.

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 h3cIfQoSWredGroupIndex, h3cIfQoSWredGroupContentIndex, and h3cIfQoSWredGroupContentSubIndex.

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.

 

hh3cIfQoSPortPriorityTable

About this table

This table contains the port priority. After the switch receives a packet, it performs priority mapping according to the configured priority trust mode. If no local precedence is successfully assigned or no packet priority is trusted, the switch uses the priority of the input interface as the local precedence or 802.1p priority for priority mapping. Routers do not support this table.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Supported

Not supported

Supported

Columns

The table index is ifIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cIfQoSPortPriorityValue (1.3.6.1.4.1.25506.2.65.1.7.1.1.1.1)

read-write

Integer32

0..7

Port priority.

Implementation varies by product.

 

hh3cIfQoSPortPirorityTrustTable

About this table

This table contains the priority trust mode.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Supported

Not supported

Supported

Columns

The table index is ifIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cIfQoSPortPriorityTrustTrustType (1.3.6.1.4.1.25506.2.65.1.7.1.2.1.1)

read-write

INTEGER

·     untrust(1)

·     dot1p(2)

·     dscp(3)

·     exp(4)

·     ipPrecedence (5)

·     dot11e(6)

·     auto(7)

Priority trust mode.

Implementation varies by product.

hh3cIfQoSPortPriorityTrustOvercastType (1.3.6.1.4.1.25506.2.65.1.7.1.2.1.2)

read-write

INTEGER

·     noOvercast(1)

·     overcastDSCP(2)

·     overcastCOS(3)

·     overcast(4)

Overwrite mode.

Implementation varies by product.

 

hh3cIfQoSPrePriMapTable

About this table

This table configures a priority map.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Supported

Not supported

Supported

Columns

The table indexes are h3cIfQoSPrePriMapTableType, h3cIfQoSPrePriMapTableColor, h3cIfQoSPrePriMapTableDirection, and h3cIfQoSPrePriMapTableImportValue.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cIfQoSPrePriMapTableType (1.3.6.1.4.1.25506.2.65.1.9.1.4.1.1)

not-accessible

INTEGER

·     dot1pToLp(1)

·     dot1pToDp(2)

·     expToLp(3)

·     dscpToLp(4)

·     expToDp(5)

·     dscpToDp(6)

·     dscpToDot1p(7)

·     dot1pToDscp(8)

·     dscpToDscp(9)

·     dscpToExp(10)

·     expToDscp(11)

·     expToDot1p(12)

·     expToExp(13)

·     lpToDot1p(14)

·     dot1pToRpr(15)

·     dscpToRpr(16)

·     expToRpr(17)

·     ippreToRpr(18)

·     upToDot1p(19)

·     upToDscp(20)

·     upToExp(21)

·     upToDp(22)

·     upToLp(23)

·     upToRpr(24)

·     upToFc(25)

·     lpTodscp(26)

·     dot11eToLp(27)

·     lpToDot11e(28)

·     lpToLp(29)

·     dot1pToExp(30)

·     lpToExp(31)

·     lpToDp(32)

·     upToUp(33)

·     dot1pToDot1p(34)

Priority map type.

Implementation varies by product.

hh3cIfQoSPrePriMapTableColor (1.3.6.1.4.1.25506.2.65.1.9.1.4.1.2)

not-accessible

INTEGER

·     nocolor(1)

·     green(2)

·     yellow(3)

·     red(4)

Priority map color.

Implementation varies by product.

hh3cIfQoSPrePriMapTableDirection (1.3.6.1.4.1.25506.2.65.1.9.1.4.1.3)

not-accessible

INTEGER

·     nodirection(1)

·     inbound(2)

·     outbound(3)

Priority map direction.

Implementation varies by product.

hh3cIfQoSPrePriMapTableImportValue (1.3.6.1.4.1.25506.2.65.1.9.1.4.1.4)

not-accessible

Integer32

0..63

Input values of the priority map.

As per the MIB.

hh3cIfQoSPrePriMapTableExportValue (1.3.6.1.4.1.25506.2.65.1.9.1.4.1.5)

read-write

Integer32

0..63

Output values of the priority map.

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 h3cQoSRemarkTcpPortStart.

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 h3cQoSRemarkUdpPortStart.

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 h3cQoSRemarkIPv4AddrValue.

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 h3cQoSRemarkIPv6AddrValue.

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 h3cQoSRemarkProtocolValue.

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 h3cQoSRemarkVlanStart.

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.6)

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.

 

 

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
All Support
  • Become a Partner
  • Partner Resources
  • Partner Business Management
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网