TELDAT-MON-FEATURES-NSM-MIB

File: TELDAT-MON-FEATURES-NSM-MIB.mib (139556 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB TELDAT-SW-STRUCTURE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Counter32 Gauge32
TimeTicks MODULE-COMPLIANCE OBJECT-GROUP
DisplayString TruthValue RowStatus
TimeInterval TimeStamp TEXTUAL-CONVENTION
OwnerString telProdNpMonFeatures

Defined Types

NsmRttOperation  
The following are specific NSM (RTT) operations for a particular probe type: httpGet(1) - HTTP get request httpRaw(2) - HTTP request with user defined payload ftpGet(3) - FTP get request ftpPassive(4) - FTP passive mode ftpActive(5) - FTP active mode.
TEXTUAL-CONVENTION    
  INTEGER httpGet(1), httpRaw(2), ftpGet(3), ftpPassive(4), ftpActive(5)  

NsmRttResponseSense  
These are the defined values for a completion status of a RTT operation. ok(1) - a valid completion occurred and timed successfully disconnected(2) - the operation did not occur because the connection to the target was lost overThreshold(3) - a valid completion was received but the completion time exceeded a threshold value timeout(4) - an operation timed out; no completion time recorded busy(5) - the operation did not occur because a previous operation is still outstanding notConnected(6) - the operation did not occur because no connection (session) exists with the target dropped(7) - the operation did not occur due to lack of internal resource sequenceError(8) - a completed operation did not contain the correct sequence id; no completion time recorded verifyError(9) - a completed operation was received, but the data it contained did not match the expected data; no completion time recorded applicationSpecific(10) - the application generating the operation had a specific error dnsServerTimeout(11) - DNS Server Timeout tcpConnectTimeout(12) - TCP Connect Timeout httpTransactionTimeout(13) - HTTP Transaction Timeout dnsQueryError(14) - DNS Query error (because of unknown address etc.,) httpError(15) - HTTP Response StatusCode is not OK (200) then HTTP error is set. error(16) - if there are socket failures or some other errors not relevant to the actual probe, they are recorded under this error.
TEXTUAL-CONVENTION    
  INTEGER ok(1), disconnected(2), overThreshold(3), timeout(4), busy(5), notConnected(6), dropped(7), sequenceError(8), verifyError(9), applicationSpecific(10), dnsServerTimeout(11), tcpConnectTimeout(12), httpTransactionTimeout(13), dnsQueryError(14), httpError(15), error(16)  

NsmRttType  
Specifies the type of RTT operation to be performed. The value 'echo' will cause the RTT application to perform a timed echo request/response operation directed at the 'NsmRttTargetAddress'. The value 'http' will cause the RTT application to perform a download of the object specified in the URL. The value 'jitter' will cause the RTT application to perform delay variance analysis.
TEXTUAL-CONVENTION    
  INTEGER echo(1), http(7), jitter(9)  

NsmRttProtocol  
Specifies the protocol to be used to perform the timed echo request/response. The following protocols are defined: NOTE: All protocols that end in 'Appl' will support the asymetric request/response (ARR) protocol. See the DESCRIPTION of teldatNsmMonMIB for a complete description of the asymetric request/response protocol. notApplicable - no protocol is defined ipIcmpEcho - uses Echo Request/Reply as defined in RFC792 for Internet Protocol networks httpAppl - uses udp for name resolution, tcp connect and tcp data transfer mechanisms for HTTP data download from a particular HTTP Server jitterAppl - uses udp for packet transfers.
TEXTUAL-CONVENTION    
  INTEGER notApplicable(1), ipIcmpEcho(2), httpAppl(25), jitterAppl(27)  

NsmRttTargetAddress  
A string which specifies the address of the target for the RTT (NSM) operation; a value of NsmRttTargetAddress which corresponds to a 'broadcast' address is disallowed. The interpretation of this string depends on the type of RTT operation selected, as specified by NsmRttProtocol; consequently, this object cannot be created until NsmRttProtocol has been created (or must be in the same PDU). For all protocols supported until this moment it is interpreted as 4 octets.
TEXTUAL-CONVENTION    
  OCTET STRING  

TeldatNsmCtrlAdminEntry  
SEQUENCE    
  teldatNsmCtrlAdminIndex Integer32
  teldatNsmCtrlAdminOwner OwnerString
  teldatNsmCtrlAdminTag DisplayString
  teldatNsmCtrlAdminRttType NsmRttType
  teldatNsmCtrlAdminThreshold Integer32
  teldatNsmCtrlAdminFrequency Integer32
  teldatNsmCtrlAdminTimeout Integer32
  teldatNsmCtrlAdminVerifyData TruthValue
  teldatNsmCtrlAdminStatus RowStatus
  teldatNsmCtrlAdminNvgen TruthValue

TeldatNsmEchoAdminEntry  
SEQUENCE    
  teldatNsmEchoAdminProtocol NsmRttProtocol
  teldatNsmEchoAdminTargetAddress NsmRttTargetAddress
  teldatNsmEchoAdminPktDataRequestSize Integer32
  teldatNsmEchoAdminPktDataResponseSize Integer32
  teldatNsmEchoAdminTargetPort Integer32
  teldatNsmEchoAdminSourceAddress NsmRttTargetAddress
  teldatNsmEchoAdminSourcePort Integer32
  teldatNsmEchoAdminControlEnable TruthValue
  teldatNsmEchoAdminTOS Integer32
  teldatNsmEchoAdminLSREnable TruthValue
  teldatNsmEchoAdminTargetAddressString DisplayString
  teldatNsmEchoAdminNameServer NsmRttTargetAddress
  teldatNsmEchoAdminOperation NsmRttOperation
  teldatNsmEchoAdminHTTPVersion DisplayString
  teldatNsmEchoAdminURL DisplayString
  teldatNsmEchoAdminCache TruthValue
  teldatNsmEchoAdminInterval Integer32
  teldatNsmEchoAdminNumPackets Integer32
  teldatNsmEchoAdminProxy DisplayString
  teldatNsmEchoAdminString1 DisplayString
  teldatNsmEchoAdminString2 DisplayString
  teldatNsmEchoAdminString3 DisplayString
  teldatNsmEchoAdminString4 DisplayString
  teldatNsmEchoAdminString5 DisplayString
  teldatNsmEchoAdminMode NsmRttOperation

TeldatNsmScheduleAdminEntry  
SEQUENCE    
  teldatNsmScheduleAdminRttLife Integer32
  teldatNsmScheduleAdminRttStartTime TimeTicks
  teldatNsmScheduleAdminConceptRowAgeout Integer32

TeldatNsmCtrlOperEntry  
SEQUENCE    
  teldatNsmCtrlOperModificationTime TimeStamp
  teldatNsmCtrlOperDiagText DisplayString
  teldatNsmCtrlOperResetTime TimeStamp
  teldatNsmCtrlOperOctetsInUse Gauge32
  teldatNsmCtrlOperConnectionLostOccurred TruthValue
  teldatNsmCtrlOperTimeoutOccurred TruthValue
  teldatNsmCtrlOperOverThresholdOccurred TruthValue
  teldatNsmCtrlOperNumRtts Integer32
  teldatNsmCtrlOperRttLife Integer32
  teldatNsmCtrlOperState INTEGER

TeldatNsmLatestRttOperEntry  
SEQUENCE    
  teldatNsmLatestRttOperCompletionTime Gauge32
  teldatNsmLatestRttOperSense NsmRttResponseSense
  teldatNsmLatestRttOperApplSpecificSense Integer32
  teldatNsmLatestRttOperSenseDescription DisplayString
  teldatNsmLatestRttOperTime TimeStamp
  teldatNsmLatestRttOperAddress NsmRttTargetAddress

TeldatNsmLatestHTTPOperEntry  
SEQUENCE    
  teldatNsmLatestHTTPOperRTT Gauge32
  teldatNsmLatestHTTPOperDNSRTT Gauge32
  teldatNsmLatestHTTPOperTCPConnectRTT Gauge32
  teldatNsmLatestHTTPOperTransactionRTT Gauge32
  teldatNsmLatestHTTPOperMessageBodyOctets Gauge32
  teldatNsmLatestHTTPOperSense NsmRttResponseSense
  teldatNsmLatestHTTPErrorSenseDescription DisplayString

TeldatNsmLatestJitterOperEntry  
SEQUENCE    
  teldatNsmLatestJitterOperNumOfRTT Gauge32
  teldatNsmLatestJitterOperRTTSum Gauge32
  teldatNsmLatestJitterOperRTTSum2 Gauge32
  teldatNsmLatestJitterOperRTTMin Gauge32
  teldatNsmLatestJitterOperRTTMax Gauge32
  teldatNsmLatestJitterOperMinOfPositivesSD Gauge32
  teldatNsmLatestJitterOperMaxOfPositivesSD Gauge32
  teldatNsmLatestJitterOperNumOfPositivesSD Gauge32
  teldatNsmLatestJitterOperSumOfPositivesSD Gauge32
  teldatNsmLatestJitterOperSum2PositivesSD Gauge32
  teldatNsmLatestJitterOperMinOfNegativesSD Gauge32
  teldatNsmLatestJitterOperMaxOfNegativesSD Gauge32
  teldatNsmLatestJitterOperNumOfNegativesSD Gauge32
  teldatNsmLatestJitterOperSumOfNegativesSD Gauge32
  teldatNsmLatestJitterOperSum2NegativesSD Gauge32
  teldatNsmLatestJitterOperMinOfPositivesDS Gauge32
  teldatNsmLatestJitterOperMaxOfPositivesDS Gauge32
  teldatNsmLatestJitterOperNumOfPositivesDS Gauge32
  teldatNsmLatestJitterOperSumOfPositivesDS Gauge32
  teldatNsmLatestJitterOperSum2PositivesDS Gauge32
  teldatNsmLatestJitterOperMinOfNegativesDS Gauge32
  teldatNsmLatestJitterOperMaxOfNegativesDS Gauge32
  teldatNsmLatestJitterOperNumOfNegativesDS Gauge32
  teldatNsmLatestJitterOperSumOfNegativesDS Gauge32
  teldatNsmLatestJitterOperSum2NegativesDS Gauge32
  teldatNsmLatestJitterOperPacketLossSD Gauge32
  teldatNsmLatestJitterOperPacketLossDS Gauge32
  teldatNsmLatestJitterOperPacketOutOfSequence Gauge32
  teldatNsmLatestJitterOperPacketMIA Gauge32
  teldatNsmLatestJitterOperPacketLateArrival Gauge32
  teldatNsmLatestJitterOperSense NsmRttResponseSense
  teldatNsmLatestJitterErrorSenseDescription DisplayString
  teldatNsmLatestJitterOperOWSumSD Gauge32
  teldatNsmLatestJitterOperOWSum2SD Gauge32
  teldatNsmLatestJitterOperOWMinSD Gauge32
  teldatNsmLatestJitterOperOWMaxSD Gauge32
  teldatNsmLatestJitterOperOWSumDS Gauge32
  teldatNsmLatestJitterOperOWSum2DS Gauge32
  teldatNsmLatestJitterOperOWMinDS Gauge32
  teldatNsmLatestJitterOperOWMaxDS Gauge32
  teldatNsmLatestJitterOperNumOfOW Gauge32

TeldatNsmStatsCaptureEntry  
SEQUENCE    
  teldatNsmStatsCaptureStartTimeIndex TimeStamp
  teldatNsmStatsCapturePathIndex Integer32
  teldatNsmStatsCaptureHopIndex Integer32
  teldatNsmStatsCaptureDistIndex Integer32
  teldatNsmStatsCaptureCompletions Counter32
  teldatNsmStatsCaptureOverThresholds Integer32
  teldatNsmStatsCaptureSumCompletionTime Counter32
  teldatNsmStatsCaptureSumCompletionTime2Low Gauge32
  teldatNsmStatsCaptureSumCompletionTime2High Gauge32
  teldatNsmStatsCaptureCompletionTimeMax Gauge32
  teldatNsmStatsCaptureCompletionTimeMin Gauge32

TeldatNsmStatsCollectEntry  
SEQUENCE    
  teldatNsmStatsCollectNumDisconnects Counter32
  teldatNsmStatsCollectTimeouts Counter32
  teldatNsmStatsCollectBusies Counter32
  teldatNsmStatsCollectNoConnections Counter32
  teldatNsmStatsCollectDrops Counter32
  teldatNsmStatsCollectSequenceErrors Counter32
  teldatNsmStatsCollectVerifyErrors Counter32
  teldatNsmStatsCollectAddress NsmRttTargetAddress

TeldatNsmStatsTotalsEntry  
SEQUENCE    
  teldatNsmStatsTotalsElapsedTime TimeInterval
  teldatNsmStatsTotalsInitiations Integer32

TeldatNsmHTTPStatsEntry  
SEQUENCE    
  teldatNsmHTTPStatsStartTimeIndex TimeStamp
  teldatNsmHTTPStatsCompletions Counter32
  teldatNsmHTTPStatsOverThresholds Counter32
  teldatNsmHTTPStatsRTTSum Gauge32
  teldatNsmHTTPStatsRTTSum2Low Gauge32
  teldatNsmHTTPStatsRTTSum2High Gauge32
  teldatNsmHTTPStatsRTTMin Gauge32
  teldatNsmHTTPStatsRTTMax Gauge32
  teldatNsmHTTPStatsDNSRTTSum Counter32
  teldatNsmHTTPStatsTCPConnectRTTSum Counter32
  teldatNsmHTTPStatsTransactionRTTSum Counter32
  teldatNsmHTTPStatsMessageBodyOctetsSum Integer32
  teldatNsmHTTPStatsDNSServerTimeout Counter32
  teldatNsmHTTPStatsTCPConnectTimeout Counter32
  teldatNsmHTTPStatsTransactionTimeout Counter32
  teldatNsmHTTPStatsDNSQueryError Counter32
  teldatNsmHTTPStatsHTTPError Counter32
  teldatNsmHTTPStatsError Counter32
  teldatNsmHTTPStatsBusies Gauge32

TeldatNsmJitterStatsEntry  
SEQUENCE    
  teldatNsmJitterStatsStartTimeIndex TimeStamp
  teldatNsmJitterStatsCompletions Counter32
  teldatNsmJitterStatsOverThresholds Counter32
  teldatNsmJitterStatsNumOfRTT Counter32
  teldatNsmJitterStatsRTTSum Counter32
  teldatNsmJitterStatsRTTSum2Low Counter32
  teldatNsmJitterStatsRTTSum2High Counter32
  teldatNsmJitterStatsRTTMin Gauge32
  teldatNsmJitterStatsRTTMax Gauge32
  teldatNsmJitterStatsMinOfPositivesSD Gauge32
  teldatNsmJitterStatsMaxOfPositivesSD Gauge32
  teldatNsmJitterStatsNumOfPositivesSD Counter32
  teldatNsmJitterStatsSumOfPositivesSD Counter32
  teldatNsmJitterStatsSum2PositivesSDLow Counter32
  teldatNsmJitterStatsSum2PositivesSDHigh Counter32
  teldatNsmJitterStatsMinOfNegativesSD Gauge32
  teldatNsmJitterStatsMaxOfNegativesSD Gauge32
  teldatNsmJitterStatsNumOfNegativesSD Counter32
  teldatNsmJitterStatsSumOfNegativesSD Counter32
  teldatNsmJitterStatsSum2NegativesSDLow Counter32
  teldatNsmJitterStatsSum2NegativesSDHigh Counter32
  teldatNsmJitterStatsMinOfPositivesDS Gauge32
  teldatNsmJitterStatsMaxOfPositivesDS Gauge32
  teldatNsmJitterStatsNumOfPositivesDS Counter32
  teldatNsmJitterStatsSumOfPositivesDS Counter32
  teldatNsmJitterStatsSum2PositivesDSLow Counter32
  teldatNsmJitterStatsSum2PositivesDSHigh Counter32
  teldatNsmJitterStatsMinOfNegativesDS Gauge32
  teldatNsmJitterStatsMaxOfNegativesDS Gauge32
  teldatNsmJitterStatsNumOfNegativesDS Counter32
  teldatNsmJitterStatsSumOfNegativesDS Counter32
  teldatNsmJitterStatsSum2NegativesDSLow Counter32
  teldatNsmJitterStatsSum2NegativesDSHigh Counter32
  teldatNsmJitterStatsPacketLossSD Counter32
  teldatNsmJitterStatsPacketLossDS Counter32
  teldatNsmJitterStatsPacketOutOfSequence Counter32
  teldatNsmJitterStatsPacketMIA Counter32
  teldatNsmJitterStatsPacketLateArrival Counter32
  teldatNsmJitterStatsError Counter32
  teldatNsmJitterStatsBusies Counter32
  teldatNsmJitterStatsOWSumSD Counter32
  teldatNsmJitterStatsOWSum2SDLow Counter32
  teldatNsmJitterStatsOWSum2SDHigh Counter32
  teldatNsmJitterStatsOWMinSD Counter32
  teldatNsmJitterStatsOWMaxSD Counter32
  teldatNsmJitterStatsOWSumDS Counter32
  teldatNsmJitterStatsOWSum2DSLow Counter32
  teldatNsmJitterStatsOWSum2DSHigh Counter32
  teldatNsmJitterStatsOWMinDS Counter32
  teldatNsmJitterStatsOWMaxDS Counter32
  teldatNsmJitterStatsNumOfOW Counter32

Defined Values

teldatNsmMonMIB 1.3.6.1.4.1.2007.4.1.2.4.6
This module defines a MIB for Round Trip Time (RTT) monitoring of a list of targets, using a variety of protocols: MIB for management of Teldat feature Network Service Monitor. The table structure overview is as follows (t: indicates a table, at: indicates an augmented table, and it: indicates table with the same indices/control as parent table): NSM MIB |--- Application Group | |--- Application version string | |--- Max number of entries in teldatNsmCtrlAdminTable | |--- Overall Control Group | |t-- Master Definitions Table | | |--- Global Configuration Definitions | | |--- Config for a single RTT Life | | |it- Echo Specific Configuration | | |at- Schedule Configuration | | |at- Monitoring Operational State | | |at- Last RTT operation | |--- Statistics Collection Group | |t-- Statistics Capture Table | |--- Captured Statistics | |it- Statistics Collection Table | |it- Statistics Totals Table | |t-- HTTP Stats Table | |t-- Jitter Stats Table | |--- History Collection Group | |--- Latest Operation Group | |t-- Latest HTTP Oper Table | |t-- Latest Jitter Oper Table DEFINITIONS: conceptual RTT control row - This is a row in the 'Overall Control Group'. This row is indexed via the teldatNsmCtrlAdminIndex object. This row is spread across multiple real tables in the 'Overall Control Group'. probe - This is the entity that executes via a conceptual RTT control row and populates a conceptual statistics row. Rtt operation - This is a single operation performed by a probe. This operation can be a single Rtt attempt/completion or a group of Rtt attempts/completions that produce one operation table entry. ARR Protocol Definition: The format of the RTT Asymmetric Request/Responses (ARR) protocol is as follows: The ARR Header (total of 12 octets): 4 octet -> eyecatcher: 'WxYz' 1 octet -> version : 0x01 - protocol version 1 octet -> command : 0x01 - logoff request 0x02 - echo request 0x03 - echo response 0x04 - software version request 0x05 - software version response 2 octet -> sequence number (Network Byte Order) 4 octet -> response data size (Network Byte Order) The ARR Data: n octets -> request/response data: 'AB..ZAB..ZAB..' For software version request/response the protocol version octet will contain the version number of the responder. Thus the sequence number, etc will not be included. The response data should be appended to the origin request data. This allows data verification to check the data that flows in both directions. If the response data size is smaller than the request data size the original request data will be truncated. An example would be: Request: / Response: 'WxYz' / 'WxYz' 0x01 / 0x01 0x02 / 0x03 0x0001 / 0x0001 0x00000008 / 0x00000008 'ABCDEF' / 'ABCDEFGH' NOTE: We requested 8 bytes in the response and the response had 8 bytes. The size of the request data has no correlation to the size of the response data. NOTE: For native RTT request/response (i.e. ipIcmpecho) operations both the 'Header' and 'Data' will be included. Only the 'sequence number' in the Header will be valid. NOTE: For non-connection oriented protocol the initial RTT request/response operation will be preceded with an RTT request/response operation to the target address to force path exploration and to prove connectivity. Statistics capture table will omit these responses to prevent skewed results.
MODULE-IDENTITY    

teldatNsmObjects 1.3.6.1.4.1.2007.4.1.2.4.6.1
OBJECT IDENTIFIER    

teldatNsmAppl 1.3.6.1.4.1.2007.4.1.2.4.6.1.1
OBJECT IDENTIFIER    

teldatNsmCtrl 1.3.6.1.4.1.2007.4.1.2.4.6.1.2
OBJECT IDENTIFIER    

teldatNsmStats 1.3.6.1.4.1.2007.4.1.2.4.6.1.3
OBJECT IDENTIFIER    

teldatNsmHistory 1.3.6.1.4.1.2007.4.1.2.4.6.1.4
OBJECT IDENTIFIER    

teldatNsmLatestOper 1.3.6.1.4.1.2007.4.1.2.4.6.1.5
OBJECT IDENTIFIER    

teldatNsmApplVersion 1.3.6.1.4.1.2007.4.1.2.4.6.1.1.1
Network Service Monitor (or RTT Teldat) application version string. The format will be: 'Version.Release.Patch-Level: Textual-Description' For example: '1.0.0: Initial RTT Teldat Application'
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

teldatNsmApplNumCtrlAdminEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.1.4
This object defines the maximum number of entries that can be added to the teldatNsmCtrlAdminTable. It is a fixed value: 32.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..500  

teldatNsmCtrlAdminTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1
A table of NSM Round Trip Time (RTT) monitoring definitions. The NSM administration control is in multiple tables. This first table, is used to create a conceptual RTT control row. The following tables contain objects which configure scheduling and information gathering. All of these tables will create the same conceptual RTT control row as this table using this table index as their own index. This table is limited in size by the agent implementation. The object teldatNsmApplNumCtrlAdminEntry will reflect this tables maximum number of entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeldatNsmCtrlAdminEntry

teldatNsmCtrlAdminEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1
A base list of objects that define a conceptual RTT control row.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeldatNsmCtrlAdminEntry  

teldatNsmCtrlAdminIndex 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1.1
Uniquely identifies a row in the teldatNsmCtrlAdminTable. This is a pseudo-random number selected by the management station when creating a row via the teldatNsmCtrlAdminStatus object. If the pseudo-random number is already in use a 'genericError' return code will be returned when set operation is attempted.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

teldatNsmCtrlAdminOwner 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1.2
Identifies the entity that created this table row.
Status: current Access: read-create
OBJECT-TYPE    
  OwnerString  

teldatNsmCtrlAdminTag 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1.3
A string which is used by a managing application to identify the RTT target. This string could be inserted into trap notifications, but has no other significance to the agent.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..16)  

