List all vswif interfaces:
/usr/sbin/esxcfg-vswif -l
Name Port Group IP Address Netmask Broadcast Enabled DHCP
vswif0 Service Console 192.168.5.5 255.255.255.0 192.168.5.255 true false
Delete a vswif interface:
/usr/sbin/esxcfg-vswif -d vswif0
Add a new vswif interface:
/usr/sbin/esxcfg-vswif -a -p"Service Console" -i192.168.5.5 -n255.255.255.0 vswif0
Share this blog post on social media:
TweetAll advice, installation/configuration how to guides, troubleshooting and other information on this website are provided as-is with no warranty or guarantee. Whilst the information provided is correct to the best of my knowledge, I am not reponsible for any issues that may arise using this information, and you do so at your own risk. As always before performing anything; check, double check, test and always ensure you have a backup.