Query port rate of a switching chip
更新时间: 2026/08/06
在Gitcode上查看源码Query port rate of a switching chip
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial 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
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | 8bh |
| 1:3 | fruId |
| 4 | portId |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | Lower eight bits of the speed_lsb rate |
| 3 | Upper eight bits of the speed_msb rate |
| 4 | auto_nego: indicates the auto-negotiation status. 0: non-auto-negotiation 1: auto-negotiation |
| 5 | Duplex 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 0x01Response:
text
02 00 01 01