You are on page 1of 1

Creating and configuring VLANs in Extreme Switches

Scenario : We have two vlans coming through the trunk link to an Extreme switch.We
have to assign first 15 ports of the 48 port switch to one vlan and the rest of the ports
to another vlan.The two VLANs are named TestVlanA, TestVlanB and tagged 20, 21
respectively.

Connect to the switch and login as admin user.Follow the commands as below

Create the two VLANs


x150-48t# create vlan "TestVlanA"
x150-48t# create vlan "TestVlanB"

Now tag the vlans we created

x150-48t# configure vlan "TestVlanA" tag 20


x150-48t# configure vlan "TestVlanB" tag 21

Now delete all ports from the Default Vlan already in switch

x150-48t# configure vlan "Default" delete ports all

Now tag the vlans to the port where the trunk link is ending

x150-48t# configure "TestVlanA" add port 50 tagged


x150-48t# configure "TestVlanB" add port 50 tagged

Assign the ports to different VLANs

x150-48t# configure vlan "TestVlanA" add port 1-15 untagged


x150-48t# configure vlan "TestVlanB" add port 16-48 untagged

Save the entire configuration

x150-48t# save

And you are done

You might also like