ipv6 ospfv3 network

Syntax

ipv6 ospfv3 network {broadcast|point-to-point}

no ipv6 ospfv3 network

Description

Configures the network type for the interface. By default the network type is broadcast network.

The no form of this command sets the network type for the interface to the system default of broadcast network.

Command context

config-if

Parameters

broadcast

Specifies the OSPFv3 network type as a broadcast multiaccess network.

point-to-point

Specifies the OSPFv3 network type as a point-to-point network.

Authority

Administrators

Examples

Setting OSPFv3 network type for the interface:

switch# configure terminal
switch(config)# interface 1/1/1
switch(config-if)# ipv6 ospfv3 network broadcast
switch(config-if)# ipv6 ospfv3 network point-to-point

Disabling OSPFv3 network type for the interface to system default of broadcast network:

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