/
set protocols ospf6 area interface vif hello-interval

set protocols ospf6 area interface vif hello-interval

To configure the OSPFv3 hello interval on an interface, use the set protocols ospf6 area interface vif hello-interval command in L2/L3 configuration mode.

Command Syntax

set protocols ospf6 vrf vrf-name area area-id interface interface-name vif name hello-interval time

Parameters

vrf-name

Optional. Specifies a VRF name. The value is a string. It’s a user-defined VRF set by the command set ip vrf <vrf-name> [description <string>].

Note that: The configuration is in the default VRF if not explicitly bound to any VRF.

area-idThe OSPF area to which the attached network belongs.
interface-nameInterface name to be included in the OSPFv3 area specified by area-id.
nameVirtual interface name.
timeThe time between two consecutive Hello messaged. The range is 1-65535.

Example

The following example configures an OSPFv3 hello interval of 20 seconds on the vlan2000 interface:

admin@XorPlus# set protocols ospf6 area 0.0.0.0 interface vlan2000 vif vlan2000 hello-interval 20

Copyright © 2025 Pica8 Inc. All Rights Reserved.