Sync Management Port IP Configuration Info
更新时间: 2026/08/06
在Gitcode上查看源码Sync Management Port IP Configuration Info
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Interface for Synchronizing IP Address Configuration Information of the Management Network Port
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | 89h |
| 1:3 | fruId, which is set to 0x000400 |
| 4 | DeviceId. Set it to 0x00. |
| 5 | SdrType. Set it to 0x00. |
| 6 | ipCfgId |
| 7 | DataLen |
| 8:dataLen+7 | ipCfgData |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Synchronize the IP address configuration of the management network port.
Request:
bash
ipmitool raw 0x32 0x89 0x00 0x04 0x00 0x00 0x00 0x00 0x05 0x00 0x01 0x02 0x03 0x04Response:
text