Specifications

Configuring and Managing VLANs
RoamAbout Mobility System Software Configuration Guide 4-17
Creating a VLAN
TocreateaVLAN,usethefollowingcommand:
set vlan vlan-num name name
SpecifyaVLANnumberfrom2to4093,andspecifyanameupto16 alphabeticcharacterslong.
YoucannotuseanumberasthefirstcharacterinaVLANname.Enterasys Networksrecommends
thatyoudonotusethesamenamewithdifferentcapitalizationsforVLANsorACLs.For
example,donot
configuretwoseparateVLANswiththenamesredandRED.
YoumustassignanametoaVLANbeforeyoucanaddportstotheVLAN.Youcanconfigurethe
nameandaddportswithasinglesetvlancommandorseparatesetvlancommands.
OnceyouassignaVLANnumber
toaVLAN,youcannotchangethenumber.However,youcan
changeaVLAN’sname.
Example
ToassignthenameredtoVLAN2,typethefollowingcommand:
RBT-8100# set vlan 2 name red
AfteryoucreateaVLAN,youcanusetheVLANnumberortheVLANnameincommands.In
addition,theVLANnameappearsinCLIandRoamAboutSwitchManagerdisplays.
Adding Ports to a VLAN
ToaddaporttoaVLAN,usethefollowingcommand:
set vlan vlan-id port port-list [tag tag-value]
Youcanspecifyatagvaluefrom1through4093.
Examples
Toaddport2toVLANred,typethefollowingcommand:
RBT-8100# set vlan red port 2
success: change accepted.
Optionally,youalsocanspecifyatagvaluetobeusedontrunked802.1Qports.
ToassignthenamemarigoldtoVLAN4,addport1:
RBT-8100# set vlan 4 name marigold port 1
success: change accepted.
Note: Enterasys Networks recommends that you do not use the name default. This name is already
used for VLAN 1. Enterasys Networks also recommends that you do not rename the default VLAN.
Note: MSS does not remove a port from other VLANs when you add the port to a new VLAN. If a
new VLAN causes a configuration conflict with an older VLAN, remove the port from the older VLAN
before adding the port to the new VLAN.