passive-interface default

Syntax

passive-interface default

no passive-interface default

Description

Sets all OSPFv3 interfaces as passive.

The no form of this command sets all the OSPFv3 interfaces as active.

Command context

config-ospfv3

Authority

Administrators

Examples

Setting OSPFv3-enabled interfaces as passive:

switch(config)# router ospfv3 1
switch(config-ospfv3-1)# passive-interface default

Setting OSPFv3-enabled interfaces as active:

switch(config)# router ospfv3 1
switch(config-ospfv3-1)# no passive-interface default