Get RMCP+ Cipher Suites
更新时间: 2026/08/06
在Gitcode上查看源码Get RMCP+ Cipher Suites
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2026/04/30 | Reserved by openUBMC; this command is not supported yet |
Basic Information
Function Description
Queries whether the RMCP+ cipher suite is enabled.
CAUTION:Restrictions: iBMC 300 and later versions and all openUBMC versions do not support this command. Exercise caution when using this command.
Privilege
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 93h |
| 1:3 | Manufacturer ID, LS Byte first. The length is fixed to three bytes. For example, if the vendor ID is 2011 and the corresponding hexadecimal value is 0x0007DB, the first byte is DBh, the second byte is 07h, and the third byte is 00h. |
| 4 | Sub command, sub command=72h |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2:4 | Manufacturer ID, LS Byte first. The length is fixed to three bytes. For example, if the vendor ID is 2011 and the corresponding hexadecimal value is 0x0007DB, the first byte is DBh, the second byte is 07h, and the third byte is 00h. |
| 5:8 | The cipher suite type is the ID defined by Cipher Suite IDs in table Table 22-19 in the IPMI specification. Indicates the enable status of the RMCP+ cipher suite. Bits 0 to 19 indicate the enable status of the cipher suite with the ID ranging from 0 to 19. If bits 0 to 19 are set to 1, the cipher suite is enabled. The low byte is in the front. [31:18]:reserved [17] -C17 suite [16:4]: unsupport [3] -C3 suite [2] -C2 suite [1] -C1 suite [0]: unsupport 0=disable (disable the cipher suite) 1=enable (enable the cipher suite) |
Command Example
Query whether the RMCP+ cipher suite is enabled.
Request:
bash
ipmitool raw 0x30 0x93 0xdb 0x07 0x00 0x72Response:
text
db 07 00 0e 00 02 00