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 area stub to configure a stub area for the OSPFv3 instance. 

Run the command delete protocols ospf6 area stub to delete this configuration from the switch.


Command Syntax

set protocols ospf6 area {<ipv4>|<area-id>} stub

delete protocols ospf6 area {<ipv4>|<area-id>} stub


Parameters

ParameterDescription
area {<ipv4>|<area-id>}Specifies the area ID for the OSPFv3 instance. The value is either in IPv4 dotted decimal format or an integer ranging from 0 to 4294967295.

Example

  • This example configures area 1.1.1.1 as a stub area of the OSPFv3 instance in the default VRF.
admin@XorPlus# set protocols ospf6 area 1.1.1.1 stub
  • No labels