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

Enables RIP on an interface.

set protocols rip interface interface
delete protocols rip interface interface
show protocols rip interface interface
interface
The identifier of an interface. Supported interface types are:
  • Data plane
  • Loopback

For more information about these interface types, refer to Supported Interface Types.

You can enable RIP on more than one interface by creating multiple protocols rip interface configuration nodes.

Configuration mode

protocols {
	rip {
		interface interface
	}
}

Use the set form of this command to enable RIP on an interface. The interface must be enabled for RIP before you can use it for RIP routing.

Use the delete form of this command to disable RIP on an interface.

Use the show form of this command to display RIP configuration on an interface.