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

Excludes the suppression of the OSPFv3 routing updates on an interface.

set protocols ospf passive-interface-excludeinterface
delete protocols ospf passive-interface-exclude interface
show protocols ospf passive-interface-exclude

Routing updates are not suppressed and passive-interface is configured.


protocols {
	ospfv3 {
		passive-interface-exclude 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 exclude the suppression of routing updates on multiple interfaces by creating multiple passive-interface-exclude configuration nodes.

Configuration mode

Use this command to exclude the suppression of OSPFv3 routing updates on an interface. OSPFv3 traffic can be neither received on the interface nor sent through the interface.

Use the set form of this command to exclude the suppression of OSPFv3 routing updates on an interface.

Use the delete form of this command to restore the default behavior, that is, routing updates are not suppressed.

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

The following example shows how to exclude the suppression of OSPF routing update on the 10.11.121.134 interface.

vyatta@Rn# set protocols ospf passive-interface-exclude 10.11.121.134
vyatta@R6# show protocols ospfv3
ospf {
      passive-interface-exclude 10.11.121.134
}