Hello
Have you tried nesting the qos policies?
Example:
class-map interface_cm
match input-interface x/x
policy-map interface_dscp_pm
class interface_cm
set dscp xxxx
int x/x
qos vlan-based
access-list 101 permit ip any any
class-map vlan_qos_cm
match access-group 101
policy-map vlan_qos_pm
class vlan_qos_cm
service-policy interface_dscp_pm
interface VlanXX
service-policy input vlan_qos_pm
Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.
Kind Regards
Paul