TELDAT-MON-FEATURES-NSM-MIB: View SNMP OID List / Download MIB

VENDOR: TELDAT, S.A.


 Home MIB: TELDAT-MON-FEATURES-NSM-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
     teldatNsmObjects 1.3.6.1.4.1.2007.4.1.2.4.6.1
         teldatNsmAppl 1.3.6.1.4.1.2007.4.1.2.4.6.1.1
             teldatNsmApplVersion 1.3.6.1.4.1.2007.4.1.2.4.6.1.1.1 displaystring read-only
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'
             teldatNsmApplNumCtrlAdminEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.1.4 integer32 read-only
This object defines the maximum number of entries that can be added to the teldatNsmCtrlAdminTable. It is a fixed value: 32.
         teldatNsmCtrl 1.3.6.1.4.1.2007.4.1.2.4.6.1.2
             teldatNsmCtrlAdminTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1 no-access
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.
                 teldatNsmCtrlAdminEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1 no-access
A base list of objects that define a conceptual RTT control row.
                     teldatNsmCtrlAdminIndex 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1.1 integer32 no-access
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.
                     teldatNsmCtrlAdminOwner 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1.2 ownerstring read-only
Identifies the entity that created this table row.
                     teldatNsmCtrlAdminTag 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1.3 displaystring read-only
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.
                     teldatNsmCtrlAdminRttType 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1.4 nsmrtttype read-only
The type of NSM operation to be performed. This value must be set in the same PDU or before setting any type specific configuration.
                     teldatNsmCtrlAdminThreshold 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1.5 integer32 read-only
This object defines an administrative threshold limit. If the RTT operation time exceeds this limit, the variables teldatNsmCtrlOperOverThresholdOccurred, teldatNsmHTTPStatsOverThresholds and teldatNsmJitterStatsOverThresholds are updated.
                     teldatNsmCtrlAdminFrequency 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1.6 integer32 read-only
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.
                     teldatNsmCtrlAdminTimeout 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1.7 integer32 read-only
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.
                     teldatNsmCtrlAdminVerifyData 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1.8 truthvalue read-only
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.
                     teldatNsmCtrlAdminStatus 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1.9 rowstatus read-only
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.
                     teldatNsmCtrlAdminNvgen 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.1.1.10 truthvalue read-only
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'.
             teldatNsmEchoAdminTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2 no-access
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.
                 teldatNsmEchoAdminEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1 no-access
A list of objects that define specific configuration for NsmRttType conceptual RTT control rows.
                     teldatNsmEchoAdminProtocol 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.1 nsmrttprotocol read-only
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.
                     teldatNsmEchoAdminTargetAddress 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.2 nsmrtttargetaddress read-only
A string which specifies the address of the target.
                     teldatNsmEchoAdminPktDataRequestSize 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.3 integer32 read-only
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.
                     teldatNsmEchoAdminPktDataResponseSize 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.4 integer32 read-only
This object is not supported by protocols allowed at this moment.
                     teldatNsmEchoAdminTargetPort 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.5 integer32 read-only
This object represents the target's port number. This object is applicable to jitter probes.
                     teldatNsmEchoAdminSourceAddress 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.6 nsmrtttargetaddress read-only
A string which specifies the IP address of the source. This object is applicable to all supported probes.
                     teldatNsmEchoAdminSourcePort 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.7 integer32 read-only
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.
                     teldatNsmEchoAdminControlEnable 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.8 truthvalue read-only
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'.
                     teldatNsmEchoAdminTOS 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.9 integer32 read-only
This object represents the type of service octet in an IP header.
                     teldatNsmEchoAdminLSREnable 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.10 truthvalue read-only
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'.
                     teldatNsmEchoAdminTargetAddressString 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.11 displaystring read-only
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.
                     teldatNsmEchoAdminNameServer 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.12 nsmrtttargetaddress read-only
A string which specifies the IP address of the name-server. This object is not applicable to supported probes.
                     teldatNsmEchoAdminOperation 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.13 nsmrttoperation read-only
