- Table of Contents
-
- 13-Network Management and Monitoring
- 01-DISMAN-EVENT-MIB
- 02-DISMAN-PING-MIB
- 03-DISMAN-TRACEROUTE-MIB
- 04-HH3C-MIRRORGROUP-MIB
- 05-HH3C-NQA-MIB
- 06-HH3C-NTP-MIB
- 07-HH3C-RMON-EXT2-MIB
- 08-HH3C-SNMP-EXT-MIB
- 09-RMON-MIB
- 10-RMON2-MIB
- 11-SFLOW-MIB
- 12-SNMP-FRAMEWORK-MIB
- 13-SNMP-MPD-MIB
- 14-SNMP-NOTIFICATION-MIB
- 15-SNMP-TARGET-MIB
- 16-SNMP-USER-BASED-SM-MIB
- 17-SNMP-VIEW-BASED-ACM-MIB
- 18-SNMPv2-MIB
- Related Documents
-
Title | Size | Download |
---|---|---|
02-DISMAN-PING-MIB | 115.68 KB |
DISMAN-PING-MIB
About this MIB
Use this MIB to implement the ping utility defined by RFC 2925. Ping operations are performed by NQA ICMP echo probes.
To implement DISMAN PING, the devices must support this MIB. This MIB cannot be used together with CLI.
MIB file name
rfc2925-disman-ping.mib
Root object
iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).pingMIB(80)
Scalar objects
pingMaxConcurrentRequests (1.3.6.1.2.1.80.1.1)
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
pingMaxConcurrentRequests (1.3.6.1.2.1.80.1.1) |
read-write |
Unsigned32 |
Standard MIB values. |
Maximum number of concurrent active ping requests that are allowed within an agent implementation. |
Only read is supported. |
Tabular objects
pingProbeHistoryTable
About this table
This table obtains information about ping history result information.
Support for operations
Create:Not supported
Edit/Modify:Not supported
Delete:Not supported
Read:Not supported
Columns
The table index is pingProbeHistoryIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
pingProbeHistoryTime (1.3.6.1.2.1.80.1.4.1.5) |
read-only |
DateAndTime |
Standard MIB values. |
Date and time when the result was determined. |
As per the MIB. |
Notifications
pingProbeFailed
Basic information
OID |
Event |
Type |
Severity |
Recovery notification |
Default status |
1.3.6.1.2.1.80.0.1 |
A ping operation failure was detected. |
Informational |
Warning |
N/A (N/A) |
OFF |
Notification triggers
This notification is generated when the number of consecutive probe failures in a ping operation reaches the specified value. The following might be the ping failure reasons:
The destination address does not exist.
The destination address exists but is unreachable.
The network latency is large and the round-trip time of packets is larger than the specified timeout time.
System impact
The device cannot communicate with the ping destination.
Status control
ON
CLI: Use the reaction trap probe-failure command.
OFF
CLI: Use the undo reaction trap probe-failure command.
Object
OID (object name) |
Description |
Index |
Type |
Value range |
1.3.6.1.2.1.80.1.2.1.3 (pingCtlTargetAddressType) |
Destination address type. |
pingCtlOwnerIndex pingCtlTestName |
InetAddressType |
Standard MIB values. |
1.3.6.1.2.1.80.1.2.1.4 (pingCtlTargetAddress) |
Destination address. |
pingCtlOwnerIndex pingCtlTestName |
InetAddress |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.1 (pingResultsOperStatus) |
Operation status. |
pingCtlOwnerIndex pingCtlTestName |
INTEGER |
enabled(1),, disabled(2) |
1.3.6.1.2.1.80.1.3.1.2 (pingResultsIpTargetAddressType) |
Destination address type in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
InetAddressType |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.3 (pingResultsIpTargetAddress) |
Destination address in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
InetAddress |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.4 (pingResultsMinRtt) |
Minimum round-trip time in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
Unsigned32 |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.5 (pingResultsMaxRtt) |
Maximum round-trip time in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
Unsigned32 |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.6 (pingResultsAverageRtt) |
Average round-trip time in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
Unsigned32 |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.7 (pingResultsProbeResponses) |
Number of received echo replies in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
Unsigned32 |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.8 (pingResultsSentProbes) |
Number of sent echo requests in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
Unsigned32 |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.9 (pingResultsRttSumOfSquares) |
Sum of squares for the round-trip time in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
Unsigned32 |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.10 (pingResultsLastGoodProbe) |
Date and time when the last echo reply was received in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
DateAndTime |
Standard MIB values. |
Recommended action
1.In NQA operation view, execute the display this command to identify whether the destination address is configured correctly.
- If the destination address is correct, go to step 2.
- If the destination address is incorrect, execute the destination ip command to change the destination address, and then perform the ping operation again.
If no notification is generated, the issue is cleared.
If the notification is generated, go to step 2.
2.In NQA operation view, execute the ping command to identify whether the destination address is reachable.
- If the destination address is reachable, go to step 3.
- If the destination address is unreachable, locate routing issues. For example, execute the display ip routing-table command to verify routing table information.
3.In NQA operation view, execute the probe timeout command to set the probe timeout time, and then perform the ping operation again.
4.If the issue persists, collect alarm information and configuration data, and then contact H3C Support for help.
pingTestFailed
Basic information
OID |
Event |
Type |
Severity |
Recovery notification |
Default status |
1.3.6.1.2.1.80.0.2 |
A ping operation failed. |
Informational |
Warning |
N/A (N/A) |
OFF |
Notification triggers
This notification is generated when the number of consecutive probe failures in a ping operation reaches the specified value. The following might be the ping failure reasons:
The destination address does not exist.
The destination address exists but is unreachable.
The network latency is large and the round-trip time of packets is larger than the specified timeout time.
System impact
The device cannot communicate with the ping destination.
Status control
ON
CLI: Use the reaction trap test-failure [ accumulate-probe-failures ] command.
OFF
CLI: Use the undo reaction trap test-failure [ accumulate-probe-failures ] command.
Object
OID (object name) |
Description |
Index |
Type |
Value range |
1.3.6.1.2.1.80.1.2.1.3 (pingCtlTargetAddressType) |
Destination address type. |
pingCtlOwnerIndex pingCtlTestName |
InetAddressType |
Standard MIB values. |
1.3.6.1.2.1.80.1.2.1.4 (pingCtlTargetAddress) |
Destination address. |
pingCtlOwnerIndex pingCtlTestName |
InetAddress |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.1 (pingResultsOperStatus) |
Operation status. |
pingCtlOwnerIndex pingCtlTestName |
INTEGER |
enabled(1),, disabled(2) |
1.3.6.1.2.1.80.1.3.1.2 (pingResultsIpTargetAddressType) |
Destination address type in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
InetAddressType |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.3 (pingResultsIpTargetAddress) |
Destination address in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
InetAddress |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.4 (pingResultsMinRtt) |
Minimum round-trip time in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
Unsigned32 |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.5 (pingResultsMaxRtt) |
Maximum round-trip time in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
Unsigned32 |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.6 (pingResultsAverageRtt) |
Average round-trip time in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
Unsigned32 |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.7 (pingResultsProbeResponses) |
Number of received echo replies in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
Unsigned32 |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.8 (pingResultsSentProbes) |
Number of sent echo requests in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
Unsigned32 |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.9 (pingResultsRttSumOfSquares) |
Sum of squares for the round-trip time in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
Unsigned32 |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.10 (pingResultsLastGoodProbe) |
Date and time when the last echo reply was received in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
DateAndTime |
Standard MIB values. |
Recommended action
1.In NQA operation view, execute the display this command to identify whether the destination address is configured correctly.
- If the destination address is correct, go to step 2.
- If the destination address is incorrect, execute the destination ip command to change the destination address, and then perform the ping operation again.
If no notification is generated, the issue is cleared.
If the notification is generated, go to step 2.
2.In NQA operation view, execute the ping command to identify whether the destination address is reachable.
- If the destination address is reachable, go to step 3.
- If the destination address is unreachable, locate routing issues. For example, execute the display ip routing-table command to verify routing table information.
3.In NQA operation view, execute the probe timeout command to set the probe timeout time, and then perform the ping operation again.
4.If the issue persists, collect alarm information and configuration data, and then contact H3C Support for help.
pingTestCompleted
Basic information
OID |
Event |
Type |
Severity |
Recovery notification |
Default status |
1.3.6.1.2.1.80.0.3 |
A ping operation completed. |
Informational |
Warning |
N/A (N/A) |
OFF |
Notification triggers
This notification is generated when a ping operation completes.
System impact
No impact on the system.
Status control
ON
CLI: Use the reaction trap test-complete command.
OFF
CLI: Use the undo reaction trap test-complete command.
Object
OID (object name) |
Description |
Index |
Type |
Value range |
1.3.6.1.2.1.80.1.2.1.3 (pingCtlTargetAddressType) |
Destination address type. |
pingCtlOwnerIndex pingCtlTestName |
InetAddressType |
Standard MIB values. |
1.3.6.1.2.1.80.1.2.1.4 (pingCtlTargetAddress) |
Destination address. |
pingCtlOwnerIndex pingCtlTestName |
InetAddress |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.1 (pingResultsOperStatus) |
Operation status. |
pingCtlOwnerIndex pingCtlTestName |
INTEGER |
enabled(1),, disabled(2) |
1.3.6.1.2.1.80.1.3.1.2 (pingResultsIpTargetAddressType) |
Destination address type in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
InetAddressType |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.3 (pingResultsIpTargetAddress) |
Destination address in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
InetAddress |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.4 (pingResultsMinRtt) |
Minimum round-trip time in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
Unsigned32 |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.5 (pingResultsMaxRtt) |
Maximum round-trip time in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
Unsigned32 |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.6 (pingResultsAverageRtt) |
Average round-trip time in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
Unsigned32 |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.7 (pingResultsProbeResponses) |
Number of received echo replies in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
Unsigned32 |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.8 (pingResultsSentProbes) |
Number of sent echo requests in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
Unsigned32 |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.9 (pingResultsRttSumOfSquares) |
Sum of squares for the round-trip time in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
Unsigned32 |
Standard MIB values. |
1.3.6.1.2.1.80.1.3.1.10 (pingResultsLastGoodProbe) |
Date and time when the last echo reply was received in the probe result. |
pingCtlOwnerIndex pingCtlTestName |
DateAndTime |
Standard MIB values. |
Recommended action
No action is required.