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 timeout <seconds>

Sets an interval for RIP time-outs.

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

RIP time-outs occur at 180 seconds.

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

Configuration mode

protocols {
	rip {
		timers {
			timeout seconds
		}
	}
}

Use the set form of this command to set an interval for RIP time-outs.

Use the delete form of this command to restore the default interval, which is 180 seconds, for RIP time-outs.

Use the show form of this command to display the RIP time-out interval.