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

monitor-object

date_range 23-Nov-23

Syntax

content_copy zoom_out_map
   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;
   }

Hierarchy Level

content_copy zoom_out_map
[edit chassis high-availability services-redundancy-group name monitor]
  

Description

SRG monitoring object

Options

name

SRG monitoring object name.

  • Range - 1 through 32.
bfd-liveliness

Configure BFD monitoring for the specific monitoring object.

interface

Interface to monitor for the specific monitoring object.

  • interface-name interface-name—Destination IP address to monitor.
    • weight—Weight assigned to the interface. A higher weight value indicates a greater importance.
  • threshold—Threshould value assigned to the interface that influences failover.
ip ip-address

IP address to monitor for the specific monitoring object.

  • destination-ip destination-ip-address—Destination IP address to monitor.
    • weight—Weight assigned to the interface or monitored IP address. A higher weight value indicates a greater importance.
    • routing-instance—Routing instance to locate the destination route.
  • threshold—Threshould value assigned to the IP address that influences failover.
object-threshold

SRG monitoring object threshold value. This is the threshold value assigned to the monitoring-object that influences SRG failover.

  • Range: 1 through 1000

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 23.4R1.

footer-navigation