Description:
|
qos2PortType OBJECT-TYPE
SYNTAX INTEGER {trust(0), cos(1), policy(2), queueAndBandwidth(3), queueAndAlgorithm(4), queueAndWdrr(5), queueAndWrr(6)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"the relation between qosPortType and CLI:
0 mls qos trust {cos |dscp};
1 mls qos cos {<default-cos>};
2 service-policy input WORD;
3 mls qos queue {<queue id>} bandwidth {<MinBandwidth> <MaxBandwidth>};
4 mls qos queue algorithm {sp |wdrr |wrr};
5 mls qos queue wdrr weight {<Queue1 bandwidth> <Queue2 bandwidth> <Queue3 bandwidth> <Queue4 bandwidth> <Queue5 bandwidth> <Queue6 bandwidth> <Queue7 bandwidth> <Queue8 bandwidth>};
6 mls qos queue wrr weight {<Queue1 weight> <Queue2 weight> <Queue3 weight> <Queue4 weight> <Queue5 weight> <Queue6 weight> <Queue7 weight> <Queue8 weight>}.
According to the relation,when configurate qos with snmp,first set the qosPortType to the correct value to select CLI,
then set next CLI parameter.Fox example,set qos default cos is 5, first set qosPortType=1 ,then set qosPortCos to 5,
finally setting qosPortStatus to 1, trigger snmp-cache works."
|
|