Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

Re: Uplink from EX3300 VC to EX2300-C not passing traffic for Default Vlan (1)

$
0
0

Sorry for the confustion.  The kb article has this.

 

    ae0 {
        description "A LAG Uplink to EX3300 Virtual Chassis Switch";
        native-vlan-id 1;
        aggregated-ether-options {
            minimum-links 1;
            lacp {
                active;
                periodic fast;
            }
        }
        unit 0 {
            family ethernet-switching {
                interface-mode trunk;
                vlan {
                    members 30;
                }
            }
        }
    }

My switches have this

 

    ae0 {
        description "A LAG Uplink to EX3300 Virtual Chassis Switch";
        aggregated-ether-options {
            minimum-links 1;
            lacp {
                active;
                periodic fast;
            }
        }
        unit 0 {
            family ethernet-switching {
                interface-mode trunk;

                native-vlan-id 1;
                vlan {
                    members 30;
                }
            }
        }
    }


Viewing all articles
Browse latest Browse all 10307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>