代码仓
中
Sync Management Port IP Configuration Info
更新时间: 2026/08/06
在AtomGit上查看源码

Sync Management Port IP Configuration Info ​

Change History ​

openUBMC VersionRevision DateDescription
25.062025/06/26Initial 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 ​

ByteData Field
NetFn32h
CMD89h
1:3fruId, which is set to 0x000400
4DeviceId. Set it to 0x00.
5SdrType. Set it to 0x00.
6ipCfgId
7DataLen
8:dataLen+7ipCfgData

Response Information ​

ByteData Field
1Completion 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 0x04

Response:

text

Back to Index ​