Set BMC MAC Address
更新时间: 2026/08/06
在Gitcode上查看源码Set BMC MAC Address
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Configure the BMC LAN.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 90h |
| 1 | Sub command, subcommand = 0x44 |
| 2 | EthNum [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:N | MacAddr |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion 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