ipv6 ospf3 passive

Syntax

ipv6 ospf3 passive

no ipv6 ospf3 passive

Description

VLAN context command for enabling or disabling passive OSPFv3 operation on the VLAN.

The no option returns the VLAN interface to active OSPFv3 operation.

Default: OSPFv3 active

Example output

This example shows how to configure an OSPF3v3 interface as passive. Enter this command in the VLAN context:

Switch(vlan-1)# ipv6 ospf3 passive

To display the OSPFv3 passive information, enter the command shown in below:

show ipv6 ospf3 interface command with passive configured on an interface

Switch(config)# show ipv6 ospf3 interface

 OSPFv3 configuration and statistics for interfaces

  Interface  Status   Area ID   State   Cost  Pri   Passive
  ---------- -------- --------- ------- ----- ----- -------
  vlan-55    Enabled  0.0.0.1   BDR     1     1     No
  vlan-75    Enabled  0.0.0.3   BDR     1     1     Yes

show ipv6 ospf3 interface command for a specific VLAN with passive configured on an interface

You can display the OSPFv3 passive information for a particular VLAN: suppose that a routing switch has OSPFv3 configured on VLAN 75. The following example shows a detailed output for VLAN 75 alone.

Switch(config)# show ipv6 ospf3 interface  VLAN 75 detail

 OSPFv3 configuration and statistics for VLAN 75

  Interface      : vlan-75  Status                   : Enabled
  Area ID        : 0.0.0.3  State                    : WAIT
  Priority       : 1        Cost                     : 1
  Type           : BCAST    Passive                  : Yes
  Hello Interval : 10       Dead Interval            : 40
  Transit Delay  : 1        Retransmit Interval      : 5
  Events         : 0        Designated Router        : 15.1.1.2
  Neighbors      : 1        Backup Designated Router : 15.1.4.4