
- 431 -
None
Command Mode
Global Config
8.2.2.6 ip route precedence
This command sets the default precedence for static routes. Lower route prefe rence values are preferred
when determining the best route. The "ip route" and "ip default-next-hop" commands allow you to
optionally set the precedence of an individual static route. The default precedence is used when no
precedence is specified in these commands. Changing the default precedence does n ot update the
precedence of existing static route s, even if they were assigned the original default precedence. The new
default precedence will only be applied t o static routes created after invoking the "ip route precedence"
command.
Syntax
ip route precedence <1-255>
<1-255> - Default precedence value of static routes. The range is 1 to 255.
Default Setting
The default precedence value is 1.
Command Mode
Global Config
8.2.2.7 ip mtu
This command sets the I P Maximum Transmission U nit (MTU) on a routing interface. The IP MTU is the
size of the largest IP packet that can be transmitted on the interface without fragm entation.
Syntax
ip mtu <68-1500>
no ip mtu <68-1500>
<68-9198> - The IP MTU on a routing interface. The range is 68 to 1500.
no - Reset the ip mtu to the default value.
Default Setting
The default value is 1500.
Command Mode