teldatNsmCtrlAdminRttType 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1.4
The type of NSM operation to be performed. This value must be set in the same PDU or before setting any type specific configuration.
Status: current Access: read-create
OBJECT-TYPE    
  NsmRttType  

teldatNsmCtrlAdminThreshold 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1.5
This object defines an administrative threshold limit. If the RTT operation time exceeds this limit, the variables teldatNsmCtrlOperOverThresholdOccurred, teldatNsmHTTPStatsOverThresholds and teldatNsmJitterStatsOverThresholds are updated.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2147483647  

teldatNsmCtrlAdminFrequency 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1.6
Specifies the duration between initiating each RTT operation. This object cannot be set to a value which would be a shorter duration than teldatNsmCtrlAdminTimeout. When the NsmRttType specifies an operation that is synchronous in nature, it may happen that the next RTT operation is blocked by a RTT operation which has not yet completed. In this case, the value of a counter (teldatNsmStatsCollectBusies) in teldatNsmStatsCaptureTable is incremented in lieu of initiating a RTT operation, and the next attempt will occur at the next teldatNsmCtrlAdminFrequency expiration.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..604800  

teldatNsmCtrlAdminTimeout 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1.7
Specifies the duration to wait for a RTT operation completion. The value of this object cannot be set to a value which would specify a duration exceeding teldatNsmCtrlAdminFrequency. For connection oriented protocols, this may cause the connection to be closed by the probe. Once closed, it will be assumed that the connection reestablishment will be performed. To prevent unwanted closure of connections, be sure to set this value to a realistic connection timeout.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..604800000  

