Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

peer-id

date_range 14-Dec-23

Syntax

content_copy zoom_out_map
peer-id name {
    desc desc;
    interface interface;
    liveness-detection {
        no-adaptation;
        detection-time {
            threshold milliseconds;
        }
        minimum-interval milliseconds;
        minimum-receive-interval milliseconds;
        multiplier multiplier;
        transmit-interval {
            minimum-interval milliseconds;
            threshold milliseconds;
        }
        version (0 | 1 | automatic);
    }
    peer-forwarding-ip loopback-address {
            interface interface-name;
            liveness-detection {
                no-adaptation;
                detection-time {
                    threshold milliseconds;
                }
                minimum-interval milliseconds;
                minimum-receive-interval milliseconds;
                multiplier multiplier;
                transmit-interval {
                    minimum-interval milliseconds;
                    threshold milliseconds;
                }
            version (0 | 1 | automatic);
    peer-ip peer-ip;
    routing-instance routing-instance;
    vpn-profile vpn-profile;
}

Hierarchy Level

content_copy zoom_out_map
[edit chassis high-availability]

Description

Configure the other node related information in a Multinode High Availability setup.

Options

ID

Peer node identifier.

desc

Peer node description.

interface

Name of the interface used for communicating with the peer node using the interchassis link (ICL.

liveness-detection

Liveness detection options for the peer node.

peer-forwarding-ip

IP address used as peer forwarding IP. This IP address must be associated to loopback interface only. You must configure this parameter to support asymmetric traffic flows in Multinode High Availability.

peer-ip

IP address of the peer node.

routing-instance

Routing instance to locate the peer node route.

vpn-profile

VPN profile name for ICL encryption. You must configure a VPN profile for the HA traffic and apply the profile for both the nodes.

Required Privilege Level

interface

Release Information

Statement introduced in Junos OS Release 20.4R1.

footer-navigation