15-ACL and QoS

HomeSupportRoutersCR16000-F SeriesReference GuidesMIB CompanionH3C CR16000-F Routers MIB Reference-R838x-6W10015-ACL and QoS
03-HH3C-IFQOS2-MIB
Title Size Download
03-HH3C-IFQOS2-MIB 271.53 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 configurationConfigure WRED parameters on an interface or PVC and enable WRED.

WRED table configurationConfigure 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 attributes for non-SP queues. This table and hh3cIfQoSQSModeTable together configure the queuing settings.

Support for operations

CreateNot supported

Edit/ModifySupported

DeleteNot supported

ReadSupported

Columns

The table indexes are ifIndex and hh3cIfQoSQueueID.

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.

 

hh3cIfQoSHardwareQueueRunInfoTable

About this table

This table contains queue-based traffic statistics.

Support for operations

CreateNot supported

Edit/ModifyNot supported

DeleteNot supported

ReadSupported

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.

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

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.

 

hh3cIfQoSLRConfigTable

About this table

This table configures the inbound or outbound rate limit on an interface.

Support for operations

CreateSupported

Edit/ModifySupported

DeleteSupported

ReadSupported

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.

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.

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.

 

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

CreateSupported

Edit/ModifySupported

DeleteSupported

ReadSupported

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.

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

CreateSupported

Edit/ModifySupported

DeleteSupported

ReadSupported

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.

 

hh3cIfQoSAggregativeCarRunInfoTable

About this table

This table contains aggregate CAR statistics.

Support for operations

CreateNot supported

Edit/ModifyNot supported

DeleteNot supported

ReadNot supported

Columns

The table index is hh3cIfQoSAggregativeCarIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

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.

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.

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.

 

hh3cIfQoSGTSConfigTable

About this table

This table contains GTS configuration information.

Support for operations

CreateSupported

Edit/ModifySupported

DeleteSupported

ReadSupported

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.

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

 

hh3cIfQoSWredGroupTable

About this table

This table creates a WRED table.

Support for operations

CreateSupported

Edit/ModifySupported

DeleteSupported

ReadSupported

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.

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

CreateNot supported

Edit/ModifySupported

DeleteNot supported

ReadSupported

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

CreateSupported

Edit/ModifySupported

DeleteSupported

ReadSupported

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

CreateNot supported

Edit/ModifySupported

DeleteNot supported

ReadSupported

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

CreateNot supported

Edit/ModifySupported

DeleteNot supported

ReadSupported

Columns

The table index is ifIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

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

CreateNot supported

Edit/ModifySupported

DeleteNot supported

ReadSupported

Columns

The table indexes are hh3cIfQoSPrePriMapTableType, hh3cIfQoSPrePriMapTableColor, hh3cIfQoSPrePriMapTableDirection, and hh3cIfQoSPrePriMapTableImportValue.

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.

 

hh3cIfQoSCoppFlowStatTable

About this table

This table contains protocol traffic statistics for a control plane.

Support for operations

CreateNot supported

Edit/ModifyNot supported

DeleteNot supported

ReadSupported

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.

 

Notifications

hh3cIfQoS8QueueResouceOverAlarm

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.1

The downlink resources of an 8-queue scheduling profile are insufficient.

Error

Major

hh3cIfQoS8QueueResouceOverRecover (hh3cIfQoS8QueueResouceOverRecover)

OFF

 

Notification triggers

The notification is generated when the downlink (network side to user side) resources of an 8-queue scheduling profile are insufficient.

System impact

The qos user-queue command might not take effect.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

hh3cIfQoSChassis

 (1.3.6.1.4.1.25506.2.65.1.15.1)

Chassis number

N/A

Integer32

0 to 65534

hh3cIfQoSSlot

 (1.3.6.1.4.1.25506.2.65.1.15.2)

Slot number

N/A

Integer32

0 to 65534

