R2511-HP MSR Router Series Layer 3 - IP Services Command Reference(V5)

135
Parameters
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Examples
# Display statistics of UDP packets.
<Sysname> display udp statistics
Received packets:
Total: 0
checksum error: 0
shorter than header: 0, data length larger than packet: 0
unicast(no socket on port): 0
broadcast/multicast(no socket on port): 0
not delivered, input socket full: 0
input packets missing pcb cache: 0
Sent packets:
Total: 0
Table 29 Command output
Field Description
Received
packets
Total Total number of UDP packets received.
checksum error Total number of packets with incorrect checksum.
shorter than header Number of packets with data shorter than head.
data length larger than packet Number of packets with data longer than packet.
unicast(no socket on port) Number of unicast packets with no socket on port.
broadcast/multicast(no socket on
port)
Number of broadcast/multicast packets without socket
on port.
not delivered, input socket full
Number of packets not delivered to an upper layer due to
a full socket cache.
input packets missing pcb cache
Number of packets without matching protocol control
block cache.
Sent packets Total Total number of UDP packets sent.
Related commands
reset udp statistics
ip forward-broadcast (interface view)
Use ip forward-broadcast to enable the interface to forward directed broadcasts to a directly-connected
network.