[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

show chassis cluster status

Syntax

show chassis cluster status
<redundancy-group group-number >

Release Information

Command modified in Release 9.2 of JUNOS software.

Description

Display the failover status of a chassis cluster.

This command is supported on J-series and SRX-series devices.

Options

none—Display the status of all redundancy groups in the chassis cluster.

redundancy-group group-number —(Optional) Display the status of the specified redundancy group.

Required Privilege Level

view

Related Topics

redundancy-group

clear chassis cluster failover-count

request chassis cluster failover node

request chassis cluster failover reset

List of Sample Output

show chassis cluster status
show chassis cluster status redundancy-group 0

Output Fields

Table 10 lists the output fields for the show chassis cluster status command. Output fields are listed in the approximate order in which they appear.

Table 10: show chassis cluster status Output Fields

Field Name

Field Description

Cluster ID

ID number (1-15) of a cluster.

Redundancy-Group

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

Node name

Node (device) in the chassis cluster (node0 or node1).

Priority

Assigned priority for the redundancy group on that node.

Status

State of the redundancy group (Primary or Secondary).

  • Primary—Redundancy group is active and passing traffic.
  • Secondary—Redundancy group is passive and not passing traffic.

Preempt

  • Yes: Mastership can be preempted based on priority.
  • No: Change in priority will not preempt the mastership.

Manual failover

  • Yes: If the Mastership is set manually through the CLI with the request chassis cluster failover node or request chassis cluster failover redundancy-group command. This overrides Priority and Preempt.
  • No: Mastership is not set manually through the CLI.

show chassis cluster status

user@host> show chassis cluster status
Cluster ID: 3, Redundancy-group: 0
    Node name               Priority    Status    Preempt  Manual failover
    node0                   254         Primary   No       No
    node1                   2           Secondary No       No
Cluster ID: 3, Redundancy-group: 1
    Node name               Priority    Status    Preempt  Manual failover
    node0                   254         Primary   No       No
    node1                   1           Secondary No       No

show chassis cluster status redundancy-group 0

user@host> show chassis cluster status redundancy-group 0
Cluster: 1, Redundancy-Group: 0
    Node name             Priority    Status    Preempt  Manual failover
    node0                   254         Primary   No       No
    node1                   1           Secondary No       No

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]