Get IP/UDP/RMCP Statistics
更新时间: 2026/08/06
在Gitcode上查看源码Get IP/UDP/RMCP Statistics
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Obtains the IP connection information of a specified channel.
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | Transport 0Ch |
| CMD | 04h |
| 1 | [7:4] = reserved [3:0] = Channel number |
| 2 | Clear Statistics [7:1] = reserved [0] 0b = don't clear statistics 1b = clear all statistics values to 0 |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code 80h=parameter not supported |
| 2:3 | IP Packets Received. All statistics returned by this command are 1-based unless otherwise noted. All statistics stop accumulating at FFFFh unless otherwise noted. |
| 4:5 | Received IP Header Errors |
| 6:7 | Received IP Address Errors |
| 8:9 | Fragmented IP Packets Received |
| 10:11 | IP Packets Transmitted |
| 12:13 | UDP Packets Received |
| 14:15 | Valid RMCP Packets Received |
| 16:17 | UDP Proxy Packets Received |
| 18:19 | UDP Proxy Packets dropped |
CAUTION: The current command is optional. The completion code 80h is always returned (this parameter is not supported).
Command Example
Obtain the IP connection information of a specified channel.
Request:
bash
ipmitool raw 0x0c 0x04 0x01 0x01Response:
text
Get LAN Stats command failed: Unsupported parameter