hh3cIfQoSCPU

 (1.3.6.1.4.1.25506.2.65.1.15.3)

CPU number

N/A

Integer32

0 to 65534

hh3cIfQoSChip

 (1.3.6.1.4.1.25506.2.65.1.15.4)

Chip number

N/A

Integer32

0 to 65534

hh3cIfQoSDirection (1.3.6.1.4.1.25506.2.65.1.15.6)

Direction

N/A

Direction

As per the MIB

 

Recommended action

To resolve the issue:

1.Delete or optimized related configuration.

2.If you cannot identify the configuration to be deleted or optimized, collect alarm information and configuration data, and then contact H3C Support for help.

hh3cIfQoS8QueueResouceOverRecover

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.2

The resources of an 8-queue user-queue profile are sufficient.

Recovery

Major

N/A (N/A)

OFF

 

Notification triggers

The notification is generated when the resources of an 8-queue user-queue profile are sufficient.

System impact

No negative impact on the system.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

hh3cIfQoSChassis

 (1.3.6.1.4.1.25506.2.65.1.15.1)

Chassis number

N/A

Integer32

0 to 65534

hh3cIfQoSSlot

 (1.3.6.1.4.1.25506.2.65.1.15.2)

Slot number

N/A

Integer32

0 to 65534

hh3cIfQoSCPU

 (1.3.6.1.4.1.25506.2.65.1.15.3)

CPU number

N/A

Integer32

0 to 65534

hh3cIfQoSChip

 (1.3.6.1.4.1.25506.2.65.1.15.4)

Chip number

N/A

Integer32

0 to 65534

hh3cIfQoSDirection (1.3.6.1.4.1.25506.2.65.1.15.6)

Direction

N/A

Direction

As per the MIB

 

Recommended action

No action is required.

hh3cIfQoS8QueueResoucePreAlarm

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.3

The resource usage of an 8-queue scheduling profile exceeds 90%.

Error

Minor

hh3cIfQoS8QueueResoucePreRecover (hh3cIfQoS8QueueResoucePreRecover)

OFF

 

Notification triggers

The notification is generated when the resource usage of an 8-queue scheduling profile exceeds 90%.

System impact

No negative impact on the system.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

hh3cIfQoSChassis

 (1.3.6.1.4.1.25506.2.65.1.15.1)

Chassis number

N/A

Integer32

0 to 65534

hh3cIfQoSSlot

 (1.3.6.1.4.1.25506.2.65.1.15.2)

Slot number

N/A

Integer32

0 to 65534

hh3cIfQoSCPU

 (1.3.6.1.4.1.25506.2.65.1.15.3)

CPU number

N/A

Integer32

0 to 65534

hh3cIfQoSChip

 (1.3.6.1.4.1.25506.2.65.1.15.4)

Chip number

N/A

Integer32

0 to 65534

hh3cIfQoSDirection (1.3.6.1.4.1.25506.2.65.1.15.6)

Direction

N/A

Direction

As per the MIB

 

Recommended action

To resolve the issue:

1.Delete or optimized related configuration.

2.If you cannot identify the configuration to be deleted or optimized, collect alarm information and configuration data, and then contact H3C Support for help.

hh3cIfQoS8QueueResoucePreRecover

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.4

The resource usage of an 8-queue scheduling profile fell below 90%.

Recovery

Minor

N/A (N/A)

OFF

 

Notification triggers

The notification is generated when the resource usage of an 8-queue scheduling profile falls below 90%.

System impact

No negative impact on the system.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

hh3cIfQoSChassis

 (1.3.6.1.4.1.25506.2.65.1.15.1)

Chassis number

N/A

Integer32

0 to 65534

hh3cIfQoSSlot

 (1.3.6.1.4.1.25506.2.65.1.15.2)

Slot number

N/A

Integer32

0 to 65534

hh3cIfQoSCPU

 (1.3.6.1.4.1.25506.2.65.1.15.3)

