C613-50631-01 Rev A Command Reference for IE340 Series 1257
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
OSPFV3 FOR IPV6 COMMANDS
IPV
6 OSPF NETWORK
ipv6 ospf network
Overview This command configures the OSPF network type to a type different from the
default for the particular interface.
The no variant of this command returns the network type to the default for the
particular interface.
Syntax
ipv6 ospf network {broadcast|non-broadcast|point-to-point|
point-to-multipoint}
no ipv6 ospf network
Default The default is the default type for the interface, e.g broadcast for VLANs.
Mode Interface Configuration for a VLAN interface.
Usage notes This command forces the interface network type to be the specified type.
Depending on the network type, OSPF changes the behavior of the packet
transmission and the link description in LSAs.
Example The following example shows setting the network type to point-to-point on the
VLAN interface vlan1:
awplus# configure terminal
awplus(config)# interface vlan1
awplus(config-if)# ipv6 ospf network point-to-point
Parameter Description
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.
point-to-point Sets the network type to point-to-point.