display udp ipv6 statistics
Usage Guidelines
Usage Scenario
Total number of received and sent packets
Total number of discarded packets
Total number of redirected packets
Precautions
The total number of packets received by the device includes the number of forwarded packets, number of packets delivered by the device to the upper layer, and number of discarded packets.
Example
# Display IPv6 UDP packet statistics.
<AC6605> display udp ipv6 statistics
Received packets:
total: 0
total(64bit high-capacity counter): 0
checksum error: 0
shorter than header: 0
invalid message length: 0
no socket on port: 0
no multicast port: 0
not delivered, input socket full: 0
input packets missing pcb cache: 0
packets sent for external pre processing: 0
Sent packets:
total: 0
total(64bit high-capacity counter): 0
Item |
Description |
---|---|
Received packets |
Number of received packets. |
total |
Total number of received and sent packets. |
total(64bit high-capacity counter) |
Total number of packets counted by the 64-bit high-capacity counter. |
checksum error |
Total number of packets with invalid checksum. |
shorter than header |
Total number of IPv6 UDP packets with the length shorter than the packet header. |
invalid message length |
Total number of packets whose data length is longer than the packet length. |
no socket on port |
Number of packets without corresponding sockets on the interface. |
no multicast port |
Number of received packets carrying nonexistent multicast interfaces. |
not delivered, input socket full |
Number of unprocessed packets when the buffer is full. |
input packets missing pcb cache |
Number of received packets failing to find the PCB cache. |
packets sent for external pre processing |
Number of received packets for external preprocessing. |
Sent packets |
Number of sent packets. |