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

show chassis cluster ip-monitoring status redundancy-group

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show chassis cluster ip-monitoring status 
  <redundancy-group  group-number>

Description

Display the status of all monitored IP addresses for a redundancy group.

Options

  • none— Display the status of monitored IP addresses for all redundancy groups on the node.

  • redundancy-group group-number— Display the status of monitored IP addresses under the specified redundancy group.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show chassis cluster ip-monitoring status command.

Table 1: show chassis cluster ip-monitoring status Output Fields

Field Name

Field Description

Redundancy-group

ID number (0 - 255) of a redundancy group in the cluster.

Global threshold

Failover value for all IP addresses monitored by the redundancy group.

Current threshold

Value equal to the global threshold minus the total weight of the unreachable IP address.

IP Address

Monitored IP address in the redundancy group.

Status

Current reachability state of the monitored IP address.

Values for this field are: reachable, unreachable, and unknown. The status is “unknown” if Packet Forwarding Engines (PFEs) are not yet up and running.

Failure count

Number of attempts to reach an IP address.

Reason

Explanation for the reported status. See Table 2.

Weight

Combined weight (0 - 255) assigned to all monitored IP addresses. A higher weight value indicates greater importance.

Expanded reason output fields for unreachable IP addresses added in Junos OS Release 10.1. You might see any of the following reasons displayed.

Table 2: show chassis cluster ip-monitoring status redundancy group Reason Fields

Reason

Reason Description

No route to host

The router could not resolve the ARP, which is needed to send the ICMP packet to the host with the monitored IP address.

No auxiliary IP found

The redundant Ethernet interface does not have an auxiliary IP address configured.

Reth child not up

A child interface of a redundant Ethernet interface is down.

redundancy-group state unknown

Unable to obtain the state (primary, secondary, secondary-hold, disable) of a redundancy-group.

No reth child MAC address

Could not extract the MAC address of the redundant Ethernet child interface.

Secondary link not monitored

The secondary link might be down (the secondary child interface of a redundant Ethernet interface is either down or non-functional).

Unknown

The IP address has just been configured and the router still does not know the status of this IP.

or

Do not know the exact reason for the failure.

Sample Output

show chassis cluster ip-monitoring status

content_copy zoom_out_map
user@host> show chassis cluster ip-monitoring status             
node0:
--------------------------------------------------------------------------

Redundancy group: 1
Global threshold: 200
Current threshold: -120

IP address                Status        Failure count  Reason    Weight
10.254.5.44               reachable       0            n/a       220
10.2.2.1                  reachable       0            n/a       100

node1:
--------------------------------------------------------------------------

Redundancy group: 1
Global threshold: 200
Current threshold: -120

IP address                Status        Failure count  Reason    Weight
10.254.5.44               reachable       0            n/a       220
10.2.2.1                  reachable       0            n/a       100

Sample Output

show chassis cluster ip-monitoring status redundancy-group

content_copy zoom_out_map
user@host> show chassis cluster ip-monitoring status redundancy-group 1             
node0:
--------------------------------------------------------------------------

Redundancy group: 1

IP address                Status        Failure count  Reason
10.254.5.44               reachable       0            n/a
10.2.2.1                  reachable       0            n/a
10.1.1.5                  reachable       0            n/a
10.1.1.4                  reachable       0            n/a
10.1.1.1                  reachable       0            n/a

node1:
--------------------------------------------------------------------------

Redundancy group: 1

IP address                Status        Failure count  Reason
10.254.5.44               reachable       0            n/a
10.2.2.1                  reachable       0            n/a
10.1.1.5                  reachable       0            n/a
10.1.1.4                  reachable       0            n/a
10.1.1.1                  reachable       0            n/a

Release Information

Command introduced in Junos OS Release 9.6. Support.

footer-navigation