OcNOS-RON-6.3.1 : Layer 3 Guide : Open Shortest Path First Command Reference : OSPFv3 Commands : ipv6 ospf network
ipv6 ospf network
Use this command to set an OSPFv3 network type.
Use the no option with this command to return to the default value.
Command Syntax
ipv6 ospf network (broadcast|non-broadcast|point-to-multipoint (non-broadcast|)|point-to-point) (instance-id (<0-31>|<64-95>)|)
no ipv6 ospf network (instance-id (<0-31>|<64-95>)|)
Parameters
broadcast
Sets the network type to broadcast.
non-broadcast
Sets the network type to NBMA.
point-to-multipoint
 
Sets the network type to point-to-multipoint.
non-broadcast
 
Sets the network type to NBMA.
point-to-point
Sets the network type to point-to-point.
instance-id
Specify the instance.
<0-31>
Interface instance ID for IPv6 unicast
<64-95>
Interface instance ID for IPv4 unicast.
Default
By default, ipv6 ospf network is broadcast type
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
The following example shows how to set the network to point-to-point type on the eth0 interface.
#configure terminal
(config)#interface eth0
(config-if)#ipv6 ospf network point-to-point
Last modified date: 07-13-2023