Switch Config
更新时间: 2026/08/06
在Gitcode上查看源码Switch Config
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial 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
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | E5h |
| 1:3 | Manufacturer 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. |
| 4 | Data Length |
| 5:6 | CRC |
| 7 | Sub 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
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2:4 | Manufacturer 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. |
| 5 | Data Length |
| 6:7 | CRC |
| 8 | Sub 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 0Response:
text
0f MM NN