USR-PING-MIB

File: USR-PING-MIB.mib (6975 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC USR-DEFINITIONS-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Integer32
Counter32 IpAddress TruthValue
DisplayString common UsrConfigStatus

Defined Types

UsrPingBusyOutEntry  
SEQUENCE    
  usrPingSystem DisplayString
  usrPingServerStatus INTEGER
  usrPingFrequency Integer32
  usrPingMissesAllowed Integer32
  usrPingTimeOut Integer32
  usrPingServerReachable INTEGER
  usrPingServerTimeSinceContacted Integer32
  usrPingServerNumberPingsSent Counter32
  usrPingServerPingsReceived Counter32
  usrPingServerNumberTimeouts Counter32
  usrPingServerNumberUnreachable Counter32
  usrPingServerAverageResponseTime Integer32
  usrPingServerAddress IpAddress
  usrPingServerAverageResponseTimeMS Integer32

Defined Values

usrPing 1.3.6.1.4.1.429.4.36
This MIB Module defines the Commworks enterprise specific interface to the Ping for Services process.
MODULE-IDENTITY    

usrPingVersion 1.3.6.1.4.1.429.4.36.1
The current software version of the Ping Process.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrPingConfigFileName 1.3.6.1.4.1.429.4.36.2
The name of a ConfigFile to read/write permanent database records. If the value of this object is an empty string, then the Ping process uses the default name `@file://PingProcess.cfg'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrPingCFMStatusFlag 1.3.6.1.4.1.429.4.36.3
Setting the value of this object to `save' causes the values of the Ping Group to be written out to the current config file, which is stored in the cfgPingFile object. While the new ConfigFile is being written, the Ping process will set the value of this flag set to `saving''. Any attempts to set the value while it is not `normal' (i.e. the file is currently being written to the ConfigFile) while result in a badValue error being returned. Setting the value to `normal' will result in no action.
Status: current Access: read-write
OBJECT-TYPE    
  UsrConfigStatus  

usrPingBusyOutEnabled 1.3.6.1.4.1.429.4.36.4
The variable defines whether the Ping process will continuously ping a list of systems and busy out the modems if those systems do not respond in the specified period of time.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

usrPingBusyOutTable 1.3.6.1.4.1.429.4.36.5
A list of systems to ping for connectivity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrPingBusyOutEntry

usrPingBusyOutEntry 1.3.6.1.4.1.429.4.36.5.1
An entry containing the server info.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrPingBusyOutEntry  

usrPingSystem 1.3.6.1.4.1.429.4.36.5.1.1
The name or IP address of the system to ping...
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..132)  

usrPingServerStatus 1.3.6.1.4.1.429.4.36.5.1.2
Is this particular server pinged or not?
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), delete(3)  

usrPingFrequency 1.3.6.1.4.1.429.4.36.5.1.3
How many seconds between each ping request.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..200  

usrPingMissesAllowed 1.3.6.1.4.1.429.4.36.5.1.4
The number of allowable misses before this system is declared unreachable.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..1000  

usrPingTimeOut 1.3.6.1.4.1.429.4.36.5.1.5
The number of seconds a ping request can be outstanding before it is declared a miss (failure).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..6000  

usrPingServerReachable 1.3.6.1.4.1.429.4.36.5.1.6
Do we consider this server connected?
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER reachable(1), unreachable(2), badNameOrAddress(3), unTried(4), dnsTimeout(5)  

usrPingServerTimeSinceContacted 1.3.6.1.4.1.429.4.36.5.1.7
The number of seconds since this server was contacted.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrPingServerNumberPingsSent 1.3.6.1.4.1.429.4.36.5.1.8
The number of ping requests sent to this server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPingServerPingsReceived 1.3.6.1.4.1.429.4.36.5.1.9
The number of ping responses received from this server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPingServerNumberTimeouts 1.3.6.1.4.1.429.4.36.5.1.10
The number of ping requests sent but not responded to in the specified time.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPingServerNumberUnreachable 1.3.6.1.4.1.429.4.36.5.1.11
The number of ICMP responses received that indicate the system was unreachable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPingServerAverageResponseTime 1.3.6.1.4.1.429.4.36.5.1.12
The average response time, in seconds, between ping request and response for this server.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrPingServerAddress 1.3.6.1.4.1.429.4.36.5.1.13
The translated IP address of this entry
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrPingServerAverageResponseTimeMS 1.3.6.1.4.1.429.4.36.5.1.14
The average response time, in milliseconds, between ping request and response for this server.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32