CPU number

N/A

Integer32

0 to 65534

hh3cIfQoSChip

 (1.3.6.1.4.1.25506.2.65.1.15.4)

Chip number

N/A

Integer32

0 to 65534

hh3cIfQoSDirection (1.3.6.1.4.1.25506.2.65.1.15.6)

Direction

N/A

Direction

As per the MIB

 

Recommended action

No action is required.

hh3cIfQoSBufferOverAlarm

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.5

Queue buffer usage alarm.

Error

Minor

hh3cIfQoSBufferOverRecover (hh3cIfQoSBufferOverRecover)

OFF

 

Notification triggers

An alarm is generated when the queue buffer usage reaches or exceeds 90%.

System impact

Packet loss occurs on high-priority queues.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

hh3cIfQoSChassis

 (1.3.6.1.4.1.25506.2.65.1.15.1)

Chassis number

N/A

Integer32

0 to 65534

hh3cIfQoSSlot

 (1.3.6.1.4.1.25506.2.65.1.15.2)

Slot number

N/A

Integer32

0 to 65534

hh3cIfQoSCPU

 (1.3.6.1.4.1.25506.2.65.1.15.3)

CPU number

N/A

Integer32

0 to 65534

hh3cIfQoSChip

 (1.3.6.1.4.1.25506.2.65.1.15.4)

Chip number

N/A

Integer32

0 to 65534

hh3cIfQoSDirection (1.3.6.1.4.1.25506.2.65.1.15.6)

Direction

N/A

Direction

As per the MIB

 

Recommended action

To resolve the issue:

1.Reduce deployed services.

2.If the issue persists, collect alarm information, log messages, and configuration data, and then contact H3C Support for help.

hh3cIfQoSBufferOverRecover

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.6

Queue buffer usage alarm recovery.

Recovery

Minor

N/A (N/A)

OFF

 

Notification triggers

The notification is generated when the queue buffer usage alarm recovers.

System impact

No negative impact on the system.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

hh3cIfQoSChassis

 (1.3.6.1.4.1.25506.2.65.1.15.1)

Chassis number

N/A

Integer32

0 to 65534

hh3cIfQoSSlot

 (1.3.6.1.4.1.25506.2.65.1.15.2)

Slot number

N/A

Integer32

0 to 65534

hh3cIfQoSCPU

 (1.3.6.1.4.1.25506.2.65.1.15.3)

CPU number

N/A

Integer32

0 to 65534

hh3cIfQoSChip (1.3.6.1.4.1.25506.2.65.1.15.4)

Chip number

N/A

Integer32

0 to 65534

 

Recommended action

No action is required.

hh3cIfQoSModeChannelOverPortShapAlarm

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.7

The channelized bandwidth exceeds the interface rate limit.

Error

Major

hh3cIfQoSModeChannelOverPortShapRecover (hh3cIfQoSModeChannelOverPortShapRecover)

OFF

 

Notification triggers

The notification is generated when the channelized bandwidth exceeds the interface rate limit.

System impact

The channelized bandwidth does not take effect.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

hh3cIfQoSChassis

 (1.3.6.1.4.1.25506.2.65.1.15.1)

Chassis number

N/A

Integer32

0 to 65534

hh3cIfQoSSlot

 (1.3.6.1.4.1.25506.2.65.1.15.2)

Slot number

N/A

Integer32

0 to 65534

hh3cIfQoSCPU

 (1.3.6.1.4.1.25506.2.65.1.15.3)

CPU number

N/A

Integer32

0 to 65534

hh3cIfQoSIfName (1.3.6.1.4.1.25506.2.65.1.15.5)

Interface name

N/A

OCTET STRING

SIZE (1 to 47)

 

Recommended action

To resolve the issue:

1.Use the mode channel-bandwidth command to set a smaller channelized bandwidth.

