Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Use the command set protocols ospf6 area to configure area for the OSPFv6 instance. Use the additional parameter vrf to specify the VRF for the OSPF6 instance. If VRF is not specified then the command will take effect on the default VRF. 

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

...

Command Syntax

set protocols ospf6 [vrf <vrf-name>] area  area {<ipv4> | <area-id>}

delete protocols ospf6 [vrf <vrf-name>] area  area {<ipv4> | <area-id>}


Parameters

ParameterDescription
vrf <vrf-name>Optional. Specifies the VRF name.
area {<ipv4> | <area-id> area {<ipv4> | <area-id>Specifies the area for OSPFv6, the value could be in IPv4 dotted decimal format or an integer ranging from 0 to 4294967295.

...