UDP-MIB :: udpLocalAddress

MIB Reference — IPNetwork Monitor

All MIBsUDP-MIBudpLocalAddress

udpLocalAddress

Module: UDP-MIB

OID (symbolic): UDP-MIB::udpLocalAddress

OID (numeric): 1.3.6.1.2.1.7.5.1.1

Node type: OBJECT-TYPE

Type: IpAddress

Access: read-only

Description:

The local IP address for this UDP listener. In the case of a UDP listener that is willing to accept datagrams for any IP interface associated with the node, the value 0.0.0.0 is used.

What is udpLocalAddress?

This OID holds the IP address that a UDP listener is bound to (waiting for incoming messages). It shows which network address this service is listening on. A system administrator would check this to verify that a UDP service is listening on the correct IP address, or 0.0.0.0 if listening on all addresses.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.2.1.7.5.1.1
snmpwalk -v2c -c public <target> UDP-MIB::udpLocalAddress

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.2.1.7.5.1.1.1
snmpget -v2c -c public <target> UDP-MIB::udpLocalAddress.1

OID Breakdown

Numeric OIDNameModule
1isoLANART-AGENT
1.3orgBIANCA-BRICK-PPP-MIB
1.3.6dodBIANCA-BRICK-PPP-MIB
1.3.6.1internetBIANCA-BRICK-PPP-MIB
1.3.6.1.2mgmtBKTEL-HFC862-BASE-MIB
1.3.6.1.2.1mib_2CHECKPOINT-MIB-2
1.3.6.1.2.1.7udpCHECKPOINT-MIB-2
1.3.6.1.2.1.7.5udpTableCHECKPOINT-MIB-2
1.3.6.1.2.1.7.5.1udpEntryCHECKPOINT-MIB-2
1.3.6.1.2.1.7.5.1.1udpLocalAddressUDP-MIB