Wednesday, September 16, 2020

How to set BMC MAC Address by ipmi command

 

Set Manufacture Data Command

#ipmitool -H <BMC IP> -U root -P <BMC password> raw 0x2e 0xd 0xfd 0x19 0x0 0x5  00 22 44 66 88 22 (= BMC MAC 1 Address, 6 Bytes)

 

Get Manufacture Data Command:

#ipmitool -H <BMC IP> -U root -P <BMC password> raw 0x2e 0xe 0xfd 0x19 0x0 0x5

fd 19 00 00 22 44 66 88 22

No comments:

Post a Comment

How to modify BMC function

 #Reset BMC password to default # ipmitool raw 0x32 0x66 #Enable BMC LAN # ipmitool raw 0x32 0xaa 0x00 #Disable BMC LAN # ipmitool raw 0x32 ...