C H A P T E R  20

Feedback UDP

UDP is a portable implementation of the industry-standard UDP. UDP is used in packet-switched computer communication networks and in interconnected systems of such networks. The software consists of the core UDP protocol and a library that provides a socket layer interface (similar to BSD sockets) for applications like SNMP. The SEFOS UDP module supports a number of standard features in addition to the core protocol.


20.1 UDP Commands

The following is the list of UDP commands:

20.1.1 show udp statistics

Displays the udp statistics.


show udp statistics


Mode

Privileged EXEC

Example

SEFOS# show udp statistics

 

InDatagrams = 81032

OutDatagrams = 83311

HC InDatagrams = 81032

HC OutDatagrams = 83311

UDP No Ports = 2263

UDP In Errors = 0


Related Commands

20.1.2 show udp connections

Displays the udp connections.


show udp connections


Mode

Privileged EXEC

Example

SEFOS# show udp connections

UDP Connections

===============

Local IP Address Type : IPv4

Local IP : 0.0.0.0

Local Port : 631

Remote IP Address Type : IPv4

Remote IP : 0.0.0.0

Remote Port : 0

Local IP Address Type : IPv4

Local IP : 0.0.0.0

Local Port : 1013

Remote IP Address Type : IPv4

Remote IP : 0.0.0.0

Remote Port : 0

Local IP Address Type : IPv4

Local IP : 30.0.0.40

Local Port : 8001

Remote IP Address Type : IPv4

Remote IP : 0.0.0.0

Remote Port : 0


Related Commands

 

Feedback