JUNIPER-TWAMP-MIB: View SNMP OID List / Download MIB
VENDOR: JUNIPER
Home | MIB: JUNIPER-TWAMP-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
jnxTwampMib | 1.3.6.1.4.1.2636.3.77.1 |
This mib provides data associated with the TWAMP feature |
||
jnxTwampClientNode | 1.3.6.1.4.1.2636.3.77.1.1 |
The node contains all the TWAMP client related tables. |
||
jnxTwampClientResultsSampleTable | 1.3.6.1.4.1.2636.3.77.1.1.1 | no-access |
This table provides measurements from the latest individual TWAMP probe samples. Within each sample, the specific measurement type is identified by jnxTwampClientResSampleType. Note, if the latest probe was unsuccessful, no measurement types will be available. See the definition of JnxTwampClientMeasurementType for details on the types of measurements available. |
|
1.3.6.1.4.1.2636.3.77.1.1.1.1 | no-access |
Each entry provides a specific measurement type for a single probe. |
||
jnxTwampResSampleType | 1.3.6.1.4.1.2636.3.77.1.1.1.1.1 | jnxtwampclientmeasurementtype | no-access |
This object identifies the specific measurement type returned by jnxTwampResSampleValue. |
jnxTwampResSampleValue | 1.3.6.1.4.1.2636.3.77.1.1.1.1.2 | integer32 | read-only |
This object returns the measurement identified by the corresponding jnxTwampResSampleType. |
jnxTwampResSampleDate | 1.3.6.1.4.1.2636.3.77.1.1.1.1.3 | dateandtime | read-only |
This object provides the date and time of when this measurement was obtained. |
jnxTwampClientResultsSummaryTable | 1.3.6.1.4.1.2636.3.77.1.1.2 | no-access |
This table provides a summary of the results for a specific TWAMP entry (identified by pingCtlOwnerIndex/pingCtlTestName). The scope of the summary is identified by jnxTwampClientResSumCollection. |
|
1.3.6.1.4.1.2636.3.77.1.1.2.1 | no-access |
Each entry in the table provides a summary of the TWAMP results over a single collection of probes(test session). For each TWAMP entry, there are several collections maintained: the current test, the most recently completed test, a configurable number of the most recent probes (aka 'moving average'), and a global collection representing all the probes. Each entry in this table summarizes the results for one of these collections. |
||
jnxTwampResSumCollection | 1.3.6.1.4.1.2636.3.77.1.1.2.1.1 | jnxtwampclientcollectiontype | no-access |
This object identifes the collection of probes over which the summary data represented by the other objects in this table applies. Note, if a collection type is not supported or not configured, it will not be instantiated in this table. |
jnxTwampResSumSent | 1.3.6.1.4.1.2636.3.77.1.1.2.1.2 | unsigned32 | read-only |
This object provides the number of probes sent within the collection identified by jnxTwampResSumCollection. |
jnxTwampResSumReceived | 1.3.6.1.4.1.2636.3.77.1.1.2.1.3 | unsigned32 | read-only |
This object provides the number of probes received within the collection identified by jnxTwampResSumCollection. |
jnxTwampResSumPercentLost | 1.3.6.1.4.1.2636.3.77.1.1.2.1.4 | jnxtwamppercenttype | read-only |
This object provides the percentage of probes lost within the collection identified by jnxTwampResSumCollection. |
jnxTwampResSumDate | 1.3.6.1.4.1.2636.3.77.1.1.2.1.5 | dateandtime | read-only |
This object provides the date and time of when the most recent probe within the collection identified by jnxTwampResSumCollection was completed. |
jnxTwampClientResultsCalculatedTable | 1.3.6.1.4.1.2636.3.77.1.1.3 | no-access |
This table provides a set of calculated values for each TWAMP entry, for each collection of probes maintained within that entry, and for each supported measurement set within that collection of probes. This table will skip over any measurement set for which there are 0 samples. |
|
1.3.6.1.4.1.2636.3.77.1.1.3.1 | no-access | |||
jnxTwampResCalcSet | 1.3.6.1.4.1.2636.3.77.1.1.3.1.1 | jnxtwampclientmeasurementset | no-access |
This object identifies the measurement set upon which the calculations returned by the other objects in this table are based. |
jnxTwampResCalcSamples | 1.3.6.1.4.1.2636.3.77.1.1.3.1.2 | unsigned32 | read-only |
The number of samples used in this calculations. |
jnxTwampResCalcMin | 1.3.6.1.4.1.2636.3.77.1.1.3.1.3 | unsigned32 | read-only |
The minimum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds. |
jnxTwampResCalcMax | 1.3.6.1.4.1.2636.3.77.1.1.3.1.4 | unsigned32 | read-only |
The maximum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds. |
jnxTwampResCalcAverage | 1.3.6.1.4.1.2636.3.77.1.1.3.1.5 | unsigned32 | read-only |
The average of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds. |
jnxTwampResCalcPkToPk | 1.3.6.1.4.1.2636.3.77.1.1.3.1.6 | unsigned32 | read-only |
The difference between the minimum and maximum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds. |
jnxTwampResCalcStdDev | 1.3.6.1.4.1.2636.3.77.1.1.3.1.7 | unsigned32 | read-only |
The standard deviation calculated over all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds. |
jnxTwampResCalcSum | 1.3.6.1.4.1.2636.3.77.1.1.3.1.8 | counterbasedgauge64 | read-only |
The sum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds. |
jnxTwampClientHistorySampleTable | 1.3.6.1.4.1.2636.3.77.1.1.4 | no-access |
This table provides measurements for individual TWAMP probe samples(test sessions). In addition to the last completed sample, a configurable number of the most recent samples are available as well. Within each sample, the specific measurement type is identified by jnxTwampHistSampleType. Note, if probe was unsuccessful, no measurement types will be available for that history entry. See the definition of JnxTwampClientMeasurementType for details on of measurements available. |
|
1.3.6.1.4.1.2636.3.77.1.1.4.1 | no-access | |||
jnxTwampHistSampleType | 1.3.6.1.4.1.2636.3.77.1.1.4.1.1 | jnxtwampclientmeasurementtype | no-access |
This object identifies the specific measurement type returned by jnxTwampHistSampleValue. |
jnxTwampHistSampleValue | 1.3.6.1.4.1.2636.3.77.1.1.4.1.2 | integer32 | read-only |
This object returns the measurement identified by the corresponding jnxTwampHistSampleType. |
jnxTwampClientHistorySummaryTable | 1.3.6.1.4.1.2636.3.77.1.1.5 | no-access |
This table provides historical summary data for each collection of probes(test session) within each TWAMP Control Entry, similar to the jnxTwampClientResultsSummaryTable. In addition to the current summary, this table provides the same number of historical entries as the jnxTwampClientHistorySampleTable. |
|
1.3.6.1.4.1.2636.3.77.1.1.5.1 | no-access | |||
jnxTwampHistSumCollection | 1.3.6.1.4.1.2636.3.77.1.1.5.1.1 | jnxtwampclientcollectiontype | no-access |
Identifies the collection of probes whose results are summarized by this row. At this time, historical summaries are available only for the current test (currentTest(1)). |
jnxTwampHistSumSent | 1.3.6.1.4.1.2636.3.77.1.1.5.1.2 | unsigned32 | read-only |
This object provides the number of probes sent within the collection identified by jnxTwampHistSumCollection. |
jnxTwampHistSumReceived | 1.3.6.1.4.1.2636.3.77.1.1.5.1.3 | unsigned32 | read-only |
This object provides the number of probes received within the collection identified by jnxTwampHistSumCollection. |
jnxTwampHistSumPercentLost | 1.3.6.1.4.1.2636.3.77.1.1.5.1.4 | jnxtwamppercenttype | read-only |
This object provides the percentage of probes lost within the collection identified by jnxTwampHistSumCollection. |
jnxTwampClientHistoryCalculatedTable | 1.3.6.1.4.1.2636.3.77.1.1.6 | no-access |
This table provides a set of calculated values for each TWAMP control entry, for each test session maintained within that entry, and for each supported calculated type within that collection of probes, similar to the jnxTwampClientResultsCalculatedTable. In addition to the current summary, this table provides the same number of historical entries as the jnxTwampClientHistorySampleTable. |
|
1.3.6.1.4.1.2636.3.77.1.1.6.1 | no-access | |||
jnxTwampHistCalcSet | 1.3.6.1.4.1.2636.3.77.1.1.6.1.1 | jnxtwampclientmeasurementset | no-access |
This object identifies the measurement set upon which the calculations returned by the other objects in this table are based. |
jnxTwampHistCalcSamples | 1.3.6.1.4.1.2636.3.77.1.1.6.1.2 | unsigned32 | read-only |
The number of samples used in this calculations. |
jnxTwampHistCalcMin | 1.3.6.1.4.1.2636.3.77.1.1.6.1.3 | unsigned32 | read-only |
The minimum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds. |
jnxTwampHistCalcMax | 1.3.6.1.4.1.2636.3.77.1.1.6.1.4 | unsigned32 | read-only |
The maximum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds. |
jnxTwampHistCalcAverage | 1.3.6.1.4.1.2636.3.77.1.1.6.1.5 | unsigned32 | read-only |
The average of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds. |
jnxTwampHistCalcPkToPk | 1.3.6.1.4.1.2636.3.77.1.1.6.1.6 | unsigned32 | read-only |
The difference between the minimum and maximum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds. |
jnxTwampHistCalcStdDev | 1.3.6.1.4.1.2636.3.77.1.1.6.1.7 | unsigned32 | read-only |
The standard deviation calculated over all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds. |
jnxTwampHistCalcSum | 1.3.6.1.4.1.2636.3.77.1.1.6.1.8 | counterbasedgauge64 | read-only |
The sum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds. |
jnxTwampClientControlConnectionTable | 1.3.6.1.4.1.2636.3.77.1.1.7 | no-access |
Table of Client Sessions. |
|
1.3.6.1.4.1.2636.3.77.1.1.7.1 | no-access |
TWAMP Client Session characteristics. |
||
jnxTwampClientControlConnectionID | 1.3.6.1.4.1.2636.3.77.1.1.7.1.1 | snmpadminstring | no-access |
TWAMP Client control session ID. |
jnxTwampClientCCName | 1.3.6.1.4.1.2636.3.77.1.1.7.1.2 | displaystring | read-only |
Text string containing the session's unique name. |
jnxTwampClientCCStatus | 1.3.6.1.4.1.2636.3.77.1.1.7.1.3 | integer | read-only |
If the control session is active, this would return 1. If the control session does not have any currently running test sessions and is not active, this would return 2. Enumeration: 'active': 1, 'stopped': 2. |
jnxTwampClientServerAddress | 1.3.6.1.4.1.2636.3.77.1.1.7.1.4 | ipaddress | read-only |
Server IP address for TWAMP TCP control session. |
jnxTwampClientServerPort | 1.3.6.1.4.1.2636.3.77.1.1.7.1.5 | integer | read-only |
Destination port for TWAMP TCP control connection. |
jnxTwampClientTSConfiguredCount | 1.3.6.1.4.1.2636.3.77.1.1.7.1.6 | integer | read-only |
Number test sessions configured. |
jnxTwampClientTSActiveCount | 1.3.6.1.4.1.2636.3.77.1.1.7.1.7 | integer | read-only |
Number of test sessions currently running. |
jnxTwampClientAuthMode | 1.3.6.1.4.1.2636.3.77.1.1.7.1.8 | integer | read-only |
Authenticated mode for the control session. Enumeration: 'encrypted': 3, 'none': 1, 'controlOnlyEncrypted': 4, 'authenticated': 2. |
jnxTwampClientTestSessionsTable | 1.3.6.1.4.1.2636.3.77.1.1.8 | no-access |
Table of Test Sessions. |
|
1.3.6.1.4.1.2636.3.77.1.1.8.1 | no-access |
TWAMP Test Session characteristics. |
||
jnxTwampClientTestSessionID | 1.3.6.1.4.1.2636.3.77.1.1.8.1.1 | snmpadminstring | no-access |
Test Session ID. |
jnxTwampClientTSName | 1.3.6.1.4.1.2636.3.77.1.1.8.1.2 | displaystring | read-only |
TWAMP Test Session Name. |
jnxTwampClientTSStatus | 1.3.6.1.4.1.2636.3.77.1.1.8.1.3 | integer | read-only |
TWAMP Test Session status. Enumeration: 'active': 1, 'stopped': 2. |
jnxTwampClientTSSenderAddress | 1.3.6.1.4.1.2636.3.77.1.1.8.1.4 | ipaddress | read-only |
Twamp Test Sender Address. |
jnxTwampClientTSSenderPort | 1.3.6.1.4.1.2636.3.77.1.1.8.1.5 | integer | read-only |
TWAMP Test Session Sender Port. |
jnxTwampClientTSReflectorAddress | 1.3.6.1.4.1.2636.3.77.1.1.8.1.6 | ipaddress | read-only |
TWAMP Test Session Reflector Address. |
jnxTwampClientTSReflectorPort | 1.3.6.1.4.1.2636.3.77.1.1.8.1.7 | integer | read-only |
TWAMP Test Session Reflector Port. |
jnxTwampRpmIdentity | 1.3.6.1.4.1.2636.3.77.1.2 | integer | read-only |
This object is added to be binded to the traps. This object simply identifies if its an RPM type of test or a TWAMP type of test. Enumeration: 'twamp': 2, 'rpm': 1. |
twampNotifications | 1.3.6.1.4.1.2636.4.27.1 | |||
jnxTwampClientControlConnectionClosed | 1.3.6.1.4.1.2636.4.27.1.1 |
This trap is generated when all the test iterations configured under the control connection finish running and control connection is closed. |
||
jnxTwampClientTestIterationFinished | 1.3.6.1.4.1.2636.4.27.1.2 |
This trap is generated when one test iteration is finished for all the test sessions configured under the control connection. |