2.If the issue persists, collect alarm information, log messages, and configuration data, and then contact H3C Support for help.

hh3cIfQoSModeChannelOverPortShapRecover

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.8

The channelized bandwidth is smaller than the interface rate limit.

Recovery

Major

N/A (N/A)

OFF

 

Notification triggers

The notification is generated when the channelized bandwidth is smaller than the interface rate limit.

System impact

No negative impact on the system.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

hh3cIfQoSChassis

 (1.3.6.1.4.1.25506.2.65.1.15.1)

Chassis number

N/A

Integer32

0 to 65534

hh3cIfQoSSlot

 (1.3.6.1.4.1.25506.2.65.1.15.2)

Slot number

N/A

Integer32

0 to 65534

hh3cIfQoSCPU

 (1.3.6.1.4.1.25506.2.65.1.15.3)

CPU number

N/A

Integer32

0 to 65534

hh3cIfQoSIfName (1.3.6.1.4.1.25506.2.65.1.15.5)

Interface name

N/A

OCTET STRING

SIZE (1 to 47)

 

Recommended action

No action is required.

hh3cIfQoSExclusiveBandApplyFailAlarm

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.9

Exclusive bandwidth application failure alarm.

Error

Major

hh3cIfQoSExclusiveBandApplyFailRecover (hh3cIfQoSExclusiveBandApplyFailRecover)

OFF

 

Notification triggers

The notification is generated when the exclusive bandwidth fails to be applied.

System impact

The exclusive bandwidth does not take effect.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

hh3cIfQoSChassis

 (1.3.6.1.4.1.25506.2.65.1.15.1)

Chassis number

N/A

Integer32

0 to 65534

hh3cIfQoSSlot

 (1.3.6.1.4.1.25506.2.65.1.15.2)

Slot number

N/A

Integer32

0 to 65534

hh3cIfQoSCPU

 (1.3.6.1.4.1.25506.2.65.1.15.3)

CPU number

N/A

Integer32

0 to 65534

hh3cIfQoSIfName (1.3.6.1.4.1.25506.2.65.1.15.5)

Interface name

N/A

OCTET STRING

SIZE (1 to 47)

 

Recommended action

Collect alarm information and configuration data, and then contact H3C Support for help.

hh3cIfQoSExclusiveBandApplyFailRecover

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.10

Exclusive bandwidth application failure alarm recovery.

Recovery

Major

N/A (N/A)

OFF

 

Notification triggers

The notification is generated when the exclusive bandwidth application failure alarm recovers.

System impact

No negative impact on the system.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

hh3cIfQoSChassis

 (1.3.6.1.4.1.25506.2.65.1.15.1)

Chassis number

N/A

Integer32

0 to 65534

hh3cIfQoSSlot

 (1.3.6.1.4.1.25506.2.65.1.15.2)

Slot number

N/A

Integer32

0 to 65534

hh3cIfQoSCPU

 (1.3.6.1.4.1.25506.2.65.1.15.3)

CPU number

N/A

Integer32

0 to 65534

hh3cIfQoSIfName (1.3.6.1.4.1.25506.2.65.1.15.5)

Interface name

N/A

OCTET STRING

SIZE (1 to 47)

 

Recommended action

None.

hh3cIfQoSExclusiveBandOverAlarm

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.11

Exclusive bandwidth exceeding maximum interface bandwidth.

Recovery

Major

hh3cIfQoSExclusiveBandOverRecover (hh3cIfQoSExclusiveBandOverRecover)

OFF

 

Notification triggers

The notification is generated when the exclusive bandwidth value exceeds the maximum interface bandwidth. The configuration will also become ineffective.

System impact

The exclusive bandwidth does not take effect.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

hh3cIfQoSChassis

 (1.3.6.1.4.1.25506.2.65.1.15.1)

Chassis number

N/A

Integer32

0 to 65534

hh3cIfQoSSlot

 (1.3.6.1.4.1.25506.2.65.1.15.2)

