Command Reference Protocol-independent Configuration Commands
3: internet
2: network
1: priority
0: routine
critical | flash |
flash-override | immediate
| internet | network |
priority | routine
Priority of an IP header.
Route map configuration mode
With different precedence values for the IP packet head configured, the IP packets matching the
PBR routing are sent according to the different precedence values.
Multiple set ip precedence commands can be executed in the route map configuration rule, but only
the last one takes effect, and the precedence will be specified for the head of the IP packet matched
the PBR.
The following example sets the precedence of the packet with the source IP address
192.168.217.68 received at the interface FastEthernet 0/0 as 4:
Ruijie(config)#access-list 1 permit 192.168.217.68 0.0.0.0
Ruijie(config)#route-map name
Ruijie(config-route-map)#match ip address 1
Ruijie(config-route-map)#set ip precedence 4
Ruijie(config)#interface FastEthernet 0/0
Ruijie(config-if)#ip policy route-map name
Match the next-hop interface.
Match the IP address in the ACL.
Match the next-hop IP address in the ACL.
Match the route source IP address in the ACL.
Match the route metric value.
Match the route tag value.
Set the type of redistributed route.
Set the tag value of redistributed route.
Set the tos for the IP packet head.