Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

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

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

 

This article explains how to create a VLAN on a Dell Networking PowerConnect Switches.


 

Objectives

 

1.  Vlan Configuration in Command Line
2.  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

 

PC62XX#show vlan
 
VLAN       Name                         Ports          Type      Authorization
-----  ---------------                  -------------  -----     -------------
1      Default                          ch1-48,        Default   Required
                                        1/g2-1/g10,
                                        1/g12-1/g43,
                                        1/g45-1/g48,
                                        1/xg3-1/xg4,
                                        2/g1-2/g48,
                                        2/xg3-2/xg4
100    Finance                                         Static    Required


 

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.


 

 

HOW10366_en_US__1VLAN Membership page



 

Applying changes at the bottom of the page does not save to the startup configuration.  Changes will be lost when the switch is rebooted.  To save properly you will need to save the running configuration to the startup configuration.  This can be completed by going to  System/File Management/Copy Files.

 

Article Properties


Affected Product
PowerConnect 3524, PowerConnect 3524P, PowerConnect 3548, PowerConnect 3548P, PowerConnect 5524, PowerConnect 5524P, PowerConnect 5548, PowerConnect 5548p, PowerConnect 6024, PowerConnect 6024F, PowerConnect 6224, PowerConnect 6224F , PowerConnect 6224P, PowerConnect 6248, PowerConnect 6248P, PowerConnect 7024, PowerConnect 7024F, PowerConnect 7024P, PowerConnect 7048, PowerConnect 7048P, PowerConnect 7048R, PowerConnect 8024, PowerConnect 8024F, PowerConnect 8100 Series ...
Last Published Date

21 Feb 2021

Version

3

Article Type

How To