Switching

 View Only
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

ae interfaces

  • 1.  ae interfaces

    Posted 03-09-2021 12:27
    I'm new to juniper and i was wondering do i have to start with ae0 or can i create and start with  interface numbers such as ae10 instead?


  • 2.  RE: ae interfaces

     
    Posted 03-09-2021 12:31
    Hi GXS,

    You can start with ae10.  Did you have issues to commit or make it work?

    Regards,

    Randall


  • 3.  RE: ae interfaces

    Posted 03-09-2021 12:50
    Randero,

    Thanks for the info.

    No issues just on design aspect .


  • 4.  RE: ae interfaces

    Posted 03-09-2021 12:35
    You can start with any number as long as the interface has been created.  To have ae10 available you need to have done: 

    set chassis aggregated-devices ethernet device-count 11 (or higher).

    Regards, 



  • 5.  RE: ae interfaces

    Posted 03-09-2021 12:48
    Ylara,

    Thanks for the info.

    So if i understand correctly you can't start with ae10 since there created automatically.


  • 6.  RE: ae interfaces

    Posted 03-09-2021 13:01
    Ylara,

    The reason I'm asking is we are in the process of building another site next to our HQ building and the plan was to have a virtual switch split between the two building if you follow what i'm saying.  we were thinking of having two ex4600 and one ex 4300 in one building  and have the same setup in the other building and tie them together as one virtual switch.


  • 7.  RE: ae interfaces

    Posted 03-09-2021 16:11
    I think you'd be better off not spanning the virtual chassis between buildings.  Route between the buildings and save yourself years of regret.  If you need to extend layer 2, use EVPN, or separate fiber.



  • 8.  RE: ae interfaces

    Posted 03-09-2021 21:57
    Brantonyc,

    any specific reason you think it's a bad idea to spanning the virtual chassis between two building?


  • 9.  RE: ae interfaces

    Posted 03-09-2021 13:08
    With Junos, you need to specify the number of AE interfaces you want to have supported on the device.  For example, if you specify device-count 3, you would be able to configure ae0, ae1, and ae2.  If you want to start at ae10, you would need to specify 11 ( since numbering starts at 0).    You do not need to use ae0-9 if you do not want to, yet they will be available if you want.





    ------------------------------
    Jeff Fry
    -
    Fryguy.Net
    NORTHAMPTON
    4843501173
    ------------------------------



  • 10.  RE: ae interfaces

    Posted 03-09-2021 14:20
    Hi Jeff,

    on another subject I have a ex2300 switch  which is online and i want to  add a 2nd switch to make it a virtual switch. 
    The 2nd switch was added and connected with DAC and i was planning to to do the following to configure the virtual switch.

    edit
    set virtual-chassis preprovisioned
    set virtual-chassis no-split-detection
    set virtual-chassis member 0 role routing-engine
    set virtual-chassis member 0 serial-number xxxxxxxxxxx
    set virtual-chassis member 1 role routing-engine
    set virtual-chassis member 1 serial-number xxxxxxxxxxx

    commit check
    commit confirm
    commit

    add this command to each switch. 

    request virtual-chassis vc-port set pic-slot 1 port 0
    request virtual-chassis vc-port set pic-slot 1 port 1




  • 11.  RE: ae interfaces

     
    Posted 03-09-2021 14:31
    This should work to form EX2300 VC.


  • 12.  RE: ae interfaces

    Posted 03-09-2021 15:54
    Edited by ylara 03-09-2021 16:01
    Well, what is your definition of "start with"? 

    You have to do set chassis aggregated-devices ethernet device-count 11 for interface ae10 to even exist (no ae interface exists by default or is created automatically) 

    As Jeff mentioned, device-count 11 creates ae0 to ae10 (though they don't show in the config).  Then, you can "start with" ae10. Meaning, configure and use only ae10, and ignore ae0 to ae9.