Specifications

20-10
Cisco MWR 2941 Mobile Wireless Edge Router Release 3.5 Software Configuration Guide, Cisco IOS Release 15.1(3)MR
OL-26895-01
Chapter 20 Configuring IPv6
Sample IPv6 Configurations
match protocol ipv6
match dscp af33, af13
class-map match-all ipv6_hsps
match protocol ipv6
match dscp af12
policy-map input-policy
class ipv6_llq
set cos 5
set qos-group 5
class ipv6_prem
set qos-group 4
set cos 4
class ipv6_hsps
set cos 3
set qos-group 3
interface GigabitEthernet0/4
switchport access vlan 1000
switchport mode access
service-policy input input-policy
Applying Ingress QoS to IPv4 Traffic
The following example classifies IPv4 traffic based on DSCP value and marks the traffic with a CoS and
QoS group value.
class-map match-all ipv4_proto
match protocol ip
match dscp af11 af23 af33 af43
policy-map input-policy
class ipv4_proto
set cos 5
set qos-group 5
interface GigabitEthernet0/4
switchport access vlan 1000
switchport mode access
service-policy input input-policy
Applying Ingress QoS to IPv4 and IPv6 Traffic
The following example classifies both IPv4 and IPv6 traffic based on the DSCP value and marks the
traffic with a CoS and QoS group value.
class-map match-any llq
match dscp ef
match dscp af43
match dscp af41
match dscp cs7
match dscp cs6
policy-map input-policy
class llq
set cos 5
set qos-group 5
interface GigabitEthernet0/4
switchport access vlan 1000
switchport mode access
service-policy input input-policy