A code that represents the specific type of RTT operation. This object is applicable to http probe only.
                     teldatNsmEchoAdminHTTPVersion 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.14 displaystring read-only
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.
                     teldatNsmEchoAdminURL 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.15 displaystring read-only
A string which represents the URL to which a HTTP probe should communicate with. This object is applicable to http probe only.
                     teldatNsmEchoAdminCache 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.16 truthvalue read-only
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.
                     teldatNsmEchoAdminInterval 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.17 integer32 read-only
This value represents the inter-packet delay between packets and is in milliseconds. This object is applicable to jitter probe only.
                     teldatNsmEchoAdminNumPackets 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.18 integer32 read-only
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.
                     teldatNsmEchoAdminProxy 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.19 displaystring read-only
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.
                     teldatNsmEchoAdminString1 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.20 displaystring read-only
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.
                     teldatNsmEchoAdminString2 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.21 displaystring read-only
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.
                     teldatNsmEchoAdminString3 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.22 displaystring read-only
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.
                     teldatNsmEchoAdminString4 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.23 displaystring read-only
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.
                     teldatNsmEchoAdminString5 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.24 displaystring read-only
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.
                     teldatNsmEchoAdminMode 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.2.1.25 nsmrttoperation read-only
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'.
             teldatNsmScheduleAdminTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.5 no-access
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.
                 teldatNsmScheduleAdminEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.5.1 no-access
A list of objects that define specific configuration for the scheduling of NSM RTT operations.
                     teldatNsmScheduleAdminRttLife 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.5.1.1 integer32 read-only
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.
                     teldatNsmScheduleAdminRttStartTime 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.5.1.2 timeticks read-only
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).
                     teldatNsmScheduleAdminConceptRowAgeout 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.5.1.3 integer32 read-only
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.
             teldatNsmCtrlOperTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9 no-access
A table of which contains the Operational values for the probe, and the conceptual RTT control row. This table augments the teldatNsmCtrlAdminTable.
                 teldatNsmCtrlOperEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1 no-access
A list of objects that describe the current state of probe, and the conceptual RTT control row.
                     teldatNsmCtrlOperModificationTime 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1.1 timestamp read-only
This object is updated whenever an object in the conceptual RTT control row is changed or updated.
                     teldatNsmCtrlOperDiagText 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1.2 displaystring read-only
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.
                     teldatNsmCtrlOperResetTime 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1.3 timestamp read-only
This object is set when the teldatNsmCtrlOperState is set to reset.
                     teldatNsmCtrlOperOctetsInUse 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1.4 gauge32 read-only
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.)
                     teldatNsmCtrlOperConnectionLostOccurred 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1.5 truthvalue read-only
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.
                     teldatNsmCtrlOperTimeoutOccurred 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1.6 truthvalue read-only
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.
                     teldatNsmCtrlOperOverThresholdOccurred 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1.7 truthvalue read-only
This object will change its value for all NsmRttTypes. This object is changed by operation completion times over threshold.
                     teldatNsmCtrlOperNumRtts 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1.8 integer32 read-only
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.
                     teldatNsmCtrlOperRttLife 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1.9 integer32 read-only
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.
                     teldatNsmCtrlOperState 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.9.1.10 integer read-write
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. Enumeration: 'reset': 1, 'orderlyStop': 2, 'immediateStop': 3, 'inactive': 5, 'restart': 7, 'active': 6, 'pending': 4.
             teldatNsmLatestRttOperTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.10 no-access
A table of which contains the status of latest RTT (NSM) operation. This table augments the RTT definition table, teldatNsmCtrlAdminTable.
                   teldatNsmLatestRttOperEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.10.1 no-access
A list of objects that record the latest RTT (NSM) operation.
                       teldatNsmLatestRttOperCompletionTime 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.10.1.1 gauge32 read-only