teldatNsmCtrlAdminVerifyData 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1.8
When set to true, the resulting data in each RTT operation is compared with the expected data. This includes checking header information (if possible) and exact packet size. Any mismatch will be recorded in the teldatNsmStatsCollectVerifyErrors object. NsmRttTypes supported by now do not support this option, so the agent will transition this object to false. It is the management applications responsibility to check for this transition.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

teldatNsmCtrlAdminStatus 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1.9
The status of the conceptual RTT control row. In order for this object to become active, the following row objects must be defined: - teldatNsmCtrlAdminRttType Additionally: - for echo probes teldatNsmEchoAdminProtocol and teldatNsmEchoAdminTargetAddress; - for jitter probes teldatNsmEchoAdminTargetAddress and teldatNsmEchoAdminTargetPort; - for http probe teldatNsmEchoAdminURL All other objects can assume default values. The conceptual RTT control row will be placed into a 'pending' state (via the teldatNsmCtrlOperState object) if teldatNsmScheduleAdminRttStartTime is not specified. Most conceptual RTT control row objects cannot be modified once this conceptual RTT control row has been created. The objects that can change are the following: - Objects in the teldatNsmScheduleAdminTable can be modified only when the value of this object is not 'active'. - The teldatNsmCtrlOperState can be modified to control the state of the probe. Once this object is in 'active' status, it cannot be set to 'notInService' while the teldatNsmCtrlOperState is in 'active' state. Thus the teldatNsmCtrlOperState object must be transitioned first. This object can be set to 'destroy' from any value at any time.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

teldatNsmCtrlAdminNvgen 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1.10
When set to true, this entry will be shown in 'list config' command and can be saved into Non-volatile memory. This variable is not supported at the moment and always takes the value 'false'.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

teldatNsmEchoAdminTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2
A table that contains NSM Round Trip Time (RTT) specific definitions. This table is controlled via the teldatNsmCtrlAdminTable. Entries in this table are created via the teldatNsmCtrlAdminStatus object.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeldatNsmEchoAdminEntry

teldatNsmEchoAdminEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1
A list of objects that define specific configuration for NsmRttType conceptual RTT control rows.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeldatNsmEchoAdminEntry  

teldatNsmEchoAdminProtocol 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.1
Specifies the protocol to be used to perform the NSM RTT operation. The following list defines what protocol should be used for each probe type: echo - ipIcmpEcho http - httpAppl jitter - jitterAppl When this protocol does not support the type, a 'genericError' error will be returned.
Status: current Access: read-create
OBJECT-TYPE    
  NsmRttProtocol  

teldatNsmEchoAdminTargetAddress 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.2
A string which specifies the address of the target.
Status: current Access: read-create
OBJECT-TYPE    
  NsmRttTargetAddress  

