This article provides information on how to swap SPCs on high-end SRX devices (based on the minimal downtime).
The goal of this procedure is to provide a means to change the SPC slot in an SRX cluster with the minimum possible amount of down time. The following events can be expected during this process:
xe-2/0/0 { gigether-options { redundant-parent reth0; } } xe-3/0/0 { gigether-options { redundant-parent reth2; } } xe-3/0/1 { gigether-options { redundant-parent reth3; } } xe-15/0/0 { gigether-options { redundant-parent reth0; } } xe-16/0/0 { gigether-options { redundant-parent reth2; } } xe-16/0/1 { gigether-options { redundant-parent reth3; } }
For this procedure, Assume that node0 is the primary for all RGs and node1 is the secondary for all RGs.
# set interfaces xe-15/0/0 disable # set interfaces xe-16/0/0 disable # set interfaces xe-16/0/1 disable
# set security flow tcp-options no-syn-check # set security flow tcp-options no-sequence-check # commit
root> show chassis cluster status Cluster ID: 1 Node Priority Status Preempt Manual failover Redundancy group: 0 , Failover count: 1 node0 0 lost n/a n/a node1 100 Primary no no Redundancy group: 1 , Failover count: 1 node0 0 lost n/a n/a node1 0 Primary no no
# delete interfaces xe-15/0/0 disable # delete interfaces xe-16/0/0 disable # delete interfaces xe-16/0/1 disable # set interfaces xe-2/0/0 disable # set interfaces xe-3/0/0 disable # set interfaces xe-3/0/1 disable # commit check
# commit
> show security flow session summary
> show chassis cluster status
root> show chassis cluster status Cluster ID: 1 Node Priority Status Preempt Manual failover Redundancy group: 0 , Failover count: 1 node0 100 primary no no node1 0 lost n/a n/a Redundancy group: 1 , Failover count: 1 node0 0 primary no no node1 0 lost n/a n/a > show chassis fpc pic-status
# set interfaces xe-15/0/0 disable # set interfaces xe-16/0/0 disable # set interfaces xe-16/0/1 disable # delete interfaces xe-2/0/0 disable # delete interfaces xe-3/0/0 disable # delete interfaces xe-3/0/1 disable # commit check
# delete interfaces xe-15/0/0 disable # delete interfaces xe-16/0/0 disable # delete interfaces xe-16/0/1 disable # commit
# delete security flow tcp-options no-syn-check # delete security flow tcp-options no-sequence-check # commit
2020-10-21: Article reviewed for accuracy; no changes required.