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

high-availability (Chassis)

date_range 14-Dec-23

Syntax

content_copy zoom_out_map
high-availability {
    local-id id local-ip local-ip;
    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;
    }
    services-redundancy-group name {
        active-signal-route {
            ip-address;
            routing-instance routing-instance;
        }
        activeness-priority activeness-priority;
        activeness-probe {
            dest-ip {
                ip-address;
                routing-instance routing-instance;
            }
        }
        backup-signal-route {
            ip-address;
            routing-instance routing-instance;
        }        
        monitor {
            bfd-liveliness name {
                interface interface;
                routing-instance routing-instance;
                session-type (multihop | singlehop);
                src-ip src-ip;
            }
            interface name;
            ip name {
                routing-instance routing-instance;
            }
        }
        monitor-object name {
    bfd-liveliness {
         destination-ip name {
      interface interface;
      routing-instance routing-instance;
      session-type(multihop | singlehop);
      src-ip src-ip;
      weight weight;
     }
     threshold threshold;
    }
    interface {
     interface-name name {
      weight weight;
     }
     threshold threshold;
    }
    ip {
     destination-ip name {
      routing-instance routing-instance;
      weight weight;
     }
     threshold threshold;
    }
    object-threshold object-threshold;
   }
        peer-id id;
        process-packet-on-backup;
        shutdown-on-failure name;
    }
    traceoptions {
        file <filename> <files files> <match match> <size size> <(world-readable | no-world-readable)>;
        flag name;
        level (alert | all | critical | debug | emergency | error | info | notice | warning);
        no-remote-trace;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit chassis]

Description

Configure Multinode High Availability options on SRX Series Firewalls.

Options

local-id

Define local node identifier.

peer-id

Define peer node related information.

services-redundancy-group

Define the services redundancy group details.

traceoptions

Define high availability traceoptions.

Required Privilege Level

interface

Release Information

Statement introduced in Junos OS Release 20.4R1.

footer-navigation