teldatNsmEchoAdminPktDataRequestSize 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.3
This object is used in echo (ipIcmpecho) and jitter probes, and its value represents the native payload size. REMEMBER: The ARR Header overhead is not included in this value. For echo probes the total packet size = (IP header(20) + ICMP header(8) + 8 (internal timestamps) + request size). For echo default request size is 28. For jitter probe it is 32. The minimum request size for echo is 28 bytes and for jitter it is 16. For jitter probes the maximum request size is 1500.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..16384  

teldatNsmEchoAdminPktDataResponseSize 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.4
This object is not supported by protocols allowed at this moment.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..16384  

teldatNsmEchoAdminTargetPort 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.5
This object represents the target's port number. This object is applicable to jitter probes.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65536  

teldatNsmEchoAdminSourceAddress 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.6
A string which specifies the IP address of the source. This object is applicable to all supported probes.
Status: current Access: read-create
OBJECT-TYPE    
  NsmRttTargetAddress  

teldatNsmEchoAdminSourcePort 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.7
This object represents the source's port number. If this object is not specified, the application will get a port allocated by the system. This object is applicable to http probes.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65536  

teldatNsmEchoAdminControlEnable 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.8
If this object is enabled, then NSM application will send control messages to a responder, residing on the target router to respond to the data request packets being sent by the source router. This object is not applicable to echo and http probes. This variable is not supported and it always takes the value 'true'.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

teldatNsmEchoAdminTOS 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.9
This object represents the type of service octet in an IP header.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255  

teldatNsmEchoAdminLSREnable 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.10
If this object is enabled then it means that the application calculates response time for a specific path. This object is applicable to echo probe only, but it is not supported and its value will be always 'false'.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

teldatNsmEchoAdminTargetAddressString 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.11
A string which specifies the address of the target. This string can be in IP address format or a hostname. This object is not applicable to supported probes.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

teldatNsmEchoAdminNameServer 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.12
A string which specifies the IP address of the name-server. This object is not applicable to supported probes.
Status: current Access: read-create
OBJECT-TYPE    
  NsmRttTargetAddress  

teldatNsmEchoAdminOperation 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.13
A code that represents the specific type of RTT operation. This object is applicable to http probe only.
Status: current Access: read-create
OBJECT-TYPE    
  NsmRttOperation  

teldatNsmEchoAdminHTTPVersion 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.14
A string which specifies the version number of the HTTP Server. The syntax for the version string is . An example would be 1.0, 1.1 etc.,. This object is applicable to http probe only.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(3..10)  

teldatNsmEchoAdminURL 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.15
A string which represents the URL to which a HTTP probe should communicate with. This object is applicable to http probe only.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

teldatNsmEchoAdminCache 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.16
If this object is false then it means that HTTP request should not download cached pages. This means that the request should be forwarded to the origin server. This object is applicable to http probe only, but it is not supported by the application at the moment.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

teldatNsmEchoAdminInterval 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.17
This value represents the inter-packet delay between packets and is in milliseconds. This object is applicable to jitter probe only.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..60000  

teldatNsmEchoAdminNumPackets 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.18
This value represents the number of packets that need to be transmitted. This value is currently used for Jitter probe. This object is applicable to jitter probe only.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

teldatNsmEchoAdminProxy 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.19
This string represents the proxy server information. This object is applicable to http probe only, but it is not supported by the application at the moment.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

teldatNsmEchoAdminString1 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.20
This string stores the content of HTTP raw request. If the request cannot fit into String1 then it should be split and put in Strings 1 through 5. This object is applicable to http probe only, but it is not used by the application at the moment.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

teldatNsmEchoAdminString2 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.21
This string stores the content of HTTP raw request. teldatNsmEchoAdminString1-5 are concatenated to form the HTTP raw request used in the RTT operation. This object is applicable to http probe only, but it is not used by the application at the moment.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

teldatNsmEchoAdminString3 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.22
This string stores the content of HTTP raw request. teldatNsmEchoAdminString1-5 are concatenated to form the HTTP raw request used in the RTT operation. This object is applicable to http probe only, but it is not used by the application at the moment.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

teldatNsmEchoAdminString4 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.23
This string stores the content of HTTP raw request. teldatNsmEchoAdminString1-5 are concatenated to form the HTTP raw request used in the RTT operation. This object is applicable to http probe only, but it is not used by the application at the moment.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

teldatNsmEchoAdminString5 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.24
This string stores the content of HTTP raw request. teldatNsmEchoAdminString1-5 are concatenated to form the HTTP raw request used in the RTT operation. This object is applicable to http probe only, but it is not used by the application at the moment.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

teldatNsmEchoAdminMode 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.25
A code that represents the specific type of RTT operation. This object is not applicable to supported probes, and will always take the value 'ftpPassive'.
Status: current Access: read-create
OBJECT-TYPE    
  NsmRttOperation  

teldatNsmScheduleAdminTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.5
A table of NSM Round Trip Time (RTT) monitoring scheduling specific definitions. This table is controlled via the teldatNsmCtrlAdminTable. Entries in this table are created via the teldatNsmCtrlAdminStatus object.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeldatNsmScheduleAdminEntry

teldatNsmScheduleAdminEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.5.1
A list of objects that define specific configuration for the scheduling of NSM RTT operations.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeldatNsmScheduleAdminEntry  

teldatNsmScheduleAdminRttLife 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.5.1.1
This object value will be placed into the teldatNsmCtrlOperRttLife object when the teldatNsmCtrlOperState object transitions to 'active' or 'pending'. The value 2147483647 has a special meaning. When this object is set to 2147483647, the teldatNsmCtrlOperRttLife object will not decrement. And thus the life time will never end.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2147483647  

teldatNsmScheduleAdminRttStartTime 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.5.1.2
This is the time when this conceptional row will activate. This is the value of MIB-II's sysUpTime in the future. When sysUpTime equals this value this object will cause the activation of a conceptual RTT row. There are two values with a special meaning: - The first special value allows this conceptual RTT control row to immediately transition the teldatNsmCtrlOperState object into 'active' state when the teldatNsmCtrlAdminStatus object transitions to active. This special value is defined to be a value of this object that, when initially set, is 1. - The second special value allows this conceptual RTT control row to immediately transition the teldatNsmCtrlOperState object into 'pending' state when the teldatNsmCtrlAdminStatus object transitions to active. Also, when the teldatNsmCtrlOperRttLife counts down to zero (and not when set to zero), this special value causes this conceptual RTT control row to retransition the teldatNsmCtrlOperState object into 'pending' state. This special value is defined to be a value of this object that, when initially set, is smaller than the current sysUpTime. (With the exception of one, as defined in the previous paragraph).
Status: current Access: read-create
OBJECT-TYPE    
  TimeTicks  

teldatNsmScheduleAdminConceptRowAgeout 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.5.1.3
The amount of time this conceptual Rtt control row will exist when not in an 'active' teldatNsmCtrlOperState. When this conceptual Rtt control row enters an 'active' state, this timer will be reset and suspended. When this conceptual RTT control row enters a state other than 'active', the timer will be restarted. When this value is set to zero, this entry will never be aged out.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2073600  

teldatNsmCtrlOperTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9
A table of which contains the Operational values for the probe, and the conceptual RTT control row. This table augments the teldatNsmCtrlAdminTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeldatNsmCtrlOperEntry

teldatNsmCtrlOperEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1
A list of objects that describe the current state of probe, and the conceptual RTT control row.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeldatNsmCtrlOperEntry  

teldatNsmCtrlOperModificationTime 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1.1
This object is updated whenever an object in the conceptual RTT control row is changed or updated.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

teldatNsmCtrlOperDiagText 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1.2
A string which can be used as an aid in tracing problems. The content of this field will depend on the type of target (teldatNsmEchoAdminProtocol). For all protocols supported by now, this value will be null. It is primarily intended that this object contains information which has significance to a human operator.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..51)  

teldatNsmCtrlOperResetTime 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1.3
This object is set when the teldatNsmCtrlOperState is set to reset.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

teldatNsmCtrlOperOctetsInUse 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1.4
This object is the number of octets currently in use by this composite conceptual RTT row. A composite conceptual row include the control and statistics conceptual rows combined. (All octets that are addressed via the teldatNsmCtrlAdminIndex in this MIB.)
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmCtrlOperConnectionLostOccurred 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1.5
This object will only change its value when the NsmRttType is 'echo'. This object is set to true when the RTT connection fails to be established or is lost, and set to false when a connection is reestablished.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

teldatNsmCtrlOperTimeoutOccurred 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1.6
This object will change its value for all NsmRttTypes. This object is set to true when an operation times out, and set to false when an operation completes under teldatNsmCtrlAdminTimeout.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

teldatNsmCtrlOperOverThresholdOccurred 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1.7
This object will change its value for all NsmRttTypes. This object is changed by operation completion times over threshold.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

teldatNsmCtrlOperNumRtts 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1.8
This is the total number of probe operations that have been attempted. This value is incremented for each start of an RTT operation. This object has the special behavior as defined by the ROLLOVER NOTE in the DESCRIPTION of the teldatNsmMonMIB object. This value is not effected by the rollover of a statistics hourly group.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

