Get BMC Global Enables
更新时间: 2026/08/06
在Gitcode上查看源码

Get BMC Global Enables

Change History

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

Basic Information

Function Description

Queries whether the BMC is enabled globally.

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFnApp 06h
CMD2Fh
-N/A

Response Information

ByteData Field
1Completion Code
2[7]-1b=OEM 2 Enabled
[6]-1b=OEM 1 Enabled
[5]-1b=OEM 0 Enabled
[4]-reserved
[3]-1b=System Event Logging Enabled
[2]-1b=Event Message Buffer Enabled
[1]-1b=Event Message Buffer Full Interrupt Enabled
[0]-1b=Receive Message Queue Interrupt Enabled (this bit also indicates whether KCS communication interrupt are enabled or disabled)
NOTE: If the Receive Message Queue and/or Event Message Full interrupts are not implemented the corresponding Interrupt Enabled status bit should always be returned as 0b

Command Example

Obtain the global BMC enabling status.

Request:

bash
ipmicmd -k "0f 00 06 2F" smi 0

Response:

text
0f 07 00 2f 00 0c

Back to Index