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 neighbor <ipv4>

Defines a RIP neighbor router.

set protocols rip neighbor ipv4
delete protocols rip neighbor ipv4
show protocols rip neighbor
ipv4
The IP address of a neighbor router.

You can define more than one RIP neighbor router by creating multiple protocols rip neighbor configuration nodes.

Configuration mode

protocols {
	rip {
		neighbor ipv4
	}
}

Use the set form of this command to define a RIP neighbor router.

Use the delete form of this command to remove a RIP neighbor router.

Use the show form of this command to display the configuration of RIP neighbor routers.