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

Suppresses routing updates on an interface.

set protocols ospfv3 [ process process-id ] passive-interface { default | interface }
delete protocols ospfv3 [ process process-id ] passive-interface { default | interface }
show protocols ospfv3 [ process process-id ] passive-interface

Routing updates are not suppressed.

process-id
An OSPFv3 process ID. Enter alphanumeric characters.
default
Routing updates are to be suppressed on all interfaces by default.
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 may suppress routing updates on a per-interface basis.

Configuration mode


protocols {
	ospfv3 {
		process process-id {
		passive-interface [default | interface]
		}
	}
}

Use this command to specify suppression for OSPFv3 routing updates on all interfaces (using default) or a specific interface. OSPFv3 traffic can be received on the interface but it will not be sent on it.

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

Use the delete form of this command to remove routing update suppression.

Use the show form of this command to display routing update suppression configuration.