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 default-information originate

Generates a default route into the RIPng routing domain.

set protocols ripng default-information originate
delete protocols ripng default-information originate
show protocols ripng default-information originate

A default route into the RIPng routing domain is not generated.

Configuration mode


protocols {
	ripng {
		default-information {
			originate
		}
	}
}

Use the set form of this command to generate a default route into the RIPng routing domain.

Use the delete form of this command to restore the default behavior for default route generation into RIPng; that is, a default route is not generated.

Use the show form of this command to display the default configuration of route generation into RIPng.