Slot number

N/A

Integer32

0 to 65534

hh3cIfQoSCPU

 (1.3.6.1.4.1.25506.2.65.1.15.3)

CPU number

N/A

Integer32

0 to 65534

hh3cIfQoSIfName (1.3.6.1.4.1.25506.2.65.1.15.5)

Interface name

N/A

OCTET STRING

SIZE (1 to 47)

 

Recommended action

Configure an exclusive bandwidth value that is smaller than the maximum interface bandwidth.

hh3cIfQoSExclusiveBandOverRecover

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.12

Exclusive bandwidth exceeding maximum interface bandwidth alarm recovery.

Recovery

Major

N/A (N/A)

OFF

 

Notification triggers

The notification is generated when the alarm that the configured exclusive bandwidth value exceeds the maximum interface bandwidth recovers.

System impact

No negative impact on the system.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

hh3cIfQoSChassis

 (1.3.6.1.4.1.25506.2.65.1.15.1)

Chassis number

N/A

Integer32

0 to 65534

hh3cIfQoSSlot

 (1.3.6.1.4.1.25506.2.65.1.15.2)

Slot number

N/A

Integer32

0 to 65534

hh3cIfQoSCPU

 (1.3.6.1.4.1.25506.2.65.1.15.3)

CPU number

N/A

Integer32

0 to 65534

hh3cIfQoSIfName (1.3.6.1.4.1.25506.2.65.1.15.5)

Interface name

N/A

OCTET STRING

SIZE (1 to 47)

 

Recommended action

No action is required.

hh3cIfQoSLRDiscardAlarm

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.13

The outgoing traffic of an interface exceeds the configured CIR

Recovery

Major

hh3cIfQoSLRDiscardAlarmRecover (hh3cIfQoSLRDiscardAlarmRecover)

OFF

 

Notification triggers

The notification is generated when the outgoing traffic of an interface exceeds the configured CIR.

System impact

The outgoing traffic of an interface might be dropped.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

1.3.6.1.4.1.25506.2.65.1.15.5 (hh3cIfQoSIfName)

Interface name

N/A

OCTET STRING

SIZE (1 to 47)

1.3.6.1.4.1.25506.2.65.1.3.1.1.2 (hh3cIfQoSLRCir)

CIR

N/A

Unsigned32

Standard MIB values.

1.3.6.1.4.1.25506.2.65.1.15.7 (hh3cIfQoSPassPacketRate)

Outgoing traffic rate of the interface

N/A

Unsigned32

Standard MIB values.

 

Recommended action

Increase the CIR on the interface.

hh3cIfQoSLRDiscardAlarmRecover

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.14

The outgoing traffic rate of an interface drops below the configured CIR

Recovery

Major

N/A (N/A)

OFF

 

Notification triggers

The notification is generated when the outgoing traffic rate of an interface drops below the configured CIR.

System impact

No negative impact on the system.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

1.3.6.1.4.1.25506.2.65.1.15.5 (hh3cIfQoSIfName)

Interface name

N/A

OCTET STRING

SIZE (1 to 47)

1.3.6.1.4.1.25506.2.65.1.3.1.1.2 (hh3cIfQoSLRCir)

CIR

N/A

Unsigned32

Standard MIB values.

1.3.6.1.4.1.25506.2.65.1.15.7 (hh3cIfQoSPassPacketRate)

Outgoing traffic rate of the interface

N/A

Unsigned32

Standard MIB values.

 

Recommended action

No action is required.

hh3cIfQoSCarDiscardAlarm

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.15

Packets are dropped by CAR on an interface

Recovery

Major

hh3cIfQoSCarDiscardAlarmRecover (hh3cIfQoSCarDiscardAlarmRecover)

OFF

 

Notification triggers

The notification is generated when packets are dropped by CAR on an interface.

System impact

Traffic might be dropped.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

