Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

clear chassis cluster failover-count

Syntax

clear chassis cluster failover-count

Release Information

Command introduced in Junos OS Release 9.3.

Description

Clear the failover count of all redundancy-groups.

Required Privilege Level

clear

List of Sample Output

show chassis cluster status
clear chassis cluster failover-count
show chassis cluster status

Output Fields

When you enter this command, you are provided feedback on the status of your request.

Sample Output

The following example displays the redundancy groups before and after the failover-counts are cleared.

show chassis cluster status

user@host> show chassis cluster status
Cluster ID: 3
Node name         Priority     Status     Preempt  Manual failover

Redundancy group: 0 , Failover count: 1
   node0            200        secondary   no        no
   node1            100        primary     no        no

Redundancy group: 1 , Failover count: 2
   node0            100        primary     no        no
   node1            10         secondary   no        no

clear chassis cluster failover-count

user@host> clear chassis cluster failover-count
Cleared failover-count for all redundancy-groups

show chassis cluster status

user@host> show chassis cluster status
Cluster ID: 3
Node name        Priority   Status     Preempt  Manual failover

Redundancy group: 0 , Failover count: 0
  node0           200       secondary    no       no
  node1           100       primary      no       no

Redundancy group: 1 , Failover count: 0
  node0           100       primary      no       no
  node1           10        secondary    no       no

Published: 2013-11-11