The completion time of the latest RTT (NSM) operation successfully completed.
                       teldatNsmLatestRttOperSense 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.10.1.2 nsmrttresponsesense read-only
A sense code for the completion status of the latest RTT (NSM) operation.
                       teldatNsmLatestRttOperApplSpecificSense 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.10.1.3 integer32 read-only
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.
                       teldatNsmLatestRttOperSenseDescription 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.10.1.4 displaystring read-only
A sense description for the completion status of the latest RTT (NSM) operation when the teldatNsmLatestRttOperSense object is set to 'applicationSpecific'.
                       teldatNsmLatestRttOperTime 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.10.1.5 timestamp read-only
The value of the agent system time at the time of the latest RTT (NSM) operation.
                       teldatNsmLatestRttOperAddress 1.3.6.1.4.1.2007.4.1.2.4.6.1.2.10.1.6 nsmrtttargetaddress read-only
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.
         teldatNsmStats 1.3.6.1.4.1.2007.4.1.2.4.6.1.3
             teldatNsmStatsCaptureTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1 no-access
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.
                 teldatNsmStatsCaptureEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1 no-access
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.
                     teldatNsmStatsCaptureStartTimeIndex 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.1 timestamp no-access
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.
                     teldatNsmStatsCapturePathIndex 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.2 integer32 no-access
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.
                     teldatNsmStatsCaptureHopIndex 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.3 integer32 no-access
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.
                     teldatNsmStatsCaptureDistIndex 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.4 integer32 no-access
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.
                     teldatNsmStatsCaptureCompletions 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.5 counter32 read-only
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.
                     teldatNsmStatsCaptureOverThresholds 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.6 integer32 read-only
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.
                     teldatNsmStatsCaptureSumCompletionTime 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.7 counter32 read-only
The accumulated completion time of RTT (NSM) operations which complete successfully.
                     teldatNsmStatsCaptureSumCompletionTime2Low 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.8 gauge32 read-only
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).
                     teldatNsmStatsCaptureSumCompletionTime2High 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.9 gauge32 read-only
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.
                     teldatNsmStatsCaptureCompletionTimeMax 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.10 gauge32 read-only
The maximum completion time of any RTT (NSM) operation which completes successfully.
                     teldatNsmStatsCaptureCompletionTimeMin 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.1.1.11 gauge32 read-only
The minimum completion time of any RTT (NSM) operation which completes successfully.
             teldatNsmStatsCollectTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.2 no-access
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.
                 teldatNsmStatsCollectEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.2.1 no-access
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.
                     teldatNsmStatsCollectNumDisconnects 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.2.1.1 counter32 read-only
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.
                     teldatNsmStatsCollectTimeouts 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.2.1.2 counter32 read-only
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.
                     teldatNsmStatsCollectBusies 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.2.1.3 counter32 read-only
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.
                     teldatNsmStatsCollectNoConnections 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.2.1.4 counter32 read-only
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.
                     teldatNsmStatsCollectDrops 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.2.1.5 counter32 read-only
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.
                     teldatNsmStatsCollectSequenceErrors 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.2.1.6 counter32 read-only
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.
                     teldatNsmStatsCollectVerifyErrors 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.2.1.7 counter32 read-only
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.
                     teldatNsmStatsCollectAddress 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.2.1.8 nsmrtttargetaddress read-only
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.
             teldatNsmStatsTotalsTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.3 no-access
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.
                 teldatNsmStatsTotalsEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.3.1 no-access
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.
                     teldatNsmStatsTotalsElapsedTime 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.3.1.1 timeinterval read-only
The length of time since this conceptual statistics row was created.
                     teldatNsmStatsTotalsInitiations 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.3.1.2 integer32 read-only
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.
             teldatNsmHTTPStatsTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4 no-access
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.
                 teldatNsmHTTPStatsEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1 no-access
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.
                     teldatNsmHTTPStatsStartTimeIndex 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.1 timestamp no-access
