How to disable IPMI VLAN

  • 14 August 2015
  • 4 replies
  • 1475 views

Badge +3
hi all,
I have problem for IPMI,Enable the VLAN in the WEB,so now,I con't unable to connect to IPMI.
In order to solve this problem,ihave try the following methods:

This topic has been closed for comments

4 replies

Userlevel 3
Badge +17
Hi muxiaoyuI wonder if this link has at least part of your answer?...next.nutanix.com/t5/Installation-Configuration/IPMI-vlan-How-to-remove-ipmi-vlan-id/m-p/1647Let us know results.
Badge +4
Hi muxiaoyuBecause you are not able to lan communication for IPMI, you need to work on a hypervisor shell.Command is:~ # / Ipmitool [Option] Ipmiutil [Option] ipmiutil lan -e -I [IP Addr] -G [Gateway] -S [Subnet] -h [VLAN ID :To disable the VLAN Id, set the ID to a value greater than 4096.]

Good luck~~
Userlevel 7
Badge +34
Hi 

Thanks for the question, I will see what I can do for you 🙂
Userlevel 4
Badge +18
Adding to 's comment, pasting command from another thread

ipmiutil lan -e -I 10.54.1.109 -G 10.54.1.1 -S 255.255.255.0 -h 0

-h switch determines the VLAN

-Nav