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 <peer-address> keepalive <keepalive-interval>

Adjusts the keepalive time interval at which a peer sends keepalive messages.

set protocols msdp peer peer-address keepalive keepalive-interval
delete protocols msdp peer peer-address keepalive [ keepalive-interval ]
show protocols msdp peer peer-address keepalive

The time interval is 60 seconds.

peer-address
An IPv4 MSDP peer address.
keepalive-interval
A time interval in seconds. The interval ranges from 1 through 60 seconds. The keepalive interval must be less than the holdtime interval.

Configuration mode

protocols {
    msdp {
        peer peer-address {
            keepalive keepalive-interval
        }
    }
}

The keepalive time interval is the time to which a peer sends keepalive messages.

Use the set form of this command to adjust the keepalive time interval to which a peer sends keepalive messages.

Use the delete form of this command to restore the default keepalive time interval of 60 seconds.

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