home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

protocols rip timers update <seconds>

Sets a timer for updates to the RIP routing table.

set protocols rip timers update seconds
delete protocols rip timers update [ seconds ]
show protocols rip timers update

The RIP routing table is updated every 30 seconds.

seconds
Mandatory. An interval in seconds. The number of seconds ranges from 5 through 2147483647. The default number of seconds is 30.

Configuration mode

protocols {
	rip {
		timers {
			update seconds
		}
	}
}

Use the set form of this command to set a timer for updates to the RIP routing table. A shorter interval means more accurate routing information in the table; however, more protocol network traffic occurs.

Use the delete form of this command to restore the default interval, which is 30 seconds, for updates to the RIP routing table.

Use the show form of this command to display the interval for updates to the RIP routing table.