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

Suppresses updates to RIPng routing on an interface.

set protocols ripng passive-interface interface-name
delete protocols ripng passive-interface interface-name
show protocols ripng passive-interface

RIPng routing updates are not suppressed.

interface-name
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 RIPng interface by creating multiple protocols ripng passive-interface configuration nodes.

Configuration mode


protocols {
	ripng {
		passive-interface interface
	}
}

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

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

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