home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces <interface> ip pim hello-interval <interval>

Specifies the hello interval.

set interfaces interface ip pim hello-interval interval
delete interfaces interface ip pim hello-interval
show interfaces interface ip pim hello-interval

Hello messages are sent every 30 seconds.

interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ip pim.
interval
The hello interval, in seconds. The hello interval ranges from 1 to 65535. The default interval is 30.

Configuration mode


interfaces interface {
    ip {
        pim {
            hello-interval interval
        }
    }
}

Use this command to configure a hello interval, the interval at which PIM Hello messages are sent on an interface. When the hello-interval is updated, the hello-holdtime is reviewed. If the hello-holdtime either is not configured or is configured but less than the current hello-interval, it is set to 3.5 times the hello-interval. Otherwise, the currently configured hello-holdtime remains unchanged.

Use the set form of this command to specify the hello interval.

Use the delete form of this command to restore the hello interval to its default interval.

Use the show form of this command to display the hello interval configuration.