![]() |
Table Of Contents
Configuring the IP Static Route Adjustment Interval
Configuring the IP Static Route Adjustment Interval
The ip route static adjust-time command allows you to configure the IP static route adjustment timer to any interval from 1 to 60 seconds. The benefit of reducing the timer from the 60-second default value is to increase the convergence when static routes are used. However, reducing the interval can be CPU-intensive if the value is set very low and you have a large number of static routes configured.
Feature History for the Configuring the IP Static Route Adjustment Interval Feature
Finding Support Information for Platforms and Cisco IOS Software Images
Use Cisco Feature Navigator to find information about platform support and Cisco IOS software image support. Access Cisco Feature Navigator at http://www.cisco.com/go/fn. You must have an account on Cisco.com. If you do not have an account or have forgotten your username or password, click Cancel at the login dialog box and follow the instructions that appear.
Contents
Additional References
The following sections provide references related to the Configuring the IP Static Route Adjustment Interval feature.
Related Documents
Related Topic Document TitleConfiguring static routes
IP commands including descriptions, syntax, and usage guidelines
Cisco IOS IP Command Reference, Volume 2 of 4: Routing Protocols, Release 12.3 T
MIBs
Technical Assistance
Command Reference
This section documents the new ip route static adjust-time command.
ip route static adjust-time
To change the time interval for IP static route adjustments during convergence, use the ip route static adjust-time command in global configuration mode. To reinstate the default adjustment time of 60 seconds, use the no form of this command.
ip route static adjust-time seconds
no ip route static adjust-time seconds
Syntax Description
Defaults
seconds: 60
Command Modes
Global configuration
Command History
Usage Guidelines
By default, static route adjustments are made every 60 seconds. To adjust the timer to any interval from 1 to 60 seconds, enter the ip route static adjust-time command.
The benefit of reducing the timer from the 60 second default value is to increase the convergence when static routes are used. However, reducing the interval can be CPU intensive if the value is set very low and you have a large number of static routes configured.
Examples
In the following example, the adjustment time for static routes has been changed from the default 60 seconds to 30 seconds:
Router(config)# ip route static adjust-time 30
To remove the 30-second adjust time interval and reinstate the default 60-second value, enter the no ip static adjust-time command:
Router(config)# no ip route static adjust-time 30
Related Commands
Copyright © 2004 Cisco Systems, Inc. All rights reserved.