/
set protocols ospf6 interface area
set protocols ospf6 interface area
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
Parameter | Description |
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.
admin@XorPlus# set protocols ospf6 interface ge-1/1/1 area 0.0.0.0
Copyright © 2025 Pica8 Inc. All Rights Reserved.