Changing the VLAN ID of a ESX Service Console using Command Line
A good amount of ESX admins ask on dialy basis how to change the VMware ESX Service Console Vlan using command line. As I decided to save time by writing the steps for these kind of questions to send it to others when asked. I will document these commands in here:
First of all check which vSwitch the Service Console is on (and the name of the Service Console) with esxcfg-vswitch -l (Note: The default service Console switch is vSwitch0 & default name is “Service Console”.)
To set a vlan id on the service console use:
esxcfg-vswitch vSwitch0 -v X -p “Service Console” (Replace X with the desired VLAN number)
To remove the vlan id completely, you will need to set it to 0 using the following command:
esxcfg-vswitch vSwitch0 -v 0 -p “Service Console”
Please note both commands above had assumed the name of your service console & switch are “Service Console” & vSwitch0 as they more probably are as these are the default values. If you have changed them, please replace these with your values.
I hope this tip will help many of you out there. If I had gave you the link to fix your problem as a friend or a customer, then I hope it save you the cost of an engineer trip to your place
. Please leave your feedback & comments as these are highly appreciated
.



July 31st, 2009 at 1:58 pm
Hi Eiad,
Thank you for good explanation,
I was confused with the command line syntax until I come across your post and removed vlan as you recommended here.
Thanks again!
Alex
August 11th, 2009 at 12:23 pm
Thanks for the help.
October 7th, 2009 at 4:31 am
Perfect explanation!Thanks a LOT!
April 12th, 2010 at 5:06 am
Dear Eiad,
thanks for use ful post. I need information if i have already ESX4 2 box with 3 VMs each, but networking is installed as typical, i.e. only NIC is used from both boxes, for Serv console and no VLANs defined.
If now i want to segregare the CS and VMs NICs traffic to other PHYSICAL NICs of both boxes it is posible?
Can we join 2 ESX hosts with Cross Cable to interconnect and testing Vmotion as there is no storage inside them?
BR,
Aamir
April 13th, 2010 at 2:42 pm
Hi Aamir,
I am sorry, but I had a bit of hard time trying to understand what you are trying to achieve. Though if what you need is to have the service console has a dedicated NIC & the VMS to have another dedicated NIC then yes its possible to do so.
One way to achieve the above would be to create two virtual switches & each use a different NIC card. You dedicate one virtual switch for Service Console & use the other one for the VM NICs. Another way to achieve the same would be to create one switch with two port groups, & dedicate a different NIC to each port group.
If you only have two NIC cards in your server, then you can connect these cards to trunk port on the switch & team them from the ESX side. That will allow you to create multiple port groups on the vSwitch with each having its own segregated vLan although all the traffic is passing on the same two NIC cards.
For your last point, its totally not clear as you will require a shared storage to achieve vMotion no matter what. Though you can always build your software iSCSI, use NAS, or use third party solution which can get the local disk on ESX server look like a shared disk to be used for VMotion.
I hope this help,
Eiad
June 11th, 2010 at 8:47 am
thanx dude
June 15th, 2010 at 10:17 am
Thanks, this was really usefull !
June 23rd, 2010 at 8:43 am
Hi Allan/oezgwer,
I am glad that you both have found it useful.
Enjoy,
Eiad
August 1st, 2010 at 8:21 am
Life saver. I got locked out while configuring the vlan.
August 4th, 2010 at 8:07 am
Hi Chris,
Great to know that my VLAN changing article has helped you. I guess the power of command line & service console never seems to fade out
.
Enjoy,
Eiad