代码仓
中
Set BMC MAC Address
更新时间: 2026/08/06
在AtomGit上查看源码

Set BMC MAC Address ​

Change History ​

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information ​

Function Description ​

Configure the BMC LAN.

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFn30h
CMD90h
1Sub command, subcommand = 0x44
2EthNum
[7] - Virtual network port tag
0=Physical network port
1=Virtual network port
[6:4]: reserved. The default value is 0.
[3:0]: network port number. For example, 2 corresponds to eth2.
3:NMacAddr

Response Information ​

ByteData Field
1Completion Code

Command Example ​

Set the BMC LAN configuration. ​

Request:

bash
ipmicmd -k "0f 00 30 90 44 00 20 21 12 15 16 03" smi 0
0f 31 00 90 00

Back to Index ​