match qos-group 1
policy-map test-egress
class qg1
shape average percent 70
Task ID
Operations
Task
ID
read,
write
qos
Examples
This example shows a service policy called policy1 attached to an HundredGigabit Ethernet interface
0/1/0/9. In this example, class map qosgroup5 will evaluate all packets leaving HundredGigabit
Ethernet interface 0/1/0/9 for a QoS group value of 5. If the packet has been marked with the QoS
group value of 5, the packet is queued to the class queue with the bandwidth setting of 1000 mbps.
RP/0/RP0/CPU0:router(config)#
class-map qosgroup5
RP/0/RP0/CPU0:router(config-cmap)#
match qos-group 5
RP/0/RP0/CPU0:router(config-cmap)#
exit
RP/0/RP0/CPU0:router(config)#
policy-map policy1
RP/0/RP0/CPU0:router(config-pmap)#
class qosgroup5
RP/0/RP0/CPU0:router(config-pmap-c)#
bandwidth 1000 mbps
RP/0/RP0/CPU0:router(config-pmap-c)#
exit
RP/0/RP0/CPU0:router(config-pmap)#
exit
RP/0/RP0/CPU0:router(config)#
interface HundredGigabitEthernet
0/1/0/9
RP/0/RP0/CPU0:router(config-if)#
service-policy output
policy1
Modular QoS Command Reference for Cisco NCS 5500 Series and Cisco NCS 540 Series Routers
26
QoS Classification Commands
match qos-group