If the traffic is already being tagged by the phone and phone is tagged in the VLAN, then the following line is redundant and all you need to do is configure and enable examination:
# configure vlan "ENAVoice" qosprofile QP5Dot1p values are carried in the 802.1Q header, so the phone port MUST be tagged in the ENAVoice VLAN, if not, then those Dot1p values will be stripped and the above command can be used to re-apply the value to the traffic
DSCP values are carried in the IP Header, so port tagging is inconsequential.
A stream can have both a Dot1p and DSCP value set. On inspection, the Dot1p value will always take precedence.
You can verify your configuration by looking at the following output, if the QP counters are increasing in the correct queue then all is well:
# show ports qosmonitor
Port Qos Monitor
Port QP1 QP2 QP3 QP4 QP5 QP6 QP7 QP8
Pkt Pkt Pkt Pkt Pkt Pkt Pkt Pkt
Xmts Xmts Xmts Xmts Xmts Xmts Xmts Xmts
================================================================================
1 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0
3 200 0 0 0 0 0 0 0
4 0 0 2398 0 0 0 0 0
5 0 180 0 0 0 0 0 0
6 0 0 0 0 0 0 0 0
7 0 0 0 1533 0 0 0 0
8 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 4
10 0 0 0 0 0 0 0 51504Kind regards