Juniper EX Series – Configuring VLANs & Trunking with Native VLAN

Over last few years Juniper has developed a reputation of hard to configure devices but to me it seems very similar to IOS-XR. This post below would explain configuration the steps for creating VLANs and Trunks on Juniper EX series switches - From configuration mode create the VLAN and add access interface to it: root> configure  Entering configuration mode [edit] root# set vlans vlan-id root# set interfaces ge-0/0/.0 family ethernet-switching port-mode access vlan members root# commit  Verify the VLAN and interface: root# run show vlans ------------------------------------------------------- Name           Tag     Adress            Ports Active/Total ------------------------------------------------------- bar           67      ---------           0/0 default       None    ---------           3/5 foo           66      ---------           1/1 root# run show ethernet-switching table | except

http://www.ebrahma.com/2013/08/juniper-ex-series-configuring-vlans-trunking-with-native-vlan/

Labels: