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 (security cloud)

date_range 03-Dec-24

Syntax

content_copy zoom_out_map
 high-availability {
           aws {
                eip-based;
                peer-liveliness {
                    probe-ip {
                      destination-ip-address;                       
                      source-ip source-ip-address;
                }
            }
           azure {    
                hvtimesync-disable;
                secondary-ip-based;
                peer-liveliness {
                    probe-ip {
                      destination-ip-address; 
                      source-ip source-ip-address;
                }                                   
            }
           gcp {
                 secondary-ip-based;
                 peer-liveliness {
                    probe-ip {
                      destination-ip-address; 
                      source-ip source-ip-address;
                }
            }
        }
    }
            

Hierarchy Level

content_copy zoom_out_map
[edit security cloud]

Description

Configure vSRX Virtual Firewall instances to work in Multinode High Availability mode with Amazon Web Services (AWS) or Microsoft Azure Cloud or Google Cloud Platform (GCP).

Options

aws—Define deployment type as AWS.

  • EIP-based—Deployment type based on EIP.
  • peer-liveliness—Configure activeness probe options.
    • probe-ip destination-ip—IP address for activeness probe configuration. Specify destination IP address (of upstream router) for probing.
    • source-ip—Source IP address to initiate probes.

azure—Define deployment type as Azure cloud.

  • hvtimesync-disable—Disable the timesync to the host clock.
  • secondary-ip-based—Deployment type based on secondary IP address.
  • peer-liveliness—Configure activeness probe options.
    • probe-ip destination-ip—IP address for activeness probe configuration. Specify destination IP address (of upstream router) for probing.
    • source-ip—Source IP address to initiate probes.

gcp—Define deployment type as GCP.

  • secondary-ip-based—Deployment type based on secondary IP address.
  • peer-liveliness—Configure activeness probe options.
    • probe-ip destination-ip—IP address for activeness probe configuration. Specify destination IP address (of upstream router) for probing.
    • source-ip—Source IP address to initiate probes.

Required Privilege Level

interface

Release Information

Statement introduced in Junos OS Release 24.4R1.

footer-navigation