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

Close Session

Change History

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

Basic Information

Function Description

Closes the session.

Privilege

Command Information

Request Information

ByteData Field
NetFnApp 06h
CMD3Ch
1:4Session ID.
For IPMI v2.0/RMCP+ this is the Managed System Session ID value that was generated by the BMC, not the ID from the remote console. If Session ID=0000_0000h then an implementation can optionally enable this command to take an additional byte of parameter data that allows a session handle to be used to close a session
(5)Session Handle. (only present if Session ID=0000_0000h)

Response Information

ByteData Field
1Completion Code
87h=invalid Session ID in request
88h=invalid Session Handle in request

Command Example

Close a session.

Request:

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

Response:

text
0f MM NN

Back to Index