Get RMCP+ Cipher Suites
更新时间: 2026/08/06
在Gitcode上查看源码

Get RMCP+ Cipher Suites

Change History

openUBMC VersionRevision DateDescription
25.062026/04/30Reserved 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

ByteData Field
NetFn30h
CMD93h
1:3Manufacturer 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.
4Sub command, sub command=72h

Response Information

ByteData Field
1Completion Code
2:4Manufacturer 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:8The 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 0x72

Response:

text
db 07 00 0e 00 02 00

Back to Index