Configures network type.
Network type is broadcast.
Interface subtype configuration mode
Point-to-point can support unnumbered links, which requires less processing by OSPFv3.
The no form of the command removes the network-type configuration.
Note
The network type non-broadcast is not supported at this time.The following example configures an OSPFv3 point-to-point link on a specific OSPFv3 Ethernet interface.
device# configure terminal device(config)# interface ethernet 1/1 device(conf-if-eth-1/1)# ipv6 ospf network point-to-point
The following example configures an OSPFv3 broadcast link on a specific OSPFv3 Loopback interface.
device# configure terminal device(config)# interface loopback 1 device(config-Loopback-1)# ipv6 ospf network broadcast