SRX

last person joined: 2 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  aggregate interface srx 1440

    Posted 08-04-2017 15:17

    Dears,

     

    I need to create mulitple subinterface on the aggregate interface with vlan tagging on srx series 1440 which will connected to cisco switch, what has to be done but from srx i dont know, can anybody share with me a step by step document to create a sub interfaces on the aggregate interface.



  • 2.  RE: aggregate interface srx 1440
    Best Answer

    Posted 08-05-2017 03:58

    #set chassis aggregated-devices ethernet device-count 5 < number of ae interfaces want to create between srx and cisco>

    #set interfaces ae0 aggregated-ether-options lacp active < dynamic monitor the LAG>

    # set interfaces ge-1/0/0 gigether-options 802.3ad ae0 < bindign the phyical interfaces into ae>

    # set interfaces ge-2/0/0 gigether-options 802.3ad ae0

    #set interface ae0 vlan-tagging unit 100 vlan-id 100 family inet address 10.0.0.1/30 < vlan tagging and sub interface configuration and binding the ip address>

    #set interface ae0 vlan-tagging unit 200 vlan-id 200 family inet address 20.0.0.1/30 

     

     

     

    https://www.juniper.net/documentation/en_US/junos/topics/task/configuration/interfaces-layer3-subinterfaces-qfx-series-cli.html

    https://www.juniper.net/documentation/en_US/junos/topics/concept/interfaces-layer3-subinterfaces-ex-series.html



  • 3.  RE: aggregate interface srx 1440

    Posted 08-07-2017 12:33

    thanks buddy,