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

Authority

Administrators

Examples

Setting the interface as OSPFv3 passive interface:

switch# configure terminal
switch(config)# interface 1/1/1
switch(config-if)# ipv6 ospfv3 passive

Setting the interface as OSPFv3 active interface:

switch# configure terminal
switch(config)# interface 1/1/1
switch(config-if)# no ipv6 ospfv3 passive