Get Session Challenge
更新时间: 2026/08/06
在Gitcode上查看源码

Get Session Challenge

Change History

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

Basic Information

Function Description

Obtains the session challenge value.

Privilege

Command Information

Request Information

ByteData Field
NetFnApp 06h
CMD39h
1Authentication Type for session
[7:4] - reserved
[3:0] – Authentication Type
0h = none.
2h = MD5
2:17User Name

Response Information

ByteData Field
1Completion Code
2:5Temporary Session ID. LS byte first.This is a provision for a temporary Session ID that can be given out to parties that have requested challenges, but have not yet activated a session. It can be used as a mechanism to help protect against denial of service attacks by grabbing all free Session IDs.
6:21Challenge string data

Command Example

Obtain the session challenge value.

Request:

bash
ipmicmd -k "0f 00 MM NN" smi 0

Response:

text
0f MM NN

Back to Index