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

Set RMCP+ Cipher Suites

Change History

openUBMC VersionRevision DateDescription
25.062026/04/30Reserved by openUBMC; this command is not supported yet

Basic Information

Function Description

Enables or disables the RMCP+ cipher suite.

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=71h
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

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.

Command Example

Enable the RMCP+ cipher suite.

Request:

bash
ipmitool raw 0x30 0x93 0xdb 0x07 0x00 0x71 0x0e 0x00 0x02 0x00

Response:

text
db 07 00

Back to Index