HP-UNIX :: icmpEchoReqTime

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsHP-UNIXicmpEchoReqTime

icmpEchoReqTime

Module: HP-UNIX

OID (symbolic): HP-UNIX::icmpEchoReqTime

OID (numeric): 1.3.6.1.4.1.11.2.7.2.1.1

Node type: OBJECT-TYPE

Type: INTEGER

Access: read-only

Description: The elapsed time between the time the ICMP echo request is sent to the host identified by the index object icmpEchoReqHost and the time the ICMP echo reply is received at the agent host. The ICMP packet size and the time out to be used for the ICMP echo request are identified by the indices icmpEchoReqPktSize and icmpEchoReqTimeOut. See description of icmpEchoReqTable for more details.

In other words, the number of milliseconds it takes for an ICMP echo request to respond. Other return values: -1 if there is an internal error, -2 if the echo request timed out, -3 if the echo reply is not the correct reply, -4 if the packet size is too large, and -5 if the timeout is invalid.

To request the ICMP response time for IP address a1.a2.a3.a4 with a timeout of t and a packet size of s, send a request for icmpEchoReqTime.s.t.a1.a2.a3.a4.

For example, suppose one wanted to find out the number of milliseconds it took to ping 15.2.112.113, with time out of 8 seconds, and packet size of 75. Accordingly, icmpEchoReqTime.75.8.15.2.112.113 would identify the number of milliseconds.

What is icmpEchoReqTime?

The preferred, standards-friendlier replacement for icmpEchoReq: querying this object (indexed by packet size, timeout, and target host) makes the agent ping that host and returns the round-trip time in milliseconds, or a negative error code as documented under icmpEchoReq. It lets a monitoring station remotely test reachability and latency to arbitrary hosts through this agent without needing direct ICMP access itself.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.11.2.7.2.1.1
snmpwalk -v2c -c public <target> HP-UNIX::icmpEchoReqTime

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.11.2.7.2.1.1.1
snmpget -v2c -c public <target> HP-UNIX::icmpEchoReqTime.1

Start monitoring HP-UX Unix servers with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the HP-UNIX::icmpEchoReqTime OID value, configure state conditions and alerts, and monitor any HP-UX Unix servers from a single console.

OID Breakdown

Upper-level ancestors (8 from the standard OID tree / other modules)
Numeric OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.4privateAirPair-MIB
1.3.6.1.4.1enterprisesAirPair-MIB
1.3.6.1.4.1.11hpCLJ8500-MIB
1.3.6.1.4.1.11.2nmCLJ8500-MIB
Numeric OIDNameModule
1.3.6.1.4.1.11.2.7icmpHP-UNIX
1.3.6.1.4.1.11.2.7.2icmpEchoReqTableHP-UNIX
1.3.6.1.4.1.11.2.7.2.1icmpEchoReqEntryHP-UNIX
1.3.6.1.4.1.11.2.7.2.1.1icmpEchoReqTimeHP-UNIX