You are asked to configure a cluster between SRX1 and SRX2. Which two commands must be used to accomplish this task? (Choose two.)
Select an option, then click Submit answer.
Reference / correct answer:
user@SRXl> set chassis cluster cluster-id 1 node 0
Most accepted answer: B. user@SRXl> set chassis cluster cluster-id 1 node 0
Community votes: B=1, C=1
Selected Answer: BC To enable a chassis cluster in Junos OS, you must use the following syntax from operational mode (indicated by the > prompt): set chassis cluster cluster-id <1-255> node <0-1> reboot Cluster ID: This must be the same on both devices (ranging from 1 to 255). A cluster-id of 0 actually disables clustering. Node ID: This must be unique for each device. Conventionally, the first device is node 0 and the second is node 1. Mode: The command is an operational command (>), not a configuration command (#) upvoted 2 times