1.3.6.1.4.1.25506.2.65.1.15.1 (hh3cIfQoSChassis)

Chassis number

N/A

Integer32

0 to 65534

1.3.6.1.4.1.25506.2.65.1.15.2 (hh3cIfQoSSlot)

Slot number

N/A

Integer32

0 to 65534

1.3.6.1.4.1.25506.2.65.1.15.5 (hh3cIfQoSIfName)

Interface name

N/A

OCTET STRING

SIZE (1 to 47)

1.3.6.1.4.1.25506.2.65.1.15.6 (hh3cIfQoSDirection)

Direction

N/A

Direction

Standard MIB values.

 

Recommended action

Cancel the CAR settings or increase the CIR.

hh3cIfQoSCarDiscardAlarmRecover

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.16

Packets dropped by CAR on an interface have been recovered

Recovery

Major

N/A (N/A)

OFF

 

Notification triggers

The notification is generated when packets dropped by CAR on an interface have been recovered.

System impact

No negative impact on the system.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

1.3.6.1.4.1.25506.2.65.1.15.1 (hh3cIfQoSChassis)

Chassis number

N/A

Integer32

0 to 65534

1.3.6.1.4.1.25506.2.65.1.15.2 (hh3cIfQoSSlot)

Slot number

N/A

Integer32

0 to 65534

1.3.6.1.4.1.25506.2.65.1.15.5 (hh3cIfQoSIfName)

Interface name

N/A

OCTET STRING

SIZE (1 to 47)

1.3.6.1.4.1.25506.2.65.1.15.6 (hh3cIfQoSDirection)

Direction

N/A

Direction

Standard MIB values.

 

Recommended action

No action is required.

hh3cIfQoSCoppDropPktAlarm

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.17

Packets are dropped by CAR on the control plane

Recovery

Major

hh3cIfQoSCoppDropPktAlarmRecover (hh3cIfQoSCoppDropPktAlarmRecover)

OFF

 

Notification triggers

The notification is generated when packets are dropped by CAR on the control plane.

System impact

Packets are dropped by CAR on the control plane, and services or internal control information might not be able to be processed.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

1.3.6.1.4.1.25506.2.65.1.15.1 (hh3cIfQoSChassis)

Chassis number

N/A

Integer32

0 to 65534

1.3.6.1.4.1.25506.2.65.1.15.2 (hh3cIfQoSSlot)

Slot number

N/A

Integer32

0 to 65534

1.3.6.1.4.1.25506.2.65.1.15.8 (hh3cIfQoSCoppProtocol)

Protocol type

N/A

OCTET STRING

SIZE (1 to 31)

1.3.6.1.4.1.25506.2.65.1.15.9 (hh3cIfQoSBandwidth)

Bandwidth

N/A

Unsigned32

Standard MIB values.

1.3.6.1.4.1.25506.2.65.1.15.13 (hh3cIfQoSBandwidthUnit)

Bandwidth unit

N/A

INTEGER

unitUnavailable (0), unitAbsolute (1), unitAbsolutePPS (4)

 

Recommended action

Cancel the CAR settings for the control plane.

hh3cIfQoSCoppDropPktAlarmRecover

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.18

Packets dropped by CAR on the control plane have been recovered

Recovery

Major

N/A (N/A)

OFF

 

Notification triggers

The notification is generated when packets dropped by CAR on the control plane have been recovered.

System impact

No negative impact on the system.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

1.3.6.1.4.1.25506.2.65.1.15.1 (hh3cIfQoSChassis)

Chassis number

N/A

Integer32

0 to 65534

1.3.6.1.4.1.25506.2.65.1.15.2 (hh3cIfQoSSlot)

Slot number

N/A

Integer32

0 to 65534

1.3.6.1.4.1.25506.2.65.1.15.8 (hh3cIfQoSCoppProtocol)

Protocol type

N/A

OCTET STRING

