I try to configure qos profile configure for per c-vid in untagged traffic, but not success. Is there any way to configure qos profile for untagged traffic in per c-vid.
I write policy as below and appply to the ingress interface as below.
entry replace_DSCP_46 {
if match vlan-id 54 {
} then {
qosprofile qp6;
replace-dscp;
}
}
entry replace_DSCP_38 {
if match vlan-id 56 {
} then {
qosprofile qp5;
replace-dscp;
}
}
entry replace_DSCP_26 {
if match vlan-id 58 {
} then {
qosprofile qp4;
replace-dscp;
}
}