Get Port Test Result
更新时间: 2026/08/06
在Gitcode上查看源码

Get Port Test Result

Change History

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

Basic Information

Function Description

This command is used to obtain the port test result.

Privilege

Command Information

Request Information

ByteData Field
NetFn30h
CMD90h
1Sub command, sub command = 0x26
2Port Type:
0 = Management network port
1=Base Channel
2=Fabric Channel
3=Update Channel
4: ekeying port loopback
5: SMII loopback
6: RMII loopback
7: service network port
8: NCSI test
9=IPMB
3Port Number

Response Information

ByteData Field
1Completion Code
80h=Testing
81h=The test is not started.
2Test Result:
0=Success.
1=Failed.
3Test type
0=Inloop test
1=Outloop test
2: straight-through
All other reserved.
4slot number

Command Example

Obtain the port test result.

Request:

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

Response:

text
0f MM NN

Back to Index