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
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 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 |
| 1.3.6.1.2.1.7.5.1.1 | udpLocalAddress | UDP-MIB |