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 garbage-collection <seconds>

Sets the timer for RIPng garbage collection.

set protocols ripng timers garbage-collection seconds
delete protocols ripng timers garbage-collection [ seconds ]
show protocols ripng timers garbage-collection

RIPng garbage collection occurs at 120 seconds.

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

Configuration mode


protocols {
	ripng {
		timers {
			garbage-collection seconds
		}
	}
}

Use the set form of this command to set the timer for RIPng garbage collection. When the timer expires, the system scans for stale RIPng resources and releases them for use.

Use the delete form of this command to restore the default timer interval for RIPng garbage collection, which is 120 seconds.

Use the show form of this command to display the current timer interval for RIPng garbage collection.