Skip to main content

Posts

Showing posts with the label ipmiutil

Assign VLAN Tag for Nutanix Hardware using HyperV

You can use the following commands to tag VLAN for IPMI Traffic from HyperV host on Nutanix platform. To set VLAN ID ipmiutil -e -I "IP Address"  -G "Gateway"  -S "SubnetMask"  -h "VLAN ID" To Remove VLAN ID ipmiutil -e  I "IP Address"  -G "Gateway"  -S "SubnetMask"   -h  4099 Note: Remove the quotes while entering command