Get Configurable Commands
更新时间: 2026/08/06
在Gitcode上查看源码Get Configurable Commands
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Query the configurable command set.
Privilege
User
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 06h |
| CMD | 0Ch |
| 1 | Channel: channel for querying the command support |
| 2 | Operation: indicates the operation parameters for querying the command support. The details are as follows: [0:5] NetFN: NetFN required for querying the command support. [6:7] Operation: Query the command support flag. The values are as follows: 00b: The query command ranges from 00h to 7Fh. 01b: The query command ranges from 80h to FFh. |
| 3 | Specifies the LUN whose command support is to be queried. The value range is [0, 3]. |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2:17 | Support mask. The meaning of each bit in the mask is as follows: 00b: The command cannot be configured. 01b: The command can be configured (disabled/enabled). The overall mask layout is as follows (depending on the operation in the request): byte 1, bit 0 corresponds to command 00h or command 80hbyte 1, bit 7 corresponds to command 07h or command 87h...byte 16, bit 0 correspond to command 78h or command F8hbyte 16, bit 7 corresponds to command 7Fh or command FFh |
Command Example
Query the configurable command set.
Request:
bash
ipmitool raw 0x06 0x0C 0x01 0x06 0x00Response:
text
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00