teldatNsmCtrlOperRttLife 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1.9
This object is decremented every second, until it reaches zero. When the value of this object is zero RTT operations for this row are suspended. This object will either reach zero by a countdown or it will transition to zero via setting the teldatNsmCtrlOperState. When this object reaches zero the agent needs to transition the teldatNsmCtrlOperState to 'inactive'. REMEMBER: The value 2147483647 has a special meaning. When this object has the value 2147483647, this object will not decrement. And thus the life time will never.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

teldatNsmCtrlOperState 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1.10
The RttMonOperStatus object is used to manage the 'state' of the probe that is implementing this conceptual RTT control row. This status object has six defined values: reset(1) - Reset this entry; transition to 'pending'. orderlyStop(2) - Shutdown this entry at the end of the next RTT operation attempt; transition to 'inactive'. immediateStop(3) - Shutdown this entry immediately (if possible); transition to 'inactive'. pending(4) - This value is not settable and this conceptual RTT control row is waiting for further control via the teldatNsmScheduleAdminTable. This object can transition to this value via two mechanisms: first by reseting this object, and second by creating a conceptual RTT control row with the teldatNsmScheduleAdminRttStartTime object with its special value. inactive(5) - This value is not settable and this conceptual RTT control row is waiting for further control via the teldatNsmScheduleAdminTable. This object can transition to this value via two mechanisms: first by setting this object to 'orderlyStop' or 'immediateStop', second by the teldatNsmCtrlOperRttLife object reaching zero. active(6) - This value is not settable and this conceptual RTT control row is currently active. restart(7) - This value is only settable when the state is active. It clears the data of this entry and remain on active state. The probes action when this object is set to 'reset': - All rows in teldatNsmStatsCaptureTable that relate to this conceptual RTT control row (only 1 in current implementation) are destroyed. - A single new teldatNsmStatsCaptureTable row is created. - teldatNsmCtrlOperRttLife is set to teldatNsmScheduleAdminRttLife. - teldatNsmCtrlOperNumRtts is set to zero. - teldatNsmCtrlOperTimeoutOccurred, teldatNsmCtrlOperOverThresholdOccurred, and teldatNsmCtrlOperConnectionLostOccurred are set to false. - The next RTT operation is controlled by the objects in the teldatNsmScheduleAdminTable. - All open connections must be maintained. This can be used to synchronize various RTT definitions, so that the RTT requests occur simultaneously, or as simultaneously as possible. The probes action when this object transitions to 'inactive' (via setting this object to 'orderlyStop' or 'immediateStop' or by teldatNsmCtrlOperRttLife reaching zero): - All statistics and collection information table entries will be closed and kept. - teldatNsmCtrlOperTimeoutOccurred, teldatNsmCtrlOperOverThresholdOccurred, and teldatNsmCtrlOperConnectionLostOccurred are set to false. - The next RTT request is controlled by the objects in the teldatNsmScheduleAdminTable. - All open connections are to be closed and cleanup. teldatNsmCtrlOperState STATE +-------------------------------------------+ | A | B | C | ACTION | 'pending' | 'inactive' | 'active' | +----------------+--------------+--------------+-------------+ | OperState set | noError |inconsistent- | noError | | to 'reset' | | Value | | | | -> A | | -> A | +----------------+--------------+--------------+-------------+ | OperState set | noError | noError | noError | |to 'orderlyStop'| -> B | -> B | -> B | | or to | | | | |'immediateStop' | | | | +----------------+--------------+--------------+-------------+ | AdminStatus | -> C | -> C | see (1) | | transitions to | | | | | 'active' & | | | | | RttStartTime is| | | | | special value | | | | | of one. | | | | +----------------+--------------+--------------+-------------+ | AdminStatus | -> A | -> A | see (1) | | transitions to | | | | | 'active' & | | | | | RttStartTime is| | | | | special value | | | | | of less than | | | | | current time, | | | | | excluding one. | | | | +----------------+--------------+--------------+-------------+ | AdminStatus | -> A | -> B | see (2) | | transitions to | | | | | 'notInService' | | | | +----------------+--------------+--------------+-------------+ | AdminStatus | -> B | -> B | -> B | | transitions to | | | | | 'delete' | | | | +----------------+--------------+--------------+-------------+ | AdminStatus is | -> C | -> C | -> C | | 'active' & the | | | see (3) | | RttStartTime | | | | | arrives | | | | +----------------+--------------+--------------+-------------+ | RowAgeout | -> B | -> B | -> B | | expires | | | | +----------------+--------------+--------------+-------------+ | OperRttLife | N/A | N/A | -> B | | counts down to | | | | | zero | | | | +----------------+--------------+--------------+-------------+ (1) - teldatNsmCtrlOperState must have transitioned to 'inactive' or 'pending' before the teldatNsmCtrlAdminStatus can transition to 'active'. See (2). (2) - teldatNsmCtrlAdminStatus cannot transition to 'notInService' unless teldatNsmCtrlOperState has been previously forced to 'inactive' or 'pending'. (3) - When this happens the teldatNsmCtrlOperRttLife will not be updated with the teldatNsmScheduleAdminRttLife. NOTE: In order for all objects in a PDU to be set at the same time, this object can not be part of a multi-bound PDU.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER reset(1), orderlyStop(2), immediateStop(3), pending(4), inactive(5), active(6), restart(7)  

teldatNsmLatestRttOperTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.10
A table of which contains the status of latest RTT (NSM) operation. This table augments the RTT definition table, teldatNsmCtrlAdminTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeldatNsmLatestRttOperEntry

teldatNsmLatestRttOperEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.10.1
A list of objects that record the latest RTT (NSM) operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeldatNsmLatestRttOperEntry  

teldatNsmLatestRttOperCompletionTime 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.10.1.1
The completion time of the latest RTT (NSM) operation successfully completed.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestRttOperSense 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.10.1.2
A sense code for the completion status of the latest RTT (NSM) operation.
Status: current Access: read-only
OBJECT-TYPE    
  NsmRttResponseSense  

teldatNsmLatestRttOperApplSpecificSense 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.10.1.3
An application specific sense code for the completion status of the latest RTT operation. This object will only be valid when the teldatNsmLatestRttOperSense object is set to 'applicationSpecific'. Otherwise, this object's value is not valid.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1001..2147483647  

teldatNsmLatestRttOperSenseDescription 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.10.1.4
A sense description for the completion status of the latest RTT (NSM) operation when the teldatNsmLatestRttOperSense object is set to 'applicationSpecific'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

teldatNsmLatestRttOperTime 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.10.1.5
The value of the agent system time at the time of the latest RTT (NSM) operation.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

teldatNsmLatestRttOperAddress 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.10.1.6
This is a string which specifies the address of the target for this RTT (NSM) operation. This address will be just the teldatNsmEchoAdminTargetAddress address. See teldatNsmEchoAdminTargetAddress for a complete description.
Status: current Access: read-only
OBJECT-TYPE    
  NsmRttTargetAddress  

teldatNsmLatestHTTPOperTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.1
A table which contains the status of latest HTTP RTT operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeldatNsmLatestHTTPOperEntry

teldatNsmLatestHTTPOperEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.1.1
A list of objects that record the latest HTTP RTT operation. This entry is created automatically after the teldatNsmCtrlAdminEntry is created. Also the entry is automatically deleted when teldatNsmCtrlAdminEntry is deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeldatNsmLatestHTTPOperEntry  

teldatNsmLatestHTTPOperRTT 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.1.1.1
Round Trip Time taken to perform HTTP operation. This value is the sum of DNSRTT, TCPConnectRTT and TransactionRTT.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestHTTPOperDNSRTT 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.1.1.2
Round Trip Time taken to perform DNS query within the HTTP operation. If an IP Address is specified in the URL, then DNSRTT is 0.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestHTTPOperTCPConnectRTT 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.1.1.3
Round Trip Time taken to connect to the HTTP server.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestHTTPOperTransactionRTT 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.1.1.4
Round Trip Time taken to download the object specified by the URL.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestHTTPOperMessageBodyOctets 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.1.1.5
The size of the message body received as a response to the HTTP request.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestHTTPOperSense 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.1.1.6
An application specific sense code for the completion status of the latest RTT (NSM HTTP) operation.
Status: current Access: read-only
OBJECT-TYPE    
  NsmRttResponseSense  

teldatNsmLatestHTTPErrorSenseDescription 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.1.1.7
An sense description for the completion status of the latest RTT (NSM HTTP) operation.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

teldatNsmLatestJitterOperTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2
A table which contains the status of latest Jitter operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeldatNsmLatestJitterOperEntry

teldatNsmLatestJitterOperEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1
A list of objects that record the latest Jitter operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeldatNsmLatestJitterOperEntry  

