Table 3: IP Precedence Values and Names
Name
Value
routine
0
priority
1
immediate
2
flash
3
flash-override
4
critical
5
internet
6
network
7
ipv4
precedence
ipv4
ipv6
precedence
ipv6
Task ID
Operations
Task
ID
read,
write
qos
Examples
This example shows how to configure the service policy called policy1 and attach service policy
policy1 to an interface. In this example, class map ipprec5 evaluates all packets entering
HundredGigabit Ethernet interface 0/1/0/9 for a precedence value of 5. If the incoming packet has
been marked with the precedence value of 5, the packet is queued to the class queue with the bandwidth
setting of 1000 mbps.
RP/0/RP0/CPU0:router#
configure
RP/0/RP0/CPU0:router(config)#
class-map ipprec5
RP/0/RP0/CPU0:router(config-cmap)#
match precedence ipv4 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 ipprec5
RP/0/RP0/CPU0:router(config-pmap-c)#
bandwidth 1000 mbps
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 input policy1
Modular QoS Command Reference for Cisco NCS 5500 Series and Cisco NCS 540 Series Routers
22
QoS Classification Commands
match precedence