How to troubleshoot management issues with the nodes built in a Chassis Cluster.
To be able to manage the SRX Chassis Cluster through the management/revenue ports or by using NSM or other management devices.
Perform the following steps:
Are you trying to manage the Chassis Cluster using NSM?
Which port are you using to manage the device?
Note: Only the primary node can be managed using the revenue port. A revenue port is used for traffic processing.
SRX requires separate links for the Control and Datalink (Fabric link on SRX) as separate connections are required to the control and dataplane. Any available revenue port is used for the Datalink port.
For configuration assistance on management through a revenue port, refer to KB16647 - SRX Getting Started - Configure Management Access [juniper.net] . Keep in mind that the article provides configuration guidelines for managing a stand-alone device; however, the configuration remains the same. Also check Step 6 for confirming that SSH/Telnet/HTTP is enabled on the revenue port used for managing the device.
Which Chassis Cluster node are you having trouble managing?
Connect to the primary node via a console. Verify configuration of the management interface.
zones { security-zone trust { host-inbound-traffic { system-services { any-service; } protocols { all; } } interfaces { reth0.0 reth0.1; } }
{primary:node1}[edit] root# show system services { http; ssh; telnet; }
Does ping to the management interface work?
Run the command:
root@SRX>show interfaces terse
Verify that the fxp0 is properly configured under the groups hierarchy? You can refer to the configuration example in KB17161 [juniper.net] or check the minimal configuration as shown below:
fxp0
root@srx# show groups node0 { interfaces { fxp0 { unit 0 { family inet { address 192.168.1.2/24; } } } } }
Confirm that the cable connected to the fxp0 interface is a good one and check for error counters incrementing when you run the following command:
root@srx> show interfaces fxp0.0 extensive
If you find errors in this, proceed to Step 14 to open a case with your technical support representative.
Is the IP address of the FXP0 interface and IP address of the management PC in the same subnet?
show route <management PC IP>
On the SRX, is there an ARP entry for the management PC on the SRX?
root@SRX>show arp no-resolve | match <ip>
show route <PC-ip>
Which method are you using to manage the secondary node?
Verify configuration on the backup node.
Once the configuration is correct, and if you still cannot manage the node, continue to Step 13 .
Is the IP address of the backup FXP0 interface and the IP address of the FXP0 interface of the primary node in the same subnet?
If the above steps do not resolve this problem, refer to KB20795 - How-to's and troubleshooting articles for managing a Chassis Cluster [juniper.net] for additional solutions. Otherwise, collect the necessary logs from BOTH devices, and open a case with with your technical support representative.
2020/07/15: Article reviewed for accuracy; no changes required. 2020/10/01: Removed step 4-5 as its no longer relevant.