代码仓
中
Query Remote Power On Networking Mode
更新时间: 2026/08/06
在AtomGit上查看源码

Query Remote Power On Networking Mode ​

Change History ​

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

Basic Information ​

Function Description ​

Querying the Networking Mode for Remote Power-On

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDbbh
1:3FruId: 0x000200
4Reserved: 0x00
5SdrType: 0x95

Response Information ​

ByteData Field
1Completion Code
2Networking mode:
0: maintenance network port networking
1: Management network port networking

Command Example ​

Query the networking mode for remote power-on. ​

Request:

bash
ipmitool raw 0x32 0xbb 0x00 0x02 0x00 0x00 0x95

Response:

text
01

Back to Index ​