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

Switch Config

Change History

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

Basic Information

Function Description

The configuration restoration command received from the switch is added to the processing queue.

Privilege

Command Information

Request Information

ByteData Field
NetFn30h
CMDE5h
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.
4Data Length
5:6CRC
7Sub Commad
0xF1: request for enabling configuration restoration (SWI->SMM)
0xF3 Configuration recovery ready request (SWI->SMM)
0xF5: request for downloading the configuration recovery file from the SMM (SWI->SMM)
0xF7: request for uploading configuration restoration from the SWI (SWI->SMM)
(8:11)frame_seq
(12:N)Data

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.
5Data Length
6:7CRC
8Sub Commad
0xF2: configuration restoration enabling response (SMM->SWI)
0xF4: response to the configuration restoration request (SMM->SWI)
0xF6: response to the request for downloading configuration restoration from the SMM (SMM->SWI)
0xF8 Configuration restoration response uploaded from the SWI (SMM->SWI)
(9:11)frame_seq
(12:N)Data

Command Example

Request:

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

Response:

text
0f MM NN

Back to Index