SIZE (1 to 31)

1.3.6.1.4.1.25506.2.65.1.15.9 (hh3cIfQoSBandwidth)

Bandwidth

N/A

Unsigned32

Standard MIB values.

1.3.6.1.4.1.25506.2.65.1.15.13 (hh3cIfQoSBandwidthUnit)

Bandwidth unit

N/A

INTEGER

unitUnavailable (0), unitAbsolute (1), unitAbsolutePPS (4)

 

Recommended action

No action is required.

hh3cIfQoSQueExcpAlarm

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.19

Packets fail to be forwarded due to queue exceptions.

Recovery

Major

hh3cIfQoSQueExcpAlarmRecover (hh3cIfQoSQueExcpAlarmRecover)

OFF

 

Notification triggers

The notification is generated when packets fail to be forwarded due to queue exceptions.

System impact

Packets cannot be forwarded.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

1.3.6.1.4.1.25506.2.65.1.15.1 (hh3cIfQoSChassis)

Chassis number

N/A

Integer32

0 to 65534

1.3.6.1.4.1.25506.2.65.1.15.2 (hh3cIfQoSSlot)

Slot number

N/A

Integer32

0 to 65534

1.3.6.1.4.1.25506.2.65.1.15.8 (hh3cIfQoSCoppProtocol)

Protocol type

N/A

OCTET STRING

SIZE (1 to 31)

 

Recommended action

Collect alarm information and configuration data, and then contact H3C Support for help.

hh3cIfQoSQueExcpAlarmRecover

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.20

Packets failing to be forwarded due to queue exceptions have been recovered.

Recovery

Major

N/A (N/A)

OFF

 

Notification triggers

The notification is generated when packets failing to be forwarded due to queue exceptions have been recovered.

System impact

No negative impact on the system.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

1.3.6.1.4.1.25506.2.65.1.15.1 (hh3cIfQoSChassis)

Chassis number

N/A

Integer32

0 to 65534

1.3.6.1.4.1.25506.2.65.1.15.2 (hh3cIfQoSSlot)

Slot number

N/A

Integer32

0 to 65534

1.3.6.1.4.1.25506.2.65.1.15.8 (hh3cIfQoSCoppProtocol)

Protocol type

N/A

OCTET STRING

SIZE (1 to 31)

 

Recommended action

No action is required.

hh3cIfQoSBoardL3AclResLack

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.21

Layer 3 ACL resources are insufficient.

Recovery

Major

N/A (N/A)

OFF

 

Notification triggers

The notification is generated when Layer 3 ACL resources are insufficient.

System impact

ACL rules do not take effect or fail to be matched.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

1.3.6.1.4.1.25506.2.65.1.15.1 (hh3cIfQoSChassis)

Chassis number

N/A

Integer32

0 to 65534

1.3.6.1.4.1.25506.2.65.1.15.2 (hh3cIfQoSSlot)

Slot number

N/A

Integer32

0 to 65534

1.3.6.1.4.1.25506.2.65.1.15.10 (hh3cIfQoSServiceName)

Service name

N/A

OCTET STRING

SIZE (1 to 63)

1.3.6.1.4.1.25506.2.65.1.15.12 (hh3cIfQoSFailReason)

Failure reason

N/A

OCTET STRING

SIZE (1 to 127)

 

Recommended action

Collect alarm information and configuration data, and then contact H3C Support for help.

hh3cIfQoSAclResAlarm

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.22

ACL resources are insufficient.

Recovery

Major

hh3cIfQoSAclResAlarmRecover (hh3cIfQoSAclResAlarmRecover)

OFF

 

Notification triggers

The notification is generated when ACL resources are insufficient.

System impact

ACL rules do not take effect or fail to be matched.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

1.3.6.1.4.1.25506.2.65.1.15.1 (hh3cIfQoSChassis)

Chassis number

N/A

Integer32

0 to 65534