teldatNsmLatestJitterOperNumOfRTT 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.1
The number of RTT's that were successfully measured.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperRTTSum 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.2
The sum of Jitter RTT's that are successfully measured.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperRTTSum2 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.3
The sum of squares of RTT's that are successfully measured.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperRTTMin 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.4
The minimum of RTT's that were successfully measured.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperRTTMax 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.5
The maximum of RTT's that were successfully measured.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperMinOfPositivesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.6
The minimum of all positive jitter values from packets sent from source to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperMaxOfPositivesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.7
The maximum of all positive jitter values from packets sent from source to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperNumOfPositivesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.8
The sum of number of all positive jitter values from packets sent from source to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperSumOfPositivesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.9
The sum of RTT's of all positive jitter values from packets sent from source to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperSum2PositivesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.10
The sum of square of RTT's of all positive jitter values from packets sent from source to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperMinOfNegativesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.11
The minimum of absolute values of all negative jitter values from packets sent from source to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperMaxOfNegativesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.12
The maximum of absolute values of all negative jitter values from packets sent from source to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperNumOfNegativesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.13
The sum of number of all negative jitter values from packets sent from source to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperSumOfNegativesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.14
The sum of all negative jitter values from packets sent from source to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperSum2NegativesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.15
The sum of square of RTT's of all negative jitter values from packets sent from source to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperMinOfPositivesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.16
The minimum of all positive jitter values from packets sent from destination to source.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperMaxOfPositivesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.17
The maximum of all positive jitter values from packets sent from destination to source.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperNumOfPositivesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.18
The sum of number of all positive jitter values from packets sent from destination to source.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperSumOfPositivesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.19
The sum of RTT's of all positive jitter values from packets sent from destination to source.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperSum2PositivesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.20
The sum of squares of RTT's of all positive jitter values from packets sent from destination to source.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperMinOfNegativesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.21
The minimum of all negative jitter values from packets sent from destination to source.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperMaxOfNegativesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.22
The maximum of all negative jitter values from packets sent from destination to source.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperNumOfNegativesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.23
The sum of number of all negative jitter values from packets sent from destination to source.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperSumOfNegativesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.24
The sum of RTT's of all negative jitter values from packets sent from destination to source.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperSum2NegativesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.25
The sum of squares of RTT's of all negative jitter values from packets sent from destination to source.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperPacketLossSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.26
The number of packets lost when sent from source to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperPacketLossDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.27
The number of packets lost when sent from destination to source.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperPacketOutOfSequence 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.28
The number of packets arrived out of sequence.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperPacketMIA 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.29
The number of packets that are lost for which we cannot determine the direction.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperPacketLateArrival 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.30
The number of packets that arrived after the timeout.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperSense 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.31
An application specific sense code for the completion status of the latest Jitter RTT operation.
Status: current Access: read-only
OBJECT-TYPE    
  NsmRttResponseSense  

teldatNsmLatestJitterErrorSenseDescription 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.32
An sense description for the completion status of the latest Jitter RTT operation. It is a zero-length string in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

teldatNsmLatestJitterOperOWSumSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.33
The sum of one way latency from source to destination. This variable is not supported in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperOWSum2SD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.34
The sum of squares of one way latency from source to destination. This variable is not supported in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperOWMinSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.35
The minimum of all one way latency from source to destination. This variable is not supported in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperOWMaxSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.36
The maximum of all one way latency from source to destination. This variable is not supported in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperOWSumDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.37
The sum of one way latency from destination to source. This variable is not supported in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperOWSum2DS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.38
The sum of squares of one way latency from destination to source. This variable is not supported in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperOWMinDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.39
The minimum of all one way latency from destination to source. This variable is not supported in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperOWMaxDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.40
The maximum of all one way latency from destination to source. This variable is not supported in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmLatestJitterOperNumOfOW 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.41
The number of successful one way latency measurements. This variable is not supported in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmStatsCaptureTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1
The statistics capture database. The statistics capture table contains summarized information of the results for a conceptual RTT control row. A rolling accumulated history of this information is maintained in a series of hourly 'group(s)'. Each 'group' contains a series of 'path(s)', each 'path' contains a series of 'hop(s)', each 'hop' contains a series of 'statistics distribution bucket(s)'. In current implementation, the rolling accumulated information history is maintained only in one hourly 'group'; each 'group' will contained only one 'path', each path one 'hop', and each 'hop' one 'statistics distribution bucket'. Each conceptual statistics row has a current hourly group, into which RTT results are accumulated. At the end of each hour a new hourly group is created which then becomes current. The counters and accumulators in the new group are initialized to zero. The previous group(s) is kept in the table until the table contains the maximum number of groups established for the conceptual statistics row: in current implementation only an hourly 'group' is maintained; at this point, the oldest group is discarded and is replaced by the newly created one (as only one group is kept, previously groups are deleted). The hourly group is uniquely identified by the teldatNsmStatsCaptureStartTimeIndex object. If the activity for a conceptual RTT control row ceases because the teldatNsmCtrlOperState object transitions to 'inactive', the corresponding current hourly group in this table must be 'frozen', and a new hourly group created when activity is resumed: in this particular case, current hourly group will be deleted and a new one created when activity is resumed. If the activity for a conceptual RTT control row ceases because the teldatNsmCtrlOperState object transitions to 'pending' this whole table will be cleared and reset to its initial state. Using this teldatNsmStatsCaptureTable, a managing application can retrieve summarized data from accurately measured periods, which is synchronized across multiple conceptual RTT control rows. With the new hourly group creation being performed on a 60 minute period, the managing station has plenty of time to collect the data, and need not be concerned with the vagaries of network delays and lost PDU's when trying to get matching data. Also, the managing station can spread the data gathering over a longer period, which removes the need for a flood of get requests in a short period which otherwise would occur.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeldatNsmStatsCaptureEntry

teldatNsmStatsCaptureEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1
A list of objects which accumulate the results of a series of RTT operations over a 60 minute time period. The statistics capture table is a rollover table. When teldatNsmStatsCaptureStartTimeIndex groups exceeds the maximum established value (1), the oldest corresponding hourly group will be deleted and will be replaced with the new teldatNsmStatsCaptureStartTimeIndex hourly group. All other indices will fill to there maximum size. The statistics capture table has five indices. Each described as follows: - The first index correlates its entries to a conceptual RTT control row via the teldatNsmCtrlAdminIndex object. - The second index is a rollover group and it uniquely identifies a 60 minute group. (The teldatNsmStatsCaptureStartTimeIndex object is used to make this value unique). Remmber: only one hourly 'group' is kept in the table. - The third index uniquely identifies the paths in a statistics period. (The period is 60 minutes). A path will be created for each unique path through the network. Note: A path that does not contain the target is considered a different path than one which uses the exact same path, but does contain the target. For all supported values of NsmRttType this index will be one (only one path is considered). - The fourth index uniquely identifies the hops in each path, as grouped by the third index. This index does imply the order of the hops along the path to a target. For all supported values of NsmRttType this index will be one. - The fifth index uniquely creates a statistical distribution bucket. In current implementation only one statistical distribution is kept.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeldatNsmStatsCaptureEntry  

teldatNsmStatsCaptureStartTimeIndex 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.1
The time when this row was created. This object is the second index of the teldatNsmStatsCaptureTable Table. When the number of teldatNsmStatsCaptureStartTimeIndex groups exceeds the maximum established value (1), the oldest teldatNsmStatsCaptureStartTimeIndex group (that will be the previous one, the current hourly group) will be removed and replaced with the new entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TimeStamp  

teldatNsmStatsCapturePathIndex 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.2
For all supported values of NsmRttType, this object will be one: only one path will be contained in each hourly 'group'. For a particular value of teldatNsmStatsCaptureStartTimeIndex, the agent assigns the first instance of a path a value of 1, then second instance a value of 2, and so on. The sequence keeps incrementing until the number of paths equals maximum allowed value (1 in current implementation); then no new paths are kept for the current teldatNsmStatsCaptureStartTimeIndex group. So, for each hourly 'group', only one path is kept, identified by value 1. NOTE: A source to target teldatNsmStatsCapturePathIndex path will be created for each teldatNsmStatsCaptureStartTimeIndex to hold all errors that occur when a specific path or connection has not be setup. This value directly represents the path to a target.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..128  

teldatNsmStatsCaptureHopIndex 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.3
For all supported values of NsmRttType, this object will be one: only one hop will be contained in each path (i.e., one hop in each hourly 'group'). For a particular value of teldatNsmStatsCapturePathIndex, the agent assigns the first instance of a hop a value of 1, then second instance a value of 2, and so on. The sequence keeps incrementing until the number of hops equals maximum allowed value (1 in current implementation); then no new hops are kept for the current teldatNsmStatsCapturePathIndex. So, for each hourly 'group', only one path and one hop are kept, both identified by value 1 (each one). This value directly represents a hop along the path to a target and shows the order along the path to a target.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..30  

teldatNsmStatsCaptureDistIndex 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.4
This object uniquely defines a statistical distribution bucket for a given value of teldatNsmStatsCaptureHopIndex. In current implementation only one statistical distribution is kept for each hop (i.e., one statistical distribution, one hop, and one path for each hourly 'group'). For a particular value of teldatNsmStatsCaptureHopIndex, the agent assigns the first instance of a distribution a value of 1, then second instance a value of 2, and so on. The sequence keeps incrementing until the number of statistics distribution intervals equals maximum allowed value (1 in current implementation); then all values that fall above the last interval will be placed into the last interval: this means all values will be accumulated in the only existing distribution interval. Each of these statistical distribution buckets contain the results of each completion. Remember: only one statistical distrbution is kept.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..20  

