Get IP/UDP/RMCP Statistics
更新时间: 2026/08/06
在Gitcode上查看源码

Get IP/UDP/RMCP Statistics

Change History

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

Basic Information

Function Description

Obtains the IP connection information of a specified channel.

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFnTransport 0Ch
CMD04h
1[7:4] = reserved
[3:0] = Channel number
2Clear Statistics
[7:1] = reserved
[0]
0b = don't clear statistics
1b = clear all statistics values to 0

Response Information

ByteData Field
1Completion Code
80h=parameter not supported
2:3IP Packets Received. All statistics returned by this command are 1-based unless otherwise noted. All statistics stop accumulating at FFFFh unless otherwise noted.
4:5Received IP Header Errors
6:7Received IP Address Errors
8:9Fragmented IP Packets Received
10:11IP Packets Transmitted
12:13UDP Packets Received
14:15Valid RMCP Packets Received
16:17UDP Proxy Packets Received
18:19UDP 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 0x01

Response:

text
Get LAN Stats command failed: Unsupported parameter

Back to Index