This is the time when this row was created. This index uniquely identifies a HTTP stats row in the teldatNsmHTTPStatsTable.
                     teldatNsmHTTPStatsCompletions 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.2 counter32 read-only
The number of HTTP operations that have completed successfully.
                     teldatNsmHTTPStatsOverThresholds 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.3 counter32 read-only
The number of HTTP operations that violate threshold.
                     teldatNsmHTTPStatsRTTSum 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.4 gauge32 read-only
The sum of HTTP operations that are successfully measured.
                     teldatNsmHTTPStatsRTTSum2Low 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.5 gauge32 read-only
The sum of squares of the RTT's that are successfully measured (low order 32 bits).
                     teldatNsmHTTPStatsRTTSum2High 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.6 gauge32 read-only
The sum of squares of the RTT's that are successfully measured (high order 32 bits).
                     teldatNsmHTTPStatsRTTMin 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.7 gauge32 read-only
The minimum RTT taken to perform HTTP operation.
                     teldatNsmHTTPStatsRTTMax 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.8 gauge32 read-only
The minimum RTT taken to perform HTTP operation.
                     teldatNsmHTTPStatsDNSRTTSum 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.9 counter32 read-only
The sum of RTT taken to perform DNS query within the HTTP operation.
                     teldatNsmHTTPStatsTCPConnectRTTSum 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.10 counter32 read-only
The sum of RTT taken to connect to the HTTP server.
                     teldatNsmHTTPStatsTransactionRTTSum 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.11 counter32 read-only
The sum of RTT taken to download the object specified by URL.
                     teldatNsmHTTPStatsMessageBodyOctetsSum 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.12 integer32 read-only
The sum of the size of the message body received as a response to the HTTP request.
                     teldatNsmHTTPStatsDNSServerTimeout 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.13 counter32 read-only
The number of requests that could not connect to the DNS Server.
                     teldatNsmHTTPStatsTCPConnectTimeout 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.14 counter32 read-only
The number of requests that could not connect to the HTTP Server.
                     teldatNsmHTTPStatsTransactionTimeout 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.15 counter32 read-only
The number of requests that timed out during HTTP transaction.
                     teldatNsmHTTPStatsDNSQueryError 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.16 counter32 read-only
The number of requests that had DNS Query errors.
                     teldatNsmHTTPStatsHTTPError 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.17 counter32 read-only
The number of requests that had HTTP errors while downloading the base page.
                     teldatNsmHTTPStatsError 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.18 counter32 read-only
The number of occasions when a HTTP operation could not be initiated because an internal error.
                     teldatNsmHTTPStatsBusies 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.4.1.19 gauge32 read-only
The number of occasions when an HTTP operation could not be initiated because a previous HTTP operation has not been completed.
             teldatNsmJitterStatsTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5 no-access
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.
                 teldatNsmJitterStatsEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1 no-access
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.
                     teldatNsmJitterStatsStartTimeIndex 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.1 timestamp no-access
The time when this row was created.
                     teldatNsmJitterStatsCompletions 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.2 counter32 read-only
The number of jitter operation that have completed successfully.
                     teldatNsmJitterStatsOverThresholds 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.3 counter32 read-only
The number of jitter operations that violate threshold.
                     teldatNsmJitterStatsNumOfRTT 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.4 counter32 read-only
The number of RTT's that are successfully measured.
                     teldatNsmJitterStatsRTTSum 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.5 counter32 read-only
The sum of RTT's that are successfully measured.
                     teldatNsmJitterStatsRTTSum2Low 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.6 counter32 read-only
The sum of squares of RTT's that are successfully measured (low order 32 bits).
                     teldatNsmJitterStatsRTTSum2High 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.7 counter32 read-only
The sum of squares of RTT's that are successfully measured (high order 32 bits).
                     teldatNsmJitterStatsRTTMin 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.8 gauge32 read-only
The minimum of RTT's that were successfully measured.
                     teldatNsmJitterStatsRTTMax 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.9 gauge32 read-only
