FW 07.00.00/HAFM SW 08.06.00 McDATA E/OS SNMP Support Manual (620-000131-620, April 2005)

E
Groups in MIB II
E-49
MIB II
udpEntry
Syntax UdpEntry
Access not-accessible
Status mandatory
Description Information about a particular current UDP listener.
INDEX { udpLocalAddress, udpLocalPort }
Sequence
::= { udpTable 1 }
UdpEntry ::=
SEQUENCE {
udpLocalAddress IpAddress,
udpLocalPort INTEGER (0..65535) }
udpLocalAddress
Syntax IpAddress
Access read-only
Status mandatory
Description The local IP address for this UDP listener. In the case of a UDP
listener which is willing to accept datagrams for any IP interface
associated with the node, the value 0.0.0.0 is used.
Sequence
::= { udpEntry 1 }
udpLocalPort
Syntax INTEGER (0..65535)
Access read-only
Status mandatory
Description The local port number for this UDP listener.
Sequence
::= { udpEntry 2 }