1.3.6.1.4.1.25506.2.65.1.15.2 (hh3cIfQoSSlot)

Slot number

N/A

Integer32

0 to 65534

1.3.6.1.4.1.25506.2.65.1.15.10 (hh3cIfQoSServiceName)

Service name

N/A

OCTET STRING

SIZE (1 to 63)

1.3.6.1.4.1.25506.2.65.1.15.11 (hh3cIfQoSApplyObject)

Application object

N/A

OCTET STRING

SIZE (1 to 127)

1.3.6.1.4.1.25506.2.65.1.15.6 (hh3cIfQoSDirection)

Direction

N/A

Direction

Standard MIB values.

1.3.6.1.4.1.25506.2.65.1.15.12 (hh3cIfQoSFailReason)

Failure reason

N/A

OCTET STRING

SIZE (1 to 127)

 

Recommended action

Collect alarm information and configuration data, and then contact H3C Support for help.

hh3cIfQoSAclResAlarmRecover

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.22

The ACL resource alarm is cleared.

Recovery

Major

N/A (N/A)

OFF

 

Notification triggers

The notification is generated when the ACL resource alarm is cleared.

System impact

No negative impact on the system.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

1.3.6.1.4.1.25506.2.65.1.15.1 (hh3cIfQoSChassis)

Chassis number

N/A

Integer32

0 to 65534

1.3.6.1.4.1.25506.2.65.1.15.2 (hh3cIfQoSSlot)

Slot number

N/A

Integer32

0 to 65534

1.3.6.1.4.1.25506.2.65.1.15.10 (hh3cIfQoSServiceName)

Service name

N/A

OCTET STRING

SIZE (1 to 63)

1.3.6.1.4.1.25506.2.65.1.15.11 (hh3cIfQoSApplyObject)

Application object

N/A

OCTET STRING

SIZE (1 to 127)

1.3.6.1.4.1.25506.2.65.1.15.6 (hh3cIfQoSDirection)

Direction

N/A

Direction

Standard MIB values.

1.3.6.1.4.1.25506.2.65.1.15.12 (hh3cIfQoSFailReason)

Failure reason

N/A

OCTET STRING

SIZE (1 to 127)

 

Recommended action

No action is required.

hh3cIfQoSAclMemFullAlarm

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.24

The ACL forwarding engine memory is exhausted.

Recovery

Major

hh3cIfQoSAclMemFullAlarmRecover (hh3cIfQoSAclMemFullAlarmRecover)

OFF

 

Notification triggers

The notification is generated when the ACL forwarding engine memory is exhausted.

System impact

ACL rules fail to be matched.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

1.3.6.1.4.1.25506.2.65.1.15.1 (hh3cIfQoSChassis)

Chassis number

N/A

Integer32

0 to 65534

1.3.6.1.4.1.25506.2.65.1.15.2 (hh3cIfQoSSlot)

Slot number

N/A

Integer32

0 to 65534

 

Recommended action

Collect alarm information and configuration data, and then contact H3C Support for help.

hh3cIfQoSAclMemFullAlarmRecover

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.65.1.16.0.25

The ACL forwarding engine memory is recovered.

Recovery

Major

N/A (N/A)

OFF

 

Notification triggers

The notification is generated when the ACL forwarding engine memory is recovered.

System impact

No negative impact on the system.

Status control

ON

CLI: Use the snmp-agent trap enable qos command.

OFF

CLI: Use the undo snmp-agent trap enable qos command.

Object

OID (object name)

Description

Index

Type

Value range

1.3.6.1.4.1.25506.2.65.1.15.1 (hh3cIfQoSChassis)

Chassis number

N/A

Integer32

0 to 65534

1.3.6.1.4.1.25506.2.65.1.15.2 (hh3cIfQoSSlot)

Slot number

N/A

Integer32

0 to 65534

 

Recommended action

No action is required.

 

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