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

Suppresses RIP routing updates on an interface.

set protocols rip passive-interface interface
delete protocols rip passive-interface interface
show protocols rip passive-interface

RIP routing updates are not suppressed.

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 suppress routing updates on more than one RIP interface by creating multiple protocols rip passive-interface configuration nodes.

Configuration mode

protocols {
	rip {
		passive-interface interface
	}
}

Use the set form of this command to suppress RIP routing updates on an interface.

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

Use the show form of this command to display RIP route suppression configuration for an interface.