代码仓
中
Query port rate of a switching chip
更新时间: 2026/08/06
在AtomGit上查看源码

Query port rate of a switching chip ​

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 rate of a switching chip.

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMD8bh
1:3fruId
4portId

Response Information ​

ByteData Field
1Completion Code
2Lower eight bits of the speed_lsb rate
3Upper eight bits of the speed_msb rate
4auto_nego: indicates the auto-negotiation status.
0: non-auto-negotiation
1: auto-negotiation
5Duplex working status:
0 indicates the half-duplex status.
1 indicates the full-duplex status.

Command Example ​

Obtain the rate of port 1 on the switching chip. ​

Request:

bash
ipmitool raw 0x32 0x8b 0x00 0x02 0x00 0x01

Response:

text
02 00 01 01

Back to Index ​