Enterasys Networks N Standalone (NSA) Series Switch User Manual


  Open as PDF
of 1372
 
Routing Protocol Configuration Command Set
Configuring RIP
13-10 Matrix NSA Series Configuration Guide
13.2.2.6 timers
Use this command to adjust RIP routing timers determining the frequency of routing updates, the
length of time before a route becomes invalid, and the interval during which routing information
regarding better paths is suppressed.
timers basic update-seconds invalid-seconds holdown-seconds flush-seconds
Syntax Description
Command Syntax of the “no” Form
The “no” form of this command clears RIP timer parameters:
no timers basic
Command Type
Router command.
Command Mode
Router configuration: Matrix>Router1(config-router)#
Command Defaults
None.
Example
This example shows how to set RIP timers to a 5 second update time, a 10 second invalid interval,
a 20 second holdown time, and a 60 second flush time:
basic Specifies a basic configuration for RIP routing timers.
update-seconds Specifies the rate (seconds between updates) at which
routing updates are sent. Valid values are 0 to 4294967295.
invalid-seconds Specifies the interval (in seconds) after which a route is
declared invalid. Valid values are 1 to 4294967295.
holdown-seconds Specifies the interval (in seconds) during which routing
information regarding better paths is suppressed. Valid
values are 0 to 4294967295.
flush-seconds Specifies the interval (in seconds) after which a route is
deleted. Valid values are 0 to 4294967295.
Matrix>Router1(config)#router rip
Matrix>Router1(config-router)#timers basic 5 10 20 60