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 services ha detail

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show services ha detail
<interface interface-name> 

Description

Display detailed information for stateful sync processing for a specified interface or for all interfaces.

Options

none

Display detailed information for stateful sync processing for all interfaces.

interface-name

(Optional) Name of a specific interface.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show services ha detail command. Output fields are listed in the approximate order in which they appear.

Table 1: show services ha detail Output Fields

Field Name

Field Description

Interface

Name of the interface for which information is reported.

Inter-chassis

Role

Role of the interface.

  • active—Active interface.

  • backup–Backup interface.

Connection

Status of the peer connection.

  • Up

  • Down

Synchronization

Synchronization state of peers.

  • Off–Peers are not currently engaged in synchronization..

  • Cold–Peers are in a pre-synchronization state.

  • Hot—Peers are ready for synchronization.

Peers

Local

Local peer IP address.

Port

Local peer port number.

Remote

Remote peer IP address.

Port

Remote peer port number.

Sample Output

show services ha detail

content_copy zoom_out_map
user@host> show services ha detail
Interface:        ms-7/0/0
Inter-chassis:    Role: active, Connection: Up, Synchronization: Hot
Peers:            Local: 192.0.2.1 Port: 4001, Remote: 192.0.2.2 Port: 4001

Interface:        ms-7/1/0
Inter-chassis:    Role: active, Connection: Down, Synchronization: Off
Peers:            Local: 198.51.100.1 Port: 4001, Remote: 198.51.100.2 Port: 4001

Interface:        ms-8/0/0
Inter-chassis:    Role: active, Connection: Up, Synchronization: Cold
Peers:            Local: 203.0.113.1 Port: 4001, Remote: 203.0.113.2 Port: 4001

Interface:        ms-8/1/0
Inter-chassis:    Role: active, Connection: Up, Synchronization: Hot
Peers:            Local: 10.10.10.1 Port: 4001, Remote: 10.10.10.2 Port: 4001

Release Information

Statement introduced in Junos OS Release 17.1.

footer-navigation