Get BMC Net Speed
更新时间: 2026/08/06
在Gitcode上查看源码

Get BMC Net Speed

Change History

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

Basic Information

Function Description

Obtain the BMC network port rate.

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFn30h
CMD90h
1Sub command, subcommand = 0x47
2EthNum
Bit[7:4]: reserved, set to 0
[3:0]: network port number
3Reserved
4Reserved

Response Information

ByteData Field
1Completion Code
2[7:0]-Parameter revision.
Format: MSN=present revision.
LSN=oldest revision parameter is backward compatible with.
11h for parameters in this specification.
3:4Net Speed (2 bytes, little-endian mode)

Command Example

Obtain the BMC network port rate. The result is 1 Gbit/s (GE network port).

Request:

bash
ipmicmd -k "0f 00 30 90 47 02 00 00" smi 0

Response:

text
0f 31 00 90 00 11 e8 03

Back to Index