HUAWEI-CBQOS-MIB
- Functions Overview
- Relationship Between Tables
- Description of Single Objects
- Description of MIB Tables
- hwCBQoSClassifierCfgInfoTable
- hwCBQoSMatchRuleCfgInfoTable
- hwCBQoSBehaviorCfgInfoTable
- hwCBQoSCarCfgInfoTable
- hwCBQoSRemarkCfgInfoTable
- hwCBQoSFirewallCfgInfoTable
- hwCBQoSMirrorCfgInfoTable
- hwCBQoSCountCfgInfoTable
- hwCBQoSPolicyCfgInfoTable
- hwCBQoSPolicyClassCfgInfoTable
- hwCBQoSIfApplyPolicyTable
- hwCBQoSVlanApplyPolicyTable
- hwCBQoSPolicyStatisticsTable
- hwCBQoSPolicyStatisticsClassifierTable
- Description of Alarm Objects
- Unsupported Objects
Functions Overview
HUAWEI-CBQoS-MIB, a private MIB of Huawei, is used to configure class-based QoS (CBQoS) and query CBQoS information. This MIB supports the configuration and query of traffic classifiers, traffic classification rules, traffic policies, traffic behaviors, and actions in traffic behaviors. In addition, this MIB can be used to query and clear statistics based on traffic classifiers and traffic policies.
Root object: iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).huawei(2011).huaweiMgmt(5).hwDatacomm(25).hwQoS(32).hwCBQoSMIB(1)
Relationship Between Tables
Description of Single Objects
hwCBQoSClassifierIndexNext
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.32.1.1.1.1 |
hwCBQoSClassifierIndexNext |
Integer32 |
Read-only |
This object indicates the index of the next available traffic classifier. The index used when a user creates a traffic classifier must be the same as hwCBQoSClassifierIndexNext; otherwise, the traffic classifier cannot be created. |
This object is implemented as defined in the corresponding MIB files. |
hwCBQoSBehaviorIndexNext
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.32.1.1.2.1 |
hwCBQoSBehaviorIndexNext |
Integer32 |
Read-only |
This object indicates the index of the next available traffic behavior. The index used when a user creates a traffic behavior must be the same as hwCBQoSBehaviorIndexNext; otherwise, the traffic behavior cannot be created. |
This object is implemented as defined in the corresponding MIB files. |
hwCBQoSPolicyIndexNext
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.32.1.1.3.1 |
hwCBQoSPolicyIndexNext |
Integer32 |
Read-only |
This object indicates the index of the next available traffic policy. The index used when a user creates a traffic policy must be the same as hwCBQoSPolicyIndexNext; otherwise, the traffic policy cannot be created. |
This object is implemented as defined in the corresponding MIB files. |
Description of MIB Tables
hwCBQoSClassifierCfgInfoTable
This table configures traffic classifiers. The device only supports user-defined classifiers, but does not support system-defined classifiers.
The index of this table is hwCBQoSClassifierIndex.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.32.1.1.1.2.1.1 |
hwCBQoSClassifierIndex |
Integer32 |
Read-only |
This object indicates the traffic classifier index. The value ranges from 0 to 511. There is no default value. | This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.1.2.1.2 |
hwCBQoSClassifierName |
OCTET STRING |
Read-create |
This object indicates the traffic classifier name. The value is an ASCII string consisting of 1 to 64 characters without spaces. There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.1.2.1.3 |
hwCBQoSClassifierRuleCount |
Integer32 |
Read-only |
This object indicates the number of rules in a traffic classifier. The value ranges from 0 to 2048. There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.1.2.1.4 |
hwCBQoSClassifierOperator |
INTEGER |
Read-create |
This object indicates the relationship between the rules
of a traffic classifier.
The default value is 2. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.1.2.1.6 |
hwCBQoSClassifierRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
This object indicates the row status.
There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
- If more than 512 traffic classifiers have been created, an error message is displayed.
- hwCBQoSClassifierIndex must be the same as the value of the single object hwCBQoSClassifierIndexNext.
- hwCBQoSClassifierName must be configured and its value must be unique; otherwise, an error message is displayed.
- hwCBQoSClassifierRuleCount indicates the number of rules of a traffic classifier. A created rule has a number allocated by the system. The rule number starts from 0. The value is the same as hwCBQoSMatchRuleIndex in the hwCBQoSMatchRuleCfgInfoTable, and is read-only.
- To create a row, set hwCBQoSClassifierRowStatus to createAndGo(4). A row cannot be created by using createAndWait(5).
Modification Restriction
The entries in this table cannot be modified except hwCBQoSClassifierOperator.
Deletion Restriction
To delete a traffic classifier, delete all the traffic policies that reference the traffic classifier. That is, delete all the rows whose hwCBQoSPolicyClassName values are hwCBQoSClassifierName from the hwCBQoSPolicyClassCfgInfoTable.
Access Restriction
The entries in this table can be read without restriction.
hwCBQoSMatchRuleCfgInfoTable
This table configures rules in traffic classifiers. Traffic is classified by these rules, and then differentiated QoS services are provided for the traffic.
The indexes of this table are hwCBQoSClassifierIndex and hwCBQoSMatchRuleIndex.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.32.1.1.1.3.1.1 |
hwCBQoSMatchRuleIndex |
Integer32 |
Read-only |
This object indicates the rule index. The value ranges from 0 to 1023. There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.1.3.1.3 |
hwCBQoSMatchRuleType |
INTEGER{any(1),ipv4Acl(2),rtpPort(3),protocol(4),ipPrec(5),dscp(6),vlan8021p(7),mplsExp(8),sourceMac(9),destinationMac(10),classifier(11),inboundInterface(12),macGroup(13),ipv6Acl(14),qosLocalId(15),frDe(16),atmClp(17),ipv6Dscp(18),ipv6NextHeader(19),ipv6Any(20),ipv6DstIp(21),ipv6SrcIp(22),ruleString(23),vlanId(24),outboundInterface(25),l2Protocol(26),l2Acl(27),tcpFlag(28),cvlanId(29),doubleTag(30),sourceQosLocalId(31),cvlan8021p(32),discard(33),dlci(34),app-protocol(35),protocol-group(36),vlanid-cvlanid(37),tagged-vxlan(38),untagged-vxlan(39),transit-tagged-vxlan(40),transit-untagged-vxlan(41),vxlan-qos-local-id(42),ipv6-vxlan-qos-local-id(43)} |
Read-create |
This object indicates the rule type:
|
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.1.3.1.4 |
hwCBQoSMatchRuleStringValue |
OCTET STRING |
Read-create |
This object indicates the rule value. This object is valid only when the matching rule based on the outbound interface, source MAC address, or destination MAC address is used. When the matching rule is based on an outbound interface, the value format is interface-typeinterface number, for example, GigabitEthernet1/0/1. When the matching rule is based on the source MAC address or destination MAC address, the value is a hexadecimal string. For example, if a MAC address is 0-0-1, the corresponding value is # 0x00 0x00 0x00 0x00 0x00 0x01. # indicates the hexadecimal format. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.1.3.1.5 |
hwCBQoSMatchRuleIntValue1 |
INTEGER (0..4294967295) |
Read-create |
This object indicates the rule content. The value is an integer. The value range depends on the rule type:
|
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.1.3.1.6 |
hwCBQoSMatchRuleIntValue2 |
INTEGER (0..4294967295) |
Read-create |
This object indicates a rule based on DSCP priorities. The DSCP value ranges from 0 to 31. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.1.3.1.7 |
hwCBQoSMatchRuleRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
This object indicates the row status:
|
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
You can create entries in this table only after hwCBQoSClassifierCfgInfoTable is created.
hwCBQoSMatchRuleIndex must be the same as hwCBQoSClassifierRuleCount mapping hwCBQoSClassifierIndex in the hwCBQoSClassifierCfgInfoTable.
You can create entries in this table only when the row status is CreateAndGo, and values of hwCBQoSClassifierIndex, hwCBQoSMatchRuleIndex, and hwCBQoSMatchRuleType are set.
- hwCBQoSMatchRuleIndex must be configured, and its value must be the same as hwCBQoSClassifierRuleCount in the hwCBQoSClassifierCfgInfoTable.
- hwCBQoSMatchRuleType must be configured:
- If the rule is source-mac, or destination-mac, hwCBQoSMatchRuleStringValue must be configured, but hwCBQoSMatchRuleIntValue1 cannot be configured; otherwise, an error message is displayed.
- If the rule is ipv4-acl, vlan-8021p, vlan-id, l2-protocol, cvlan-id, dscp, or cvlan-8021p, hwCBQoSMatchRuleIntValue1 must be configured, but hwCBQoSMatchRuleStringValue cannot be configured; otherwise, an error message is displayed.
- If the rule is any, discard, or double-tag, hwCBQoSMatchRuleStringValue or hwCBQoSMatchRuleIntValue1 cannot be configured; otherwise, an error message is displayed.
Modification Restriction
The entries in this table can be modified only when the matching rule based on the ACL, VLAN ID or C-VLAN ID is used.
Deletion Restriction
If the traffic classifier has been applied to the entire system, an interface, or a VLAN, the entries in this table cannot be deleted.
Access Restriction
The entries in this table can be read without restriction.
hwCBQoSBehaviorCfgInfoTable
This table configures traffic behaviors. The table specifies the behaviors matching traffic classifiers.
The index of this table is hwCBQoSBehaviorIndex.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.32.1.1.2.2.1.1 |
hwCBQoSBehaviorIndex |
Integer32 |
Read-only |
This object indicates the traffic behavior index. The value ranges from 0 to 255. There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.2.2.1.2 |
hwCBQoSBehaviorName |
OCTET STRING |
Read-create |
This object indicates the name of a traffic behavior. The value is an ASCII string of 1 to 64 characters without spaces. There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.2.2.1.3 |
hwCBQoSBehaviorRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
This object indicates the row status.
There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
- A maximum of 256 behaviors can be created.
- hwCBQoSBehaviorIndex must be the same as the value of the single object hwCBQoSBehaviorIndexNext.
- The value of hwCBQoSBehaviorName must be unique.
- You can create entries in this table only when the row status is CreateAndGo, and values of both hwCBQoSBehaviorIndex and hwCBQoSBehaviorName are set.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
To delete a traffic behavior, delete all the traffic classifiers that reference the traffic behavior. That is, delete all the rows whose hwCBQoSPolicyBehaviorName values are hwCBQoSBehaviorName from the hwCBQoSPolicyClassCfgInfoTable.
Access Restriction
The entries in this table can be read without restriction.
hwCBQoSCarCfgInfoTable
This table configures traffic policing. The device limits the traffic rate according to this table. This table maintains customers' rights and provides fair services.
The index of this table is hwCBQoSBehaviorIndex.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.32.1.1.2.3.1.1 |
hwCBQoSCarCir |
Integer32 |
Read-create |
This object indicates the CIR value. The value ranges from 8 to 4294967295, in kbit/s. NOTE:
When the CIR value is larger than 2147483647, an incorrect value of this object is displayed. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.2.3.1.2 |
hwCBQoSCarCbs |
Integer32 |
Read-create |
This object indicates the CBS value. The value ranges from 10000 to 4294967295, in bytes. NOTE:
When the CBS value is larger than 2147483647, the value of this object is 2147483647. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.2.3.1.4 |
hwCBQoSCarPir |
Integer32 |
Read-create |
This object indicates the PIR value. The value ranges from 8 to 4294967295, in kbit/s. NOTE:
When the PIR value is larger than 2147483647, an incorrect value of this object is displayed. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.2.3.1.5 |
hwCBQoSCarPbs |
Integer32 |
Read-create |
This object indicates the PBS value. The value ranges from 10000 to 4294967295, in bytes. NOTE:
When the PBS value is larger than 2147483647, the value of this object is 2147483647. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.2.3.1.6 |
hwCBQoSCarGreenAction |
INTEGER{pass(1),discard(2),remarkIpPrec(3),remarkDscp(4),remarkMplsExp(5),remark(6),remark8021p(7)} |
Read-create |
This object indicates the action the system takes when the traffic rate is lower than the CIR.
By default, green packets and yellow packets are allowed to pass, but red packets are discarded. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.2.3.1.8 |
hwCBQoSCarYellowAction |
INTEGER{pass(1),discard(2),remarkIpPrec(3),remarkDscp(4),remarkMplsExp(5),remark(6),remark8021p(7)} |
Read-create |
This object indicates the action the system takes when the traffic rate is between the CIR value and PIR value.
By default, green packets and yellow packets are allowed to pass, but red packets are discarded. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.2.3.1.10 |
hwCBQoSCarRedAction |
INTEGER{pass(1),discard(2),remarkIpPrec(3),remarkDscp(4),remarkMplsExp(5),remark(6),remark8021p(7)} |
Read-create |
This object indicates the action the system takes when traffic rate is higher than the PIR value.
By default, green packets and yellow packets are allowed to pass, but red packets are discarded. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.2.3.1.12 |
hwCBQoSCarRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
This object indicates the row status.
|
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
- You can create entries in this table only after the hwCBQoSBehaviorCfgInfoTable is created.
- hwCBQoSBehaviorIndex must be configured, and the value is the same as hwCBQoSBehaviorIndex in the hwCBQoSBehaviorCfgInfoTable.
- Both hwCBQoSCarCbs and hwCBQoSCarPbs must be configured; otherwise, entries cannot be created.
- You can create entries in this table only when the row status is CreateAndGo, and values of both hwCBQoSBehaviorIndex and hwCBQoSCarCir are set.
- Re-marking values of packets can be set only after colored packets are allowed to pass through.
Modification Restriction
- You can create entries in this table only after the hwCBQoSBehaviorCfgInfoTable is created.
- Both hwCBQoSCarCbs and hwCBQoSCarPbs must be configured; otherwise, entries cannot be modified.
- The entries in this table can be modified only when the row status is Active, and value of hwCBQoSBehaviorIndex is set.
- Re-marking values of packets can be set only after colored packets are allowed to pass through.
Deletion Restriction
If the traffic behavior has been applied to the entire system, an interface, or a VLAN, the entries in this table cannot be deleted.
Access Restriction
The entries in this table can be read without restriction.
hwCBQoSRemarkCfgInfoTable
This table configures priority re-marking for traffic. This table re-marks different priorities for traffic according to traffic classification so that the system provides differentiated services for traffic based on priorities.
The indexes of this table are hwCBQoSBehaviorIndex and hwCBQoSRemarkType.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.32.1.1.2.5.1.1 |
hwCBQoSRemarkType |
INTEGER{ipPrec(1),dscp(2),mplsExp(3),vlan8021p(4),atmClp(5),frDe(6),qosLocalId(7),ipv6Dscp(8),localPrec(9),destinationMac(10),vlanId(11),vlanProtocol(12)} |
Read-only |
This object indicates the re-marking type.
There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.2.5.1.2 |
hwCBQoSRemarkValue |
Integer32 |
Read-create |
This object indicates the re-marked priority value. The
value range depends on the re-marking type.
There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.2.5.1.4 |
hwCBQoSRemarkRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
This object indicates the row status.
There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
- You can create entries in this table only after the hwCBQoSBehaviorCfgInfoTable is created.
- hwCBQoSBehaviorIndex must be configured, and the value is the same as hwCBQoSBehaviorIndex in the hwCBQoSBehaviorCfgInfoTable.
- hwCBQoSRemarkType must be configured; otherwise, the entries cannot be created.
- You can create entries in this table only when the row status is CreateAndGo, and the value of either hwCBQoSRemarkValue or hwCBQoSRemarkStringValue is set.
Modification Restriction
The entries in this table can be modified only when the row status is Active, and values of hwCBQoSBehaviorIndex, hwCBQoSRemarkType, and hwCBQoSRemarkValue are set.
Deletion Restriction
If the traffic behavior has been applied to the entire system, an interface, or a VLAN, the entries in this table cannot be deleted.
Access Restriction
The entries in this table can be read without restriction.
hwCBQoSFirewallCfgInfoTable
This table configures traffic filtering based on flows.
The index of this table is hwCBQoSBehaviorIndex.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.32.1.1.2.11.1.1 |
hwCBQoSFirewallAction |
INTEGER |
Read-create |
This object indicates the action performed by a firewall.
The default value is 1. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.2.11.1.2 |
hwCBQoSFirewallRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
This object indicates the row status.
There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
- You can create entries in this table only after the hwCBQoSBehaviorCfgInfoTable is created.
- You can create entries in this table only when the row status is CreateAndGo, and values of both hwCBQoSBehaviorIndex and hwCBQoSFirewallAction are set.
Modification Restriction
- The entries in this table can be modified only when the row status is Active, and values of hwCBQoSBehaviorIndex and hwCBQoSFirewallAction are set.
Deletion Restriction
If a behavior has been applied to the entire system, an interface, or a VLAN, the entries in this table cannot be deleted.
Access Restriction
The entries in this table can be read without restriction.
hwCBQoSMirrorCfgInfoTable
The terms mirrored port, port mirroring, traffic mirroring, and mirroring in this manual are mentioned only to describe the product's function of communication error or failure detection, and do not involve collection or processing of any information or communication data of users.
This table configures traffic mirroring based on flows. The device mirrors packets according to traffic classification, and analyzes certain types of traffic.
The index of this table is hwCBQoSBehaviorIndex.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.32.1.1.2.16.1.1 |
hwCBQoSMirrorObserveIndex |
INTEGER |
Read-create |
This object indicates the index of an observing port. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.2.16.1.2 |
hwCBQoSMirrorRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
This object indicates the row status.
There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
- You can create entries in this table only after the hwCBQoSBehaviorCfgInfoTable is created.
- The observing port specified by hwCBQoSMirrorObserveIndex has been created.
- You can create entries in this table only when the row status is createandgo, and values of both hwCBQoSBehaviorIndex and hwCBQoSMirrorObserveIndex are set.
Modification Restriction
- The observing port specified by hwCBQoSMirrorObserveIndex has been created.
- The entries in this table can be modified only when the row status is active, and values of hwCBQoSBehaviorIndex and hwCBQoSMirrorObserveIndex are set.
Deletion Restriction
If a behavior has been applied to the entire system, an interface, or a VLAN, the entries in this table cannot be deleted.
Access Restriction
The entries in this table can be read without restriction.
hwCBQoSCountCfgInfoTable
This table configures traffic counters based on flows. The device determines whether to start traffic counters according to traffic classification.
The index of this table is hwCBQoSBehaviorIndex.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.32.1.1.2.18.1.1 |
hwCBQoSCountAction |
INTEGER |
Read-create |
The value must be count(1). |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.2.18.1.2 |
hwCBQoSCountRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
This object indicates the row status.
There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
- You can create entries in this table only after the hwCBQoSBehaviorCfgInfoTable is created.
- You can create entries in this table only when the row status is CreateAndGo, and value of hwCBQoSBehaviorIndex is set.
Modification Restriction
The entries in this table can be modified without restriction.
Deletion Restriction
The entries in this table can be deleted without restriction.
Access Restriction
The entries in this table can be read without restriction.
hwCBQoSPolicyCfgInfoTable
This table describes traffic policy configurations.
The index of this table is hwCBQoSPolicyIndex.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.32.1.1.3.2.1.1 |
hwCBQoSPolicyIndex |
Integer32 |
Read-only |
This object indicates the traffic policy index. The value ranges from 0 to 256. There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.3.2.1.2 |
hwCBQoSPolicyName |
OCTET STRING |
Read-create |
This object indicates the name of a traffic policy. The value is an ASCII string of 1 to 64 characters without spaces. There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.3.2.1.3 |
hwCBQoSPolicyClassCount |
Integer32 |
Read-only |
This object indicates the number of traffic classifiers bound to a traffic policy. The value ranges from 1 to 257. Default value: 1. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.3.2.1.5 |
hwCBQoSPolicyRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
This object indicates the row status.
There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
- A maximum of 256 traffic policies can be created.
- hwCBQoSPolicyIndex must be the same as the value of the single object hwCBQoSPolicyIndex.
- The value of hwCBQoSPolicyName must be unique.
- You can create entries in this table only when the row status is CreateAndGo, and values of both hwCBQoSPolicyIndex and hwCBQoSPolicyName are set.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
To delete a traffic policy, delete all the rows whose hwCBQoSIfApplyPolicyName values are hwCBQoSPolicyName from the hwCBQoSIfApplyPolicyTable.
Access Restriction
The entries in this table can be read without restriction.
hwCBQoSPolicyClassCfgInfoTable
This table describes the relationships between traffic classifiers and traffic behaviors in a traffic policy.
The indexes of this table are hwCBQoSPolicyIndex and hwCBQoSPolicyClassIndex.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.32.1.1.3.3.1.1 |
hwCBQoSPolicyClassIndex |
Integer32 |
Read-only |
This object indicates the traffic classifier index. The value ranges from 0 to 256. There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.3.3.1.2 |
hwCBQoSPolicyClassClassifierIndex |
Integer32 |
Read-create |
This object indicates the index of a traffic classifier bound to a traffic policy. The value ranges from 0 to 256. There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.3.3.1.3 |
hwCBQoSPolicyClassClassifierName |
OCTET STRING |
Read-only |
This object indicates the name of a traffic classifier bound to a traffic policy. The value is an ASCII string of 1 to 64 characters without spaces. There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.3.3.1.4 |
hwCBQoSPolicyClassBehaviorIndex |
Integer32 |
Read-create |
This object indicates the index of a traffic behavior bound to a traffic classifier. The value ranges from 0 to 256. There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.3.3.1.5 |
hwCBQoSPolicyClassBehaviorName |
OCTET STRING |
Read-only |
This object indicates the name of a traffic behavior bound to a traffic classifier. The value is an ASCII string of 1 to 64 characters without spaces. There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.3.3.1.7 |
hwCBQoSPolicyClassRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
This object indicates the row status.
There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
To create an entry, create the traffic classifier and traffic behavior, and add a row to each of hwCBQoSClassifierCfgInfoTable and hwCBQoSBehaviorCfgInfoTable.
The value of hwCBQoSPolicyClassIndex must be the same as the value of hwCBQoSPolicyClassCount matching the hwCBQoSPolicyIndex row in the hwCBQoSPolicyCfgInfoTable.
You can create entries in this table only when the row status is CreateAndGo, and values of hwCBQoSPolicyIndex, hwCBQoSPolicyClassIndex, hwCBQoSPolicyClassClassifierIndex, and hwCBQoSPolicyClassBehaviorIndex are set.
Modification Restriction
- Only hwCBQoSPolicyClassBehaviorIndex can be modified, but hwCBQoSPolicyClassClassifierIndex cannot be modified.
- The entries in this table can be modified only when the row status is Active, and values of hwCBQoSPolicyIndex, hwCBQoSPolicyClassIndex, and hwCBQoSPolicyClassBehaviorIndex are set.
Deletion Restriction
The entries in this table can be deleted without restriction.
Access Restriction
The entries in this table can be read without restriction.
hwCBQoSIfApplyPolicyTable
This table describes the parameters for applying a traffic policy to an interface.
The indexes of this table are hwCBQoSIfApplyPolicyIfIndex and hwCBQoSIfApplyPolicyDirection.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.32.1.1.4.1.1.1 |
hwCBQoSIfApplyPolicyIfIndex |
Integer32 |
Read-only |
This object indicates the index of the interface where the traffic policy will be applied. The interface type can be GE, XGE, 25GE, 40GE, 100GE, or Eth-Trunk. There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.4.1.1.2 |
hwCBQoSIfApplyPolicyDirection |
INTEGER |
Read-only |
This object indicates the direction to which a traffic policy is applied.
There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.4.1.1.3 |
hwCBQoSIfApplyPolicyName |
OCTET STRING |
Read-create |
This object indicates the name of a traffic policy. The value is an ASCII string of 1 to 64 characters without spaces. There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.4.1.1.4 |
hwCBQoSIfApplyPolicyRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
This object indicates the row status.
There is no default value. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
- To create an entry, create the traffic policy first. That is, add a row to the hwCBQoSPolicyCfgInfoTable.
- The interface type specified by hwCBQoSIfApplyPolicyIfIndex can be GE, XGE, 25GE, 40GE, 100GE, or Eth-Trunk.
- You can create entries in this table only when the row status is CreateAndGo, and values of hwCBQoSIfApplyPolicyIfIndex, hwCBQoSIfApplyPolicyDirection, and hwCBQoSIfApplyPolicyName are set.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
The entries in this table can be deleted without restriction.
Access Restriction
Device can read traffic policies applied to incoming and outgoing traffic.
hwCBQoSVlanApplyPolicyTable
This table describes the parameters for applying a traffic policy to a VLAN.
The indexes of this table are hwCBQoSVlanApplyPolicyVlanId and hwCBQoSVlanApplyPolicyDirection.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.32.1.1.4.7.1.1 |
hwCBQoSVlanApplyPolicyVlanId |
INTEGER |
Read-only |
This object indicates the ID of the VLAN to which a traffic policy is applied. The value ranges from 1 to 4094. Default value: none. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.4.7.1.2 |
hwCBQoSVlanApplyPolicyDirection |
INTEGER |
Read-only |
This object indicates the direction in which
a traffic policy is applied.
Default value: none. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.4.7.1.3 |
hwCBQoSVlanApplyPolicyName |
OCTET STRING |
Read-create |
This object indicates the name of a traffic policy. The value is an ASCII string of 1 to 64 characters without spaces. Default value: none. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.4.7.1.4 |
hwCBQoSVlanApplyPolicyRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
This object indicates the row status.
Default value: none. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
A traffic policy must be created before it can be applied.
Modification Restriction
No entry in this table can be modified.
Deletion Restriction
The entries in this table can be deleted without restriction.
Access Restriction
The entries in this table can be read without restriction.
hwCBQoSPolicyStatisticsTable
This table describes the traffic policy-based statistics.
When the device collects statistics based on the traffic policy, 600 rules require about 1s. If there are many rules in traffic classifiers on the device, the device requires much time to complete statistics collection. When the walk operation is used for the table, the MIB query tool may time out. To prevent the timeout, you can set the timeout interval and retry count of the MIB query tool based on the time required for completing statistics collection (time calculation based on the rule quantity and statistics collection rate).
The indexes of this table are hwCBQoSIfApplyPolicyIfIndex, hwCBQoSIfVlanApplyPolicyVlanid1, and hwCBQoSIfApplyPolicyDirection.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.2.1.11 |
hwCBQoSPolicyMatchedPackets |
INTEGER (0..18446744073709551615) |
Read-only |
This object indicates the number of packets matching the traffic policy. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.2.1.12 |
hwCBQoSPolicyMatchedBytes |
INTEGER (0..18446744073709551615) |
Read-only |
This object indicates the number of bytes matching the traffic policy. NOTE:
SA series cards do not support this object. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.2.1.15 |
hwCBQoSPolicyMatchedPassPackets |
INTEGER (0..18446744073709551615) |
Read-only |
This object indicates the number of forwarded packets matching the traffic policy. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.2.1.16 |
hwCBQoSPolicyMatchedPassBytes |
INTEGER (0..18446744073709551615) |
Read-only |
This object indicates the number of forwarded bytes matching the traffic policy. NOTE:
SA series cards do not support this object. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.2.1.17 |
hwCBQoSPolicyMatchedDropPackets |
INTEGER (0..18446744073709551615) |
Read-only |
This object indicates the number of discarded packets matching the traffic policy. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.2.1.18 |
hwCBQoSPolicyMatchedDropBytes |
INTEGER (0..18446744073709551615) |
Read-only |
This object indicates the number of discarded bytes matching the traffic policy. NOTE:
SA series cards do not support this object. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.2.1.19 |
hwCBQoSPolicyResetFlag |
INTEGER{enabled(1),disabled(2)} |
Read-write |
This object indicates whether to reset the statistics function:
Default value: none. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
No entry can be created in this table.
Modification Restriction
You can change the value of hwCBQoSPolicyResetFlag only to 1 or 2. Other values are not allowed.
Deletion Restriction
No entry in this table can be deleted.
Access Restriction
The entries in this table can be read without restriction.
hwCBQoSPolicyStatisticsClassifierTable
This table describes the traffic classifier-based policy statistics.
SA series cards do not support the hwCBQoSPolicyStatClassifierMatchedBytes, hwCBQoSPolicyStatClassifierMatchedPassBytes, or hwCBQoSPolicyStatClassifierMatchedDropBytes object.
The indexes of this table are hwCBQoSIfApplyPolicyIfIndex, hwCBQoSIfVlanApplyPolicyVlanid1, hwCBQoSIfApplyPolicyDirection, and hwCBQoSPolicyStatClassifierName.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.4.1.1 |
hwCBQoSPolicyStatClassifierName |
OCTET STRING |
not-accessible |
This object indicates the traffic classifier name. The value is an ASCII string of 1 to 64 characters without spaces. The spaces at the beginning or end of the character string will be ignored. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.4.1.2 |
hwCBQoSPolicyStatClassifierMatchedPackets |
INTEGER (0..18446744073709551615) |
read-only |
This object indicates the number of packets matching the traffic classifier. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.4.1.3 |
hwCBQoSPolicyStatClassifierMatchedBytes |
INTEGER (0..18446744073709551615) |
read-only |
This object indicates the number of bytes matching the traffic classifier. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.4.1.6 |
hwCBQoSPolicyStatClassifierMatchedPassPackets |
INTEGER (0..18446744073709551615) |
read-only |
This object indicates the number of forwarded packets matching the traffic classifier. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.4.1.7 |
hwCBQoSPolicyStatClassifierMatchedPassBytes |
INTEGER (0..18446744073709551615) |
read-only |
This object indicates the number of forwarded bytes matching the traffic classifier. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.4.1.8 |
hwCBQoSPolicyStatClassifierMatchedDropPackets |
INTEGER (0..18446744073709551615) |
read-only |
This object indicates the number of discarded packets matching the traffic classifier. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.4.1.9 |
hwCBQoSPolicyStatClassifierMatchedDropBytes |
INTEGER (0..18446744073709551615) |
read-only |
This object indicates the number of discarded bytes matching the traffic classifier. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
No entry can be created in this table.
Modification Restriction
No entry in this table can be modified.
Deletion Restriction
No entry in this table can be deleted.
Access Restriction
The entries in this table can be read without restriction.
Unsupported Objects
The functions corresponding to the following objects are not supported on the device. Do not use these MIB objects to maintain the device.
Object ID |
Object Name |
Table |
---|---|---|
1.3.6.1.4.1.2011.5.25.32.1.1.1.2.1.5 |
hwCBQoSClassifierLayer |
hwCBQoSClassifierCfgInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.1.3.1.2 |
hwCBQoSMatchRuleIfNot |
hwCBQoSMatchRuleCfgInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.2.3.1.3 |
hwCBQoSCarEbs |
hwCBQoSCarCfgInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.2.3.1.13 |
hwCBQosCarAggregation |
hwCBQoSCarCfgInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.2.15.1.1 |
hwCBQoSRedirectType |
hwCBQoSRedirectCfgInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.2.15.1.2 |
hwCBQoSRedirectIpAddress |
hwCBQoSRedirectCfgInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.2.15.1.3 |
hwCBQoSRedirectIfIndex |
hwCBQoSRedirectCfgInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.2.15.1.4 |
hwCBQoSRedirectVlanId |
hwCBQoSRedirectCfgInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.2.15.1.5 |
hwCBQoSRedirectCtrlType |
hwCBQoSRedirectCfgInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.2.15.1.6 |
hwCBQoSRedirectRowStatus |
hwCBQoSRedirectCfgInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.2.15.1.7 |
hwCBQoSRedirectLSPDstIpAddress |
hwCBQoSRedirectCfgInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.2.15.1.8 |
hwCBQoSRedirectLSPSecondary |
hwCBQoSRedirectCfgInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.3.2.1.4 |
hwCBQoSPolicyConfigMode |
hwCBQoSPolicyCfgInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.3.3.1.6 |
hwCBQoSPolicyClassPrecedence |
hwCBQoSPolicyClassCfgInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.4.3.1.1 |
hwCBQoSIfVlanApplyPolicyIfIndex |
hwCBQoSIfVlanApplyPolicyTable |
1.3.6.1.4.1.2011.5.25.32.1.1.4.3.1.2 |
hwCBQoSIfVlanApplyPolicyDirection |
hwCBQoSIfVlanApplyPolicyTable |
1.3.6.1.4.1.2011.5.25.32.1.1.4.3.1.4 |
hwCBQoSIfVlanApplyPolicyVlanid2 |
hwCBQoSIfVlanApplyPolicyTable |
1.3.6.1.4.1.2011.5.25.32.1.1.4.3.1.5 |
hwCBQoSIfVlanApplyPolicyName |
hwCBQoSIfVlanApplyPolicyTable |
1.3.6.1.4.1.2011.5.25.32.1.1.4.3.1.6 |
hwCBQoSIfVlanApplyPolicyRowStatus |
hwCBQoSIfVlanApplyPolicyTable |
1.3.6.1.4.1.2011.5.25.32.1.1.4.3.1.7 |
hwCBQoSIfVlanApplyPolicyLinkLayer |
hwCBQoSIfVlanApplyPolicyTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.2.1.1 |
hwCBQoSIfClassMatchedPackets |
hwCBQoSIfClassMatchRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.2.1.2 |
hwCBQoSIfClassMatchedBytes |
hwCBQoSIfClassMatchRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.2.1.3 |
hwCBQoSIfClassAverageRate |
hwCBQoSIfClassMatchRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.2.1.4 |
hwCBQosIfClassPassedPackets |
hwCBQoSIfClassMatchRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.2.1.5 |
hwCBQosIfClassDroppedPackets |
hwCBQoSIfClassMatchRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.3.1.1 |
hwCBQoSIfCarGreenPassedPackets |
hwCBQoSIfCarRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.3.1.2 |
hwCBQoSIfCarGreenPassedBytes |
hwCBQoSIfCarRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.3.1.3 |
hwCBQoSIfCarGreenRemarkedPackets |
hwCBQoSIfCarRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.3.1.4 |
hwCBQoSIfCarGreenRemarkedBytes |
hwCBQoSIfCarRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.3.1.5 |
hwCBQoSIfCarGreenDiscardedPackets |
hwCBQoSIfCarRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.3.1.6 |
hwCBQoSIfCarGreenDiscardedBytes |
hwCBQoSIfCarRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.3.1.7 |
hwCBQoSIfCarYellowPassedPackets |
hwCBQoSIfCarRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.3.1.8 |
hwCBQoSIfCarYellowPassedBytes |
hwCBQoSIfCarRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.3.1.9 |
hwCBQoSIfCarYellowRemarkedPackets |
hwCBQoSIfCarRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.3.1.10 |
hwCBQoSIfCarYellowRemarkedBytes |
hwCBQoSIfCarRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.3.1.11 |
hwCBQoSIfCarYellowDiscardedPackets |
hwCBQoSIfCarRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.3.1.12 |
hwCBQoSIfCarYellowDiscardedBytes |
hwCBQoSIfCarRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.3.1.13 |
hwCBQoSIfCarRedPassedPackets |
hwCBQoSIfCarRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.3.1.14 |
hwCBQoSIfCarRedPassedBytes |
hwCBQoSIfCarRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.3.1.15 |
hwCBQoSIfCarRedRemarkedPackets |
hwCBQoSIfCarRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.3.1.16 |
hwCBQoSIfCarRedRemarkedBytes |
hwCBQoSIfCarRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.3.1.17 |
hwCBQoSIfCarRedDiscardedPackets |
hwCBQoSIfCarRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.1.3.1.18 |
hwCBQoSIfCarRedDiscardedBytes |
hwCBQoSIfCarRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.2.1.13 |
hwCBQoSPolicyUnmatchedPackets |
hwCBQoSPolicyStatisticsTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.2.1.14 |
hwCBQoSPolicyUnmatchedBytes |
hwCBQoSPolicyStatisticsTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.4.1.4 |
hwCBQoSPolicyStatClassifierUnmatchedPackets |
hwCBQoSPolicyStatisticsClassifierTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.4.1.5 |
hwCBQoSPolicyStatClassifierUnmatchedBytes |
hwCBQoSPolicyStatisticsClassifierTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.5.1.1 |
hwCBQoSVlanClassMatchedPackets |
hwCBQoSVlanClassMatchRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.5.1.2 |
hwCBQoSVlanClassPassedPackets |
hwCBQoSVlanClassMatchRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.5.1.3 |
hwCBQoSVlanClassDroppedPackets |
hwCBQoSVlanClassMatchRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.6.1.1 |
hwCBQoSVlanCarPassedPackets |
hwCBQoSVlanCarRunInfoTable |
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.6.1.2 |
hwCBQoSVlanCarDiscardedPackets |
hwCBQoSVlanCarRunInfoTable |
- Functions Overview
- Relationship Between Tables
- Description of Single Objects
- Description of MIB Tables
- hwCBQoSClassifierCfgInfoTable
- hwCBQoSMatchRuleCfgInfoTable
- hwCBQoSBehaviorCfgInfoTable
- hwCBQoSCarCfgInfoTable
- hwCBQoSRemarkCfgInfoTable
- hwCBQoSFirewallCfgInfoTable
- hwCBQoSMirrorCfgInfoTable
- hwCBQoSCountCfgInfoTable
- hwCBQoSPolicyCfgInfoTable
- hwCBQoSPolicyClassCfgInfoTable
- hwCBQoSIfApplyPolicyTable
- hwCBQoSVlanApplyPolicyTable
- hwCBQoSPolicyStatisticsTable
- hwCBQoSPolicyStatisticsClassifierTable
- Description of Alarm Objects
- Unsupported Objects