Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

Run the command set protocols ospf6 interface network to enable OSPF on an interface and specify a network type. Enabling OSPF on an interface allows the interface to send and receive LSAs. Two different network types can be specified here namely, broadcast and point-to-point.

To delete this configuration, run the command delete protocols ospf interface network


Command Syntax

set protocols ospf interface <vlan-interface> network <broadcast|point-to-point>

delete protocols ospf interface <vlan-interface> network <broadcast|point-to-point>


Parameter

Parameter

Description

interface <vlan-interface>

Specifies the name of the interface.

broadcastSpecifies the OSPF broadcast multi-access network.
point-to-pointSpecifies the OSPF point-to-point network.

Example

  •  Enable OSPFv3 on interface vlan200 and specify network type as point-to-point.
admin@XorPlus# set protocols ospf interface vlan200 network point-to-point
admin@Xorplus# commit
  • No labels