teldatNsmStatsCaptureCompletions 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.5
The number of RTT (NSM) operations that have completed without an error and without timing out. This object has the special behavior as defined by the ROLLOVER NOTE in the DESCRIPTION of the teldatNsmMonMIB object.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmStatsCaptureOverThresholds 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.6
The number of RTT (NSM) operations successfully completed, but in excess of teldatNsmCtrlAdminThreshold. This number is a subset of the accumulation of all teldatNsmStatsCaptureCompletions. The operation time of these completed operations will be accumulated. This object has the special behavior as defined by the ROLLOVER NOTE in the DESCRIPTION of the teldatNsmMonMIB object.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

teldatNsmStatsCaptureSumCompletionTime 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.7
The accumulated completion time of RTT (NSM) operations which complete successfully.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmStatsCaptureSumCompletionTime2Low 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.8
The low order 32 bits of the accumulated squares of completion times (in milliseconds) of RTT (NSM) operations which complete successfully. Low/High order is defined where the binary number will look as follows: ------------------------------------------------- | High order 32 bits | Low order 32 bits | ------------------------------------------------- For example the number 4294967296 would have all Low order bits as '0' and the rightmost High order bit will be 1 (zeros,1).
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmStatsCaptureSumCompletionTime2High 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.9
The high order 32 bits of the accumulated squares of completion times (in milliseconds) of RTT (NSM) operations which complete successfully. See the teldatNsmStatsCaptureSumCompletionTime2Low object for a definition of Low/High Order.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmStatsCaptureCompletionTimeMax 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.10
The maximum completion time of any RTT (NSM) operation which completes successfully.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmStatsCaptureCompletionTimeMin 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.11
The minimum completion time of any RTT (NSM) operation which completes successfully.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmStatsCollectTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.2
The statistics collection database. This table has the exact same behavior as the teldatNsmStatsCaptureTable, except it does not keep statistical distribution information. For a complete table description see the teldatNsmStatsCaptureTable object.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeldatNsmStatsCollectEntry

teldatNsmStatsCollectEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.2.1
A list of objects which accumulate the results of a series of RTT (NSM) operations over a 60 minute time period. This entry has the exact same behavior as the teldatNsmStatsCaptureEntry, except it does not keep statistical distribution information. For a complete entry description see the teldatNsmStatsCaptureEntry object.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeldatNsmStatsCollectEntry  

teldatNsmStatsCollectNumDisconnects 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.2.1.1
When the NsmRttType is 'echo', this object represents the number of times that the target became disconnected. For all other values of NsmRttType, this object will remain zero. For connectionless protocols this has no meaning, and will consequently remain 0. Since this error does not indicate any information about the failure of an RTT (NSM) operation, no response time information for this instance will be recorded in the appropriate objects. If this error occurs, it will be accumulated in the source to target path (the only which always exists). This object has the special behavior as defined by the ROLLOVER NOTE in the DESCRIPTION of the teldatNsmMonMIB object.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmStatsCollectTimeouts 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.2.1.2
The number of occasions when a RTT (NSM) operation was not completed before a timeout occurred, i.e. teldatNsmCtrlAdminTimeout was exceeded. Since the RTT operation was never completed, the completion time of these operations are not accumulated, nor do they increment teldatNsmStatsCaptureCompletions. This object has the special behavior as defined by the ROLLOVER NOTE in the DESCRIPTION of the teldatNsmMonMIB object.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmStatsCollectBusies 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.2.1.3
The number of occasions when a RTT (NSM) operation could not be initiated because a previous RTT (NSM) operation has not been completed. When the initiation of a new operation cannot be started, this object will be incremented and the operation will be omitted. (The next operation will start at the next Frequency). Since a RTT (NSM) operation was never initiated, the completion time of these operations is not accumulated, nor do they increment teldatNsmStatsCaptureCompletions. This error will be accumulated in the source to target path, the only will always exists. This object has the special behavior as defined by the ROLLOVER NOTE in the DESCRIPTION of the teldatNsmMonMIB object.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmStatsCollectNoConnections 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.2.1.4
When the NsmRttType is 'echo' this is the number of occasions when a RTT (NSM) operation could not be initiated because the connection to the target has not been established. For all other NsmRttTypes this object will remain zero. This cannot occur for connectionless protocols, but may occur for connection oriented protocols (such as SNA). Since a RTT (NSM) operation was never initiated, the completion time of these operations are not accumulated, nor do they increment teldatNsmStatsCaptureCompletions. If this error occurs, it will be accumulated in the source to target path, the only which always exists. This object has the special behavior as defined by the ROLLOVER NOTE in the DESCRIPTION of the teldatNsmMonMIB object.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmStatsCollectDrops 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.2.1.5
The number of occasions when a RTT (NSM) operation could not be initiated because some necessary internal resource (for example memory) was not available, or the operation completion could not be recognized. Since a RTT (NSM) operation was never initiated or was not recognized, the completion time of these operations are not accumulated, nor do they increment teldatNsmStatsCaptureCompletions. This error will be accumulated in the source to target path, the only which always exists. This object has the special behavior as defined by the ROLLOVER NOTE in the DESCRIPTION of the teldatNsmMonMIB object.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmStatsCollectSequenceErrors 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.2.1.6
When the NsmRttType is 'echo' this is the number of RTT (NSM) operation completions received with an unexpected sequence identifier. For all other values of NsmRttType this object will remain zero. When this has occurred some of the possible reasons may be: - a duplicate packet was received - a response was received after it had timed-out - a corrupted packet was received and was not detected The completion time of these operations are not accumulated, nor do they increment teldatNsmStatsCaptureCompletions. This object has the special behavior as defined by the ROLLOVER NOTE in the DESCRIPTION of the teldatNsmMonMIB object.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmStatsCollectVerifyErrors 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.2.1.7
The number of RTT (NSM) operation completions received with data that does not compare with the expected data. The completion time of these operations are not accumulated, nor do they increment teldatNsmStatsCaptureCompletions. This object has the special behavior as defined by the ROLLOVER NOTE in the DESCRIPTION of the teldatNsmMonMIB object. Verify operations are not supported in this implementation, so this variable always remains zero.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmStatsCollectAddress 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.2.1.8
This object is a string which specifies the address of the target for the RTT (NSM) operation. This address will be just the teldatNsmEchoAdminTargetAddress address. The interpretation of this string depends on the type of RTT operation selected, as specified by the teldatNsmEchoAdminProtocol object.
Status: current Access: read-only
OBJECT-TYPE    
  NsmRttTargetAddress  

teldatNsmStatsTotalsTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.3
The statistics totals database. This table has the exact same behavior as the teldatNsmStatsCaptureTable, except it only keeps 60 minute group values. For a complete table description see the teldatNsmStatsCaptureTable object.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeldatNsmStatsTotalsEntry

teldatNsmStatsTotalsEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.3.1
A list of objects which accumulate the results of a series of RTT (NSM) operations over a 60 minute time period. This entry has the exact same behavior as the teldatNsmStatsCaptureEntry, except it only keeps 60 minute group values. For a complete entry description see the teldatNsmStatsCaptureEntry object.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeldatNsmStatsTotalsEntry  

teldatNsmStatsTotalsElapsedTime 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.3.1.1
The length of time since this conceptual statistics row was created.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

teldatNsmStatsTotalsInitiations 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.3.1.2
The number of RTT (NSM) operations that have been initiated. This number includes all RTT (NSM) operations which succeed or fail for whatever reason. This object has the special behavior as defined by the ROLLOVER NOTE in the DESCRIPTION of the teldatNsmMonMIB object.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

teldatNsmHTTPStatsTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4
The HTTP statistics collection database. The HTTP statistics table contains summarized information of the results for a conceptual RTT control row. A rolling accumulated history of this information could be maintained in a series of hourly 'group(s)', but in current implementation only one hourly 'group' is kept. The operation of this table is same as that of teldatNsmStatsCaptureTable, except information is only distributed in one hourly group, and there is no division according to 'path', 'hop' or statistical distribution buckets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeldatNsmHTTPStatsEntry

teldatNsmHTTPStatsEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1
A list of objects which accumulate the results of a series of RTT (HTTP) operations over a 60 minute time period. This entry is created only if the teldatNsmCtrlAdminRttType is http. The operation of this table is same as that of teldatNsmStatsCaptureTable, except information is only distributed in one hourly group, and there is no division according to 'path', 'hop' or statistical distribution buckets.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeldatNsmHTTPStatsEntry  

teldatNsmHTTPStatsStartTimeIndex 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.1
This is the time when this row was created. This index uniquely identifies a HTTP stats row in the teldatNsmHTTPStatsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  TimeStamp  

teldatNsmHTTPStatsCompletions 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.2
The number of HTTP operations that have completed successfully.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmHTTPStatsOverThresholds 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.3
The number of HTTP operations that violate threshold.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmHTTPStatsRTTSum 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.4
The sum of HTTP operations that are successfully measured.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmHTTPStatsRTTSum2Low 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.5
The sum of squares of the RTT's that are successfully measured (low order 32 bits).
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmHTTPStatsRTTSum2High 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.6
The sum of squares of the RTT's that are successfully measured (high order 32 bits).
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmHTTPStatsRTTMin 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.7
The minimum RTT taken to perform HTTP operation.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmHTTPStatsRTTMax 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.8
The minimum RTT taken to perform HTTP operation.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmHTTPStatsDNSRTTSum 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.9
The sum of RTT taken to perform DNS query within the HTTP operation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmHTTPStatsTCPConnectRTTSum 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.10
The sum of RTT taken to connect to the HTTP server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmHTTPStatsTransactionRTTSum 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.11
The sum of RTT taken to download the object specified by URL.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmHTTPStatsMessageBodyOctetsSum 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.12
The sum of the size of the message body received as a response to the HTTP request.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

