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

Excludes the suppression of OSPF routing updates on an interface.

set protocols ospf [ process pid ] passive-interface-exclude interface
delete protocols ospf [ process pid ] passive-interface-exclude interface
show protocols ospf[ process pid ] passive-interface-exclude

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

process pid
Specifies the PID of an IPv4 OSPF process.
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

protocols {
       ospf {
               process pid {
                       passive-interface-exclude interface
               }
       }
}

Use this command to exclude the suppression of OSPF routing updates on an interface. OSPF 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 OSPF 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 OSPF routing updates.

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

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