SRX

last person joined: 20 hours ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  reth int on an SRX650 wont come up

    Posted 06-03-2014 20:36

    Ive configured a new reth int on a pair of clustered srx650 running junos 10.4R10.7. 3 other reth are working fine. This new one is showing as link down even though one of the two member interfaces is up.  Ive confirmed that my reth-count is set appropriately. Any ideas why an reth would show as down when one member is up?



  • 2.  RE: reth int on an SRX650 wont come up

     
    Posted 06-03-2014 21:10

    Hello jmcgrady

     

    What is the reth count configured?

    Can you paste interface terse output?

     

    Regards,

    Raveen



  • 3.  RE: reth int on an SRX650 wont come up

     
    Posted 06-03-2014 21:11

    Can you paste the cluster status output as well?



  • 4.  RE: reth int on an SRX650 wont come up

    Posted 06-03-2014 22:59

    the reth count is 5. the reth in question is reth3.

    show int terse:

     

    ge-2/0/14               up    up
    ge-2/0/14.0             up    up   aenet    --> reth3.0

    ge-11/0/14              up    down
    ge-11/0/14.0            up    down aenet    --> reth3.0

    reth1                   up    up
    reth1.0                 up    up   inet     10.1.1.1/24
    reth2                   up    up
    reth2.0                 up    up   inet     116.1.1.1/28
    reth3                   up    down
    reth3.0                 up    down inet     10.3.3.3/24

    ge-11/0/14 is unplugged.

     

    show chassis cluster status
    Cluster ID: 1
    Node                  Priority          Status    Preempt  Manual failover

    Redundancy group: 1 , Failover count: 1
        node0                   100         primary        yes      no
        node1                   50          secondary      yes      no



  • 5.  RE: reth int on an SRX650 wont come up
    Best Answer

     
    Posted 06-03-2014 23:29

    Could you deactivate and activate this reth3 interface and check if it works?

     

    deactivate interfaces reth3

    commit

     

    activate interfaces reth3

    commit

     

    Regards,

    Raveen



  • 6.  RE: reth int on an SRX650 wont come up

    Posted 06-04-2014 00:36

    The deactivate wasnt accepted as it complained reth3.0 didnt exist!

    When i do a show int ge-2/0/14 terse on the primary node - node 0 - it replies

    Interface               Admin Link Proto    Local                 Remote
    ge-2/0/14               up    up
    ge-2/0/14.0             up    up   aenet    --> reth3.0

    But the same command when i cli onto node 1 is:

    Interface               Admin Link Proto    Local                 Remote
    ge-2/0/14               up    up
    ge-2/0/14.0             up    up   aenet

    So it looks like a mismatch between cluster members.  When i look at the config as node 1 displays it, it appears correct.



  • 7.  RE: reth int on an SRX650 wont come up

     
    Posted 06-04-2014 01:51

    Hello

     

    In an old post, interface-monitoring configuration has helped.

    Can you try it?

     

    http://forums.juniper.net/t5/SRX-Services-Gateway/reth-showing-down-when-only-1-member-is-shutdown/td-p/126947

     

    Regards,

    Raveen



  • 8.  RE: reth int on an SRX650 wont come up

     
    Posted 06-04-2014 01:55

    Synchrozination of configuration is also not proper.

    Please do a commit full of configuration.

     

    Regards,

    Raveen



  • 9.  RE: reth int on an SRX650 wont come up

    Posted 07-14-2014 18:31

    The deactivate then activate wouldnt work because the device complained. However deleting the int definition completely and then recreating it worked.