teldatNsmHTTPStatsDNSServerTimeout 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.13
The number of requests that could not connect to the DNS Server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmHTTPStatsTCPConnectTimeout 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.14
The number of requests that could not connect to the HTTP Server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmHTTPStatsTransactionTimeout 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.15
The number of requests that timed out during HTTP transaction.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmHTTPStatsDNSQueryError 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.16
The number of requests that had DNS Query errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmHTTPStatsHTTPError 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.17
The number of requests that had HTTP errors while downloading the base page.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmHTTPStatsError 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.18
The number of occasions when a HTTP operation could not be initiated because an internal error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmHTTPStatsBusies 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.19
The number of occasions when an HTTP operation could not be initiated because a previous HTTP operation has not been completed.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmJitterStatsTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5
The Jitter statistics collection database. The Jitter statistics table contains summarized information of the results for a conceptual RTT control row. A rolling accumulated history of this information could be maintained in a series of hourly 'group(s)', but in current implementation only one hourly 'group' is kept. The operation of this table is same as that of teldatNsmStatsCaptureTable, except information is only distributed in one hourly group, and there is no division according to 'path', 'hop' or statistical distribution buckets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeldatNsmJitterStatsEntry

teldatNsmJitterStatsEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1
A list of objects which accumulate the results of a series of RTT (Jitter) operations over a 60 minute time period. This entry is created only if the teldatNsmCtrlAdminRttType is jitter. The operation of this table is same as that of teldatNsmStatsCaptureTable, except information is only distributed in one hourly group, and there is no division according to 'path', 'hop' or statistical distribution buckets.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeldatNsmJitterStatsEntry  

teldatNsmJitterStatsStartTimeIndex 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.1
The time when this row was created.
Status: current Access: not-accessible
OBJECT-TYPE    
  TimeStamp  

teldatNsmJitterStatsCompletions 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.2
The number of jitter operation that have completed successfully.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsOverThresholds 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.3
The number of jitter operations that violate threshold.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsNumOfRTT 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.4
The number of RTT's that are successfully measured.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsRTTSum 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.5
The sum of RTT's that are successfully measured.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsRTTSum2Low 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.6
The sum of squares of RTT's that are successfully measured (low order 32 bits).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsRTTSum2High 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.7
The sum of squares of RTT's that are successfully measured (high order 32 bits).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsRTTMin 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.8
The minimum of RTT's that were successfully measured.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmJitterStatsRTTMax 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.9
The maximum of RTT's that were successfully measured.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmJitterStatsMinOfPositivesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.10
The minimum of absolute values of all positive jitter values from packets sent from source to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmJitterStatsMaxOfPositivesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.11
The maximum of absolute values of all positive jitter values from packets sent from source to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmJitterStatsNumOfPositivesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.12
The sum of number of all positive jitter values from packets sent from source to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsSumOfPositivesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.13
The sum of all positive jitter values from packets sent from source to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsSum2PositivesSDLow 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.14
The sum of square of RTT's of all positive jitter values from packets sent from source to destination (low order 32 bits).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsSum2PositivesSDHigh 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.15
The sum of square of RTT's of all positive jitter values from packets sent from source to destination (high order 32 bits).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsMinOfNegativesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.16
The minimum of all negative jitter values from packets sent from source to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmJitterStatsMaxOfNegativesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.17
The maximum of all negative jitter values from packets sent from source to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmJitterStatsNumOfNegativesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.18
The sum of number of all negative jitter values from packets sent from source to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsSumOfNegativesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.19
The sum of RTT's of all negative jitter values from packets sent from source to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsSum2NegativesSDLow 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.20
The sum of square of RTT's of all negative jitter values from packets sent from source to destination (low order 32 bits).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsSum2NegativesSDHigh 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.21
The sum of square of RTT's of all negative jitter values from packets sent from source to destination (high order 32 bits).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsMinOfPositivesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.22
The minimum of all positive jitter values from packets sent from destination to source.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmJitterStatsMaxOfPositivesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.23
The maximum of all positive jitter values from packets sent from destination to source.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmJitterStatsNumOfPositivesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.24
The sum of number of all positive jitter values from packets sent from destination to source.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsSumOfPositivesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.25
The sum of RTT's of all positive jitter values from packets sent from destination to source.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsSum2PositivesDSLow 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.26
The sum of squares of RTT's of all positive jitter values from packets sent from destination to source (low order 32 bits).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsSum2PositivesDSHigh 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.27
The sum of squares of RTT's of all positive jitter values from packets sent from destination to source (high order 32 bits).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsMinOfNegativesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.28
The minimum of all negative jitter values from packets sent from destination to source.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmJitterStatsMaxOfNegativesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.29
The maximum of all negative jitter values from packets sent from destination to source.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

teldatNsmJitterStatsNumOfNegativesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.30
The sum of number of all negative jitter values from packets sent from destination to source.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsSumOfNegativesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.31
The sum of RTT's of all negative jitter values from packets sent from destination to source.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsSum2NegativesDSLow 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.32
The sum of squares of RTT's of all negative jitter values from packets sent from destination to source (low order 32 bits).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsSum2NegativesDSHigh 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.33
The sum of squares of RTT's of all negative jitter values from packets sent from destination to source (high order 32 bits).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsPacketLossSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.34
The number of packets lost when sent from source to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsPacketLossDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.35
The number of packets lost when sent from destination to source.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsPacketOutOfSequence 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.36
The number of packets arrived out of sequence.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsPacketMIA 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.37
The number of packets that are lost for which we cannot determine the direction.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsPacketLateArrival 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.38
The number of packets that arrived after the timeout.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsError 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.39
The number of occasions when a jitter operation could not be initiated because an internal error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsBusies 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.40
The number of occasions when a jitter operation could not be initiated because a previous jitter operation has not been completed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsOWSumSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.41
The sum of one way times from source to destination. This variable is not supported in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsOWSum2SDLow 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.42
The sum of squares of one way times from source to destination (low order 32 bits). This variable is not supported in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsOWSum2SDHigh 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.43
The sum of squares of one way times from source to destination (high order 32 bits). This variable is not supported in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsOWMinSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.44
The minimum of all one way times from source to destination. This variable is not supported in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsOWMaxSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.45
The maximum of all one way times from source to destination. This variable is not supported in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsOWSumDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.46
The sum of one way times from destination to source. This variable is not supported in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsOWSum2DSLow 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.47
The sum of squares of one way times from destination to source (low order 32 bits). This variable is not supported in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsOWSum2DSHigh 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.48
The sum of squares of one way times from destination to source (high order 32 bits). This variable is not supported in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsOWMinDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.49
The minimum of all one way times from destination to source. This variable is not supported in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsOWMaxDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.50
The maximum of all one way times from destination to source. This variable is not supported in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmJitterStatsNumOfOW 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.51
The number of one way times that are successfully measured. This variable is not supported in current implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

teldatNsmNotificationsPrefix 1.3.6.1.4.1.2007.4.1.2.4.6.2
OBJECT IDENTIFIER    

teldatNsmNotifications 1.3.6.1.4.1.2007.4.1.2.4.6.2.0
OBJECT IDENTIFIER    

teldatNsmMibConformance 1.3.6.1.4.1.2007.4.1.2.4.6.3
OBJECT IDENTIFIER    

teldatNsmMibCompliances 1.3.6.1.4.1.2007.4.1.2.4.6.3.1
OBJECT IDENTIFIER    

teldatNsmMibGroups 1.3.6.1.4.1.2007.4.1.2.4.6.3.2
OBJECT IDENTIFIER    

teldatNsmMibComplianceRev1 1.3.6.1.4.1.2007.4.1.2.4.6.3.1.1
The compliance statement for new MIB extensions without the obsolete items.
Status: current Access: read-only
MODULE-COMPLIANCE    

teldatNsmApplGroup 1.3.6.1.4.1.2007.4.1.2.4.6.3.2.1
A collection of objects providing the NSM (RTT) Monitoring Application defaults and global information. This group of information is provided to the agent when the application starts.
Status: current Access: read-only
OBJECT-GROUP    

teldatNsmCtrlGroup 1.3.6.1.4.1.2007.4.1.2.4.6.3.2.2
A collection of objects providing the Administration, Operational, Last Statistical values for the NSM (RTT) Monitoring Application, a collection of objects that were added to enhance the functionality of the RTT application and a collection of objects that were added to enhance the functionality of the RTT application to configure HTTP, DNS and Jitter probes.
Status: current Access: read-only
OBJECT-GROUP    

teldatNsmStatsGroup 1.3.6.1.4.1.2007.4.1.2.4.6.3.2.3
A collection of objects providing accumulated statistical history.
Status: current Access: read-only
OBJECT-GROUP    

teldatNsmLatestOperGroup 1.3.6.1.4.1.2007.4.1.2.4.6.3.2.4
A collection of objects that were added to store the latest operational results for HTTP and Jitter probes.
Status: current Access: read-only
OBJECT-GROUP