PROBERTTEXT-MIB

File: PROBERTTEXT-MIB.mib (9621 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC APENT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
DisplayString probeRttExt

Defined Types

ApProbeRttPortEntry  
SEQUENCE    
  apProbeRttPortIndex Integer32
  apProbeRttPortNumber Integer32
  apProbeRttPortRequests Integer32
  apProbeRttPortResponses Integer32
  apProbeRttPortFailures Integer32

Defined Values

apProbeRttExtMib 1.3.6.1.4.1.2467.1.55.1
The MIB module used to describe the ArrowPoint Communications Tiered Proximity Service RTT Probe Module functionality.
MODULE-IDENTITY    

apProbeRttEnable 1.3.6.1.4.1.2467.1.55.2
This object specifies the state of the Proximity RTT Probe Module. When 'enable' the RTT PM is running on this system. When 'disable' it is not. This object is valid only if apProximityEnable is 'enable'
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

apProbeRttMethod0 1.3.6.1.4.1.2467.1.55.3
This object specifies which probe method is to be tried first. This object is valid only if apProbeRttEnable is 'enable'
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER icmp(0), tcp(1)  

apProbeRttMethod1 1.3.6.1.4.1.2467.1.55.4
This object specifies which probe method is to be tried second. This object is valid only if apProbeRttEnable is 'enable'
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER icmp(0), tcp(1), none(2)  

apProbeRttIcmpSamples 1.3.6.1.4.1.2467.1.55.5
This object specifies the number of ICMP probe requests to be used to calculate the RTT mean. This object is valid only if apProbeRttEnable is 'enable'
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..30  

apProbeRttIcmpInterval 1.3.6.1.4.1.2467.1.55.6
This object specifies the time delay in seconds between consecutive ICMP requests to an individual client. This object is valid only if apProbeRttEnable is 'enable'
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10  

apProbeRttTcpPort0 1.3.6.1.4.1.2467.1.55.7
The first TCP port number to be probed on the client's local name server.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

apProbeRttTcpPort1 1.3.6.1.4.1.2467.1.55.8
The second TCP port number to be probed on the client's local name server. Used only if the first port fails.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

apProbeRttTcpPort2 1.3.6.1.4.1.2467.1.55.9
The third TCP port number to be probed on the client's local name server. Used only if the first and second ports fail.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

apProbeRttTcpPort3 1.3.6.1.4.1.2467.1.55.10
The fourth TCP port number to be probed on the client's local name server. Used only if the first, second and third ports fail.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

apProbeRttLastReset 1.3.6.1.4.1.2467.1.55.11
Elapsed time since the Proximity RTT Probe statistics were reset.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..19)  

apProbeRttTtlProbes 1.3.6.1.4.1.2467.1.55.12
The total number of times that the PDB has probed a client to measure the RTT. This may be more than the total number of unique clients, and may be less than the actual number of ICMP or TCP requests.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apProbeRttAvgProbes 1.3.6.1.4.1.2467.1.55.13
The cumulative average number of probes per minute since last reset.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apProbeRttICMPReqSent 1.3.6.1.4.1.2467.1.55.14
The total number of ICMP requests that have been successfully sent from the PDB in order to measure RTT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apProbeRttICMPResp 1.3.6.1.4.1.2467.1.55.15
The total number of valid ICMP responses that the PDB has received. Valid ICMP responses are used to measure RTT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apProbeRttICMPNoResp 1.3.6.1.4.1.2467.1.55.16
The total number of ICMP requests that were successfully sent that did not receive a reply. The ICMP requests that do not recieve a response are not used to measure RTT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apProbeRttICMPAvgReq 1.3.6.1.4.1.2467.1.55.17
The cumulative average number of ICMP requests per minute that were successfully sent during the time period since last reset.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apProbeRttICMPSendFail 1.3.6.1.4.1.2467.1.55.18
The total number of ICMP requests that the PDB tried to send, but that failed internally, due to a missing route or other problem.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apProbeRttTCPReqSent 1.3.6.1.4.1.2467.1.55.19
The total number of TCP requests that have been successfully sent from the PDB in order to measure RTT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apProbeRttTCPResp 1.3.6.1.4.1.2467.1.55.20
The total number of valid TCP responses that the PDB has recieved. Valid TCP responses are used to measure RTT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apProbeRttTCPNoResp 1.3.6.1.4.1.2467.1.55.21
The total number of TCP request that were successfully sent that did not recieve a usable response. The RCP requests that do not receive a response are not used to measure RTT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apProbeRttTCPAvgReq 1.3.6.1.4.1.2467.1.55.22
The cumulative average number of TCP requests per minute that were successfully sent during the time period since the last reset.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apProbeRttTCPSendFail 1.3.6.1.4.1.2467.1.55.23
The total number of TCP requests that the PDB tried to send, but that failed internally, due to a missing route or other problem.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apProbeRttPortTable 1.3.6.1.4.1.2467.1.55.24
Statistics table for the TCP ports that are used for probing clients.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApProbeRttPortEntry

apProbeRttPortEntry 1.3.6.1.4.1.2467.1.55.24.1
Statistics table entries for TCP ports used for probing clients.
Status: current Access: not-accessible
OBJECT-TYPE    
  ApProbeRttPortEntry  

apProbeRttPortIndex 1.3.6.1.4.1.2467.1.55.24.1.1
The index for port information. Not the actual port number
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..3  

apProbeRttPortNumber 1.3.6.1.4.1.2467.1.55.24.1.2
The TCP port number used for probing the client's name server.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apProbeRttPortRequests 1.3.6.1.4.1.2467.1.55.24.1.3
Total number of successful TCP requests to this port on the client's name server.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apProbeRttPortResponses 1.3.6.1.4.1.2467.1.55.24.1.4
Total number of respones to TCP requests that were sent to this port on the client's local name server.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apProbeRttPortFailures 1.3.6.1.4.1.2467.1.55.24.1.5
Total number of failed TCP requests that were destined for this port on the client's local name server.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32