© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 16 of 70
Wireless: Ingress Quality of Service
Ingress Marking and Policing on Wireless Client
In the ingress direction, traffic can be marked and policed at client level. The following example provides
differentiated marking and policing for the different class of application sourced from the client:
policy-map PER-CLIENT
class VOICE
set dscp ef
police 128k 8000 exceed-action drop
class SIGNALING
set dscp cs3
police 32k 8000 exceed-action drop
class MULTIMEDIA-CONFERENCING
set dscp af41
police 5m 8000 exceed-action drop
class TRANSACTIONAL
set dscp af21
class CLASS-DEFAULT
set dscp default
The client policy can be applied directly under the SSID interface (as in the following), or it can be pushed from the
policy server (ISE).
wlan open 1 Employees
service-policy client input PER-CLIENT