CISCO-RTTMON-MIB
596 objects
This module defines a MIB for Round Trip Time (RTT) monitoring of a list of targets, using a variety of protocols. The table structure overview is a follows (t: indicates a table, at: indicates an augmented table, and it: indicates table with the same indices/control as parent table): RTTMON MIB | | | | | | | | |t | | | |t | | | |t | | | | | | | |t | | | |t | | | | | | | | |it- Echo Specific Configuration | | |it- Echo Path Hop Address Configuration | | |it- File I/O Specific Configuration | | |it- Script Specific Configuration | | |at- Schedule Configuration | | |at- Reaction Specific Config | | |at- Statistics Capture Configuration | | |at- History Collection Configuration | | |at- Monitoring Operational State | | |at- Last RTT operation | | | |t | |at- Reaction Trigger Operational State | | | |t | | | | | | | | | |it- Statistics Collection Table | |it- Statistics Totals Table | |t | |t | | | |t | | | | | | | |t | |t DEFINITIONS: conceptual RTT control row - This is a row in the 'Overall Control Group'. This row is indexed via the rttMonCtrlAdminIndex 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 and a conceptual history 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. For snaLU0EchoAppl and snaLU2EchoAppl all character fields will be in EBCDIC. 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. The History collection table will contain these responses, but the Statistics capture table will omit them to prevent skewed results.
Imported Objects
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.9.9.42 | IdentityciscoRttMonMIB | This module defines a MIB for Round Trip Time (RTT) monitoring of a list of targets, using a variety of protocols. The table structure overview is a follows (t… | ||
| 1.3.6.1.4.1.9.9.42.1 | NodeciscoRttMonObjects | |||
| 1.3.6.1.4.1.9.9.42.1.1 | NoderttMonAppl | |||
| 1.3.6.1.4.1.9.9.42.1.1.1 | ScalarrttMonApplVersion | read-only | current | Round Trip Time monitoring application version string. The format will be: 'Version.Release.Patch-Level: Textual-Description' For example: '1.0.0: Initial RTT … |
| 1.3.6.1.4.1.9.9.42.1.1.2 | ScalarrttMonApplMaxPacketDataSize | read-only | current | The maximum size of the data portion an echo packet supported by this RTT application. This is the maximum value that can be specified by (rttMonEchoAdminPktDa… |
| 1.3.6.1.4.1.9.9.42.1.1.3 | ScalarrttMonApplTimeOfLastSet | read-only | current | The last time at which a set operation occurred on any of the objects in this MIB. The managing application can inspect this value in order to determine whethe… |
| 1.3.6.1.4.1.9.9.42.1.1.4 | ScalarrttMonApplNumCtrlAdminEntry | read-only | current | This object defines the maximum number of entries that can be added to the rttMonCtrlAdminTable. It is calculated at the system init time. The value is impacte… |
| 1.3.6.1.4.1.9.9.42.1.1.5 | ScalarrttMonApplReset | read-write | current | When set to 'reset' the entire RTT application goes through a reset sequence, making a best effort to revert to its startup condition. Any and all rows in the … |
| 1.3.6.1.4.1.9.9.42.1.1.6 | ScalarrttMonApplPreConfigedReset | read-write | obsolete | When set to 'reset' the RTT application will reset the Application Preconfigured MIB section. This will force the RTT application to delete all entries in the … |
| 1.3.6.1.4.1.9.9.42.1.1.7 | TablerttMonApplSupportedRttTypesTable | not-accessible | current | A table of which contains the supported Rtt Monitor Types. See the RttMonRttType textual convention for the definition of each type. |
| 1.3.6.1.4.1.9.9.42.1.1.7.1 | RowrttMonApplSupportedRttTypesEntry | not-accessible | current | A list that presents the valid Rtt Monitor Types. |
| 1.3.6.1.4.1.9.9.42.1.1.7.1.1 | ColumnrttMonApplSupportedRttTypes | not-accessible | current | This object indexes the supported 'RttMonRttType' types. |
| 1.3.6.1.4.1.9.9.42.1.1.7.1.2 | ColumnrttMonApplSupportedRttTypesValid | read-only | current | This object defines the supported 'RttMonRttType' types. |
| 1.3.6.1.4.1.9.9.42.1.1.8 | TablerttMonApplSupportedProtocolsTable | not-accessible | current | A table of which contains the supported Rtt Monitor Protocols. See the RttMonProtocol textual convention for the definition of each protocol. |
| 1.3.6.1.4.1.9.9.42.1.1.8.1 | RowrttMonApplSupportedProtocolsEntry | not-accessible | current | A list that presents the valid Rtt Monitor Protocols. |
| 1.3.6.1.4.1.9.9.42.1.1.8.1.1 | ColumnrttMonApplSupportedProtocols | not-accessible | current | This object indexes the supported 'RttMonProtocol' protocols. |
| 1.3.6.1.4.1.9.9.42.1.1.8.1.2 | ColumnrttMonApplSupportedProtocolsValid | read-only | current | This object defines the supported 'RttMonProtocol' protocols. |
| 1.3.6.1.4.1.9.9.42.1.1.9 | TablerttMonApplPreConfigedTable | not-accessible | obsolete | A table of which contains the previously configured Script Names and File IO targets. These Script Names and File IO targets are installed via a different mech… |
| 1.3.6.1.4.1.9.9.42.1.1.9.1 | RowrttMonApplPreConfigedEntry | not-accessible | obsolete | A list of objects that describe the previously configured Script Names and File IO targets. |
| 1.3.6.1.4.1.9.9.42.1.1.9.1.2 | ColumnrttMonApplPreConfigedType | not-accessible | obsolete | This is the type of value being stored in the rttMonApplPreConfigedName object. |
| 1.3.6.1.4.1.9.9.42.1.1.9.1.3 | ColumnrttMonApplPreConfigedName | not-accessible | obsolete | This is either one of the following depending on the value of the rttMonApplPreConfigedType object: - The file path to a server. One of these file paths must b… |
| 1.3.6.1.4.1.9.9.42.1.1.9.1.4 | ColumnrttMonApplPreConfigedValid | read-only | obsolete | When this row exists, this value will be 'true'. This object exists only to create a valid row in this table. |
| 1.3.6.1.4.1.9.9.42.1.1.10 | ScalarrttMonApplProbeCapacity | read-only | current | This object defines the number of new probes that can be configured on a router. The number depends on the value of rttMonApplFreeMemLowWaterMark, free bytes a… |
| 1.3.6.1.4.1.9.9.42.1.1.11 | ScalarrttMonApplFreeMemLowWaterMark | read-write | current | This object defines the amount of free memory a router must have in order to configure RTR. If RTR found out that the memory is falling below this mark, it wil… |
| 1.3.6.1.4.1.9.9.42.1.1.12 | ScalarrttMonApplLatestSetError | read-only | current | An error description for the last error message caused by set. Currently, it includes set error caused due to setting rttMonApplFreeMemLowWaterMark greater tha… |
| 1.3.6.1.4.1.9.9.42.1.1.13 | ScalarrttMonApplResponder | read-write | current | Enable or disable RTR responder on the router. |
| 1.3.6.1.4.1.9.9.42.1.1.14 | TablerttMonApplAuthTable | not-accessible | current | A table which contains the definitions for key-strings that will be used in authenticating RTR Control Protocol. |
| 1.3.6.1.4.1.9.9.42.1.1.14.1 | RowrttMonApplAuthEntry | not-accessible | current | A list that presents the valid parameters for Authenticating RTR Control Protocol. |
| 1.3.6.1.4.1.9.9.42.1.1.14.1.1 | ColumnrttMonApplAuthIndex | not-accessible | current | Uniquely identifies a row in the rttMonApplAuthTable. This is a pseudo-random number selected by the management station when creating a row via the rttMonApplA… |
| 1.3.6.1.4.1.9.9.42.1.1.14.1.2 | ColumnrttMonApplAuthKeyChain | read-create | current | A string which represents the key-chain name. If multiple key-strings are specified, then the authenticator will alternate between the specified strings. |
| 1.3.6.1.4.1.9.9.42.1.1.14.1.3 | ColumnrttMonApplAuthKeyString1 | read-create | current | A string which represents a key-string name whose id is 1. |
| 1.3.6.1.4.1.9.9.42.1.1.14.1.4 | ColumnrttMonApplAuthKeyString2 | read-create | current | A string which represents a key-string name whose id is 2. |
| 1.3.6.1.4.1.9.9.42.1.1.14.1.5 | ColumnrttMonApplAuthKeyString3 | read-create | current | A string which represents a key-string name whose id is 3. |
| 1.3.6.1.4.1.9.9.42.1.1.14.1.6 | ColumnrttMonApplAuthKeyString4 | read-create | current | A string which represents a key-string name whose id is 4. |
| 1.3.6.1.4.1.9.9.42.1.1.14.1.7 | ColumnrttMonApplAuthKeyString5 | read-create | current | A string which represents a key-string name whose id is 5. |
| 1.3.6.1.4.1.9.9.42.1.1.14.1.8 | ColumnrttMonApplAuthStatus | read-create | current | The status of the Authentication row. |
| 1.3.6.1.4.1.9.9.42.1.1.15 | ScalarrttMonApplLpdGrpStatsReset | read-write | current | This object is used to reset certain objects within the rttMonLpdGrpStatsTable. When the object is set to value of an active LPD Group identifier the associate… |
| 1.3.6.1.4.1.9.9.42.1.2 | NoderttMonCtrl | |||
| 1.3.6.1.4.1.9.9.42.1.2.1 | TablerttMonCtrlAdminTable | not-accessible | current | A table of Round Trip Time (RTT) monitoring definitions. The RTT administration control is in multiple tables. This first table, is used to create a conceptual… |
| 1.3.6.1.4.1.9.9.42.1.2.1.1 | RowrttMonCtrlAdminEntry | not-accessible | current | A base list of objects that define a conceptual RTT control row. |
| 1.3.6.1.4.1.9.9.42.1.2.1.1.1 | ColumnrttMonCtrlAdminIndex | not-accessible | current | Uniquely identifies a row in the rttMonCtrlAdminTable. This is a pseudo-random number, selected by the management station or auto-generated based on operation … |
| 1.3.6.1.4.1.9.9.42.1.2.1.1.2 | ColumnrttMonCtrlAdminOwner | read-create | current | Identifies the entity that created this table row. |
| 1.3.6.1.4.1.9.9.42.1.2.1.1.3 | ColumnrttMonCtrlAdminTag | read-create | deprecated | A string which is used by a managing application to identify the RTT target. This string is inserted into trap notifications, but has no other significance to … |
| 1.3.6.1.4.1.9.9.42.1.2.1.1.4 | ColumnrttMonCtrlAdminRttType | read-create | current | The type of RTT operation to be performed. This value must be set in the same PDU or before setting any type specific configuration. Note: The RTT operation 'l… |
| 1.3.6.1.4.1.9.9.42.1.2.1.1.5 | ColumnrttMonCtrlAdminThreshold | read-create | current | This object defines an administrative threshold limit. If the RTT operation time exceeds this limit and if the conditions specified in rttMonReactAdminThreshol… |
| 1.3.6.1.4.1.9.9.42.1.2.1.1.6 | ColumnrttMonCtrlAdminFrequency | read-create | current | Specifies the duration between initiating each RTT operation. This object cannot be set to a value which would be a shorter duration than rttMonCtrlAdminTimeou… |
| 1.3.6.1.4.1.9.9.42.1.2.1.1.7 | ColumnrttMonCtrlAdminTimeout | read-create | current | 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 rttMo… |
| 1.3.6.1.4.1.9.9.42.1.2.1.1.8 | ColumnrttMonCtrlAdminVerifyData | read-create | current | 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 exac… |
| 1.3.6.1.4.1.9.9.42.1.2.1.1.9 | ColumnrttMonCtrlAdminStatus | read-create | current | The status of the conceptual RTT control row. In order for this object to become active, the following row objects must be defined: - rttMonCtrlAdminRttType Ad… |
| 1.3.6.1.4.1.9.9.42.1.2.1.1.10 | ColumnrttMonCtrlAdminNvgen | read-create | current | When set to true, this entry will be shown in 'show running' command and can be saved into Non-volatile memory. |
| 1.3.6.1.4.1.9.9.42.1.2.1.1.11 | ColumnrttMonCtrlAdminGroupName | read-only | current | If the operation is created through auto measure group creation, then this string will specify the group name to which this operation is associated. |
| 1.3.6.1.4.1.9.9.42.1.2.1.1.12 | ColumnrttMonCtrlAdminLongTag | read-create | current | This object provides additional information about the Probe and is inserted into trap notifications, but has no other significance to the agent. Setting this o… |
| 1.3.6.1.4.1.9.9.42.1.2.2 | TablerttMonEchoAdminTable | not-accessible | current | A table that contains Round Trip Time (RTT) specific definitions. This table is controlled via the rttMonCtrlAdminTable. Entries in this table are created via … |
| 1.3.6.1.4.1.9.9.42.1.2.2.1 | RowrttMonEchoAdminEntry | not-accessible | current | A list of objects that define specific configuration for RttMonRttType conceptual Rtt control rows. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.1 | ColumnrttMonEchoAdminProtocol | read-create | current | Specifies the protocol to be used to perform the RTT operation. The following list defines what protocol should be used for each probe type: echo, pathEcho - i… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.2 | ColumnrttMonEchoAdminTargetAddress | read-create | current | A string which specifies the address of the target. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.3 | ColumnrttMonEchoAdminPktDataRequestSize | read-create | current | This object represents the number of octets to be placed into the ARR Data portion of the request message, when using SNA protocols. For non-ARR protocols' RTT… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.4 | ColumnrttMonEchoAdminPktDataResponseSize | read-create | current | This object represents the number of octets to be placed into the ARR Data portion of the response message. This value is passed to the RTT Echo Server via a f… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.5 | ColumnrttMonEchoAdminTargetPort | read-create | current | This object represents the target's port number. This object is applicable to udpEcho, tcpConnect and jitter probes. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.6 | ColumnrttMonEchoAdminSourceAddress | read-create | current | A string which specifies the IP address of the source. This object is applicable to all probes except dns, dlsw and sna. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.7 | ColumnrttMonEchoAdminSourcePort | read-create | current | 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 appli… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.8 | ColumnrttMonEchoAdminControlEnable | read-create | current | If this object is enabled, then the RTR application will send control messages to a responder, residing on the target router to respond to the data request pac… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.9 | ColumnrttMonEchoAdminTOS | read-create | current | This object represents the type of service octet in an IP header. This object is not applicable to dhcp, dns, ethernetPing and ethernetJitter. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.10 | ColumnrttMonEchoAdminLSREnable | read-only | current | If this object is enabled then it means that the application calculates response time for a specific path, defined in rttMonEchoPathAdminEntry. This object is … |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.11 | ColumnrttMonEchoAdminTargetAddressString | read-create | current | A string which specifies the address of the target. This string can be in IP address format or a hostname. This object is applicable to dns probe only. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.12 | ColumnrttMonEchoAdminNameServer | read-create | current | A string which specifies the ip address of the name-server. This object is applicable to dns probe only. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.13 | ColumnrttMonEchoAdminOperation | read-create | current | A code that represents the specific type of RTT operation. This object is applicable to http and ftp probe only. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.14 | ColumnrttMonEchoAdminHTTPVersion | read-create | current | A string which specifies the version number of the HTTP Server. The syntax for the version string is <major number>.<minor number> An example would be 1.0, 1.1… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.15 | ColumnrttMonEchoAdminURL | read-create | current | A string which represents the URL to which a HTTP probe should communicate with. This object is applicable to http probe only. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.16 | ColumnrttMonEchoAdminCache | read-create | current | 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.… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.17 | ColumnrttMonEchoAdminInterval | read-create | current | This value represents the inter-packet delay between packets and is in milliseconds. This value is currently used for Jitter probe. This object is applicable t… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.18 | ColumnrttMonEchoAdminNumPackets | read-create | current | 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 pro… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.19 | ColumnrttMonEchoAdminProxy | read-create | current | This string represents the proxy server information. This object is applicable to http probe only. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.20 | ColumnrttMonEchoAdminString1 | read-create | current | 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 string … |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.21 | ColumnrttMonEchoAdminString2 | read-create | current | This string stores the content of HTTP raw request. rttMonEchoAdminString1-5 are concatenated to form the HTTP raw request used in the RTT operation. This obje… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.22 | ColumnrttMonEchoAdminString3 | read-create | current | This string stores the content of HTTP raw request. rttMonEchoAdminString1-5 are concatenated to form the HTTP raw request used in the RTT operation. This obje… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.23 | ColumnrttMonEchoAdminString4 | read-create | current | This string stores the content of HTTP raw request. rttMonEchoAdminString1-5 are concatenated to form the HTTP raw request used in the RTT operation. This obje… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.24 | ColumnrttMonEchoAdminString5 | read-create | current | This string stores the content of HTTP raw request. rttMonEchoAdminString1-5 are concatenated to form the HTTP raw request used in the RTT operation. This obje… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.25 | ColumnrttMonEchoAdminMode | read-create | current | A code that represents the specific type of RTT operation. This object is applicable to ftp probe only. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.26 | ColumnrttMonEchoAdminVrfName | read-create | current | This field is used to specify the VPN name in which the RTT operation will be used. For regular RTT operation this field should not be configured. The agent wi… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.27 | ColumnrttMonEchoAdminCodecType | read-create | current | Specifies the codec type to be used with jitter probe. This is applicable only for the jitter probe. If codec-type is configured the following parameters canno… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.28 | ColumnrttMonEchoAdminCodecInterval | read-create | current | This field represents the inter-packet delay between packets and is in milliseconds. This object is applicable only to jitter probe which uses codec type. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.29 | ColumnrttMonEchoAdminCodecPayload | read-create | current | This object represents the number of octets that needs to be placed into the Data portion of the message. This value is used only for jitter probe which uses c… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.30 | ColumnrttMonEchoAdminCodecNumPackets | read-create | current | This value represents the number of packets that need to be transmitted. This value is used only for jitter probe which uses codec type. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.31 | ColumnrttMonEchoAdminICPIFAdvFactor | read-create | current | The advantage factor is dependant on the type of access and how the service is to be used. Conventional Wire-line 0 Mobility within Building 5 Mobility within … |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.32 | ColumnrttMonEchoAdminLSPFECType | read-create | current | The type of the target FEC for the RTT 'echo' and 'pathEcho' operations based on 'mplsLspPingAppl' RttMonProtocol. ldpIpv4Prefix - LDP IPv4 prefix. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.33 | ColumnrttMonEchoAdminLSPSelector | read-create | current | A string which specifies a valid 127/8 address. This address is of the form 127.x.y.z. This address is not used to route the MPLS echo packet to the destinatio… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.34 | ColumnrttMonEchoAdminLSPReplyMode | read-create | current | This object specifies the reply mode for the LSP Echo requests. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.35 | ColumnrttMonEchoAdminLSPTTL | read-create | current | This object represents the TTL setting for MPLS echo request packets. For ping operation this represents the TTL value to be set in the echo request packet. Fo… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.36 | ColumnrttMonEchoAdminLSPExp | read-create | current | This object represents the EXP value that needs to be put as precedence bit in the MPLS echo request IP header. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.37 | ColumnrttMonEchoAdminPrecision | read-create | current | This object specifies the accuracy of statistics that needs to be calculated milliseconds - The accuracy of stats will be of milliseconds microseconds - The ac… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.38 | ColumnrttMonEchoAdminProbePakPriority | read-create | current | This object specifies the priority that will be assigned to probe packet. This value can be set only for jitter operation |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.39 | ColumnrttMonEchoAdminOWNTPSyncTolAbs | read-create | current | This object specifies the total clock synchronization error on source and responder that is considered acceptable for oneway measurement when NTP is used as cl… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.40 | ColumnrttMonEchoAdminOWNTPSyncTolPct | read-create | current | This object specifies the total clock synchronization error on source and responder that is considered acceptable for oneway measurement when NTP is used as cl… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.41 | ColumnrttMonEchoAdminOWNTPSyncTolType | read-create | current | This object specifies whether the value in specified for oneway NTP sync tolerance is absolute value or percent value |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.42 | ColumnrttMonEchoAdminCalledNumber | read-create | current | This string stores the called number of post dial delay. This object is applicable to voip post dial delay probe only. The number will be like the one actualy … |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.43 | ColumnrttMonEchoAdminDetectPoint | read-create | current | A code that represents the detect point of post dial delay. This object is applicable to SAA post dial delay probe only. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.44 | ColumnrttMonEchoAdminGKRegistration | read-create | current | A boolean that represents VoIP GK registration delay. This object is applicable to SAA GK registration delay probe only. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.45 | ColumnrttMonEchoAdminSourceVoicePort | read-create | current | A string which specifies the voice-port on the source gateway. This object is applicable to RTP probe only. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.46 | ColumnrttMonEchoAdminCallDuration | read-create | current | Duration of RTP/Video Probe session. This object is applicable to RTP and Video probe. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.47 | ColumnrttMonEchoAdminLSPReplyDscp | read-create | current | This object specifies the DSCP value to be set in the IP header of the LSP echo reply packet. The value of this object will be in range of DiffServ codepoint v… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.48 | ColumnrttMonEchoAdminLSPNullShim | read-create | current | This object specifies if the explicit-null label is to be added to LSP echo requests which are sent while performing RTT operation. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.49 | ColumnrttMonEchoAdminTargetMPID | read-create | current | This object specifies the destination maintenance point ID. It is only applicable to ethernetPing and ethernetJitter operation. It will be set to 0 for other t… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.50 | ColumnrttMonEchoAdminTargetDomainName | read-create | current | This object specifies the name of the domain in which the destination maintenance point lies. It is only applicable to ethernetPing and ethernetJitter operatio… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.51 | ColumnrttMonEchoAdminTargetVLAN | read-create | current | This object specifies the ID of the VLAN in which the destination maintenance point lies. It is only applicable to ethernetPing and ethernetJitter operation. I… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.52 | ColumnrttMonEchoAdminEthernetCOS | read-create | current | This object specifies the class of service in an Ethernet packet header. It is only applicable to ethernetPing and ethernetJitter operation. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.53 | ColumnrttMonEchoAdminLSPVccvID | read-create | current | This object specifies MPLS LSP pseudowire VCCV ID values between 1 to 2147483647. Note: This object cannot be set to value of 0. This default value specifies t… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.54 | ColumnrttMonEchoAdminTargetEVC | read-create | current | This object specifies the Ethernet Virtual Connection in which the destination maintenance point lies. It is only applicable to ethernetPing and ethernetJitter… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.55 | ColumnrttMonEchoAdminTargetMEPPort | read-create | current | This object specifies that Port Level CFM testing towards an Outward/Down MEP will be used. It is only applicable to ethernetPing and ethernetJitter operation.… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.56 | ColumnrttMonEchoAdminVideoTrafficProfile | read-create | current | A string which represents the profile name to which a video probe should use. This object is applicable to video probe only. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.57 | ColumnrttMonEchoAdminDscp | read-create | current | This object represents the Differentiated Service Code Point (DSCP) QoS marking in the generated synthetic packets. Value - DiffServ Class 0 - BE (default) 10 … |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.58 | ColumnrttMonEchoAdminReserveDsp | read-create | current | This object represents the video traffic generation source. be : best effort using DSP but without reservation gs : guaranteed service using DSP with reservati… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.59 | ColumnrttMonEchoAdminInputInterface | read-create | current | This object represents the network input interface on the sender router where the synthetic packets are received from the emulated endpoint source. This is use… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.60 | ColumnrttMonEchoAdminEmulateSourceAddress | read-create | current | This object specifies the IP address of the emulated source from which the synthetic packets would be generated. If this object is not specified, the emulated … |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.61 | ColumnrttMonEchoAdminEmulateSourcePort | read-create | current | This object represents the port number of the emulated source from which the synthetic packets would be generated. If this object is not specified, the emulate… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.62 | ColumnrttMonEchoAdminEmulateTargetAddress | read-create | current | This object specifies the IP address of the emulated target by which the synthetic packets would be received. If this object is not specified, the emulated tar… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.63 | ColumnrttMonEchoAdminEmulateTargetPort | read-create | current | This object represents the port number of the emulated target by which the synthetic packets would be received. If this object is not specified, the emulated t… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.64 | ColumnrttMonEchoAdminTargetMacAddress | read-only | current | This object indicates the MAC address of the target device. This object is only applicable for Y.1731 operations. rttMonEchoAdminTargetMacAddress and rttMonEch… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.65 | ColumnrttMonEchoAdminSourceMacAddress | read-only | current | This object indicates the MAC address of the source device. This object is only applicable for Y.1731 operations. rttMonEchoAdminSourceMacAddress and rttMonEch… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.66 | ColumnrttMonEchoAdminSourceMPID | read-only | current | This object indicates the source maintenance point ID. It is only applicable to Y.1731 operation. It will be set to zero for other types of opearations. rttMon… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.67 | ColumnrttMonEchoAdminEndPointListName | read-create | current | This object specifies the name of endpoint list which a probe uses to generate operations. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.68 | ColumnrttMonEchoAdminSSM | read-create | current | This object specifies if Source Specific Multicast is to be added. This object is applicable to multicast probe only. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.69 | ColumnrttMonEchoAdminControlRetry | read-create | current | This object specifies the maximum number of retries for control message. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.70 | ColumnrttMonEchoAdminControlTimeout | read-create | current | This object specifies the wait duration before control message timeout. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.71 | ColumnrttMonEchoAdminIgmpTreeInit | read-create | current | This object specifies number of packets to be sent for multicast tree setup. This object is applicable to multicast probe only. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.72 | ColumnrttMonEchoAdminEnableBurst | read-only | current | This object indicates that packets will be sent in burst. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.73 | ColumnrttMonEchoAdminAggBurstCycles | read-only | current | This object indicates the number of burst cycles to be sent during the aggregate interval. This value is currently used for Y1731 SLM(Synthetic Loss Measurment… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.74 | ColumnrttMonEchoAdminLossRatioNumFrames | read-only | current | This object indicates the number of frames over which to calculate the frame loss ratio. This object is applicable to Y1731 SLM probe only. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.75 | ColumnrttMonEchoAdminAvailNumFrames | read-only | current | This object indicates the number of frames over which to calculate the availability. This object is applicable to Y1731 SLM probe only. |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.76 | ColumnrttMonEchoAdminTstampOptimization | read-create | current | This object specifies whether timestamp optimization is enabled. When the value is 'true' then timestamp optimization is enabled. The probe will utilize lower … |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.77 | ColumnrttMonEchoAdminTargetSwitchId | read-create | current | This object represents the destination Switch Id that needed to send one TRILL/FB OAM Loopback request. This object is applicable to Fabric Path Echo probe onl… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.78 | ColumnrttMonEchoAdminProfileId | read-create | current | This object represents the destination Profile Id that needed to send one TRILL/FB OAM Loopback request. This object is applicable to Fabric Path Echo probe on… |
| 1.3.6.1.4.1.9.9.42.1.2.2.1.79 | ColumnrttMonEchoAdminOutputInterface | read-create | current | This object represents the network interface on the sender router where the packets are transmitted from the emulated endpoint source. The user can get the Int… |
| 1.3.6.1.4.1.9.9.42.1.2.3 | TablerttMonFileIOAdminTable | not-accessible | obsolete | A table of Round Trip Time (RTT) monitoring 'fileIO' specific definitions. When the RttMonRttType is not 'fileIO' this table is not valid. This table is contro… |
| 1.3.6.1.4.1.9.9.42.1.2.3.1 | RowrttMonFileIOAdminEntry | not-accessible | obsolete | A list of objects that define specific configuration for 'fileIO' RttMonRttType conceptual Rtt control rows. |
| 1.3.6.1.4.1.9.9.42.1.2.3.1.1 | ColumnrttMonFileIOAdminFilePath | read-create | obsolete | The fully qualified file path that will be the target of the RTT operation. This value must match one of the rttMonApplPreConfigedName entries. |
| 1.3.6.1.4.1.9.9.42.1.2.3.1.2 | ColumnrttMonFileIOAdminSize | read-create | obsolete | The size of the file to write/read from the File Server. |
| 1.3.6.1.4.1.9.9.42.1.2.3.1.3 | ColumnrttMonFileIOAdminAction | read-create | obsolete | The File I/O action to be performed. |
| 1.3.6.1.4.1.9.9.42.1.2.4 | TablerttMonScriptAdminTable | not-accessible | obsolete | A table of Round Trip Time (RTT) monitoring 'script' specific definitions. When the RttMonRttType is not 'script' this table is not valid. This table is contro… |
| 1.3.6.1.4.1.9.9.42.1.2.4.1 | RowrttMonScriptAdminEntry | not-accessible | obsolete | A list of objects that define specific configuration for 'script' RttMonRttType conceptual Rtt control rows. |
| 1.3.6.1.4.1.9.9.42.1.2.4.1.1 | ColumnrttMonScriptAdminName | read-create | obsolete | This will be the Name of the Script that will be used to generate RTT operations. This object must match one of the rttMonApplPreConfigedName entries. |
| 1.3.6.1.4.1.9.9.42.1.2.4.1.2 | ColumnrttMonScriptAdminCmdLineParams | read-create | obsolete | This will be the actual command line parameters passed to the rttMonScriptAdminName when being executed. |
| 1.3.6.1.4.1.9.9.42.1.2.5 | TablerttMonScheduleAdminTable | not-accessible | current | A table of Round Trip Time (RTT) monitoring scheduling specific definitions. This table is controlled via the rttMonCtrlAdminTable. Entries in this table are c… |
| 1.3.6.1.4.1.9.9.42.1.2.5.1 | RowrttMonScheduleAdminEntry | not-accessible | current | A list of objects that define specific configuration for the scheduling of RTT operations. |
| 1.3.6.1.4.1.9.9.42.1.2.5.1.1 | ColumnrttMonScheduleAdminRttLife | read-create | current | This object value will be placed into the rttMonCtrlOperRttLife object when the rttMonCtrlOperState object transitions to 'active' or 'pending'. The value 2147… |
| 1.3.6.1.4.1.9.9.42.1.2.5.1.2 | ColumnrttMonScheduleAdminRttStartTime | read-create | current | 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 … |
| 1.3.6.1.4.1.9.9.42.1.2.5.1.3 | ColumnrttMonScheduleAdminConceptRowAgeout | read-create | deprecated | The amount of time this conceptual Rtt control row will exist when not in an 'active' rttMonCtrlOperState. When this conceptual Rtt control row enters an 'acti… |
| 1.3.6.1.4.1.9.9.42.1.2.5.1.4 | ColumnrttMonScheduleAdminRttRecurring | read-create | current | When set to true, this entry will be scheduled to run automatically for the specified duration equal to the life configured, at the same time daily. This value… |
| 1.3.6.1.4.1.9.9.42.1.2.5.1.5 | ColumnrttMonScheduleAdminConceptRowAgeoutV2 | read-create | current | The amount of time this conceptual Rtt control row will exist when not in an 'active' rttMonCtrlOperState. When this conceptual Rtt control row enters an 'acti… |
| 1.3.6.1.4.1.9.9.42.1.2.5.1.6 | ColumnrttMonScheduleAdminStartType | read-create | current | This object specifies the start-time option to be used for scheduling the start time of RTT operation. The following list defines the start-time options that c… |
| 1.3.6.1.4.1.9.9.42.1.2.5.1.7 | ColumnrttMonScheduleAdminStartDelay | read-create | current | This object specifies the start time delay range in milliseconds. The value of this object is only effective with rttMonScheduleAdminStartType value. For rttMo… |
| 1.3.6.1.4.1.9.9.42.1.2.6 | TablerttMonReactAdminTable | not-accessible | deprecated | A table of Round Trip Time (RTT) monitoring Notification and Trigger definitions. All Notification/Reactions are applied to all RTT End-to-End operations. Thus… |
| 1.3.6.1.4.1.9.9.42.1.2.6.1 | RowrttMonReactAdminEntry | not-accessible | deprecated | A list of objects that define RTT reaction operations. rttMonReactAdminEntry object is superseded by rttMonReactEntry. |
| 1.3.6.1.4.1.9.9.42.1.2.6.1.1 | ColumnrttMonReactAdminConnectionEnable | read-create | deprecated | If true, a reaction is generated when a RTT operation to a rttMonEchoAdminTargetAddress (echo type) causes rttMonCtrlOperConnectionLostOccurred to change its v… |
| 1.3.6.1.4.1.9.9.42.1.2.6.1.2 | ColumnrttMonReactAdminTimeoutEnable | read-create | deprecated | If true, a reaction is generated when a RTT operation causes rttMonCtrlOperTimeoutOccurred to change its value. When the RttMonRttType is 'pathEcho' or 'pathJi… |
| 1.3.6.1.4.1.9.9.42.1.2.6.1.3 | ColumnrttMonReactAdminThresholdType | read-create | deprecated | This object specifies the conditions under which rttMonCtrlOperOverThresholdOccurred is changed: NOTE: When the RttMonRttType is 'pathEcho' or 'pathJitter' thi… |
| 1.3.6.1.4.1.9.9.42.1.2.6.1.4 | ColumnrttMonReactAdminThresholdFalling | read-create | deprecated | This object defines a threshold limit. If the RTT operation time falls below this limit and if the conditions specified in rttMonReactAdminThresholdType are sa… |
| 1.3.6.1.4.1.9.9.42.1.2.6.1.5 | ColumnrttMonReactAdminThresholdCount | read-create | deprecated | This object defines the 'x' value of the xOfy condition specified in rttMonReactAdminThresholdType. rttMonReactAdminThresholdCount object is superseded by rttM… |
| 1.3.6.1.4.1.9.9.42.1.2.6.1.6 | ColumnrttMonReactAdminThresholdCount2 | read-create | deprecated | This object defines the 'y' value of the xOfy condition specified in rttMonReactAdminThresholdType. rttMonReactAdminThresholdCount2 object is superseded by rtt… |
| 1.3.6.1.4.1.9.9.42.1.2.6.1.7 | ColumnrttMonReactAdminActionType | read-create | deprecated | Specifies what type(s), if any, of reaction(s) to generate if an operation violates one of the watched conditions: none - no reaction is generated trapOnly - a… |
| 1.3.6.1.4.1.9.9.42.1.2.6.1.8 | ColumnrttMonReactAdminVerifyErrorEnable | read-create | deprecated | If true, a reaction is generated when a RTT operation causes rttMonCtrlOperVerifyErrorOccurred to change its value. rttMonReactAdminVerifyErrorEnable object is… |
| 1.3.6.1.4.1.9.9.42.1.2.7 | TablerttMonStatisticsAdminTable | not-accessible | current | A table of Round Trip Time (RTT) monitoring statistics definitions. The definitions in this table control what and how many entries will be placed into the rtt… |
| 1.3.6.1.4.1.9.9.42.1.2.7.1 | RowrttMonStatisticsAdminEntry | not-accessible | current | A list of objects that define RTT statistics capture operations. |
| 1.3.6.1.4.1.9.9.42.1.2.7.1.1 | ColumnrttMonStatisticsAdminNumHourGroups | read-create | current | The maximum number of groups of paths to record. Specifically this is the number of hourly groups to keep before rolling over. The value of one is not advisabl… |
| 1.3.6.1.4.1.9.9.42.1.2.7.1.2 | ColumnrttMonStatisticsAdminNumPaths | read-create | current | When RttMonRttType is 'pathEcho' this is the maximum number of statistics paths to record per hourly group. This value directly represents the path to a target… |
| 1.3.6.1.4.1.9.9.42.1.2.7.1.3 | ColumnrttMonStatisticsAdminNumHops | read-create | current | When RttMonRttType is 'pathEcho' this is the maximum number of statistics hops to record per path group. This value directly represents the number of hops alon… |
| 1.3.6.1.4.1.9.9.42.1.2.7.1.4 | ColumnrttMonStatisticsAdminNumDistBuckets | read-create | current | The maximum number of statistical distribution Buckets to accumulate. Since this index does not rollover, only the first rttMonStatisticsAdminNumDistBuckets wi… |
| 1.3.6.1.4.1.9.9.42.1.2.7.1.5 | ColumnrttMonStatisticsAdminDistInterval | read-create | current | The statistical distribution buckets interval. Distribution Bucket Example: rttMonStatisticsAdminNumDistBuckets = 5 buckets rttMonStatisticsAdminDistInterval =… |
| 1.3.6.1.4.1.9.9.42.1.2.8 | TablerttMonHistoryAdminTable | not-accessible | current | A table of Round Trip Time (RTT) monitoring history definitions. The definitions in this table control what and how many entries will be placed into the rttMon… |
| 1.3.6.1.4.1.9.9.42.1.2.8.1 | RowrttMonHistoryAdminEntry | not-accessible | current | A list of objects that define RTT history collection operations. |
| 1.3.6.1.4.1.9.9.42.1.2.8.1.1 | ColumnrttMonHistoryAdminNumLives | read-create | current | The maximum number of history lives to record. A life is defined by the countdown (or transition) to zero by the rttMonCtrlOperRttLife object. A new life is cr… |
| 1.3.6.1.4.1.9.9.42.1.2.8.1.2 | ColumnrttMonHistoryAdminNumBuckets | read-create | current | The maximum number of history buckets to record. When the RttMonRttType is 'pathEcho' this value directly represents a path to a target. For all other RttMonRt… |
| 1.3.6.1.4.1.9.9.42.1.2.8.1.3 | ColumnrttMonHistoryAdminNumSamples | read-create | current | The maximum number of history samples to record per bucket. When the RttMonRttType is 'pathEcho' this value directly represents the number of hops along a path… |
| 1.3.6.1.4.1.9.9.42.1.2.8.1.4 | ColumnrttMonHistoryAdminFilter | read-create | current | Defines a filter for adding RTT results to the history buffer: none - no history is recorded all - the results of all completion times and failed completions a… |
| 1.3.6.1.4.1.9.9.42.1.2.9 | TablerttMonCtrlOperTable | not-accessible | current | A table of which contains the Operational values for the probe, and the conceptual RTT control row. This table augments the rttMonCtrlAdminTable. |
| 1.3.6.1.4.1.9.9.42.1.2.9.1 | RowrttMonCtrlOperEntry | not-accessible | current | A list of objects that describe the current state of probe, and the conceptual RTT control row. |
| 1.3.6.1.4.1.9.9.42.1.2.9.1.1 | ColumnrttMonCtrlOperModificationTime | read-only | current | This object is updated whenever an object in the conceptual RTT control row is changed or updated. |
| 1.3.6.1.4.1.9.9.42.1.2.9.1.2 | ColumnrttMonCtrlOperDiagText | read-only | current | A string which can be used as an aid in tracing problems. The content of this field will depend on the type of target (rttMonEchoAdminProtocol). When rttMonEch… |
| 1.3.6.1.4.1.9.9.42.1.2.9.1.3 | ColumnrttMonCtrlOperResetTime | read-only | current | This object is set when the rttMonCtrlOperState is set to reset. |
| 1.3.6.1.4.1.9.9.42.1.2.9.1.4 | ColumnrttMonCtrlOperOctetsInUse | read-only | current | This object is the number of octets currently in use by this composite conceptual RTT row. A composite conceptual row include the control, statistics, and hist… |
| 1.3.6.1.4.1.9.9.42.1.2.9.1.5 | ColumnrttMonCtrlOperConnectionLostOccurred | read-only | current | This object will only change its value when the RttMonRttType is 'echo' or 'pathEcho'. This object is set to true when the RTT connection fails to be establish… |
| 1.3.6.1.4.1.9.9.42.1.2.9.1.6 | ColumnrttMonCtrlOperTimeoutOccurred | read-only | current | This object will change its value for all RttMonRttTypes. This object is set to true when an operation times out, and set to false when an operation completes … |
| 1.3.6.1.4.1.9.9.42.1.2.9.1.7 | ColumnrttMonCtrlOperOverThresholdOccurred | read-only | current | This object will change its value for all RttMonRttTypes. This object is changed by operation completion times over threshold, as defined by rttMonReactAdminTh… |
| 1.3.6.1.4.1.9.9.42.1.2.9.1.8 | ColumnrttMonCtrlOperNumRtts | read-only | current | This is the total number of probe operations that have been attempted. This value is incremented for each start of an RTT operation. Thus when rttMonCtrlAdminR… |
| 1.3.6.1.4.1.9.9.42.1.2.9.1.9 | ColumnrttMonCtrlOperRttLife | read-only | current | 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 wi… |
| 1.3.6.1.4.1.9.9.42.1.2.9.1.10 | ColumnrttMonCtrlOperState | read-write | current | The RttMonOperStatus object is used to manage the 'state' of the probe that is implementing conceptual RTT control row. This status object has six defined valu… |
| 1.3.6.1.4.1.9.9.42.1.2.9.1.11 | ColumnrttMonCtrlOperVerifyErrorOccurred | read-only | current | This object is true if rttMonCtrlAdminVerifyData is set to true and data corruption occurs. |
| 1.3.6.1.4.1.9.9.42.1.2.10 | TablerttMonLatestRttOperTable | not-accessible | current | A table of which contains the status of latest RTT operation. When the RttMonRttType is 'pathEcho', operations performed to the hops along the path will be rec… |
| 1.3.6.1.4.1.9.9.42.1.2.10.1 | RowrttMonLatestRttOperEntry | not-accessible | current | A list of objects that record the latest RTT operation. |
| 1.3.6.1.4.1.9.9.42.1.2.10.1.1 | ColumnrttMonLatestRttOperCompletionTime | read-only | current | The completion time of the latest RTT operation successfully completed. The unit of this object will be microsecond when rttMonCtrlAdminRttType is set to 'jitt… |
| 1.3.6.1.4.1.9.9.42.1.2.10.1.2 | ColumnrttMonLatestRttOperSense | read-only | current | A sense code for the completion status of the latest RTT operation. |
| 1.3.6.1.4.1.9.9.42.1.2.10.1.3 | ColumnrttMonLatestRttOperApplSpecificSense | read-only | current | An application specific sense code for the completion status of the latest RTT operation. This object will only be valid when the rttMonLatestRttOperSense obje… |
| 1.3.6.1.4.1.9.9.42.1.2.10.1.4 | ColumnrttMonLatestRttOperSenseDescription | read-only | current | A sense description for the completion status of the latest RTT operation when the rttMonLatestRttOperSense object is set to 'applicationSpecific'. |
| 1.3.6.1.4.1.9.9.42.1.2.10.1.5 | ColumnrttMonLatestRttOperTime | read-only | current | The value of the agent system time at the time of the latest RTT operation. |
| 1.3.6.1.4.1.9.9.42.1.2.10.1.6 | ColumnrttMonLatestRttOperAddress | read-only | current | When the RttMonRttType is 'echo', 'pathEcho', 'pathJitter', 'udpEcho', 'tcpConnect', 'dns' and 'dlsw' this is a string which specifies the address of the targe… |
| 1.3.6.1.4.1.9.9.42.1.2.11 | TablerttMonReactTriggerAdminTable | not-accessible | current | A table of which contains the list of conceptual RTT control rows that will start to collect data when a reaction condition is violated and when rttMonReactAdm… |
| 1.3.6.1.4.1.9.9.42.1.2.11.1 | RowrttMonReactTriggerAdminEntry | not-accessible | current | A list of objects that will be triggered when a reaction condition is violated. |
| 1.3.6.1.4.1.9.9.42.1.2.11.1.1 | ColumnrttMonReactTriggerAdminRttMonCtrlAdminIndex | not-accessible | current | This object points to a single conceptual Rtt control row. If this row does not exist and this value is triggered no action will result. The conceptual Rtt con… |
| 1.3.6.1.4.1.9.9.42.1.2.11.1.2 | ColumnrttMonReactTriggerAdminStatus | read-create | current | This object is used to create Trigger entries. |
| 1.3.6.1.4.1.9.9.42.1.2.12 | TablerttMonReactTriggerOperTable | not-accessible | current | A table of which contains the operational state of each entry in the rttMonReactTriggerAdminTable. This table augments the RTT trigger definition table, rttMon… |
| 1.3.6.1.4.1.9.9.42.1.2.12.1 | RowrttMonReactTriggerOperEntry | not-accessible | current | A list of state objects for the rttMonReactTriggerAdminTable. |
| 1.3.6.1.4.1.9.9.42.1.2.12.1.1 | ColumnrttMonReactTriggerOperState | read-only | current | This object takes on the value active when its associated entry in the rttMonReactTriggerAdminTable has been triggered. When the associated entry in the rttMon… |
| 1.3.6.1.4.1.9.9.42.1.2.13 | TablerttMonEchoPathAdminTable | not-accessible | current | A table to store the hop addresses in a Loose Source Routing path. Response times are computed along the specified path using ping. This maximum table size is … |
| 1.3.6.1.4.1.9.9.42.1.2.13.1 | RowrttMonEchoPathAdminEntry | not-accessible | current | A list of objects that define intermediate hop's IP Address. This entry can be added only if the rttMonCtrlAdminRttType is 'echo'. The entry gets deleted when … |
| 1.3.6.1.4.1.9.9.42.1.2.13.1.1 | ColumnrttMonEchoPathAdminHopIndex | not-accessible | current | Uniquely identifies a row in the rttMonEchoPathAdminTable. This number represents the hop address number in a specific ping path. All the indicies should start… |
| 1.3.6.1.4.1.9.9.42.1.2.13.1.2 | ColumnrttMonEchoPathAdminHopAddress | read-create | current | A string which specifies the address of an intermediate hop's IP Address for a RTT 'echo' operation |
| 1.3.6.1.4.1.9.9.42.1.2.14 | TablerttMonGrpScheduleAdminTable | not-accessible | current | A table of Round Trip Time (RTT) monitoring group scheduling specific definitions. This table is used to create a conceptual group scheduling control row. The … |
| 1.3.6.1.4.1.9.9.42.1.2.14.1 | RowrttMonGrpScheduleAdminEntry | not-accessible | current | A list of objects that define a conceptual group scheduling control row. |
| 1.3.6.1.4.1.9.9.42.1.2.14.1.1 | ColumnrttMonGrpScheduleAdminIndex | not-accessible | current | Uniquely identifies a row in the rttMonGrpScheduleAdminTable. This is a pseudo-random number selected by the management station when creating a row via the rtt… |
| 1.3.6.1.4.1.9.9.42.1.2.14.1.2 | ColumnrttMonGrpScheduleAdminProbes | read-create | current | A string which holds the different probes which are to be group scheduled. The probes can be specified in the following forms. (a) Individual ID's with comma s… |
| 1.3.6.1.4.1.9.9.42.1.2.14.1.3 | ColumnrttMonGrpScheduleAdminPeriod | read-create | current | Specifies the time duration over which all the probes have to be scheduled. |
| 1.3.6.1.4.1.9.9.42.1.2.14.1.4 | ColumnrttMonGrpScheduleAdminFrequency | read-create | current | Specifies the duration between initiating each RTT operation for all the probes specified in the group. The value of this object is only effective when both rt… |
| 1.3.6.1.4.1.9.9.42.1.2.14.1.5 | ColumnrttMonGrpScheduleAdminLife | read-create | current | This object specifies the life of all the probes included in the object rttMonGrpScheduleAdminProbes, that are getting group scheduled. This value will be plac… |
| 1.3.6.1.4.1.9.9.42.1.2.14.1.6 | ColumnrttMonGrpScheduleAdminAgeout | read-create | current | This object specifies the ageout value of all the probes included in the object rttMonGrpScheduleAdminProbes, that are getting group scheduled. This value will… |
| 1.3.6.1.4.1.9.9.42.1.2.14.1.7 | ColumnrttMonGrpScheduleAdminStatus | read-create | current | The status of the conceptual RTT group schedule control row. In order for this object to become active, the following row objects must be defined: - rttMonGrpS… |
| 1.3.6.1.4.1.9.9.42.1.2.14.1.8 | ColumnrttMonGrpScheduleAdminFreqMax | read-create | current | Specifies the max duration between initiating each RTT operation for all the probes specified in the group. If this is 0 and rttMonGrpScheduleAdminFreqMin is a… |
| 1.3.6.1.4.1.9.9.42.1.2.14.1.9 | ColumnrttMonGrpScheduleAdminFreqMin | read-create | current | Specifies the min duration between initiating each RTT operation for all the probes specified in the group. The value of this object cannot be greater than the… |
| 1.3.6.1.4.1.9.9.42.1.2.14.1.10 | ColumnrttMonGrpScheduleAdminStartTime | read-create | current | This is the time in seconds after which the member probes of this group specified in rttMonGrpScheduleAdminProbes will transition to active state If rttMonSche… |
| 1.3.6.1.4.1.9.9.42.1.2.14.1.11 | ColumnrttMonGrpScheduleAdminAdd | read-create | current | Addition of members to an existing group will be allowed if this object is set to TRUE (1). The members, IDs of which are mentioned in rttMonGrpScheduleAdminPr… |
| 1.3.6.1.4.1.9.9.42.1.2.14.1.12 | ColumnrttMonGrpScheduleAdminDelete | read-create | current | Removal of members from an existing group will be allowed if this object is set to TRUE (1). The members, IDs of which are mentioned in rttMonGrpScheduleAdminP… |
| 1.3.6.1.4.1.9.9.42.1.2.14.1.13 | ColumnrttMonGrpScheduleAdminReset | read-create | current | When this is set to true then all members of this group will be stopped and rescheduled using the previously set values of this group. |
| 1.3.6.1.4.1.9.9.42.1.2.14.1.14 | ColumnrttMonGrpScheduleAdminStartType | read-create | current | This object specifies the start-time option to be used for scheduling the start time of the group with probes included in the object rttMonGrpScheduleAdminProb… |
| 1.3.6.1.4.1.9.9.42.1.2.14.1.15 | ColumnrttMonGrpScheduleAdminStartDelay | read-create | current | This object specifies the start time delay range in milliseconds. The value of this object is only effective with rttMonScheduleAdminStartType value. For rttMo… |
| 1.3.6.1.4.1.9.9.42.1.2.15 | TablerttMplsVpnMonCtrlTable | not-accessible | current | A table of Auto SAA L3 MPLS VPN definitions. The Auto SAA L3 MPLS VPN administration control is in multiple tables. This first table, is used to create a conce… |
| 1.3.6.1.4.1.9.9.42.1.2.15.1 | RowrttMplsVpnMonCtrlEntry | not-accessible | current | A base list of objects that define a conceptual Auto SAA L3 MPLS VPN control row. |
| 1.3.6.1.4.1.9.9.42.1.2.15.1.1 | ColumnrttMplsVpnMonCtrlIndex | not-accessible | current | Uniquely identifies a row in the rttMplsVpnMonCtrlTable. This is a pseudo-random number selected by the management station when creating a row via the rttMplsV… |
| 1.3.6.1.4.1.9.9.42.1.2.15.1.2 | ColumnrttMplsVpnMonCtrlRttType | read-create | current | The type of RTT operation to be performed for Auto SAA L3 MPLS VPN. This value must be set in the same PDU of rttMplsVpnMonCtrlStatus. This value must be set b… |
| 1.3.6.1.4.1.9.9.42.1.2.15.1.3 | ColumnrttMplsVpnMonCtrlVrfName | read-create | current | This field is used to specify the VPN name for which the Auto SAA L3 MPLS VPN RTT operation will be used. This value must be set in the same PDU of rttMplsVpnM… |
| 1.3.6.1.4.1.9.9.42.1.2.15.1.4 | ColumnrttMplsVpnMonCtrlTag | read-create | current | A string which is used by a managing application to identify the RTT target. This string will be configured as rttMonCtrlAdminTag for all the operations config… |
| 1.3.6.1.4.1.9.9.42.1.2.15.1.5 | ColumnrttMplsVpnMonCtrlThreshold | read-create | current | This object defines an administrative threshold limit. This value will be configured as rttMonCtrlAdminThreshold for all the operations that will be configured… |
| 1.3.6.1.4.1.9.9.42.1.2.15.1.6 | ColumnrttMplsVpnMonCtrlTimeout | read-create | current | Specifies the duration to wait for a RTT operation configured automatically by the Auto SAA L3 MPLS VPN to complete. The value of this object cannot be set to … |
| 1.3.6.1.4.1.9.9.42.1.2.15.1.7 | ColumnrttMplsVpnMonCtrlScanInterval | read-create | current | Specifies the frequency at which the automatic PE addition should take place if there is any for an Auto SAA L3 MPLS VPN. New RTT operations corresponding to t… |
| 1.3.6.1.4.1.9.9.42.1.2.15.1.8 | ColumnrttMplsVpnMonCtrlDelScanFactor | read-create | current | Specifies the frequency at which the automatic PE deletion should take place. This object specifies the number of times of rttMonMplslmCtrlScanInterval (rttMpl… |
| 1.3.6.1.4.1.9.9.42.1.2.15.1.9 | ColumnrttMplsVpnMonCtrlEXP | read-create | current | This object represents the EXP value that needs to be put as precedence bit of an IP header. |
| 1.3.6.1.4.1.9.9.42.1.2.15.1.10 | ColumnrttMplsVpnMonCtrlRequestSize | read-create | current | This object represents the native payload size that needs to be put on the packet. This value will be configured as rttMonEchoAdminPktDataRequestSize for all t… |
| 1.3.6.1.4.1.9.9.42.1.2.15.1.11 | ColumnrttMplsVpnMonCtrlVerifyData | read-create | current | When set to true, the resulting data in each RTT operation created by the current Auto SAA L3 MPLS VPN is compared with the expected data. This includes checki… |
| 1.3.6.1.4.1.9.9.42.1.2.15.1.12 | ColumnrttMplsVpnMonCtrlStorageType | read-create | current | The storage type of this conceptual row. When set to 'nonVolatile', this entry will be shown in 'show running' command and can be saved into Non-volatile memor… |
| 1.3.6.1.4.1.9.9.42.1.2.15.1.13 | ColumnrttMplsVpnMonCtrlProbeList | read-only | current | This object holds the list of probes ID's that are created by the Auto SAA L3 MPLS VPN. The probes will be specified in the following form. (a) Individual ID's… |
| 1.3.6.1.4.1.9.9.42.1.2.15.1.14 | ColumnrttMplsVpnMonCtrlStatus | read-create | current | The status of the conceptual Auto SAA L3 MPLS VPN control row. In order for this object to become active rttMplsVpnMonCtrlRttType, rttMplsVpnMonCtrlVrfName and… |
| 1.3.6.1.4.1.9.9.42.1.2.15.1.15 | ColumnrttMplsVpnMonCtrlLpd | read-create | current | When set to true, this implies that LPD (LSP Path Discovery) is enabled for this row. The Auto SAA L3 MPLS VPN will find all the paths to each of the PE's and … |
| 1.3.6.1.4.1.9.9.42.1.2.15.1.16 | ColumnrttMplsVpnMonCtrlLpdGrpList | read-only | current | This object holds the list of LPD Group IDs that are created for this Auto SAA L3 MPLS VPN row. This object will be applicable only when LSP Path Discovery is … |
| 1.3.6.1.4.1.9.9.42.1.2.15.1.17 | ColumnrttMplsVpnMonCtrlLpdCompTime | read-only | current | The completion time of the LSP Path Discovery for the entire set of PEs which are discovered for this Auto SAA. This object will be applicable only when LSP Pa… |
| 1.3.6.1.4.1.9.9.42.1.2.16 | TablerttMplsVpnMonTypeTable | not-accessible | current | A table that contains Auto SAA L3 MPLS VPN configured RTT operation specific definitions. This table is controlled via the rttMplsVpnMonCtrlTable. Entries in t… |
| 1.3.6.1.4.1.9.9.42.1.2.16.1 | RowrttMplsVpnMonTypeEntry | not-accessible | current | A list of objects that define RTT operation specific configuration for an Auto SAA L3 MPLS VPN. |
| 1.3.6.1.4.1.9.9.42.1.2.16.1.1 | ColumnrttMplsVpnMonTypeInterval | read-create | current | This value represents the inter-packet delay between packets and is in milliseconds. This value is currently used for Jitter probe. This object is applicable t… |
| 1.3.6.1.4.1.9.9.42.1.2.16.1.2 | ColumnrttMplsVpnMonTypeNumPackets | read-create | current | 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 pro… |
| 1.3.6.1.4.1.9.9.42.1.2.16.1.3 | ColumnrttMplsVpnMonTypeDestPort | read-create | current | This object represents the target's port number to which the packets need to be sent. This value will be configured as target port for all the operations that … |
| 1.3.6.1.4.1.9.9.42.1.2.16.1.4 | ColumnrttMplsVpnMonTypeSecFreqType | read-create | current | This object specifies the reaction type for which the rttMplsVpnMonTypeSecFreqValue should be applied. The Value 'timeout' will cause secondary frequency to be… |
| 1.3.6.1.4.1.9.9.42.1.2.16.1.5 | ColumnrttMplsVpnMonTypeSecFreqValue | read-create | current | This object represents the value that needs to be applied to secondary frequency of individual RTT operations configured by Auto SAA L3 MPLS VPN. Setting rttMp… |
| 1.3.6.1.4.1.9.9.42.1.2.16.1.6 | ColumnrttMplsVpnMonTypeLspSelector | read-create | current | A string which specifies the address of the local host (127.X.X.X). This object will be used as lsp-selector in MPLS RTT operations configured by the Auto SAA … |
| 1.3.6.1.4.1.9.9.42.1.2.16.1.7 | ColumnrttMplsVpnMonTypeLSPReplyMode | read-create | current | This object specifies the reply mode for the LSP Echo requests originated by the operations configured by the Auto SAA L3 MPLS VPN. This object is currently us… |
| 1.3.6.1.4.1.9.9.42.1.2.16.1.8 | ColumnrttMplsVpnMonTypeLSPTTL | read-create | current | This object represents the TTL setting for MPLS echo request packets originated by the operations configured by the Auto SAA L3 MPLS VPN. This object is curren… |
| 1.3.6.1.4.1.9.9.42.1.2.16.1.9 | ColumnrttMplsVpnMonTypeLSPReplyDscp | read-create | current | This object specifies the DSCP value to be set in the IP header of the LSP echo reply packet. The value of this object will be in range of DiffServ codepoint v… |
| 1.3.6.1.4.1.9.9.42.1.2.16.1.10 | ColumnrttMplsVpnMonTypeLpdMaxSessions | read-create | current | This object represents the number of concurrent path discovery requests that will be active at one time per MPLS VPN control row. This object is meant for redu… |
| 1.3.6.1.4.1.9.9.42.1.2.16.1.11 | ColumnrttMplsVpnMonTypeLpdSessTimeout | read-create | current | This object specifies the maximum allowed duration of a particular tree trace request. If no response is received in configured time the request will be consid… |
| 1.3.6.1.4.1.9.9.42.1.2.16.1.12 | ColumnrttMplsVpnMonTypeLpdEchoTimeout | read-create | current | This object specifies the timeout value for the LSP echo requests which are sent while performing the LSP Path Discovery. |
| 1.3.6.1.4.1.9.9.42.1.2.16.1.13 | ColumnrttMplsVpnMonTypeLpdEchoInterval | read-create | current | This object specifies the send interval between LSP echo requests which are sent while performing the LSP Path Discovery. |
| 1.3.6.1.4.1.9.9.42.1.2.16.1.14 | ColumnrttMplsVpnMonTypeLpdEchoNullShim | read-create | current | This object specifies if the explicit-null label is added to LSP echo requests which are sent while performing the LSP Path Discovery. If set to TRUE all the p… |
| 1.3.6.1.4.1.9.9.42.1.2.16.1.15 | ColumnrttMplsVpnMonTypeLpdScanPeriod | read-create | current | This object specifies the scan time for the completion of LSP Path Discovery for all the PEs discovered for this control row. If the scan period is exceeded on… |
| 1.3.6.1.4.1.9.9.42.1.2.16.1.16 | ColumnrttMplsVpnMonTypeLpdStatHours | read-create | current | The maximum number of hours of data to be kept per LPD group. The LPD group statistics will be kept in an hourly bucket. At the maximum there can be two bucket… |
| 1.3.6.1.4.1.9.9.42.1.2.17 | TablerttMplsVpnMonScheduleTable | not-accessible | current | A table of Auto SAA L3 MPLS VPN monitoring scheduling specific definitions. This table is controlled via the rttMplsVpnMonCtrlTable. Entries in this table are … |
| 1.3.6.1.4.1.9.9.42.1.2.17.1 | RowrttMplsVpnMonScheduleEntry | not-accessible | current | A list of objects that define specific configuration for the scheduling of RTT operations. |
| 1.3.6.1.4.1.9.9.42.1.2.17.1.1 | ColumnrttMplsVpnMonScheduleRttStartTime | read-create | current | This is the time when this conceptual row will activate. rttMplsVpnMonSchedulePeriod object must be specified before setting this object. This is the value of … |
| 1.3.6.1.4.1.9.9.42.1.2.17.1.2 | ColumnrttMplsVpnMonSchedulePeriod | read-create | current | Specifies the time duration over which all the probes created by the current Auto SAA L3 MPLS VPN have to be scheduled. This object must be set first before se… |
| 1.3.6.1.4.1.9.9.42.1.2.17.1.3 | ColumnrttMplsVpnMonScheduleFrequency | read-create | current | Specifies the duration between initiating each RTT operation configured by the Auto SAA L3 MPLS VPN. This object cannot be set to a value which would be a shor… |
| 1.3.6.1.4.1.9.9.42.1.2.18 | TablerttMplsVpnMonReactTable | not-accessible | current | A Table of Auto SAA L3 MPLS VPN Notification definitions. This table augments the rttMplsVpnMonCtrlTable. |
| 1.3.6.1.4.1.9.9.42.1.2.18.1 | RowrttMplsVpnMonReactEntry | not-accessible | current | A list of objects that define Auto SAA L3 MPLS VPN reaction configuration. |
| 1.3.6.1.4.1.9.9.42.1.2.18.1.1 | ColumnrttMplsVpnMonReactConnectionEnable | read-create | current | The value set for this will be applied as rttMonReactAdminConnectionEnable for individual probes created by the Auto SAA L3 MPLS VPN. When this object is set t… |
| 1.3.6.1.4.1.9.9.42.1.2.18.1.2 | ColumnrttMplsVpnMonReactTimeoutEnable | read-create | current | The value set for this will be applied as rttMonReactAdminTimeoutEnable for individual probes created by the Auto SAA L3 MPLS VPN. When this object is set to t… |
| 1.3.6.1.4.1.9.9.42.1.2.18.1.3 | ColumnrttMplsVpnMonReactThresholdType | read-create | current | The value corresponding to this object will be applied as rttMonReactAdminThresholdType for individual probes created by the Auto SAA L3 MPLS VPN. The value co… |
| 1.3.6.1.4.1.9.9.42.1.2.18.1.4 | ColumnrttMplsVpnMonReactThresholdCount | read-create | current | This object value will be applied as rttMonReactAdminThresholdCount for individual probes created by the Auto SAA L3 MPLS VPN. This object value will be applie… |
| 1.3.6.1.4.1.9.9.42.1.2.18.1.5 | ColumnrttMplsVpnMonReactActionType | read-create | current | The value corresponding to this object will be applied as rttMonReactAdminActionType of individual probes created by this Auto SAA L3 MPLS VPN. The value corre… |
| 1.3.6.1.4.1.9.9.42.1.2.18.1.6 | ColumnrttMplsVpnMonReactLpdNotifyType | read-create | current | This object specifies the type of LPD notifications to be generated for the current Auto SAA L3 MPLS VPN control row. This object will be applicable only when … |
| 1.3.6.1.4.1.9.9.42.1.2.18.1.7 | ColumnrttMplsVpnMonReactLpdRetryCount | read-create | current | This object value specifies the number of attempts to be performed before declaring the path as 'down'. Each 'single probe' which is part of 'lspGroup' probe w… |
| 1.3.6.1.4.1.9.9.42.1.2.19 | TablerttMonReactTable | not-accessible | current | A table that contains the reaction configurations. Each conceptual row in rttMonReactTable corresponds to a reaction configured for the probe defined in rttMon… |
| 1.3.6.1.4.1.9.9.42.1.2.19.1 | RowrttMonReactEntry | not-accessible | current | A base list of objects that define a conceptual reaction configuration control row. |
| 1.3.6.1.4.1.9.9.42.1.2.19.1.1 | ColumnrttMonReactConfigIndex | not-accessible | current | This object along with rttMonCtrlAdminIndex identifies a particular reaction-configuration for a particular probe. This is a pseudo-random number selected by t… |
| 1.3.6.1.4.1.9.9.42.1.2.19.1.2 | ColumnrttMonReactVar | read-create | current | This object specifies the type of reaction configured for a probe. The reaction types 'rtt', 'timeout', and 'connectionLoss' can be configured for all probe ty… |
| 1.3.6.1.4.1.9.9.42.1.2.19.1.3 | ColumnrttMonReactThresholdType | read-create | current | This object specifies the conditions under which the notification ( trap ) is sent. never - rttMonReactOccurred is never set immediate - rttMonReactOccurred is… |
| 1.3.6.1.4.1.9.9.42.1.2.19.1.4 | ColumnrttMonReactActionType | read-create | current | Specifies what type(s), if any, of reaction(s) to generate if an operation violates one of the watched ( reaction-configuration ) conditions: none - no reactio… |
| 1.3.6.1.4.1.9.9.42.1.2.19.1.5 | ColumnrttMonReactThresholdRising | read-create | current | This object defines the higher threshold limit. If the value ( e.g rtt, jitterAvg, packetLossSD etc ) rises above this limit and if the condition specified in … |
| 1.3.6.1.4.1.9.9.42.1.2.19.1.6 | ColumnrttMonReactThresholdFalling | read-create | current | This object defines a lower threshold limit. If the value ( e.g rtt, jitterAvg, packetLossSD etc ) falls below this limit and if the conditions specified in rt… |
| 1.3.6.1.4.1.9.9.42.1.2.19.1.7 | ColumnrttMonReactThresholdCountX | read-create | current | If rttMonReactThresholdType value is 'xOfy', this object defines the 'x' value. If rttMonReactThresholdType value is 'consecutive' this object defines the numb… |
| 1.3.6.1.4.1.9.9.42.1.2.19.1.8 | ColumnrttMonReactThresholdCountY | read-create | current | This object defines the 'y' value of the xOfy condition if rttMonReactThresholdType is 'xOfy'. For other values of rttMonReactThresholdType, this object is not… |
| 1.3.6.1.4.1.9.9.42.1.2.19.1.9 | ColumnrttMonReactValue | read-only | current | This object will be set when the configured threshold condition is violated as defined by rttMonReactThresholdType and holds the actual value that violated the… |
| 1.3.6.1.4.1.9.9.42.1.2.19.1.10 | ColumnrttMonReactOccurred | read-only | current | This object is set to true when the configured threshold condition is violated as defined by rttMonReactThresholdType. It will be again set to 'false' if the c… |
| 1.3.6.1.4.1.9.9.42.1.2.19.1.11 | ColumnrttMonReactStatus | read-create | current | This objects indicates the status of the conceptual RTT Reaction Control Row.Only CreateAndGo and destroy operations are permitted on the row. When this object… |
| 1.3.6.1.4.1.9.9.42.1.2.20 | TablerttMonGeneratedOperTable | not-accessible | current | This table contains information about the generated operation id as part of a parent IP SLA operation. The parent operation id is pseudo-random number, selecte… |
| 1.3.6.1.4.1.9.9.42.1.2.20.1 | RowrttMonGeneratedOperEntry | not-accessible | current | An entry in the Generated Oper table corresponding to a child or generated operation as part of a parent IP SLA operation. |
| 1.3.6.1.4.1.9.9.42.1.2.20.1.1 | ColumnrttMonGeneratedOperRespIpAddrType | not-accessible | current | The type of Internet address, IPv4 or IPv6, of a responder for an IP SLA operation. |
| 1.3.6.1.4.1.9.9.42.1.2.20.1.2 | ColumnrttMonGeneratedOperRespIpAddr | not-accessible | current | The internet address of a responder for IP SLA operation. The type of this address is determined by the value of rttMonGeneratedOperRespIpAddrType. |
| 1.3.6.1.4.1.9.9.42.1.2.20.1.3 | ColumnrttMonGeneratedOperCtrlAdminIndex | read-only | current | This is a pseudo-random number, auto-generated based to identify a child operation based on a parent operation started by the management station,when creating … |
| 1.3.6.1.4.1.9.9.42.1.3 | NoderttMonStats | |||
| 1.3.6.1.4.1.9.9.42.1.3.1 | TablerttMonStatsCaptureTable | not-accessible | current | The statistics capture database. The statistics capture table contains summarized information of the results for a conceptual RTT control row. A rolling accumu… |
| 1.3.6.1.4.1.9.9.42.1.3.1.1 | RowrttMonStatsCaptureEntry | not-accessible | current | 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. Wh… |
| 1.3.6.1.4.1.9.9.42.1.3.1.1.1 | ColumnrttMonStatsCaptureStartTimeIndex | not-accessible | current | The time when this row was created. This object is the second index of the rttMonStatsCaptureTable Table. The the number of rttMonStatsCaptureStartTimeIndex gr… |
| 1.3.6.1.4.1.9.9.42.1.3.1.1.2 | ColumnrttMonStatsCapturePathIndex | not-accessible | current | When the RttMonRttType is 'pathEcho', this object uniquely defines a path for a given value of rttMonStatsCaptureStartTimeIndex. For all other values of RttMon… |
| 1.3.6.1.4.1.9.9.42.1.3.1.1.3 | ColumnrttMonStatsCaptureHopIndex | not-accessible | current | When the RttMonRttType is 'pathEcho', this object uniquely defines a hop for a given value of rttMonStatsCapturePathIndex. For all other values of RttMonRttTyp… |
| 1.3.6.1.4.1.9.9.42.1.3.1.1.4 | ColumnrttMonStatsCaptureDistIndex | not-accessible | current | This object uniquely defines a statistical distribution bucket for a given value of rttMonStatsCaptureHopIndex. For a particular value of rttMonStatsCaptureHop… |
| 1.3.6.1.4.1.9.9.42.1.3.1.1.5 | ColumnrttMonStatsCaptureCompletions | read-only | current | The number of RTT operations that have completed without an error and without timing out. This object has the special behavior as defined by the ROLLOVER NOTE … |
| 1.3.6.1.4.1.9.9.42.1.3.1.1.6 | ColumnrttMonStatsCaptureOverThresholds | read-only | current | The number of RTT operations successfully completed, but in excess of rttMonCtrlAdminThreshold. This number is a subset of the accumulation of all rttMonStatsC… |
| 1.3.6.1.4.1.9.9.42.1.3.1.1.7 | ColumnrttMonStatsCaptureSumCompletionTime | read-only | current | The accumulated completion time of RTT operations which complete successfully. |
| 1.3.6.1.4.1.9.9.42.1.3.1.1.8 | ColumnrttMonStatsCaptureSumCompletionTime2Low | read-only | current | The low order 32 bits of the accumulated squares of completion times (in milliseconds) of RTT operations which complete successfully. Low/High order is defined… |
| 1.3.6.1.4.1.9.9.42.1.3.1.1.9 | ColumnrttMonStatsCaptureSumCompletionTime2High | read-only | current | The high order 32 bits of the accumulated squares of completion times (in milliseconds) of RTT operations which complete successfully. See the rttMonStatsCaptu… |
| 1.3.6.1.4.1.9.9.42.1.3.1.1.10 | ColumnrttMonStatsCaptureCompletionTimeMax | read-only | current | The maximum completion time of any RTT operation which completes successfully. |
| 1.3.6.1.4.1.9.9.42.1.3.1.1.11 | ColumnrttMonStatsCaptureCompletionTimeMin | read-only | current | The minimum completion time of any RTT operation which completes successfully. |
| 1.3.6.1.4.1.9.9.42.1.3.2 | TablerttMonStatsCollectTable | not-accessible | current | The statistics collection database. This table has the exact same behavior as the rttMonStatsCaptureTable, except it does not keep statistical distribution inf… |
| 1.3.6.1.4.1.9.9.42.1.3.2.1 | RowrttMonStatsCollectEntry | not-accessible | current | A list of objects which accumulate the results of a series of RTT operations over a 60 minute time period. This entry has the exact same behavior as the rttMon… |
| 1.3.6.1.4.1.9.9.42.1.3.2.1.1 | ColumnrttMonStatsCollectNumDisconnects | read-only | current | When the RttMonRttType is 'echo' or pathEcho', this object represents the number of times that the target or hop along the path to a target became disconnected… |
| 1.3.6.1.4.1.9.9.42.1.3.2.1.2 | ColumnrttMonStatsCollectTimeouts | read-only | current | The number of occasions when a RTT operation was not completed before a timeout occurred, i.e. rttMonCtrlAdminTimeout was exceeded. Since the RTT operation was… |
| 1.3.6.1.4.1.9.9.42.1.3.2.1.3 | ColumnrttMonStatsCollectBusies | read-only | current | The number of occasions when a RTT operation could not be initiated because a previous RTT operation has not been completed. When the RttMonRttType is 'pathEch… |
| 1.3.6.1.4.1.9.9.42.1.3.2.1.4 | ColumnrttMonStatsCollectNoConnections | read-only | current | When the RttMonRttType is 'echo' or 'pathEcho' this is the number of occasions when a RTT operation could not be initiated because the connection to the target… |
| 1.3.6.1.4.1.9.9.42.1.3.2.1.5 | ColumnrttMonStatsCollectDrops | read-only | current | The number of occasions when a RTT operation could not be initiated because some necessary internal resource (for example memory, or SNA subsystem) was not ava… |
| 1.3.6.1.4.1.9.9.42.1.3.2.1.6 | ColumnrttMonStatsCollectSequenceErrors | read-only | current | When the RttMonRttType is 'echo' of 'pathEcho' this is the number of RTT operation completions received with an unexpected sequence identifier. For all other v… |
| 1.3.6.1.4.1.9.9.42.1.3.2.1.7 | ColumnrttMonStatsCollectVerifyErrors | read-only | current | The number of RTT operation completions received with data that does not compare with the expected data. The completion time of these operations are not accumu… |
| 1.3.6.1.4.1.9.9.42.1.3.2.1.8 | ColumnrttMonStatsCollectAddress | read-only | current | This object only applies when the RttMonRttType is 'echo', 'pathEcho', 'dlsw', 'udpEcho', 'tcpConnect'. For all other values of the RttMonRttType, this will be… |
| 1.3.6.1.4.1.9.9.42.1.3.2.1.9 | ColumnrttMonControlEnableErrors | read-only | deprecated | The number of occasions when control enable request failed. Currently it is used for multicast operation type. This object has the special behavior as defined … |
| 1.3.6.1.4.1.9.9.42.1.3.2.1.10 | ColumnrttMonStatsRetrieveErrors | read-only | deprecated | The number of occasions when stats retrieval request failed. Currently it is used for multicast operation type. This object has the special behavior as defined… |
| 1.3.6.1.4.1.9.9.42.1.3.2.1.11 | ColumnrttMonStatsCollectCtrlEnErrors | read-only | current | The object is same as rttMonControlEnableErrors, with corrected name for consistency. The number of occasions when control enable request failed. Currently it … |
| 1.3.6.1.4.1.9.9.42.1.3.2.1.12 | ColumnrttMonStatsCollectRetrieveErrors | read-only | current | The object is same as rttMonStatsRetrieveErrors, with corrected name for consistency. The number of occasions when stats retrieval request failed. Currently it… |
| 1.3.6.1.4.1.9.9.42.1.3.3 | TablerttMonStatsTotalsTable | not-accessible | current | The statistics totals database. This table has the exact same behavior as the rttMonStatsCaptureTable, except it only keeps 60 minute group values. For a compl… |
| 1.3.6.1.4.1.9.9.42.1.3.3.1 | RowrttMonStatsTotalsEntry | not-accessible | current | A list of objects which accumulate the results of a series of RTT operations over a 60 minute time period. This entry has the exact same behavior as the rttMon… |
| 1.3.6.1.4.1.9.9.42.1.3.3.1.1 | ColumnrttMonStatsTotalsElapsedTime | read-only | current | The length of time since this conceptual statistics row was created. |
| 1.3.6.1.4.1.9.9.42.1.3.3.1.2 | ColumnrttMonStatsTotalsInitiations | read-only | current | The number of RTT operations that have been initiated. This number includes all RTT operations which succeed or fail for whatever reason. This object has the s… |
| 1.3.6.1.4.1.9.9.42.1.3.4 | TablerttMonHTTPStatsTable | not-accessible | current | The HTTP statistics collection database. The HTTP statistics table contains summarized information of the results for a conceptual RTT control row. A rolling a… |
| 1.3.6.1.4.1.9.9.42.1.3.4.1 | RowrttMonHTTPStatsEntry | not-accessible | current | A list of objects which accumulate the results of a series of RTT operations over a 60 minute time period. This entry is created only if the rttMonCtrlAdminRtt… |
| 1.3.6.1.4.1.9.9.42.1.3.4.1.1 | ColumnrttMonHTTPStatsStartTimeIndex | not-accessible | current | This is the time when this row was created. This index uniquely identifies a HTTP Stats row in the rttMonHTTPStatsTable. |
| 1.3.6.1.4.1.9.9.42.1.3.4.1.2 | ColumnrttMonHTTPStatsCompletions | read-only | current | The number of HTTP operations that have completed successfully. |
| 1.3.6.1.4.1.9.9.42.1.3.4.1.3 | ColumnrttMonHTTPStatsOverThresholds | read-only | current | The number of HTTP operations that violate threshold. |
| 1.3.6.1.4.1.9.9.42.1.3.4.1.4 | ColumnrttMonHTTPStatsRTTSum | read-only | current | The sum of HTTP operations that are successfully measured. |
| 1.3.6.1.4.1.9.9.42.1.3.4.1.5 | ColumnrttMonHTTPStatsRTTSum2Low | read-only | current | The sum of squares of the RTT's that are successfully measured (low order 32 bits). |
| 1.3.6.1.4.1.9.9.42.1.3.4.1.6 | ColumnrttMonHTTPStatsRTTSum2High | read-only | current | The sum of squares of the RTT's that are successfully measured (high order 32 bits). |
| 1.3.6.1.4.1.9.9.42.1.3.4.1.7 | ColumnrttMonHTTPStatsRTTMin | read-only | current | The minimum RTT taken to perform HTTP operation. |
| 1.3.6.1.4.1.9.9.42.1.3.4.1.8 | ColumnrttMonHTTPStatsRTTMax | read-only | current | The maximum RTT taken to perform HTTP operation. |
| 1.3.6.1.4.1.9.9.42.1.3.4.1.9 | ColumnrttMonHTTPStatsDNSRTTSum | read-only | current | The sum of RTT taken to perform DNS query within the HTTP operation. |
| 1.3.6.1.4.1.9.9.42.1.3.4.1.10 | ColumnrttMonHTTPStatsTCPConnectRTTSum | read-only | current | The sum of RTT taken to connect to the HTTP server. |
| 1.3.6.1.4.1.9.9.42.1.3.4.1.11 | ColumnrttMonHTTPStatsTransactionRTTSum | read-only | current | The sum of RTT taken to download the object specified by URL. |
| 1.3.6.1.4.1.9.9.42.1.3.4.1.12 | ColumnrttMonHTTPStatsMessageBodyOctetsSum | read-only | current | The sum of the size of the message body received as a response to the HTTP request. |
| 1.3.6.1.4.1.9.9.42.1.3.4.1.13 | ColumnrttMonHTTPStatsDNSServerTimeout | read-only | current | The number of requests that could not connect to the DNS Server. |
| 1.3.6.1.4.1.9.9.42.1.3.4.1.14 | ColumnrttMonHTTPStatsTCPConnectTimeout | read-only | current | The number of requests that could not connect to the the HTTP Server. |
| 1.3.6.1.4.1.9.9.42.1.3.4.1.15 | ColumnrttMonHTTPStatsTransactionTimeout | read-only | current | The number of requests that timed out during HTTP transaction. |
| 1.3.6.1.4.1.9.9.42.1.3.4.1.16 | ColumnrttMonHTTPStatsDNSQueryError | read-only | current | The number of requests that had DNS Query errors. |
| 1.3.6.1.4.1.9.9.42.1.3.4.1.17 | ColumnrttMonHTTPStatsHTTPError | read-only | current | The number of requests that had HTTP errors while downloading the base page. |
| 1.3.6.1.4.1.9.9.42.1.3.4.1.18 | ColumnrttMonHTTPStatsError | read-only | current | The number of occasions when a HTTP operation could not be initiated because an internal error |
| 1.3.6.1.4.1.9.9.42.1.3.4.1.19 | ColumnrttMonHTTPStatsBusies | read-only | current | The number of occasions when an HTTP operation could not be initiated because a previous HTTP operation has not been completed. |
| 1.3.6.1.4.1.9.9.42.1.3.5 | TablerttMonJitterStatsTable | not-accessible | current | The Jitter statistics collection database. The Jitter statistics table contains summarized information of the results for a conceptual RTT control row. A rolli… |
| 1.3.6.1.4.1.9.9.42.1.3.5.1 | RowrttMonJitterStatsEntry | not-accessible | current | A list of objects which accumulate the results of a series of RTT operations over a 60 minute time period. This entry is created only if the rttMonCtrlAdminRtt… |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.1 | ColumnrttMonJitterStatsStartTimeIndex | not-accessible | current | The time when this row was created. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.2 | ColumnrttMonJitterStatsCompletions | read-only | current | The number of jitter operation that have completed successfully. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.3 | ColumnrttMonJitterStatsOverThresholds | read-only | current | The number of jitter operations that violate threshold. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.4 | ColumnrttMonJitterStatsNumOfRTT | read-only | current | The number of RTT's that are successfully measured. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.5 | ColumnrttMonJitterStatsRTTSum | read-only | current | The sum of RTT's that are successfully measured (low order 32 bits). The high order 32 bits are stored in rttMonJitterStatsRTTSumHigh. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.6 | ColumnrttMonJitterStatsRTTSum2Low | read-only | current | The sum of squares of RTT's that are successfully measured (low order 32 bits). |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.7 | ColumnrttMonJitterStatsRTTSum2High | read-only | current | The sum of squares of RTT's that are successfully measured (high order 32 bits). |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.8 | ColumnrttMonJitterStatsRTTMin | read-only | current | The minimum of RTT's that were successfully measured |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.9 | ColumnrttMonJitterStatsRTTMax | read-only | current | The maximum of RTT's that were successfully measured |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.10 | ColumnrttMonJitterStatsMinOfPositivesSD | read-only | current | The minimum of absolute values of all positive jitter values from packets sent from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.11 | ColumnrttMonJitterStatsMaxOfPositivesSD | read-only | current | The maximum of absolute values of all positive jitter values from packets sent from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.12 | ColumnrttMonJitterStatsNumOfPositivesSD | read-only | current | The sum of number of all positive jitter values from packets sent from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.13 | ColumnrttMonJitterStatsSumOfPositivesSD | read-only | current | The sum of all positive jitter values from packets sent from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.14 | ColumnrttMonJitterStatsSum2PositivesSDLow | read-only | current | The sum of square of RTT's of all positive jitter values from packets sent from source to destination (low order 32 bits). |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.15 | ColumnrttMonJitterStatsSum2PositivesSDHigh | read-only | current | The sum of square of RTT's of all positive jitter values from packets sent from source to destination (high order 32 bits). |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.16 | ColumnrttMonJitterStatsMinOfNegativesSD | read-only | current | The minimum of all negative jitter values from packets sent from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.17 | ColumnrttMonJitterStatsMaxOfNegativesSD | read-only | current | The maximum of all negative jitter values from packets sent from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.18 | ColumnrttMonJitterStatsNumOfNegativesSD | read-only | current | The sum of number of all negative jitter values from packets sent from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.19 | ColumnrttMonJitterStatsSumOfNegativesSD | read-only | current | The sum of RTT's of all negative jitter values from packets sent from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.20 | ColumnrttMonJitterStatsSum2NegativesSDLow | read-only | current | The sum of square of RTT's of all negative jitter values from packets sent from source to destination (low order 32 bits). |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.21 | ColumnrttMonJitterStatsSum2NegativesSDHigh | read-only | current | The sum of square of RTT's of all negative jitter values from packets sent from source to destination (high order 32 bits). |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.22 | ColumnrttMonJitterStatsMinOfPositivesDS | read-only | current | The minimum of all positive jitter values from packets sent from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.23 | ColumnrttMonJitterStatsMaxOfPositivesDS | read-only | current | The maximum of all positive jitter values from packets sent from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.24 | ColumnrttMonJitterStatsNumOfPositivesDS | read-only | current | The sum of number of all positive jitter values from packets sent from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.25 | ColumnrttMonJitterStatsSumOfPositivesDS | read-only | current | The sum of RTT's of all positive jitter values from packets sent from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.26 | ColumnrttMonJitterStatsSum2PositivesDSLow | read-only | current | The sum of squares of RTT's of all positive jitter values from packets sent from destination to source (low order 32 bits). |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.27 | ColumnrttMonJitterStatsSum2PositivesDSHigh | read-only | current | The sum of squares of RTT's of all positive jitter values from packets sent from destination to source (high order 32 bits). |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.28 | ColumnrttMonJitterStatsMinOfNegativesDS | read-only | current | The minimum of all negative jitter values from packets sent from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.29 | ColumnrttMonJitterStatsMaxOfNegativesDS | read-only | current | The maximum of all negative jitter values from packets sent from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.30 | ColumnrttMonJitterStatsNumOfNegativesDS | read-only | current | The sum of number of all negative jitter values from packets sent from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.31 | ColumnrttMonJitterStatsSumOfNegativesDS | read-only | current | The sum of RTT's of all negative jitter values from packets sent from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.32 | ColumnrttMonJitterStatsSum2NegativesDSLow | read-only | current | The sum of squares of RTT's of all negative jitter values from packets sent from destination to source (low order 32 bits). |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.33 | ColumnrttMonJitterStatsSum2NegativesDSHigh | read-only | current | The sum of squares of RTT's of all negative jitter values from packets sent from destination to source (high order 32 bits). |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.34 | ColumnrttMonJitterStatsPacketLossSD | read-only | current | The number of packets lost when sent from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.35 | ColumnrttMonJitterStatsPacketLossDS | read-only | current | The number of packets lost when sent from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.36 | ColumnrttMonJitterStatsPacketOutOfSequence | read-only | current | The number of packets arrived out of sequence. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.37 | ColumnrttMonJitterStatsPacketMIA | read-only | current | The number of packets that are lost for which we cannot determine the direction. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.38 | ColumnrttMonJitterStatsPacketLateArrival | read-only | current | The number of packets that arrived after the timeout. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.39 | ColumnrttMonJitterStatsError | read-only | current | The number of occasions when a jitter operation could not be initiated because an internal error |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.40 | ColumnrttMonJitterStatsBusies | read-only | current | The number of occasions when a jitter operation could not be initiated because a previous jitter operation has not been completed. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.41 | ColumnrttMonJitterStatsOWSumSD | read-only | current | The sum of one way times from source to destination (low order 32 bits). The high order 32 bits are stored in rttMonJitterStatsOWSumSDHigh. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.42 | ColumnrttMonJitterStatsOWSum2SDLow | read-only | current | The sum of squares of one way times from source to destination (low order 32 bits). |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.43 | ColumnrttMonJitterStatsOWSum2SDHigh | read-only | current | The sum of squares of one way times from source to destination (high order 32 bits). |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.44 | ColumnrttMonJitterStatsOWMinSD | read-only | deprecated | The minimum of all one way times from source to destination. rttMonJitterStatsOWMinSD object is superseded by rttMonJitterStatsOWMinSDNew. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.45 | ColumnrttMonJitterStatsOWMaxSD | read-only | deprecated | The maximum of all one way times from source to destination. rttMonJitterStatsOWMaxSD object is superseded by rttMonJitterStatsOWMaxSDNew. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.46 | ColumnrttMonJitterStatsOWSumDS | read-only | current | The sum of one way times from destination to source (low order 32 bits). The high order 32 bits are stored in rttMonJitterStatsOWSumDSHigh. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.47 | ColumnrttMonJitterStatsOWSum2DSLow | read-only | current | The sum of squares of one way times from destination to source (low order 32 bits). |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.48 | ColumnrttMonJitterStatsOWSum2DSHigh | read-only | current | The sum of squares of one way times from destination to source (high order 32 bits). |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.49 | ColumnrttMonJitterStatsOWMinDS | read-only | deprecated | The minimum of all one way times from destination to source. rttMonJitterStatsOWMinDS object is superseded by rttMonJitterStatsOWMinDSNew. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.50 | ColumnrttMonJitterStatsOWMaxDS | read-only | deprecated | The maximum of all one way times from destination to source. rttMonJitterStatsOWMaxDS object is superseded by rttMonJitterStatsOWMaxDSNew. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.51 | ColumnrttMonJitterStatsNumOfOW | read-only | current | The number of one way times that are successfully measured. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.52 | ColumnrttMonJitterStatsOWMinSDNew | read-only | current | The minimum of all one way times from source to destination. Replaces deprecated rttMonJitterStatsOWMinSD. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.53 | ColumnrttMonJitterStatsOWMaxSDNew | read-only | current | The maximum of all one way times from source to destination. Replaces deprecated rttMonJitterStatsOWMaxSD. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.54 | ColumnrttMonJitterStatsOWMinDSNew | read-only | current | The minimum of all one way times from destination to source. Replaces deprecated rttMonJitterStatsOWMinDS. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.55 | ColumnrttMonJitterStatsOWMaxDSNew | read-only | current | The maximum of all one way times from destination to source. Replaces deprecated rttMonJitterStatsOWMaxDS |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.56 | ColumnrttMonJitterStatsMinOfMOS | read-only | current | The minimum of all MOS values for the jitter operations in hundreds. This value will be 0 if - rttMonEchoAdminCodecType of the operation is notApplicable - the… |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.57 | ColumnrttMonJitterStatsMaxOfMOS | read-only | current | The maximum of all MOS values for the jitter operations in hunderds. This value will be 0 if - rttMonEchoAdminCodecType of the operation is notApplicable - the… |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.58 | ColumnrttMonJitterStatsMinOfICPIF | read-only | current | The minimum of all ICPIF values for the jitter operations. This value will be 93 for packet loss of 10% or more. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.59 | ColumnrttMonJitterStatsMaxOfICPIF | read-only | current | The maximum of all ICPIF values for the jitter operations. This value will be 93 for packet loss of 10% or more. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.60 | ColumnrttMonJitterStatsIAJOut | read-only | current | Interarrival Jitter (RFC 1889) at responder |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.61 | ColumnrttMonJitterStatsIAJIn | read-only | current | Interarrival Jitter (RFC 1889) at sender |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.62 | ColumnrttMonJitterStatsAvgJitter | read-only | current | The average of positive and negative jitter values for SD and DS direction. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.63 | ColumnrttMonJitterStatsAvgJitterSD | read-only | current | The average of positive and negative jitter values in SD direction. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.64 | ColumnrttMonJitterStatsAvgJitterDS | read-only | current | The average of positive and negative jitter values in DS direction. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.65 | ColumnrttMonJitterStatsUnSyncRTs | read-only | current | The number of RTT operations that have completed with sender and responder out of sync with NTP. The NTP sync means the total of NTP offset on sender and respo… |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.66 | ColumnrttMonJitterStatsRTTSumHigh | read-only | current | The sum of RTT's that are successfully measured (high order 32 bits). The low order 32 bits are stored in rttMonJitterStatsRTTSum. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.67 | ColumnrttMonJitterStatsOWSumSDHigh | read-only | current | The sum of one way times from source to destination (high order 32 bits). The low order 32 bits are stored in rttMonJitterStatsOWSumSD. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.68 | ColumnrttMonJitterStatsOWSumDSHigh | read-only | current | The sum of one way times from destination to source (high order 32 bits). The low order 32 bits are stored in rttMonJitterStatsOWSumDS. |
| 1.3.6.1.4.1.9.9.42.1.3.5.1.69 | ColumnrttMonJitterStatsNumOverThresh | read-only | current | This object indicates the number of RTTs that were over the threshold value. |
| 1.3.6.1.4.1.9.9.42.1.3.7 | TablerttMonLpdGrpStatsTable | not-accessible | current | The Auto SAA L3 MPLS VPN LPD Group Database. The LPD Group statistics table contains summarized performance statistics for the LPD group. LPD Group - The set o… |
| 1.3.6.1.4.1.9.9.42.1.3.7.1 | RowrttMonLpdGrpStatsEntry | not-accessible | current | A list of objects which accumulate the results of a set of RTT operations over a 60 minute time period. The LPD group statistics table is a rollover table. Whe… |
| 1.3.6.1.4.1.9.9.42.1.3.7.1.1 | ColumnrttMonLpdGrpStatsGroupIndex | not-accessible | current | Uniquely identifies a row in rttMonLpdGrpStatsTable. This is a pseudo-random number which identifies a particular LPD group. |
| 1.3.6.1.4.1.9.9.42.1.3.7.1.2 | ColumnrttMonLpdGrpStatsStartTimeIndex | not-accessible | current | The time when this row was created. This object is the second index of the rttMonLpdGrpStatsTable. When the number of rttMonLpdGrpStatsStartTimeIndex groups ex… |
| 1.3.6.1.4.1.9.9.42.1.3.7.1.3 | ColumnrttMonLpdGrpStatsTargetPE | read-only | current | The object is a string that specifies the address of the target PE for this LPD group. |
| 1.3.6.1.4.1.9.9.42.1.3.7.1.4 | ColumnrttMonLpdGrpStatsNumOfPass | read-only | current | This object represents the number of successfull completions of 'single probes' for all the set of paths in the LPD group. Whenever the rttMonLatestRttOperSens… |
| 1.3.6.1.4.1.9.9.42.1.3.7.1.5 | ColumnrttMonLpdGrpStatsNumOfFail | read-only | current | This object represents the number of failed operations of 'single probes' for all the set of paths in the LPD group. Whenever the rttMonLatestRttOperSense has … |
| 1.3.6.1.4.1.9.9.42.1.3.7.1.6 | ColumnrttMonLpdGrpStatsNumOfTimeout | read-only | current | This object represents the number of timed out operations of 'single probes' for all the set of paths in the LPD group. Whenever the rttMonLatestRttOperSense h… |
| 1.3.6.1.4.1.9.9.42.1.3.7.1.7 | ColumnrttMonLpdGrpStatsAvgRTT | read-only | current | The average RTT across all set of probes in the LPD group. This object will be set to '0' on reset. |
| 1.3.6.1.4.1.9.9.42.1.3.7.1.8 | ColumnrttMonLpdGrpStatsMinRTT | read-only | current | The minimum of RTT's for all set of probes in the LPD group that were successfully measured. This object will be set to '0' on reset. |
| 1.3.6.1.4.1.9.9.42.1.3.7.1.9 | ColumnrttMonLpdGrpStatsMaxRTT | read-only | current | The maximum of RTT's for all set of probes in the LPD group that were successfully measured. This object will be set to '0' on reset. |
| 1.3.6.1.4.1.9.9.42.1.3.7.1.10 | ColumnrttMonLpdGrpStatsMinNumPaths | read-only | current | The minimum number of active paths discovered to the rttMonLpdGrpStatsTargetPE target. This object will be set to '0' on reset. |
| 1.3.6.1.4.1.9.9.42.1.3.7.1.11 | ColumnrttMonLpdGrpStatsMaxNumPaths | read-only | current | The maximum number of active paths discovered to the rttMonLpdGrpStatsTargetPE target. This object will be set to '0' on reset. |
| 1.3.6.1.4.1.9.9.42.1.3.7.1.12 | ColumnrttMonLpdGrpStatsLPDStartTime | read-only | current | The time when the last LSP Path Discovery to the group was attempted. This object will be set to '0' on reset. |
| 1.3.6.1.4.1.9.9.42.1.3.7.1.13 | ColumnrttMonLpdGrpStatsLPDFailOccurred | read-only | current | This object is set to true when the LSP Path Discovery to the target PE i.e. rttMonLpdGrpStatsTargetPE fails, and set to false when the LSP Path Discovery succ… |
| 1.3.6.1.4.1.9.9.42.1.3.7.1.14 | ColumnrttMonLpdGrpStatsLPDFailCause | read-only | current | This object identifies the cause of failure for the LSP Path Discovery last attempted. It will be only valid if rttMonLpdGrpStatsLPDFailOccurred is set to true… |
| 1.3.6.1.4.1.9.9.42.1.3.7.1.15 | ColumnrttMonLpdGrpStatsLPDCompTime | read-only | current | The completion time of the last successfull LSP Path Discovery to the target PE. This object will be set to '0' on reset. |
| 1.3.6.1.4.1.9.9.42.1.3.7.1.16 | ColumnrttMonLpdGrpStatsGroupStatus | read-only | current | This object identifies the LPD Group status. When the LPD Group status changes and rttMplsVpnMonReactLpdNotifyType is set to 'lpdGroupStatus' or 'lpdAll' a rtt… |
| 1.3.6.1.4.1.9.9.42.1.3.7.1.17 | ColumnrttMonLpdGrpStatsGroupProbeIndex | read-only | current | This object identifies 'lspGroup' probe uniquely created for this particular LPD Group. |
| 1.3.6.1.4.1.9.9.42.1.3.7.1.18 | ColumnrttMonLpdGrpStatsPathIds | read-only | current | A string which holds the list of information to uniquely identify the paths to the target PE. This information is used by the 'single probes' when testing the … |
| 1.3.6.1.4.1.9.9.42.1.3.7.1.19 | ColumnrttMonLpdGrpStatsProbeStatus | read-only | current | A string which holds the latest operation return code for all the set of 'single probes' which are part of the LPD group. The return codes will be comma separa… |
| 1.3.6.1.4.1.9.9.42.1.3.7.1.20 | ColumnrttMonLpdGrpStatsResetTime | read-only | current | This object specifies the time when this statistics row was last reset using the rttMonApplLpdGrpStatsReset object. |
| 1.3.6.1.4.1.9.9.42.1.4 | NoderttMonHistory | |||
| 1.3.6.1.4.1.9.9.42.1.4.1 | TablerttMonHistoryCollectionTable | not-accessible | current | The history collection database. The history table contains a point by point rolling history of the most recent RTT operations for each conceptual RTT control … |
| 1.3.6.1.4.1.9.9.42.1.4.1.1 | RowrttMonHistoryCollectionEntry | not-accessible | current | A list of history objects that are recorded for each RTT operation. The history collection table has four indices. Each described as follows: - The first index… |
| 1.3.6.1.4.1.9.9.42.1.4.1.1.1 | ColumnrttMonHistoryCollectionLifeIndex | not-accessible | current | This uniquely defines a life for a conceptual history row. For a particular value of rttMonHistoryCollectionLifeIndex, the agent assigns the first value of 1, … |
| 1.3.6.1.4.1.9.9.42.1.4.1.1.2 | ColumnrttMonHistoryCollectionBucketIndex | not-accessible | current | When the RttMonRttType is 'pathEcho', this uniquely defines a bucket for a given value of rttMonHistoryCollectionLifeIndex. For all other RttMonRttType this va… |
| 1.3.6.1.4.1.9.9.42.1.4.1.1.3 | ColumnrttMonHistoryCollectionSampleIndex | not-accessible | current | This uniquely defines a row for a given value of rttMonHistoryCollectionBucketIndex. This object represents a hop along a path to the Target. For a particular … |
| 1.3.6.1.4.1.9.9.42.1.4.1.1.4 | ColumnrttMonHistoryCollectionSampleTime | read-only | current | The time that the RTT operation was initiated. |
| 1.3.6.1.4.1.9.9.42.1.4.1.1.5 | ColumnrttMonHistoryCollectionAddress | read-only | current | When the RttMonRttType is 'echo' or 'pathEcho' this is a string which specifies the address of the target for the this RTT operation. For all other values of R… |
| 1.3.6.1.4.1.9.9.42.1.4.1.1.6 | ColumnrttMonHistoryCollectionCompletionTime | read-only | current | This is the operation completion time of the RTT operation. If the RTT operation fails (rttMonHistoryCollectionSense is any value other than ok), this has a va… |
| 1.3.6.1.4.1.9.9.42.1.4.1.1.7 | ColumnrttMonHistoryCollectionSense | read-only | current | A sense code for the completion status of the RTT operation. |
| 1.3.6.1.4.1.9.9.42.1.4.1.1.8 | ColumnrttMonHistoryCollectionApplSpecificSense | read-only | current | An application specific sense code for the completion status of the last RTT operation. This object will only be valid when the rttMonHistoryCollectionSense ob… |
| 1.3.6.1.4.1.9.9.42.1.4.1.1.9 | ColumnrttMonHistoryCollectionSenseDescription | read-only | current | A sense description for the completion status of the last RTT operation when the rttMonHistoryCollectionSense object is set to 'applicationSpecific'. |
| 1.3.6.1.4.1.9.9.42.1.5 | NoderttMonLatestOper | |||
| 1.3.6.1.4.1.9.9.42.1.5.1 | TablerttMonLatestHTTPOperTable | not-accessible | current | A table which contains the status of latest HTTP RTT operation. |
| 1.3.6.1.4.1.9.9.42.1.5.1.1 | RowrttMonLatestHTTPOperEntry | not-accessible | current | A list of objects that record the latest HTTP RTT operation. This entry is created automatically after the rttMonCtrlAdminEntry is created. Also the entry is a… |
| 1.3.6.1.4.1.9.9.42.1.5.1.1.1 | ColumnrttMonLatestHTTPOperRTT | read-only | current | Round Trip Time taken to perform HTTP operation. This value is the sum of DNSRTT, TCPConnectRTT and TransactionRTT. |
| 1.3.6.1.4.1.9.9.42.1.5.1.1.2 | ColumnrttMonLatestHTTPOperDNSRTT | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.42.1.5.1.1.3 | ColumnrttMonLatestHTTPOperTCPConnectRTT | read-only | current | Round Trip Time taken to connect to the HTTP server. |
| 1.3.6.1.4.1.9.9.42.1.5.1.1.4 | ColumnrttMonLatestHTTPOperTransactionRTT | read-only | current | Round Trip Time taken to download the object specified by the URL. |
| 1.3.6.1.4.1.9.9.42.1.5.1.1.5 | ColumnrttMonLatestHTTPOperMessageBodyOctets | read-only | current | The size of the message body received as a response to the HTTP request. |
| 1.3.6.1.4.1.9.9.42.1.5.1.1.6 | ColumnrttMonLatestHTTPOperSense | read-only | current | An application specific sense code for the completion status of the latest RTT operation. |
| 1.3.6.1.4.1.9.9.42.1.5.1.1.7 | ColumnrttMonLatestHTTPErrorSenseDescription | read-only | current | An sense description for the completion status of the latest RTT operation. |
| 1.3.6.1.4.1.9.9.42.1.5.2 | TablerttMonLatestJitterOperTable | not-accessible | current | A table which contains the status of latest Jitter operation. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1 | RowrttMonLatestJitterOperEntry | not-accessible | current | A list of objects that record the latest Jitter operation. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.1 | ColumnrttMonLatestJitterOperNumOfRTT | read-only | current | The number of RTT's that were successfully measured. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.2 | ColumnrttMonLatestJitterOperRTTSum | read-only | current | The sum of Jitter RTT's that are successfully measured (low order 32 bits). The high order 32 bits are stored in rttMonLatestJitterOperRTTSumHigh. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.3 | ColumnrttMonLatestJitterOperRTTSum2 | read-only | current | The sum of squares of RTT's that are successfully measured (low order 32 bits). The high order 32 bits are stored in rttMonLatestJitterOperRTTSum2High. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.4 | ColumnrttMonLatestJitterOperRTTMin | read-only | current | The minimum of RTT's that were successfully measured. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.5 | ColumnrttMonLatestJitterOperRTTMax | read-only | current | The maximum of RTT's that were successfully measured. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.6 | ColumnrttMonLatestJitterOperMinOfPositivesSD | read-only | current | The minimum of all positive jitter values from packets sent from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.7 | ColumnrttMonLatestJitterOperMaxOfPositivesSD | read-only | current | The maximum of all positive jitter values from packets sent from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.8 | ColumnrttMonLatestJitterOperNumOfPositivesSD | read-only | current | The sum of all positive jitter values from packets sent from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.9 | ColumnrttMonLatestJitterOperSumOfPositivesSD | read-only | current | The sum of RTT's of all positive jitter values from packets sent from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.10 | ColumnrttMonLatestJitterOperSum2PositivesSD | read-only | current | The sum of square of RTT's of all positive jitter values from packets sent from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.11 | ColumnrttMonLatestJitterOperMinOfNegativesSD | read-only | current | The minimum of absolute values of all negative jitter values from packets sent from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.12 | ColumnrttMonLatestJitterOperMaxOfNegativesSD | read-only | current | The maximum of absolute values of all negative jitter values from packets sent from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.13 | ColumnrttMonLatestJitterOperNumOfNegativesSD | read-only | current | The sum of number of all negative jitter values from packets sent from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.14 | ColumnrttMonLatestJitterOperSumOfNegativesSD | read-only | current | The sum of all negative jitter values from packets sent from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.15 | ColumnrttMonLatestJitterOperSum2NegativesSD | read-only | current | The sum of square of RTT's of all negative jitter values from packets sent from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.16 | ColumnrttMonLatestJitterOperMinOfPositivesDS | read-only | current | The minimum of all positive jitter values from packets sent from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.17 | ColumnrttMonLatestJitterOperMaxOfPositivesDS | read-only | current | The maximum of all positive jitter values from packets sent from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.18 | ColumnrttMonLatestJitterOperNumOfPositivesDS | read-only | current | The sum of number of all positive jitter values from packets sent from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.19 | ColumnrttMonLatestJitterOperSumOfPositivesDS | read-only | current | The sum of RTT's of all positive jitter values from packets sent from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.20 | ColumnrttMonLatestJitterOperSum2PositivesDS | read-only | current | The sum of squares of RTT's of all positive jitter values from packets sent from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.21 | ColumnrttMonLatestJitterOperMinOfNegativesDS | read-only | current | The minimum of all negative jitter values from packets sent from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.22 | ColumnrttMonLatestJitterOperMaxOfNegativesDS | read-only | current | The maximum of all negative jitter values from packets sent from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.23 | ColumnrttMonLatestJitterOperNumOfNegativesDS | read-only | current | The sum of number of all negative jitter values from packets sent from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.24 | ColumnrttMonLatestJitterOperSumOfNegativesDS | read-only | current | The sum of RTT's of all negative jitter values from packets sent from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.25 | ColumnrttMonLatestJitterOperSum2NegativesDS | read-only | current | The sum of squares of RTT's of all negative jitter values from packets sent from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.26 | ColumnrttMonLatestJitterOperPacketLossSD | read-only | current | The number of packets lost when sent from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.27 | ColumnrttMonLatestJitterOperPacketLossDS | read-only | current | The number of packets lost when sent from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.28 | ColumnrttMonLatestJitterOperPacketOutOfSequence | read-only | current | The number of packets arrived out of sequence. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.29 | ColumnrttMonLatestJitterOperPacketMIA | read-only | current | The number of packets that are lost for which we cannot determine the direction. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.30 | ColumnrttMonLatestJitterOperPacketLateArrival | read-only | current | The number of packets that arrived after the timeout. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.31 | ColumnrttMonLatestJitterOperSense | read-only | current | An application specific sense code for the completion status of the latest Jitter RTT operation. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.32 | ColumnrttMonLatestJitterErrorSenseDescription | read-only | current | An sense description for the completion status of the latest Jitter RTT operation. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.33 | ColumnrttMonLatestJitterOperOWSumSD | read-only | current | The sum of one way latency from source to destination (low order 32 bits). The high order 32 bits are stored in rttMonLatestJitterOperOWSumSDHigh. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.34 | ColumnrttMonLatestJitterOperOWSum2SD | read-only | current | The sum of squares of one way latency from source to destination (low order 32 bits). The high order 32 bits are stored in rttMonLatestJitterOperOWSum2SDHigh. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.35 | ColumnrttMonLatestJitterOperOWMinSD | read-only | current | The minimum of all one way latency from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.36 | ColumnrttMonLatestJitterOperOWMaxSD | read-only | current | The maximum of all one way latency from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.37 | ColumnrttMonLatestJitterOperOWSumDS | read-only | current | The sum of one way latency from destination to source (low order 32 bits). The high order 32 bits are stored in rttMonLatestJitterOperOWSumDSHigh. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.38 | ColumnrttMonLatestJitterOperOWSum2DS | read-only | current | The sum of squares of one way latency from destination to source (low order 32 bits). The high order 32 bits are stored in rttMonLatestJitterOperOWSum2DSHigh. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.39 | ColumnrttMonLatestJitterOperOWMinDS | read-only | current | The minimum of all one way latency from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.40 | ColumnrttMonLatestJitterOperOWMaxDS | read-only | current | The maximum of all one way latency from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.41 | ColumnrttMonLatestJitterOperNumOfOW | read-only | current | The number of successful one way latency measurements. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.42 | ColumnrttMonLatestJitterOperMOS | read-only | current | The MOS value for the latest jitter operation in hundreds. This value will be 0 if - rttMonEchoAdminCodecType of the operation is notApplicable - the operation… |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.43 | ColumnrttMonLatestJitterOperICPIF | read-only | current | Represents ICPIF value for the latest jitter operation. This value will be 93 for packet loss of 10% or more. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.44 | ColumnrttMonLatestJitterOperIAJOut | read-only | current | Interarrival Jitter (RC1889) at responder. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.45 | ColumnrttMonLatestJitterOperIAJIn | read-only | current | Interarrival Jitter (RFC1889) at source. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.46 | ColumnrttMonLatestJitterOperAvgJitter | read-only | current | The average of positive and negative jitter values in SD and DS direction for latest operation. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.47 | ColumnrttMonLatestJitterOperAvgSDJ | read-only | current | The average of positive and negative jitter values from source to destination for latest operation. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.48 | ColumnrttMonLatestJitterOperAvgDSJ | read-only | current | The average of positive and negative jitter values from destination to source for latest operation. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.49 | ColumnrttMonLatestJitterOperOWAvgSD | read-only | current | The average latency value from source to destination. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.50 | ColumnrttMonLatestJitterOperOWAvgDS | read-only | current | The average latency value from destination to source. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.51 | ColumnrttMonLatestJitterOperNTPState | read-only | current | A value of sync(1) means sender and responder was in sync with NTP. The NTP sync means the total of NTP offset on sender and responder is within configured tol… |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.52 | ColumnrttMonLatestJitterOperUnSyncRTs | read-only | current | The number of RTT operations that have completed with sender and responder out of sync with NTP. The NTP sync means the total of NTP offset on sender and respo… |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.53 | ColumnrttMonLatestJitterOperRTTSumHigh | read-only | current | The sum of Jitter RTT's that are successfully measured. (high order 32 bits). The low order 32 bits are stored in rttMonLatestJitterOperRTTSum. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.54 | ColumnrttMonLatestJitterOperRTTSum2High | read-only | current | The sum of squares of RTT's that are successfully measured (high order 32 bits). The low order 32 bits are stored in rttMonLatestJitterOperRTTSum2. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.55 | ColumnrttMonLatestJitterOperOWSumSDHigh | read-only | current | The sum of one way latency from source to destination (high order 32 bits). The low order 32 bits are stored in rttMonLatestJitterOperOWSumSD. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.56 | ColumnrttMonLatestJitterOperOWSum2SDHigh | read-only | current | The sum of squares of one way latency from source to destination (high order 32 bits). The low order 32 bits are stored in rttMonLatestJitterOperOWSum2SD. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.57 | ColumnrttMonLatestJitterOperOWSumDSHigh | read-only | current | The sum of one way latency from destination to source (high order 32 bits). The low order 32 bits are stored in rttMonLatestJitterOperOWSumDS. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.58 | ColumnrttMonLatestJitterOperOWSum2DSHigh | read-only | current | The sum of squares of one way latency from destination to source (high order 32 bits). The low order 32 bits are stored in rttMonLatestJitterOperOWSum2DS. |
| 1.3.6.1.4.1.9.9.42.1.5.2.1.59 | ColumnrttMonLatestJitterOperNumOverThresh | read-only | current | This object indicates the number of RTTs that were over the threshold value. |
| 1.3.6.1.4.1.9.9.42.2 | NoderttMonNotificationsPrefix | |||
| 1.3.6.1.4.1.9.9.42.2.0 | NoderttMonNotifications | |||
| 1.3.6.1.4.1.9.9.42.2.0.1 | NotificationrttMonConnectionChangeNotification | deprecated | This notification is only valid when the RttMonRttType is 'echo' or 'pathEcho'. A rttMonConnectionChangeNotification indicates that a connection to a target (n… | |
| 1.3.6.1.4.1.9.9.42.2.0.2 | NotificationrttMonTimeoutNotification | deprecated | A rttMonTimeoutNotification indicates the occurrence of a timeout for a RTT operation, and it indicates the clearing of such a condition by a subsequent RTT op… | |
| 1.3.6.1.4.1.9.9.42.2.0.3 | NotificationrttMonThresholdNotification | deprecated | A rttMonThresholdNotification indicates the occurrence of a threshold violation for a RTT operation, and it indicates the previous violation has subsided for a… | |
| 1.3.6.1.4.1.9.9.42.2.0.4 | NotificationrttMonVerifyErrorNotification | deprecated | A rttMonVerifyErrorNotification indicates the occurrence of a data corruption in an RTT operation. rttMonVerifyErrorNotification object is superseded by rttMon… | |
| 1.3.6.1.4.1.9.9.42.2.0.5 | NotificationrttMonNotification | deprecated | A rttMonNotification indicates the occurrence of a threshold violation, and it indicates the previous violation has subsided for a subsequent operation. When t… | |
| 1.3.6.1.4.1.9.9.42.2.0.6 | NotificationrttMonLpdDiscoveryNotification | current | A rttMonLpdDiscoveryNotification indicates that the LSP Path Discovery to the target PE has failed, and it also indicates the clearing of such condition. Preci… | |
| 1.3.6.1.4.1.9.9.42.2.0.7 | NotificationrttMonLpdGrpStatusNotification | current | A rttMonLpdGrpStatusNotification indicates that the LPD Group status rttMonLpdGrpStatsGroupStatus has changed indicating some connectivity change to the target… | |
| 1.3.6.1.4.1.9.9.42.2.0.8 | NotificationrttMonNotificationV2 | current | A rttMonNotification indicates the occurrence of a threshold violation, and it indicates the previous violation has subsided for a subsequent operation. Enhanc… | |
| 1.3.6.1.4.1.9.9.42.3 | NodeciscoRttMonMibConformance | |||
| 1.3.6.1.4.1.9.9.42.3.1 | NodeciscoRttMonMibCompliances | |||
| 1.3.6.1.4.1.9.9.42.3.1.12 | ComplianceciscoRttMonMibComplianceRev12 | deprecated | The compliance statement for new MIB extensions for (1) supporting LSP Path Discovery for Auto SAA L3 MPLS VPN. (2) Group Scheduler Enhancement. | |
| 1.3.6.1.4.1.9.9.42.3.1.13 | ComplianceciscoRttMonMibComplianceRev13 | deprecated | The compliance statement for the deprecated groups. | |
| 1.3.6.1.4.1.9.9.42.3.1.14 | ComplianceciscoRttMonMibComplianceRev14 | deprecated | The compliance statement for new MIB extensions for (1) supporting LSP Path Discovery for Auto SAA L3 MPLS VPN. (2) Group Scheduler Enhancement. | |
| 1.3.6.1.4.1.9.9.42.3.1.15 | ComplianceciscoRttMonMibComplianceRev15 | deprecated | The compliance statement for new MIB extensions for supporting Ethernet CFM for Virtual Connection. | |
| 1.3.6.1.4.1.9.9.42.3.1.16 | ComplianceciscoRttMonMibComplianceRev16 | deprecated | The compliance statement for new MIB extensions for supporting high order 32 bit of RTT and OW statistics for jitter probe. | |
| 1.3.6.1.4.1.9.9.42.3.1.17 | ComplianceciscoRttMonMibComplianceRev17 | deprecated | The compliance statement for new MIB extensions for supporting high order 32 bit of RTT and OW statistics for jitter probe. | |
| 1.3.6.1.4.1.9.9.42.3.1.18 | ComplianceciscoRttMonMibComplianceRev18 | deprecated | The compliance statement for new MIB extensions for supporting high order 32 bit of RTT and OW statistics for jitter probe. | |
| 1.3.6.1.4.1.9.9.42.3.1.19 | ComplianceciscoRttMonMibComplianceRev19 | deprecated | The compliance statement for new MIB extensions for supporting high order 32 bit of RTT and OW statistics for jitter probe. | |
| 1.3.6.1.4.1.9.9.42.3.1.20 | ComplianceciscoRttMonMibComplianceRev20 | deprecated | This compliance statement specifies the minimal requirements an implementation must meet in order to claim full compliance with the definition of the CISCO- RT… | |
| 1.3.6.1.4.1.9.9.42.3.1.21 | ComplianceciscoRttMonMibComplianceRev21 | deprecated | Please enter description here | |
| 1.3.6.1.4.1.9.9.42.3.1.22 | ComplianceciscoRttMonMibComplianceRev22 | deprecated | The compliance statement for CISCO-RTTMON-MIB | |
| 1.3.6.1.4.1.9.9.42.3.1.23 | ComplianceciscoRttMonMibComplianceRev23 | current | The compliance statement for CISCO-RTTMON-MIB | |
| 1.3.6.1.4.1.9.9.42.3.2 | NodeciscoRttMonMibGroups | |||
| 1.3.6.1.4.1.9.9.42.3.2.3 | GroupciscoStatsGroup | current | A collection of objects providing accumulated statistical history. | |
| 1.3.6.1.4.1.9.9.42.3.2.4 | GroupciscoHistoryGroup | current | A collection of objects providing point by point history of each RTT operation. | |
| 1.3.6.1.4.1.9.9.42.3.2.5 | GroupciscoCtrlGroupRev1 | current | A collection of objects that were added to enhance the functionality of the RTT application. | |
| 1.3.6.1.4.1.9.9.42.3.2.6 | GroupciscoCtrlGroupRev2 | current | A collection of objects that were added to enhance the functionality of the RTT application to configure HTTP, DNS and Jitter probes. | |
| 1.3.6.1.4.1.9.9.42.3.2.7 | GroupciscoLatestOperGroupRev1 | current | A collection of objects that were added to store the latest operational results for HTTP, DNS and Jitter probes. | |
| 1.3.6.1.4.1.9.9.42.3.2.8 | GroupciscoStatsGroupRev1 | current | A collection of objects that were added to enhance the functionality of the RTT application to store 'HTTP' and 'Jitter' probes statistics. | |
| 1.3.6.1.4.1.9.9.42.3.2.11 | GroupciscoApplGroupRev2 | current | These objects provide support for configuring responder on a router and also configure authentication information. | |
| 1.3.6.1.4.1.9.9.42.3.2.12 | GroupciscoCtrlGroupRev4 | current | A collection of objects that were added to enhance the functionality of the RTT application. | |
| 1.3.6.1.4.1.9.9.42.3.2.14 | GroupciscoStatsGroupRev3 | current | A collection of objects that were added to enhance the functionality of the RTT application to store one way 'Jitter' probes statistics. | |
| 1.3.6.1.4.1.9.9.42.3.2.16 | GroupciscoCtrlGroupRev6 | current | A collection of objects that were added to enhance the functionality of the RTT application. | |
| 1.3.6.1.4.1.9.9.42.3.2.17 | GroupciscoStatsGroupRev4 | current | A collection of objects that were added to enhance the functionality of the RTT application to store MOS and ICPIF for 'Jitter' probe statistics. | |
| 1.3.6.1.4.1.9.9.42.3.2.18 | GroupciscoNotificationGroup | deprecated | A collection of notifications. ciscoNotificationGroup object is superseded by ciscoNotificationGroupRev1. | |
| 1.3.6.1.4.1.9.9.42.3.2.19 | GroupciscoApplGroupRev3 | current | A collection of objects providing the RTT Monitoring Application defaults. This group of information is provided to the agent when the Application starts. | |
| 1.3.6.1.4.1.9.9.42.3.2.20 | GroupciscoCtrlGroupRev7 | current | A collection of objects that were added to enhance the scheduling functionality of the RTT application. | |
| 1.3.6.1.4.1.9.9.42.3.2.21 | GroupciscoCtrlGroupRev8 | current | A collection of objects that were added to support (1) echo operations support based on MPLS LSP Ping, (2) pathEcho operations support based on MPLS LSP Ping a… | |
| 1.3.6.1.4.1.9.9.42.3.2.22 | GroupciscoStatsGroupRev5 | current | A collection of objects that are added to report intera-rrival Jitter, average jitter and improve accuracy. | |
| 1.3.6.1.4.1.9.9.42.3.2.23 | GroupciscoCtrlGroupRev9 | current | A collection of objects that are added to enhance the jitter probe accuracy. | |
| 1.3.6.1.4.1.9.9.42.3.2.24 | GroupciscoCtrlGroupRev10 | deprecated | A collection of objects providing the Administration, Operational, Last Statistical values for the RTT Monitoring Application. ciscoCtrlGroupRev10 object is su… | |
| 1.3.6.1.4.1.9.9.42.3.2.25 | GroupciscoCtrlGroupRev11 | current | A collection of objects that were added for the reaction configuration of probe. | |
| 1.3.6.1.4.1.9.9.42.3.2.26 | GroupciscoNotificationGroupRev1 | current | A collection of notifications. | |
| 1.3.6.1.4.1.9.9.42.3.2.27 | GroupciscoCtrlGroupRev12 | current | A collection of objects that were added for the configuration of rtp operation. | |
| 1.3.6.1.4.1.9.9.42.3.2.29 | GroupciscoCtrlGroupRev13 | current | A collection of objects that were added for the parameters configuration of mpls based operations. | |
| 1.3.6.1.4.1.9.9.42.3.2.30 | GroupciscoStatsGroupRev7 | current | A collection of objects that are added for collecting the statistics for LSP Path Discovery Group. | |
| 1.3.6.1.4.1.9.9.42.3.2.31 | GroupciscoNotificationGroupRev2 | current | A collection of notifications added for supporting LSP Path Discovery. | |
| 1.3.6.1.4.1.9.9.42.3.2.32 | GroupciscoApplGroupRev4 | current | This object is added to reset the LSP Path Discovery Stats. | |
| 1.3.6.1.4.1.9.9.42.3.2.33 | GroupciscoCtrlGroupRev14 | current | This object is added for group scheduler enhancement | |
| 1.3.6.1.4.1.9.9.42.3.2.34 | GroupciscoCtrlGroupRev15 | current | These objects are added for Ethernet ping/jitter operation. | |
| 1.3.6.1.4.1.9.9.42.3.2.35 | GroupciscoRttMonObsoleteGroupRev1 | obsolete | A collection of all objects that are obsolete. | |
| 1.3.6.1.4.1.9.9.42.3.2.36 | GroupciscoRttMonDeprecatedGroupRev1 | deprecated | A collection of all objects that are deprecated. ciscoRttMonDeprecatedGroupRev1 object is superseded by ciscoCtrlGroupRev11. | |
| 1.3.6.1.4.1.9.9.42.3.2.37 | GroupciscoCtrlGroupRev16 | current | These objects are added for LSP Ping Pseudowire operation. | |
| 1.3.6.1.4.1.9.9.42.3.2.38 | GroupciscoCtrlGroupRev17 | current | This object is added for IP SLA Auto Measure project. | |
| 1.3.6.1.4.1.9.9.42.3.2.39 | GroupciscoCtrlGroupRev18 | current | This object is added for Ethernet ping/jitter operation. | |
| 1.3.6.1.4.1.9.9.42.3.2.40 | GroupciscoStatsGroupRev8 | current | A collection of objects that were added to store the high order 32 bits of RTT and one way latency statistics for 'jitter' probe. | |
| 1.3.6.1.4.1.9.9.42.3.2.41 | GroupciscoCtrlGroupRev19 | current | This object is added for Ethernet ping/jitter operation. | |
| 1.3.6.1.4.1.9.9.42.3.2.43 | GroupciscoCtrlGroupRev20 | current | This object has been added for video operation. | |
| 1.3.6.1.4.1.9.9.42.3.2.44 | GroupciscoCtrlGroupRev21 | current | This object has been added to support of DSCP marking, sender DSP reservation, and source interface for path congruence in video operation. | |
| 1.3.6.1.4.1.9.9.42.3.2.45 | GroupciscoCtrlGroupRev22 | current | This object has been added to support of emulate source address, emulate source port, emulate target address and emulate target port for path congruence in vid… | |
| 1.3.6.1.4.1.9.9.42.3.2.46 | GroupciscoCtrlGroupRev23 | current | This group contains objects describing Y1731 operation. | |
| 1.3.6.1.4.1.9.9.42.3.2.47 | GroupciscoCtrlGroupRev24 | current | This object has been added to for Generated Oper Table. | |
| 1.3.6.1.4.1.9.9.42.3.2.48 | GroupciscoCtrlGroupRev25 | current | This object has been added to support Multicast operation. | |
| 1.3.6.1.4.1.9.9.42.3.2.49 | GroupciscoStatsGroupRev2 | deprecated | A collection of objects providing Multicast control request information. ciscoStatsGroupRev2 object is superseded by ciscoStatsGroupRev9. | |
| 1.3.6.1.4.1.9.9.42.3.2.50 | GroupciscoCtrlGroupRev26 | current | New rttMonObjects related to the support of Y1731 Synthetic Loss Measurement. | |
| 1.3.6.1.4.1.9.9.42.3.2.51 | GroupciscoCtrlGroupRev27 | current | The object is added to utilize lower layer (Hardware/Packet Processor) timestamping for improving accuracy of jitter probe statistics. Currently the object is … | |
| 1.3.6.1.4.1.9.9.42.3.2.52 | GroupciscoCtrlGroupRev28 | current | A collection of objects providing the Administration, Operational, Last Statistical values for the RTT Monitoring Application. Deprecated rttMonScheduleAdminCo… | |
| 1.3.6.1.4.1.9.9.42.3.2.53 | GroupciscoStatsGroupRev9 | current | A collection of objects providing Multicast control request information. | |
| 1.3.6.1.4.1.9.9.42.3.2.54 | GroupciscoCtrlGroupRev29 | current | A collection of objects providing Fabric Path Echo probe information. | |
| 1.3.6.1.4.1.9.9.42.3.2.55 | GroupciscoNotificationGroupRev3 | current | Added notification rttMonNotificationV2 with the enhanced rttMonCtrlAdminLongTag object | |
| 1.3.6.1.4.1.9.9.42.3.2.56 | GroupciscoCtrlGroupRev30 | current | Object added to support Random Start-Time feature for group and sla probes. | |
| 1.3.6.1.4.1.9.9.42.3.2.57 | GroupciscoCtrlGroupRev31 | current | Object rttMonCtrlAdminLongTag added to enhance current tag object for capturing long descriptions. | |
| 1.3.6.1.4.1.9.9.42.3.2.58 | GroupciscoStatsGroupRev10 | current | A collection of objects providing over threshold statistics for jitter probes. |