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

Generates a default route to the RIP routing domain.

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

By default, the system does not generate a default route.

Configuration mode

protocols {
	rip {
		default-information {
			originate
		}
	}
}

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

Use the delete form of this command to restore the default behavior for default route generation to the RIP routing domain, that is, the system does not generate a route.

Use the show form of this command to display the default route generation to the RIP routing domain.