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

Sets the timer interval for updates to the RIPng routing table.

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

The RIPng routing table is updated every 30 seconds.

seconds
Mandatory. An interval, in seconds, at which updates to the RIPng routing table occur. The interval ranges from 0 through 65535. The default interval is 30.

Configuration mode


protocols {
	ripng {
		timers {
			update seconds
		}
	}
}

Use the set form of this command to set the timer interval for updates to the RIPng routing table. When the interval is shorter, the routing information in the tables is more accurate; however, more protocol network traffic occurs.

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

Use the show form of this command to display the current interval for RIPng updates.