All MIBs › UDP-MIB › udpLocalAddress
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
Start monitoring vendor-neutral, standards-based MIB, any host/server/network device running a UDP/IP stack (datagram counter/listener-endpoint status) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the UDP-MIB::udpLocalAddress OID value, configure state conditions and alerts, and monitor any vendor-neutral, standards-based MIB, any host/server/network device running a UDP/IP stack (datagram counter/listener-endpoint status) from a single console.
OID Breakdown
Upper-level ancestors (9 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| 1.3.6.1.2.1.7 | udp | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.7.5 | udpTable | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.7.5.1 | udpEntry | CHECKPOINT-MIB-2 |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.7.5.1.1 | udpLocalAddress | UDP-MIB |