hello-interval

Syntax

hello-interval <SECONDS>

no hello-interval

Description

Sets the time interval between OSPF hello packets for virtual links.

The no form of this command sets the hello interval to the default value of 10 seconds for virtual links.

Command context

config-router-vlink

Parameters

<SECONDS>

Specifies the time interval for the hello interval, in seconds. Range: 1 to 65535. Default: 10.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Setting OSPF virtual links hello interval:

switch(config)# router ospfv3 1
switch(config-ospfv3-1)# area 100 virtual-link 100.0.1.1
switch(config-router-vlink6)# hello-interval 30

Setting OSPF virtual links hello interval to default:

switch(config)# router ospfv3 1
switch(config-ospfv3-1)# area 100 virtual-link 100.0.1.1
switch(config-router-vlink6)# no hello-interval