Have this working now, but in order to get it working I had to add the following config on the switch which I took of the other one:
create ports group "Default (TXQ.0)"
configure ports group "Default (TXQ.0)" add 1:1-52,2:1-51,3:1-52,4:1-52
configure qosscheduler strict-priority ports "Default (TXQ.0)"
configure qosscheduler strict-priority ports 2:52
configure qosprofile QP1 maxbuffer 100 weight 1 ports "Default (TXQ.0)"
configure qosprofile QP2 maxbuffer 100 weight 1
configure qosprofile QP2 maxbuffer 100 weight 1 ports "Default (TXQ.0)"
configure qosprofile QP3 maxbuffer 100 weight 1
configure qosprofile QP3 maxbuffer 100 weight 1 ports "Default (TXQ.0)"
configure qosprofile QP4 maxbuffer 100 weight 1
configure qosprofile QP4 maxbuffer 100 weight 1 ports "Default (TXQ.0)"
configure qosprofile QP5 maxbuffer 100 weight 1
configure qosprofile QP5 maxbuffer 100 weight 1 ports "Default (TXQ.0)"
configure qosprofile QP6 maxbuffer 100 weight 1
configure qosprofile QP6 maxbuffer 100 weight 1 ports "Default (TXQ.0)"
configure qosprofile QP8 maxbuffer 100 weight 1 ports "Default (TXQ.0)"
configure dot1p type 0 qosprofile QP1 ingress-meter ingmeter0
configure dot1p type 1 qosprofile QP2 ingress-meter ingmeter1
configure dot1p type 2 qosprofile QP3 ingress-meter ingmeter2
configure dot1p type 3 qosprofile QP4 ingress-meter ingmeter3
configure dot1p type 4 qosprofile QP5 ingress-meter ingmeter4
configure dot1p type 5 qosprofile QP6 ingress-meter ingmeter5
configure dot1p type 6 qosprofile QP6 ingress-meter ingmeter6
configure dot1p type 7 qosprofile QP8 ingress-meter ingmeter7
configure diffserv examination code-point 24 qosprofile QP4
configure diffserv examination code-point 46 qosprofile QP5
configure cos-index 8 qosprofile QP4 replace-tos 64
Removed from policy manager, saved, and then re-added.
The only line that was previously on the switch was as follows:
configure ports group "Default (IRL.1)" add 1:1-52,2:1-51,3:1-52,4:1-52
That line and the above commands are added to the switch configuration when you bring the switch into the policy domain. Something must have happened when first adding it in and enforcing the policy?
What is a little odd now is that you can see this line in the configuration of this switch:
create ports group "Default (TXQ.0)"
But it is hidden on the other switch and can only be viewed when using the 'detail' command?
Well at least its how its should be now:
Thanks