Hopefully, someone can shed a bit of light on this issue we're seeing, and if it could be related to not configuring the MLS QOS command.
We've applied a policy map to the to an interface (input) however we're not seeing any hits on any of the class maps at all. We are doing this on our 2960 and we're aware that there is a limitation regarding the limitation of applying the policy map to the egress part of an interface.
When we the command sh policy-map interface fastEthernet 0/2
we don't see any hits at all
- Do we need to enable MLS Qos command globally for the service policy to become active
- What changes does the MLS qos command make to the switch?
class-map match-any default-traffic
match access-group name default-traffic
class-map match-any voipAndVideo
match access-group name videoOutboud
match access-group name Video-hosts
match access-group name voip-servers
!
policy-map INBOUND-MPLS-QOS
class voipAndVideo
class default-traffic
!
CCNA R&S