This article describes the issueof the priority for a Redundancy Group on both nodes becoming 0 on SRX Branch devices.
This article is applicable to the following Junos platforms:
{primary:node0}[edit] root@srx# run show chassis cluster status Cluster ID: 1 Node Priority Status Preempt Manual failover Redundancy group: 0 , Failover count: 1 node0 200 primary no no node1 100 secondary no no Redundancy group: 1 , Failover count: 9 node0 0 primary no no node1 0 secondary no no
To troubleshoot this issue, perform the following procedure:
ge-0/0/3, ge-9/0/3 -> reth0 ge-2/0/5, ge-11/0/5 -> reth1
chassis { cluster { redundancy-group 1 { node 0 priority 200; node 1 priority 100; interface-monitor { ge-0/0/3 weight 255; ge-9/0/3 weight 255;; ge-2/0/5 weight 255; ge-11/0/5 weight 255; } } } }
{primary:node0}[edit] root@srx# deactivate chassis cluster redundancy-group 1 interface-monitor {primary:node0}[edit] root@srx# commit {primary:node0}[edit] root@srx# run show chassis cluster status Cluster ID: 1 Node Priority Status Preempt Manual failover Redundancy group: 0 , Failover count: 1 node0 200 primary no no node1 100 secondary no no Redundancy group: 1 , Failover count: 8 node0 200 secondary no no node1 100 primary no no
{primary:node0}[edit] root@srx# rollback 1 load complete {primary:node0}[edit] root@srx# commit
root@srx# run show interfaces terse | match reth ge-0/0/3.0 up up aenet --> reth0.0 ge-2/0/5.0 up down aenet --> reth1.0 ge-9/0/3.0 up down aenet --> reth0.0 ge-11/0/5.0 up up aenet --> reth1.0 reth0 up down reth0.0 up down inet 2.2.2.2/24 reth1 up up reth1.0 up up inet 3.3.3.3/24 {primary:node0}[edit] root@srx# run show chassis cluster status Cluster ID: 1 Node Priority Status Preempt Manual failover Redundancy group: 0 , Failover count: 1 node0 200 primary no no node1 100 secondary no no Redundancy group: 1 , Failover count: 9 node0 0 secondary no no node1 0 primary no no
{primary:node0}[edit] root@srx# run show interfaces terse | match reth ge-0/0/3.0 up up aenet --> reth0.0 ge-2/0/5.0 up down aenet --> reth1.0 ge-9/0/3.0 up up aenet --> reth0.0 ge-11/0/5.0 up up aenet --> reth1.0 reth0 up up reth0.0 up up inet 2.2.2.2/24 reth1 up up reth1.0 up up inet 3.3.3.3/24 {primary:node0}[edit] root@srx# run show chassis cluster status Cluster ID: 1 Node Priority Status Preempt Manual failove Redundancy group: 0 , Failover count: 1 node0 200 primary no no node1 100 secondary no no Redundancy group: 1 , Failover count: 10 node0 0 secondary no no node1 100 primary no no
{primary:node0}[edit] root@srx# run show interfaces terse | match reth ge-0/0/3.0 up up aenet --> reth0.0 ge-2/0/5.0 up up aenet --> reth1.0 ge-9/0/3.0 up up aenet --> reth0.0 ge-11/0/5.0 up up aenet --> reth1.0 reth0 up up reth0.0 up up inet 2.2.2.2/24 reth1 up up reth1.0 up up inet 3.3.3.3/24 {primary:node0}[edit] root@srx# run show chassis cluster status Cluster ID: 1 Node Priority Status Preempt Manual failover Redundancy group: 0 , Failover count: 1 node0 200 primary no no node1 100 secondary no no Redundancy group: 1 , Failover count: 10 node0 200 secondary no no node1 100 primary no no
{primary:node0}[edit] root@srx# show chassis cluster { control-link-recovery; reth-count 7; heartbeat-interval 2000; heartbeat-threshold 8; redundancy-group 0 { node 0 priority 200; node 1 priority 100; } redundancy-group 1 { node 0 priority 200; node 1 priority 100; interface-monitor { ge-0/0/3 weight 255; ge-9/0/3 weight 255; ge-2/0/5 weight 255; ge-11/0/5 weight 255; } } } {primary:node0}[edit] root@srx# show interfaces ge-0/0/3 { gigether-options { redundant-parent reth0; } } ge-2/0/5 { gigether-options { redundant-parent reth1; } } ge-9/0/3 { gigether-options { redundant-parent reth0; } } ge-11/0/5 { gigether-options { redundant-parent reth1; } } fab0 { fabric-options { member-interfaces { ge-0/0/2; } } } fab1 { fabric-options { member-interfaces { ge-9/0/2; } } } reth0 { redundant-ether-options { redundancy-group 1; } unit 0 { family inet { address 2.2.2.2/24; } } } reth1 { redundant-ether-options { redundancy-group 1; } unit 0 { family inet { address 3.3.3.3/24; } } }