How to create VLANs on a Dell Networking PowerConnect Switches
Summary: How to create VLAN on Dell Switch, How to create VLAN on PowerConnect, How to set up VLAN on Dell Switch, How to set up VLAN on powerconnect switch
Instructions
This article explains how to create a VLAN on a Dell Networking PowerConnect Switches.
Objectives
1. Vlan Configuration in Command Line2. Verification of VLAN
3. Vlan Configuration in GUI
VLAN Configuration in Command Line
3.x firmware:
|
Command |
Purpose |
|
PC62XX#configure |
Enter configuration mode. |
|
PC62XX(config)#vlan database |
Enter database where VLANs are stored. |
|
PC62XX(config-vlan)#vlan 100 |
Create VLAN. |
|
PC62XX(config-vlan)#exit |
Exit VLAN database. |
|
PC62XX(config)#interface vlan 100 |
Enter virtual interface of VLAN. |
|
PC62XX(config-if-vlan100)#name Finance |
Configure a name for the VLAN. (Optional) |
|
PC62XX(config-if-vlan100)#end |
Exit interface and configuration mode. |
|
PC62XX#show vlan |
Verification of VLAN. |
|
PC62XX(config)#vlan database |
Entering VLAN database to remove the created VLAN. |
|
PC62XX(config-vlan)#no vlan 100 |
Command to remove the VLAN. |
4.x firmware:
|
Command |
Purpose |
|
7000#configure |
Enter configuration mode. |
|
7000#(config)#vlan 100 |
Create VLAN. |
|
7000#(config-vlan100)#name Finance |
Configure a name for the VLAN. (Optional) |
|
7000#(config-vlan100)#end |
Exit interface and configuration mode. |
|
7000#show vlan |
Verification of VLAN. |
|
7000#configure |
Enter configuration mode. |
|
7000#(config)#no vlan 100 |
Command to remove the VLAN. |
|
7000#(config)#exit |
Exit configuration mode. |
Verification of the VLAN
VLAN Configuration in GUI (Graphical User Interface)
1. Log in to the switch thru your internet browser.
2. Open up the menu tree on the left by selecting "Switching"
3. Scroll down to "VLAN" and open that up
4. Select VLAN membership
5. On the far right hand side select the "add" button
6. Type in the number of the VLAN you want to create then the descriptive name in the second text box.
7. Apply changes at the bottom of the page
You have now successfully created a VLAN from the GUI interface of the switch.
