NMS-REMOTE-PING-MIB

File: NMS-REMOTE-PING-MIB.mib (7292 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
NMS-SMI RFC1155-SMI RFC1213-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Unsigned32 TEXTUAL-CONVENTION
RowStatus TimeStamp TruthValue
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
nmsMgmt nmslocal IpAddress
DisplayString

Defined Types

EntryStatus  
INTEGER valid(1), createRequest(2), underCreation(3), invalid(4)    

RPingResult  
INTEGER reply(1), timeOut(2), ttlExpire(3), unReachable(4)    

RPingSetTableEntry  
SEQUENCE    
  srcIpAddr IpAddress
  waitTime INTEGER 1..3600
  dataSize INTEGER 36..20000
  pkgNum INTEGER 1..200
  rPingSetStatus EntryStatus

RPingResultTableEntry  
SEQUENCE    
  pingIpAddr IpAddress
  pingResult RPingResult
  pkgSize INTEGER 36..20000
  timeOut INTEGER 1..3600

Defined Values

remoteping 1.3.6.1.4.1.3320.2.221
OBJECT IDENTIFIER    

rPingSetTable 1.3.6.1.4.1.3320.2.221.1
A list of remote ping set entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RPingSetTableEntry

rPingSetTableEntry 1.3.6.1.4.1.3320.2.221.1.1
A collection of remote ping parameters to be set in the NMS device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RPingSetTableEntry  

srcIpAddr 1.3.6.1.4.1.3320.2.221.1.1.1
The IP address of the server to ping.
Status: mandatory Access: write-only
OBJECT-TYPE    
  IpAddress  

waitTime 1.3.6.1.4.1.3320.2.221.1.1.2
Timeout in seconds to wait for each reply.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER 0..3600  

dataSize 1.3.6.1.4.1.3320.2.221.1.1.3
Size of each package to ping.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER 36..20000  

pkgNum 1.3.6.1.4.1.3320.2.221.1.1.4
Number of packages to ping.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER 1..200  

rPingSetStatus 1.3.6.1.4.1.3320.2.221.1.1.5
The status of the parameters to be set.
Status: mandatory Access: write-only
OBJECT-TYPE    
  EntryStatus  

rPingResultTable 1.3.6.1.4.1.3320.2.221.2
A list of remote ping result value entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RPingResultTableEntry

rPingResultTableEntry 1.3.6.1.4.1.3320.2.221.2.1
A collection of remote ping result value from NMS device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RPingResultTableEntry  

pingIpAddr 1.3.6.1.4.1.3320.2.221.2.1.1
The IP address of the server to ping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

pingResult 1.3.6.1.4.1.3320.2.221.2.1.2
result value of remote ping .
Status: mandatory Access: read-only
OBJECT-TYPE    
  RPingResult  

pkgSize 1.3.6.1.4.1.3320.2.221.2.1.3
Size of each package to ping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 36..20000  

timeOut 1.3.6.1.4.1.3320.2.221.2.1.4
Timeout in seconds to wait for each reply.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..3600  

rPingResultNotifications 1.3.6.1.4.1.3320.2.221.3
OBJECT IDENTIFIER    

rPingNotification 1.3.6.1.4.1.3320.2.221.3.1
The agent generates this notification when a user set a ping operation to this device. Once a ping response returns, there is a trap to generate.
Status: current Access: read-only
NOTIFICATION-TYPE