All MIBs › UDP-MIB › udpEndpointProcess
udpEndpointProcess
Module: UDP-MIB
OID (symbolic): UDP-MIB::udpEndpointProcess
OID (numeric): 1.3.6.1.2.1.7.7.1.8
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-only
Description: The system's process ID for the process associated with this endpoint, or zero if there is no such process. This value is expected to be the same as HOST-RESOURCES-MIB::hrSWRunIndex or SYSAPPL-MIB:: sysApplElmtRunIndex for some row in the appropriate tables.
What is udpEndpointProcess?
This object reports the operating-system process ID that owns a particular UDP socket endpoint row, or zero if no specific process could be identified. An admin uses this to tie a UDP listening or connected socket back to the actual application process, cross-referencing it against HOST-RESOURCES-MIB's hrSWRunIndex table to get that process's name and other details. For example, a udpEndpointProcess value of 1523 matching the PID shown as ntpd in the host's process table would confirm that endpoint belongs to the NTP daemon.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.7.7.1.8 snmpwalk -v2c -c public <target> UDP-MIB::udpEndpointProcess
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.7.7.1.8.1 snmpget -v2c -c public <target> UDP-MIB::udpEndpointProcess.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::udpEndpointProcess 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 (7 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 |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.7.7 | udpEndpointTable | UDP-MIB |
| 1.3.6.1.2.1.7.7.1 | udpEndpointEntry | UDP-MIB |
| 1.3.6.1.2.1.7.7.1.8 | udpEndpointProcess | UDP-MIB |