SRX

last person joined: 4 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
Expand all | Collapse all

how to configure active/active mode on SRX1400 chassis cluster ,and is the session table between nodes is the same or not

  • 1.  how to configure active/active mode on SRX1400 chassis cluster ,and is the session table between nodes is the same or not

    Posted 02-11-2015 05:57


  • 2.  RE: how to configure active/active mode on SRX1400 chassis cluster ,and is the session table between nodes is the same or not
    Best Answer

     
    Posted 02-11-2015 06:12
    Below given is an example for Active-Active Cluster configuration.

    chassis {
    cluster {
    redundancy-group 0 {
    node 0 priority 200;
    node 1 priority 100;
    }
    redundancy-group 1 {
    node 1 priority 100;
    node 0 priority 200;
    }
    redundancy-group 2 {
    node 1 priority 200;
    node 0 priority 100;
    }
    }
    }


    For RG1, Node0 is with high priority and it will act as Primary, but for RG2 Node1 is configured with high priority and it will the prmary node.


    Regarding session entries, all sessions other than ICMP will be synced between both nodes and you can see almost similar number of sessions on both nodes. You can use "set security flow sync-icmp-session" to sync ICMP sessions between both nodes.

    Thanks,
    Suraj

    Please Mark My Solution Accepted if it Helped, Kudos are Appreciated too