The maximum of RTT's that were successfully measured.
                     teldatNsmJitterStatsMinOfPositivesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.10 gauge32 read-only
The minimum of absolute values of all positive jitter values from packets sent from source to destination.
                     teldatNsmJitterStatsMaxOfPositivesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.11 gauge32 read-only
The maximum of absolute values of all positive jitter values from packets sent from source to destination.
                     teldatNsmJitterStatsNumOfPositivesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.12 counter32 read-only
The sum of number of all positive jitter values from packets sent from source to destination.
                     teldatNsmJitterStatsSumOfPositivesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.13 counter32 read-only
The sum of all positive jitter values from packets sent from source to destination.
                     teldatNsmJitterStatsSum2PositivesSDLow 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.14 counter32 read-only
The sum of square of RTT's of all positive jitter values from packets sent from source to destination (low order 32 bits).
                     teldatNsmJitterStatsSum2PositivesSDHigh 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.15 counter32 read-only
The sum of square of RTT's of all positive jitter values from packets sent from source to destination (high order 32 bits).
                     teldatNsmJitterStatsMinOfNegativesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.16 gauge32 read-only
The minimum of all negative jitter values from packets sent from source to destination.
                     teldatNsmJitterStatsMaxOfNegativesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.17 gauge32 read-only
The maximum of all negative jitter values from packets sent from source to destination.
                     teldatNsmJitterStatsNumOfNegativesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.18 counter32 read-only
The sum of number of all negative jitter values from packets sent from source to destination.
                     teldatNsmJitterStatsSumOfNegativesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.19 counter32 read-only
The sum of RTT's of all negative jitter values from packets sent from source to destination.
                     teldatNsmJitterStatsSum2NegativesSDLow 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.20 counter32 read-only
The sum of square of RTT's of all negative jitter values from packets sent from source to destination (low order 32 bits).
                     teldatNsmJitterStatsSum2NegativesSDHigh 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.21 counter32 read-only
The sum of square of RTT's of all negative jitter values from packets sent from source to destination (high order 32 bits).
                     teldatNsmJitterStatsMinOfPositivesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.22 gauge32 read-only
The minimum of all positive jitter values from packets sent from destination to source.
                     teldatNsmJitterStatsMaxOfPositivesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.23 gauge32 read-only
The maximum of all positive jitter values from packets sent from destination to source.
                     teldatNsmJitterStatsNumOfPositivesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.24 counter32 read-only
The sum of number of all positive jitter values from packets sent from destination to source.
                     teldatNsmJitterStatsSumOfPositivesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.25 counter32 read-only
The sum of RTT's of all positive jitter values from packets sent from destination to source.
                     teldatNsmJitterStatsSum2PositivesDSLow 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.26 counter32 read-only
The sum of squares of RTT's of all positive jitter values from packets sent from destination to source (low order 32 bits).
                     teldatNsmJitterStatsSum2PositivesDSHigh 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.27 counter32 read-only
The sum of squares of RTT's of all positive jitter values from packets sent from destination to source (high order 32 bits).
                     teldatNsmJitterStatsMinOfNegativesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.28 gauge32 read-only
The minimum of all negative jitter values from packets sent from destination to source.
                     teldatNsmJitterStatsMaxOfNegativesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.29 gauge32 read-only
The maximum of all negative jitter values from packets sent from destination to source.
                     teldatNsmJitterStatsNumOfNegativesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.30 counter32 read-only
The sum of number of all negative jitter values from packets sent from destination to source.
                     teldatNsmJitterStatsSumOfNegativesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.31 counter32 read-only
The sum of RTT's of all negative jitter values from packets sent from destination to source.
                     teldatNsmJitterStatsSum2NegativesDSLow 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.32 counter32 read-only
The sum of squares of RTT's of all negative jitter values from packets sent from destination to source (low order 32 bits).
                     teldatNsmJitterStatsSum2NegativesDSHigh 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.33 counter32 read-only
