hello-interval (LD)

Configures a global hello interval for the loop-detection (LD) protocol.

Syntax

hello-interval milliseconds
no hello-interval

Command Default

The default interval is 1000 milliseconds.

Parameters

milliseconds
Range is from 100 through 5000 milliseconds. The default is 1000 milliseconds.

Modes

Protocol Loop Detection configuration mode

Usage Guidelines

Use the no form of this command to revert to the default hello interval.

Examples

To configure a hello interval of 2000 milliseconds:

device# configure terminal
device(config)# protocol loop-detection
device(config-loop-detect)# hello-interval 2000

To revert to the default hello interval:

device# configure terminal
device(config)# protocol loop-detection
device(config-loop-detect)# no hello-interval