Jan
11
2008
Adding a Virtual Switch (vswitch) to VMware ESX with a specific number of ports
Posted by: dhubbard in VMWareWhen creating a switch using “esxcfg-vswitch” it is possible to specify the number of ports for the new switch by adding placing a ‘:’ followed by the number of ports right after the vswitch name. So for example to create a vswitch named vSwitch7 with 256 ports the command would be:
esxcfg-vswitch -a vSwitch7:256
Entries (RSS)
July 17th, 2008 at 7:30 am
[...] ran across this very useful tip for creating a vSwitch with a specific number of ports. It looks like Dwight Hubbard, the [...]