Switching

last person joined: yesterday 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  cant route between vlans (SRX & EX)

    Posted 01-18-2018 01:55

    i configured ae0 aggragation link between SRX and EX switches as below:

    the link worked but i want SRX to route between these vlans. when i tried to add interface ae0 to zone trust i got an error to config unit 0 at ae0 interface!.

     

    SRX:

        ae0 {
            vlan-tagging;
            aggregated-ether-options {
                minimum-links 1;
                lacp {
                    passive;
                }
            }
            unit 2 {
                vlan-id 2;
                family inet {
                    address 192.168.22.1/24;
                }
            }
            unit 3 {
                vlan-id 3;
                family inet {
                    address 192.168.33.1/24;
                }

    -----------------------------------------

    EX:

        ae0 {
            aggregated-ether-options {
                minimum-links 1;
                lacp {
                    active;
                }
            }
            unit 0 {
                family ethernet-switching {
                    port-mode trunk;
                    vlan {
                        members 2-3;
                    }

     

        ge-0/0/22 {
            unit 0 {
                family ethernet-switching {
                    port-mode access;
                    vlan {
                        members vlan-2;
                    }


        ge-0/0/23 {
            unit 0 {
                family ethernet-switching {
                    port-mode access;
                    vlan {
                        members vlan-3;

    ------------------------------------------------------

     



  • 2.  RE: cant route between vlans (SRX & EX)
    Best Answer

    Posted 01-19-2018 03:14

    On the SRX you add interfaces to the zone down to the unit number.

    So these are the interfaces you would add to the zone

    ae0.1

    ae0.2