< Home

display udp ipv6 statistics

Function

The display udp ipv6 statistics command displays UDP6 packet statistics.

Format

display udp ipv6 statistics

Parameters

None

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

Usage Scenario

The User Datagram Protocol (UDP) is a simple protocol that exchanges packets on the Internet. You can run the display udp ipv6 statistics command to view statistics about sent and received UDP6 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 UDP6 packet statistics.

<HUAWEI> 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: 1

Sent packets:
     total: 0
     total(64bit high-capacity counter): 0
Table 1 Description of the display udp ipv6 statistics command output

Item

Description

Received packets

Number of received packets.

total

Total number of received and sent packets.

checksum error

Total number of packets with invalid checksum.

shorter than header

Total number of UDP6 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 packet 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.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >