DGS-6604 m set ip precedence
CLI Reference Guide
555
set ip precedence
Use the set ip precedence command in route-map configuration mode to set the
precedence value in the IP header. Use the no form of the command to remove
the setting.
set ip precedence {NUMBER | NAME}
no set ip precedence {NUMBER | NAME}
Default Not configured
Command Mode Route-map configuration
Usage Guideline Use the command to set the precedence value in the IP header.
The precedence can be set using either a number or the corresponding name.
Example The following example sets the IP Precedence value to 5 (critical) for packets
that pass the route map match.
You can verify your settings by entering the show route-map privileged EXEC
command.
Syntax Description
NUMBER | NAME
Specify one of the following numbers or names to set the precedence value in
the IP header:
Number Name
0 routine
1 priority
2 immediate
3 flash
4 flash-override
5 critical
6 internet
7 network
Switch(config)#route-map example permit 10
Switch(config-route-map)# match ip address IPACL_01
Switch(config-route-map)# set ip precedence 5
Switch(config-route-map)# exit
Switch(config)#interface vlan100
Switch(config-if)#ip policy route-map example
Switch(config-if)#exit
Switch(config)#