The sum of squares of RTT's of all negative jitter values from packets sent from destination to source (high order 32 bits).
                     teldatNsmJitterStatsPacketLossSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.34 counter32 read-only
The number of packets lost when sent from source to destination.
                     teldatNsmJitterStatsPacketLossDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.35 counter32 read-only
The number of packets lost when sent from destination to source.
                     teldatNsmJitterStatsPacketOutOfSequence 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.36 counter32 read-only
The number of packets arrived out of sequence.
                     teldatNsmJitterStatsPacketMIA 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.37 counter32 read-only
The number of packets that are lost for which we cannot determine the direction.
                     teldatNsmJitterStatsPacketLateArrival 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.38 counter32 read-only
The number of packets that arrived after the timeout.
                     teldatNsmJitterStatsError 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.39 counter32 read-only
The number of occasions when a jitter operation could not be initiated because an internal error.
                     teldatNsmJitterStatsBusies 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.40 counter32 read-only
The number of occasions when a jitter operation could not be initiated because a previous jitter operation has not been completed.
                     teldatNsmJitterStatsOWSumSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.41 counter32 read-only
The sum of one way times from source to destination. This variable is not supported in current implementation.
                     teldatNsmJitterStatsOWSum2SDLow 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.42 counter32 read-only
The sum of squares of one way times from source to destination (low order 32 bits). This variable is not supported in current implementation.
                     teldatNsmJitterStatsOWSum2SDHigh 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.43 counter32 read-only
The sum of squares of one way times from source to destination (high order 32 bits). This variable is not supported in current implementation.
                     teldatNsmJitterStatsOWMinSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.44 counter32 read-only
The minimum of all one way times from source to destination. This variable is not supported in current implementation.
                     teldatNsmJitterStatsOWMaxSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.45 counter32 read-only
The maximum of all one way times from source to destination. This variable is not supported in current implementation.
                     teldatNsmJitterStatsOWSumDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.46 counter32 read-only
The sum of one way times from destination to source. This variable is not supported in current implementation.
                     teldatNsmJitterStatsOWSum2DSLow 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.47 counter32 read-only
The sum of squares of one way times from destination to source (low order 32 bits). This variable is not supported in current implementation.
                     teldatNsmJitterStatsOWSum2DSHigh 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.48 counter32 read-only
The sum of squares of one way times from destination to source (high order 32 bits). This variable is not supported in current implementation.
                     teldatNsmJitterStatsOWMinDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.49 counter32 read-only
The minimum of all one way times from destination to source. This variable is not supported in current implementation.
                     teldatNsmJitterStatsOWMaxDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.50 counter32 read-only
The maximum of all one way times from destination to source. This variable is not supported in current implementation.
                     teldatNsmJitterStatsNumOfOW 1.3.6.1.4.1.2007.4.1.2.4.6.1.3.5.1.51 counter32 read-only
The number of one way times that are successfully measured. This variable is not supported in current implementation.
         teldatNsmHistory 1.3.6.1.4.1.2007.4.1.2.4.6.1.4
         teldatNsmLatestOper 1.3.6.1.4.1.2007.4.1.2.4.6.1.5
             teldatNsmLatestHTTPOperTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.1 no-access
A table which contains the status of latest HTTP RTT operation.
                 teldatNsmLatestHTTPOperEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.1.1 no-access
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.
                     teldatNsmLatestHTTPOperRTT 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.1.1.1 gauge32 read-only
Round Trip Time taken to perform HTTP operation. This value is the sum of DNSRTT, TCPConnectRTT and TransactionRTT.
                     teldatNsmLatestHTTPOperDNSRTT 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.1.1.2 gauge32 read-only
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.
                     teldatNsmLatestHTTPOperTCPConnectRTT 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.1.1.3 gauge32 read-only
Round Trip Time taken to connect to the HTTP server.
                     teldatNsmLatestHTTPOperTransactionRTT 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.1.1.4 gauge32 read-only
