All MIBs › EMD-MIB › serverPingEnabled
serverPingEnabled
Module: EMD-MIB
OID (symbolic): EMD-MIB::serverPingEnabled
OID (numeric): 1.3.6.1.4.1.13742.8.1.3.1.1.3
Node type: OBJECT-TYPE
Type: TruthValue
Access: read-write
Description: Is ping enabled for this server?
What is serverPingEnabled?
Enables or disables ping-based reachability checking for this specific server entry. Turning it off lets an admin temporarily stop monitoring a server (e.g. during planned maintenance) without deleting the entry.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.13742.8.1.3.1.1.3 snmpwalk -v2c -c public <target> EMD-MIB::serverPingEnabled
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.13742.8.1.3.1.1.3.1 snmpget -v2c -c public <target> EMD-MIB::serverPingEnabled.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.13742.8.1.3.1.1.3.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> serverPingEnabled.1
Start monitoring Raritan EMX Environmental Monitoring Device with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the EMD-MIB::serverPingEnabled OID value, configure state conditions and alerts, and monitor any Raritan EMX Environmental Monitoring Device 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.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.13742 | raritan | ASSETMANAGEMENT-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.13742.8 | emd | EMD-MIB |
| 1.3.6.1.4.1.13742.8.1 | configuration | EMD-MIB |
| 1.3.6.1.4.1.13742.8.1.3 | serverReachability | EMD-MIB |
| 1.3.6.1.4.1.13742.8.1.3.1 | serverReachabilityTable | EMD-MIB |
| 1.3.6.1.4.1.13742.8.1.3.1.1 | serverReachabilityEntry | EMD-MIB |
| 1.3.6.1.4.1.13742.8.1.3.1.1.3 | serverPingEnabled | EMD-MIB |