Specifications

20-11
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
Applying Egress QoS to IPv4 and IPv6 Traffic
The following example performs the following QoS functions:
Matches all IPv4 and IPv6 traffic based on QoS group
Applies egress queuing based on QoS group
Applies egress shaping to all traffic
class-map match-all q0
match qos-group 0
class-map match-all q1
match qos-group 1
class-map match-all q2
match qos-group 2
class-map match-all q3
match qos-group 3
policy-map child_policy_egress
class q3
priority percent 60
class q2
bandwidth remaining percent 50
class q1
bandwidth remaining percent 45
class q0
bandwidth remaining percent 4
policy-map parent_policy_egress
class class-default
shape average 380000000
service-policy child_policy_egress
interface GigabitEthernet0/5
switchport trunk allowed vlan 331
switchport mode trunk
service-policy output parent_policy_egress
For more information about how to configure QoS for IPv6, see Implementing QoS for IPv6.