Switching

last person joined: 3 days ago 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
Expand all | Collapse all

ae11 inactive - how to activate again

  • 1.  ae11 inactive - how to activate again

    Posted 10-05-2016 11:49

    Experts,

     

    Looks like trivial issue:

    AE11

    ##
    ## inactive: interfaces ae11
    ##
    aggregated-ether-options {
    lacp {
    active;
    periodic fast;
    }
    }
    unit 0 {
    family ethernet-switching {
    vlan {
    members 101;
    }
    }
    }

     

    When I run: sh interface description - ae11 is not listed. Also two ports belongs to the ae11:

    ge-0/0/16

    inactive: ether-options {
    802.3ad ae11;
    }
    unit 0 {
    family ethernet-switching {
    vlan {
    members 101;
    }
    }
    }

     

    ge-2/0/14

    inactive: ether-options {
    802.3ad ae11;
    }
    unit 0 {
    family ethernet-switching {
    vlan {
    members 101;
    }
    }
    }

     

    How can I activate them both again? Thank You

     



  • 2.  RE: ae11 inactive - how to activate again

    Posted 10-05-2016 12:37

    You can do this:

     

    enter configuration mode with configure

    then

    active interfaces <iinterface>

     

    and commit

     

    ..........



  • 3.  RE: ae11 inactive - how to activate again

    Posted 10-05-2016 13:19

    Hello, I did activate interface ae11 and hit commit, but still interface beloning to that has:

     

    inactive: ether-options {
    802.3ad ae11;
    }
    unit 0 {
    family ethernet-switching {
    vlan {
    members 101;
    }
    }
    }

     

     



  • 4.  RE: ae11 inactive - how to activate again

     
    Posted 10-05-2016 13:29

    Hi,

     

    You can activate ether-options under the member interface, but any logical config should be removed or deactivated. All logical config should be under the ae interface.

    activate interfaces ge-2/0/14 ether-options
    deactivate interfaces ge-2/0/14 unit 0

    Cheers,

    Ashvin



  • 5.  RE: ae11 inactive - how to activate again

    Posted 10-07-2016 05:18

    Thank You so much Ashvin, that fixed the interfaces config, now when I run sh interf descriptioon I see all ae0 ae1 ae3 besides ae11 which is not listed. 

     

    Another question is there any down time? When I hit commit both VM Hosts in ESX went down, I reverted changes and they are up again now.



  • 6.  RE: ae11 inactive - how to activate again

     
    Posted 10-10-2016 01:20

    Hi,

     

    ae11 may not be having any descriptions. To add one:

    set interfaces ae11 descriptions "xxxx"

    I would assume a brief downtime when migrating ports to LAG, the time waiting for LACP negotiation to complete.

     

    Cheers,

    Ashvin



  • 7.  RE: ae11 inactive - how to activate again

    Posted 10-10-2016 12:36

    Thank You, I will test tonigh and let know. 



  • 8.  RE: ae11 inactive - how to activate again

     
    Posted 10-10-2016 13:56

    make sure your AE device count is set to at least 12 as well

     

    https://www.juniper.net/documentation/en_US/junos14.1/topics/task/configuration/link-aggregation-cli.html

     

     



  • 9.  RE: ae11 inactive - how to activate again

    Posted 10-16-2016 08:57

    Thank You,

     

    Looks like ae11 link agg is down:

     

    ae11 up down 

     

    for ae11 if two interfaces are used I supposed to configure:

    set ae11 aggregated-ether-options minimum-links 2  - right?

     

    I don't unrstand "set aggregated-devices ethernet device-count number" 

    in my case if I have ae0 - ae20 and ae11 was deleted in the past I don 't think I have to chnage that number - right?

     

    I am trying to set LACP for VMWARE ESX5.5 two interfaces and they are set to "Route based on the IP hashed"  same as we had with Cisco. Unless the VMWARE ESX LACP now is different story with Juniper but that should work as Cisco worked in the past. 



  • 10.  RE: ae11 inactive - how to activate again

    Posted 10-16-2016 11:58

    looks like set interfaces ge-0/0/16 ether-options 802.3ad lacp force-up worked 

     

    I did same thing for ge-/2/0/14 and now ae11 up up 

     

    is there any other work around? Or this lacp force-up is just fine ?



  • 11.  RE: ae11 inactive - how to activate again

    Posted 10-16-2016 19:19

    Hi,

     

    aggregated-ether-options minimum-links  is not a necessary config. If you have 2 child interfaces and one of them is up then the ae interface should be up after removing minimum-links config.



  • 12.  RE: ae11 inactive - how to activate again

    Posted 10-19-2016 13:10

    Thank You for clarification. I was trying to add one extra interfaces to ae11 however I have this error:

     

    error: xSTP configuration disallowed on interface ge-1/0/25 as it is part of an aggregate bundle
    error: configuration check-out failed

     

     show configuration interfaces ge-1/0/25
    inactive: unit 0;



  • 13.  RE: ae11 inactive - how to activate again

     
    Posted 10-19-2016 15:55

    Hi,

     

    The error is about the interface configured for stp and part of a LAG.

    You may need to delete that interface from rstp:

    delete protocols rstp interface ge-1/0/25

    Cheers,

    Ashvin



  • 14.  RE: ae11 inactive - how to activate again

    Posted 01-19-2017 20:34

    Thank You Ashvin,

     

    what would be if I want to add that interface back to rstp? 



  • 15.  RE: ae11 inactive - how to activate again

     
    Posted 01-19-2017 22:04

    Hi Folks,

    Try adding the aggregate interface ae11 at this point rather than the child interfaces.

     

    set protocols rstp interface ae11



  • 16.  RE: ae11 inactive - how to activate again
    Best Answer

    Posted 01-21-2017 01:38

    I don't unrstand "set aggregated-devices ethernet device-count number"

     

    The ae interfaces are automatically created by Juniper when you set the "aggregated-devices ethernet device-count number" .

    You can configure as many as you want(supported number) but they will only be active when thecount match that number. So it starts from ae0 - aex. if count is set to 1 then ae0 is created, count set to 2 then ae0 and ae1 created and so forth. 

    show interfaces terse | match ae 

    And see if the interfaces you want are members of ae11; it will show you what is up and the protocol running

    Also >show ethernet-switching intefaces