Set Lan Switch Loopback Test Mode
更新时间: 2026/08/06
在Gitcode上查看源码

Set Lan Switch Loopback Test Mode

Change History

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

Basic Information

Function Description

This command is used to set the loopback test mode of a LAN switch on an equipment backplane.

Privilege

Command Information

Request Information

ByteData Field
NetFn30h
CMD90h
1Sub command: 5 Ah
2Loopback test mode
3:040=mode 0, loopback test mode 0
1=mode 1, loopback test mode 1
Reserved

Response Information

ByteData Field
1Completion Code

Command Example

Set the loopback test mode of the LAN switch on the backplane.

Request:

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

Response:

text
0f MM NN

Back to Index