This article explains how to create a VLAN on a Dell Networking PowerConnect Switches.
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. |
You have now successfully created a VLAN from the GUI interface of the switch.