ipv6 ospfv3 passive

Syntax

ipv6 ospfv3 passive

no ipv6 ospfv3 passive

Description

Configures the interface as an OSPFv3 passive interface. With this setting, the interface participates in the OSPF, but does not send or receive OSPF packets on that interface.

The no form of this command resets the interface as active. With this setting, the interface starts sending and receiving OSPF packets.

Command context

config-if

config-if-vlan

Authority

Administrators or local user group members with execution rights for this command.

Examples

Setting the interface as OSPFv3 passive interface:

switch(config)# interface vlan 1
switch(config-if-vlan)# ipv6 ospfv3 passive

Setting the interface as OSPFv3 active interface:

switch(config)# interface vlan 1
switch(config-if-vlan)# no ipv6 ospfv3 passive