This article describes the issue of the switching status of a SRX650 showing the Probe State as down, even though the SWFAB link is back to back.
Using the onboard ge-0/0/3 port for SWFABis not supported. Configuring ge-0/0/3 and ge-9/0/3 for swfab0/swfab1 will result in failed probe state, when looking at the Ethernet switching status. Additionally, the SWFAB interface must belong to the same GPIM. Example: (using onboard ethernet ports) Config:
swfab0 { fabric-options { member-interfaces { ge-0/0/3; } } } swfab1 { fabric-options { member-interfaces { ge-9/0/3; } } }
root@SRX650-node0# run show chassis cluster ethernet-switching status Cluster ID: 2 Node Priority Status Preempt Manual failover Redundancy group: 0 , Failover count: 1 node0 100 primary no no node1 1 secondary no no Redundancy group: 1 , Failover count: 1 node0 100 primary no no node1 1 secondary no no Ethernet switching status: Probe state is DOWN. Both nodes are in separate ethernet switching domain(s). {primary:node0}[edit]
swfab0 { fabric-options { member-interfaces { ge-2/0/4; } } } swfab1 { fabric-options { member-interfaces { ge-11/0/4; } } }
{primary:node0}[edit] root@SRX650-node0# run show chassis cluster ethernet-switching status Cluster ID: 2 Node Priority Status Preempt Manual failover Redundancy group: 0 , Failover count: 1 node0 100 primary no no node1 1 secondary no no Redundancy group: 1 , Failover count: 1 node0 100 primary no no node1 1 secondary no no Ethernet switching status: Probe state is UP. Both nodes are in single ethernet switching domain(s). {primary:node0}[edit]