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.

protocols msdp peer-group <group-name> holdtime <holdtime-interval>

Configures the holdtime time interval for a member of a group.

set protocols msdp peer-group group-name holdtime holdtime-interval
delete protocols msdp peer-group group-name holdtime [ holdtime-interval ]
show protocols msdp peer-group group-name holdtime

The default interval is 75 seconds.

group-name
The name of a peer group.
holdtime-interval
A time interval in seconds. The interval ranges from 3 through 75 seconds. The holdtime interval should be greater than the keepalive interval.

Configuration mode

protocols {
    msdp {
        peer-group group-name {
            holdtime holdtime-interval
        }
    }
}

Use the set form of this command to configure the holdtime time interval in seconds for which a member of a peer group waits for keepalive messages from other peers before declaring the other peers down.

Use the delete form of this command to restore the default holdtime time interval, which is 75 seconds.

Use the show form of this command to display the current holdtime time interval.