Round Trip Time taken to download the object specified by the URL.
                     teldatNsmLatestHTTPOperMessageBodyOctets 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.1.1.5 gauge32 read-only
The size of the message body received as a response to the HTTP request.
                     teldatNsmLatestHTTPOperSense 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.1.1.6 nsmrttresponsesense read-only
An application specific sense code for the completion status of the latest RTT (NSM HTTP) operation.
                     teldatNsmLatestHTTPErrorSenseDescription 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.1.1.7 displaystring read-only
An sense description for the completion status of the latest RTT (NSM HTTP) operation.
             teldatNsmLatestJitterOperTable 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2 no-access
A table which contains the status of latest Jitter operation.
                 teldatNsmLatestJitterOperEntry 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1 no-access
A list of objects that record the latest Jitter operation.
                     teldatNsmLatestJitterOperNumOfRTT 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.1 gauge32 read-only
The number of RTT's that were successfully measured.
                     teldatNsmLatestJitterOperRTTSum 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.2 gauge32 read-only
The sum of Jitter RTT's that are successfully measured.
                     teldatNsmLatestJitterOperRTTSum2 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.3 gauge32 read-only
The sum of squares of RTT's that are successfully measured.
                     teldatNsmLatestJitterOperRTTMin 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.4 gauge32 read-only
The minimum of RTT's that were successfully measured.
                     teldatNsmLatestJitterOperRTTMax 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.5 gauge32 read-only
The maximum of RTT's that were successfully measured.
                     teldatNsmLatestJitterOperMinOfPositivesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.6 gauge32 read-only
The minimum of all positive jitter values from packets sent from source to destination.
                     teldatNsmLatestJitterOperMaxOfPositivesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.7 gauge32 read-only
The maximum of all positive jitter values from packets sent from source to destination.
                     teldatNsmLatestJitterOperNumOfPositivesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.8 gauge32 read-only
The sum of number of all positive jitter values from packets sent from source to destination.
                     teldatNsmLatestJitterOperSumOfPositivesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.9 gauge32 read-only
The sum of RTT's of all positive jitter values from packets sent from source to destination.
                     teldatNsmLatestJitterOperSum2PositivesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.10 gauge32 read-only
The sum of square of RTT's of all positive jitter values from packets sent from source to destination.
                     teldatNsmLatestJitterOperMinOfNegativesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.11 gauge32 read-only
The minimum of absolute values of all negative jitter values from packets sent from source to destination.
                     teldatNsmLatestJitterOperMaxOfNegativesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.12 gauge32 read-only
The maximum of absolute values of all negative jitter values from packets sent from source to destination.
                     teldatNsmLatestJitterOperNumOfNegativesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.13 gauge32 read-only
The sum of number of all negative jitter values from packets sent from source to destination.
                     teldatNsmLatestJitterOperSumOfNegativesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.14 gauge32 read-only
The sum of all negative jitter values from packets sent from source to destination.
                     teldatNsmLatestJitterOperSum2NegativesSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.15 gauge32 read-only
The sum of square of RTT's of all negative jitter values from packets sent from source to destination.
                     teldatNsmLatestJitterOperMinOfPositivesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.16 gauge32 read-only
The minimum of all positive jitter values from packets sent from destination to source.
                     teldatNsmLatestJitterOperMaxOfPositivesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.17 gauge32 read-only
The maximum of all positive jitter values from packets sent from destination to source.
                     teldatNsmLatestJitterOperNumOfPositivesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.18 gauge32 read-only
The sum of number of all positive jitter values from packets sent from destination to source.
                     teldatNsmLatestJitterOperSumOfPositivesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.19 gauge32 read-only
The sum of RTT's of all positive jitter values from packets sent from destination to source.
                     teldatNsmLatestJitterOperSum2PositivesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.20 gauge32 read-only
The sum of squares of RTT's of all positive jitter values from packets sent from destination to source.
                     teldatNsmLatestJitterOperMinOfNegativesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.21 gauge32 read-only
