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

Activate Session

Change History

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

Basic Information

Function Description

Activates a session.

Privilege

Command Information

Request Information

ByteData Field
NetFnApp 06h
CMD3Ah
1Authentication Type for session
[7:4] - reserved
[3:0] – Authentication Type
0h = none.
2h = MD5
2Maximum privilege level requested
3:18Challenge String
19:22Outbound Sequence Number

Response Information

ByteData Field
1Completion Code
2Authentication Type for remainder of session
3:6Session ID
7:10Initial inbound seq
11Maximum privilege level allowed for this session
[7:4] - reserved
[3:0] - Maximum Privilege Level allowed
0h = reserved
1h = Callback level
2h = User level
3h = Operator level
4h = Administrator level
5h = OEM Proprietary level
all other = reserved

Command Example

Activate a session.

Request:

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

Response:

text
0f MM NN

Back to Index