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

Sets the interval for RIPng timeouts.

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

RIPng timeouts occur at 180 seconds.

seconds
Mandatory. A timer interval in seconds. The interval ranges from 0 through 65535. The default interval is 180.

Configuration mode


protocols {
	ripng {
		timers {
			timeout seconds
		}
	}
}

Use the set form of this command to set the interval for RIPng timeouts.

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

Use the show form of this command to display the current interval for RIPng time-outs.