The minimum of all negative jitter values from packets sent from destination to source.
                     teldatNsmLatestJitterOperMaxOfNegativesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.22 gauge32 read-only
The maximum of all negative jitter values from packets sent from destination to source.
                     teldatNsmLatestJitterOperNumOfNegativesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.23 gauge32 read-only
The sum of number of all negative jitter values from packets sent from destination to source.
                     teldatNsmLatestJitterOperSumOfNegativesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.24 gauge32 read-only
The sum of RTT's of all negative jitter values from packets sent from destination to source.
                     teldatNsmLatestJitterOperSum2NegativesDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.25 gauge32 read-only
The sum of squares of RTT's of all negative jitter values from packets sent from destination to source.
                     teldatNsmLatestJitterOperPacketLossSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.26 gauge32 read-only
The number of packets lost when sent from source to destination.
                     teldatNsmLatestJitterOperPacketLossDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.27 gauge32 read-only
The number of packets lost when sent from destination to source.
                     teldatNsmLatestJitterOperPacketOutOfSequence 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.28 gauge32 read-only
The number of packets arrived out of sequence.
                     teldatNsmLatestJitterOperPacketMIA 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.29 gauge32 read-only
The number of packets that are lost for which we cannot determine the direction.
                     teldatNsmLatestJitterOperPacketLateArrival 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.30 gauge32 read-only
The number of packets that arrived after the timeout.
                     teldatNsmLatestJitterOperSense 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.31 nsmrttresponsesense read-only
An application specific sense code for the completion status of the latest Jitter RTT operation.
                     teldatNsmLatestJitterErrorSenseDescription 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.32 displaystring read-only
An sense description for the completion status of the latest Jitter RTT operation. It is a zero-length string in current implementation.
                     teldatNsmLatestJitterOperOWSumSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.33 gauge32 read-only
The sum of one way latency from source to destination. This variable is not supported in current implementation.
                     teldatNsmLatestJitterOperOWSum2SD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.34 gauge32 read-only
The sum of squares of one way latency from source to destination. This variable is not supported in current implementation.
                     teldatNsmLatestJitterOperOWMinSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.35 gauge32 read-only
The minimum of all one way latency from source to destination. This variable is not supported in current implementation.
                     teldatNsmLatestJitterOperOWMaxSD 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.36 gauge32 read-only
The maximum of all one way latency from source to destination. This variable is not supported in current implementation.
                     teldatNsmLatestJitterOperOWSumDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.37 gauge32 read-only
The sum of one way latency from destination to source. This variable is not supported in current implementation.
                     teldatNsmLatestJitterOperOWSum2DS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.38 gauge32 read-only
The sum of squares of one way latency from destination to source. This variable is not supported in current implementation.
                     teldatNsmLatestJitterOperOWMinDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.39 gauge32 read-only
The minimum of all one way latency from destination to source. This variable is not supported in current implementation.
                     teldatNsmLatestJitterOperOWMaxDS 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.40 gauge32 read-only
The maximum of all one way latency from destination to source. This variable is not supported in current implementation.
                     teldatNsmLatestJitterOperNumOfOW 1.3.6.1.4.1.2007.4.1.2.4.6.1.5.2.1.41 gauge32 read-only
The number of successful one way latency measurements. This variable is not supported in current implementation.
     teldatNsmNotificationsPrefix 1.3.6.1.4.1.2007.4.1.2.4.6.2
         teldatNsmNotifications 1.3.6.1.4.1.2007.4.1.2.4.6.2.0
     teldatNsmMibConformance 1.3.6.1.4.1.2007.4.1.2.4.6.3
         teldatNsmMibCompliances 1.3.6.1.4.1.2007.4.1.2.4.6.3.1
             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.
         teldatNsmMibGroups 1.3.6.1.4.1.2007.4.1.2.4.6.3.2
             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.
             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.
             teldatNsmStatsGroup 1.3.6.1.4.1.2007.4.1.2.4.6.3.2.3
A collection of objects providing accumulated statistical history.
             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.