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. Default: 10 seconds. Range: 1-65535.

Authority

Administrators

Examples

Setting OSPF virtual links hello interval:

switch# configure terminal
switch(config)# router ospf 1
switch(config-ospf-1)# area 100 virtual-link 100.0.1.1
switch(config-router-vlink)# hello-interval 30

Setting OSPF virtual links hello interval to default:

switch# configure terminal
switch(config)# router ospf 1
switch(config-ospf-1)# area 100 virtual-link 100.0.1.1
switch(config-router-vlink)# no hello-interval