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.

Run the command set protocols ospf6 interface area to enable OSPF on a specific interface and map that interface to an area. Add the optional parameter vrf to specify the VRF for the OSPFv3 instance. If VRF is not specified then the command takes effect in the default VRF.

Run the command delete protocols ospf6 interface to remove this configuration.


Command Syntax

set protocols ospf6 [vrf <vrf-name>] interface <interface> area <ipv4>

delete protocols ospf6 [vrf <vrf-name>] interface <interface> area <ipv4>


Parameters

ParameterDescription
vrf <vrf-name>Optional. Specifies the VRF name.
area <ipv4>Specifies the area for OSPFv6, the value is in IPv4 dotted decimal format.
interface <interface>Specifies the interface to enable OSPFv6.


Example

  • This example enable OSPFv6 on interface ge-1/1/1 and bind the interface to area 0.0.0.0.
Code Block
admin@XorPlus# set protocols ospf6 interface ge-1/1/1 area 0.0.0.0