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> connect-retry <time-interval>

Configures the connect-retry time interval.

set protocols msdp peer-group group-name connect-retry time-interval
delete protocols msdp peer-group group-name connect-retry [ time-interval ]
show protocols msdp peer-group group-name connect-retry

The time interval is 30 seconds.

group-name
The name of a peer group.
time-interval
A time interval in seconds. The interval ranges from 1 through 60 seconds.

Configuration mode

protocols {
    msdp {
        peer-group group-name {
            connect-retry time-interval
        }
    }
}

Use the set form of this command to configure the connect-retry time interval and adjust the interval for which peers, belonging to a peer group, wait after peering sessions are reset before attempting to re-establish the peering sessions.

Use the delete form of this command to restore the default connect-retry time interval, which is 30 seconds.

Use the show form of this command to display the current connect-retry time interval.