Set Remote Power On Networking Mode
更新时间: 2026/08/06
在Gitcode上查看源码

Set Remote Power On Networking Mode

Change History

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

Basic Information

Function Description

Set the networking mode for remote power-on.

Privilege

BasicSetting

Command Information

Request Information

ByteData Field
NetFn32h
CMDbch
1:3FruId: 0x000200
4Reserved: 0x00
5SdrType: 0x82
6Networking mode:
0: maintenance network port networking
1: Management network port networking

Response Information

ByteData Field
1Completion Code

Command Example

Set the networking mode for remote power-on to management network port networking.

Request:

bash
ipmitool raw 0x32 0xbc 0x00 0x02 0x00 0x00 0x82 0x01

Response:

text

Back to Index