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

Sets a timer for RIP garbage collection.

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

RIP garbage collection occurs at 120 seconds.

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

Configuration mode

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

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

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

Use the show form of this command to display the RIP garbage collection timer.