SRX

last person joined: 4 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  SRX 550 cannot ssh to primary always connects to secondary

    Posted 06-27-2019 21:44

    REPOSTING HERE AS ORIGINALLY POSTED IN WRONG FORUM

     

    I am having an issue where I have a cluster of 2 x SRX550s and when I ssh to the fxp0 address i always get the secondary node.

    If i disconnect the secondary node ge-0/0/0 from a switch I can ssh to the primary node.

    Any suggestions where to start?

     

    cluster status:

    Cluster ID: 1
    Node Priority Status Preempt Manual Monitor-failures

    Redundancy group: 0 , Failover count: 1
    node0 200 primary no no None
    node1 100 secondary no no None

    Redundancy group: 1 , Failover count: 2
    node0 200 secondary no no None
    node1 100 primary no no None

     

    config:

     

    groups {
    node0 {
    system {
    host-name XXXXXXXN1;
    }
    interfaces {
    fxp0 {
    unit 0 {
    family inet {
    address 192.168.20.248/24;
    }
    }
    }
    }
    }
    node1 {
    system {
    host-name XXXXXXXN2;
    }
    interfaces {
    fxp0 {
    unit 0 {
    family inet {
    address 192.168.20.249/24;
    }



  • 2.  RE: SRX 550 cannot ssh to primary always connects to secondary

     
    Posted 06-27-2019 22:52
    Can you share below output

    >show configuration | display set | match fxp0 | display inheritance
    >show route x.x.x.x --> Source IP from where SSH is initiated


  • 3.  RE: SRX 550 cannot ssh to primary always connects to secondary
    Best Answer

     
    Posted 06-28-2019 10:42

    Hi Firefly,

     

    As stated on your other thread, can you change your apply-groups snippet to a more standardized variant?

    apply-groups "${node}";

     

    Cheers

    Pooja 

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