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-distance <distance>

Sets the default administrative distance for RIP.

set protocols rip default-distance distance
delete protocols rip default-distance
show protocols rip default-distance

The default administrative distance is 120.

distance
Mandatory. The default administrative distance. The distance ranges from 1 through 255. The default distance is 120.

Configuration mode

protocols {
	rip {
		default-distance distance
	}
}

Use the set form of this command to set the default administrative distance for RIP.

Use the delete form of this command to restore the default administrative distance for RIP, which is 120.

Use the show form of this command to display the default administrative distance for RIP.