CLI Guide

Table Of Contents
Layer 3 Routing Commands 1531
active interface is present in the route table, the packet is routed using the
default routing table. If more than one IP address is specified, the first IP
address associated with a link up interface is used to route the packets.
Only one of set ip next-hop, set ip default next-hop, or set interface null0
may be specified in a route map.
Example
console(config-route-map)#set ip next-hop 192.0.2.1
set ip precedence
Use this command to set the three IP precedence bits in the IP packet header
on ingress. Values 0 through 7 are supported. This precedence value may be
used by other QoS services in the network such as weighted fair queuing
(WFQ) or weighted random early detection (WRED). Use the no form of
this command to remove a set clause from a route map.
Syntax
set ip precedence 0-7
no set ip precedence
0
Sets the routine precedence.
1
Sets the priority precedence.
2
Sets the immediate precedence.
3
Sets the Flash precedence.
4
Sets the Flash override precedence.
5
Sets the critical precedence.
6
Sets the internetwork control precedence.
7
Sets the network control precedence.
Default Configuration
There is no default configuration for this command.
Command Mode
Route Map mode