The display udp ipv6 statistics command can be used to display statistics about UDP IPv6 packets.
# Display statistics about the UDP IPv6 packets.
<sysname> display udp ipv6 statistics
Received packets:
Total: 0
checksum error: 0
shorter than header: 0, data length larger than packet: 0
no socket on port: 0
no multicast port: 0
not delivered, input socket full: 0
input packets missing pcb cache: 0
Sent packets:
Total: 0
Item |
Description |
|---|---|
Total |
Total number of the received or sent packets |
checksum error |
Total number of packets with invalid checksum |
shorter than header |
Total number of IPv6 UDP packets with the packet length shorter than the packet header length |
data length larger than packet |
Total number of the packets whose data length is longer than packet length |
no socket on port |
Number of the packets without corresponding sockets on the port |
no multicast port |
Number of the received packets carrying nonexistent multicast ports |
not delivered, input socket full |
Number of unprocessed packets when the buffer is full |
input packet missing PCB cache |
Failing to find the number of the received packets cached in PCB |