JUNIPER-TWAMP-MIB

File: JUNIPER-TWAMP-MIB.mib (35454 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC HCNUM-TC
DISMAN-PING-MIB JUNIPER-SMI SNMP-FRAMEWORK-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Integer32 NOTIFICATION-TYPE OBJECT-IDENTITY
IpAddress DateAndTime TEXTUAL-CONVENTION
DisplayString CounterBasedGauge64 pingCtlOwnerIndex
pingCtlTestName pingProbeHistoryIndex jnxTwampMibRoot
jnxTwampNotificationPrefix SnmpAdminString

Defined Types

JnxTwampClientCollectionType  
Each TWAMP entry can maintain several collections of probes and provide separate calculations over each collection. The types of collections include: currentTest -- the test currently being executed lastCompletedTest -- the most recently completed test movingAverage -- the 'n' most recent probes (n is configurable) allTests -- all the probes (since the entry was last reset). Objects with this type identify a specific collection.
TEXTUAL-CONVENTION    
  INTEGER currentTest(1), lastCompletedTest(2), movingAverage(3), allTests(4)  

JnxTwampClientMeasurementType  
For each individual probe, several different measurements can be made. These include the following (all measurements are provided in units of microseconds): roundTripTime -- this is the delay between the the transmission of a probe and the arrival of its response. rttJitter -- this is the difference between the current round trip time measurement and the previous one. rttInterarrivalJitter -- An estimate of the statistical variance of a packet's interarrival time. Defined in rfc1889 as: J=J+(|D(i-1,i)|-J)/16 where J is the interarrival jitter and D(i-1, i) is the current round trip jitter measurement. egress -- this is the delay beween the transmission of a probe and its arrival at its destination. egressJitter -- this is the difference between the current egress delay the previous measurement. egressInterarrivalJitter -- similar to rttInterarrivalJitter, but applied to egress jitter measurements. ingress -- this is the delay between the transmission of a probe response and its arrival at its destination. ingressJitter -- this is the difference between the current ingress delay and the previous measurement. ingressInterarrivalJitter -- similar to rttInterarrivalJitter, but applied to ingress jitter measurements. Note, due to clock synchronization artifacts, many one-way jitter measurements & calculations may include signifacant variations, in some cases orders of magnitude greater than the round trip times. Because of this, one-way jitter measurements will only be performed on samples which are less than 10 seconds apart.
TEXTUAL-CONVENTION    
  INTEGER roundTripTime(1), rttJitter(2), rttInterarrivalJitter(3), egress(4), egressJitter(5), egressInterarrivalJitter(6), ingress(7), ingressJitter(8), ingressInterarrivalJitter(9)  

JnxTwampClientMeasurementSet  
Over each collection of probes, TWAMP calculates statistics for several sets of measurements. These sets include the following: roundTripTime -- the set of round trip delays posRttJitter -- the set of positive round trip jitter measurements negRttJitter -- the set of negative round trip jitter measurements egress -- the set of outgoing (source to destination) one-way delays posEgressJitter -- the set of positive egress jitter measurements negEgressJitter -- the set of negative egress jitter measurements ingress -- the set of incoming (destination to source) one-way delays posIngressJitter -- the set of positive ingress jitter measurements negIngressJitter -- the set of negative ingress jitter measurements Objects with this type identify a specific set of measurements.
TEXTUAL-CONVENTION    
  INTEGER roundTripTime(1), posRttJitter(2), negRttJitter(3), egress(4), posEgressJitter(5), negEgressJitter(6), ingress(7), posIngressJitter(8), negIngressJitter(9)  

JnxTwampPercentType  
Displays a percentage as decimal with 6 digits precision.
TEXTUAL-CONVENTION    
  Unsigned32 0..100000000  

JnxTwampClientResultsSampleEntry  
SEQUENCE    
  jnxTwampResSampleType JnxTwampClientMeasurementType
  jnxTwampResSampleValue Integer32
  jnxTwampResSampleDate DateAndTime

JnxTwampClientResultsSummaryEntry  
SEQUENCE    
  jnxTwampResSumCollection JnxTwampClientCollectionType
  jnxTwampResSumSent Unsigned32
  jnxTwampResSumReceived Unsigned32
  jnxTwampResSumPercentLost JnxTwampPercentType
  jnxTwampResSumDate DateAndTime

JnxTwampClientResultsCalculatedEntry  
SEQUENCE    
  jnxTwampResCalcSet JnxTwampClientMeasurementSet
  jnxTwampResCalcSamples Unsigned32
  jnxTwampResCalcMin Unsigned32
  jnxTwampResCalcMax Unsigned32
  jnxTwampResCalcAverage Unsigned32
  jnxTwampResCalcPkToPk Unsigned32
  jnxTwampResCalcStdDev Unsigned32
  jnxTwampResCalcSum CounterBasedGauge64

JnxTwampClientHistorySampleEntry  
SEQUENCE    
  jnxTwampHistSampleType JnxTwampClientMeasurementType
  jnxTwampHistSampleValue Integer32

JnxTwampClientHistorySummaryEntry  
SEQUENCE    
  jnxTwampHistSumCollection JnxTwampClientCollectionType
  jnxTwampHistSumSent Unsigned32
  jnxTwampHistSumReceived Unsigned32
  jnxTwampHistSumPercentLost JnxTwampPercentType

JnxTwampClientHistoryCalculatedEntry  
SEQUENCE    
  jnxTwampHistCalcSet JnxTwampClientMeasurementSet
  jnxTwampHistCalcSamples Unsigned32
  jnxTwampHistCalcMin Unsigned32
  jnxTwampHistCalcMax Unsigned32
  jnxTwampHistCalcAverage Unsigned32
  jnxTwampHistCalcPkToPk Unsigned32
  jnxTwampHistCalcStdDev Unsigned32
  jnxTwampHistCalcSum CounterBasedGauge64

JnxTwampClientCCEntry  
SEQUENCE    
  jnxTwampClientControlConnectionID SnmpAdminString
  jnxTwampClientCCName DisplayString
  jnxTwampClientCCStatus INTEGER 0..65535
  jnxTwampClientServerAddress IpAddress
  jnxTwampClientServerPort INTEGER 0..65535
  jnxTwampClientTSConfiguredCount INTEGER 0..65535
  jnxTwampClientTSActiveCount INTEGER 0..65535
  jnxTwampClientAuthMode INTEGER 0..65535

JnxTwampClientTSEntry  
SEQUENCE    
  jnxTwampClientTestSessionID SnmpAdminString
  jnxTwampClientTSName DisplayString
  jnxTwampClientTSStatus INTEGER
  jnxTwampClientTSSenderAddress IpAddress
  jnxTwampClientTSSenderPort INTEGER
  jnxTwampClientTSReflectorAddress IpAddress
  jnxTwampClientTSReflectorPort INTEGER

Defined Values

jnxTwampMib 1.3.6.1.4.1.2636.3.77.1
This mib provides data associated with the TWAMP feature
MODULE-IDENTITY    

jnxTwampClientNode 1.3.6.1.4.1.2636.3.77.1.1
The node contains all the TWAMP client related tables.
Status: current Access: read-only
OBJECT-IDENTITY    

jnxTwampRpmIdentity 1.3.6.1.4.1.2636.3.77.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER rpm(1), twamp(2)  

jnxTwampClientResultsSampleTable 1.3.6.1.4.1.2636.3.77.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxTwampClientResultsSampleEntry

jnxTwampClientResultsSampleEntry 1.3.6.1.4.1.2636.3.77.1.1.1.1
Each entry provides a specific measurement type for a single probe.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxTwampClientResultsSampleEntry  

jnxTwampResSampleType 1.3.6.1.4.1.2636.3.77.1.1.1.1.1
This object identifies the specific measurement type returned by jnxTwampResSampleValue.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxTwampClientMeasurementType  

jnxTwampResSampleValue 1.3.6.1.4.1.2636.3.77.1.1.1.1.2
This object returns the measurement identified by the corresponding jnxTwampResSampleType.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxTwampResSampleDate 1.3.6.1.4.1.2636.3.77.1.1.1.1.3
This object provides the date and time of when this measurement was obtained.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

jnxTwampClientResultsSummaryTable 1.3.6.1.4.1.2636.3.77.1.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxTwampClientResultsSummaryEntry

jnxTwampClientResultsSummaryEntry 1.3.6.1.4.1.2636.3.77.1.1.2.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxTwampClientResultsSummaryEntry  

jnxTwampResSumCollection 1.3.6.1.4.1.2636.3.77.1.1.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxTwampClientCollectionType  

jnxTwampResSumSent 1.3.6.1.4.1.2636.3.77.1.1.2.1.2
This object provides the number of probes sent within the collection identified by jnxTwampResSumCollection.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxTwampResSumReceived 1.3.6.1.4.1.2636.3.77.1.1.2.1.3
This object provides the number of probes received within the collection identified by jnxTwampResSumCollection.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxTwampResSumPercentLost 1.3.6.1.4.1.2636.3.77.1.1.2.1.4
This object provides the percentage of probes lost within the collection identified by jnxTwampResSumCollection.
Status: current Access: read-only
OBJECT-TYPE    
  JnxTwampPercentType  

jnxTwampResSumDate 1.3.6.1.4.1.2636.3.77.1.1.2.1.5
This object provides the date and time of when the most recent probe within the collection identified by jnxTwampResSumCollection was completed.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

jnxTwampClientResultsCalculatedTable 1.3.6.1.4.1.2636.3.77.1.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxTwampClientResultsCalculatedEntry

jnxTwampClientResultsCalculatedEntry 1.3.6.1.4.1.2636.3.77.1.1.3.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxTwampClientResultsCalculatedEntry  

jnxTwampResCalcSet 1.3.6.1.4.1.2636.3.77.1.1.3.1.1
This object identifies the measurement set upon which the calculations returned by the other objects in this table are based.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxTwampClientMeasurementSet  

jnxTwampResCalcSamples 1.3.6.1.4.1.2636.3.77.1.1.3.1.2
The number of samples used in this calculations.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxTwampResCalcMin 1.3.6.1.4.1.2636.3.77.1.1.3.1.3
The minimum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxTwampResCalcMax 1.3.6.1.4.1.2636.3.77.1.1.3.1.4
The maximum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxTwampResCalcAverage 1.3.6.1.4.1.2636.3.77.1.1.3.1.5
The average of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxTwampResCalcPkToPk 1.3.6.1.4.1.2636.3.77.1.1.3.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxTwampResCalcStdDev 1.3.6.1.4.1.2636.3.77.1.1.3.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxTwampResCalcSum 1.3.6.1.4.1.2636.3.77.1.1.3.1.8
The sum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

jnxTwampClientHistorySampleTable 1.3.6.1.4.1.2636.3.77.1.1.4
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxTwampClientHistorySampleEntry

jnxTwampClientHistorySampleEntry 1.3.6.1.4.1.2636.3.77.1.1.4.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxTwampClientHistorySampleEntry  

jnxTwampHistSampleType 1.3.6.1.4.1.2636.3.77.1.1.4.1.1
This object identifies the specific measurement type returned by jnxTwampHistSampleValue.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxTwampClientMeasurementType  

jnxTwampHistSampleValue 1.3.6.1.4.1.2636.3.77.1.1.4.1.2
This object returns the measurement identified by the corresponding jnxTwampHistSampleType.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxTwampClientHistorySummaryTable 1.3.6.1.4.1.2636.3.77.1.1.5
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxTwampClientHistorySummaryEntry

jnxTwampClientHistorySummaryEntry 1.3.6.1.4.1.2636.3.77.1.1.5.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxTwampClientHistorySummaryEntry  

jnxTwampHistSumCollection 1.3.6.1.4.1.2636.3.77.1.1.5.1.1
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)).
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxTwampClientCollectionType  

jnxTwampHistSumSent 1.3.6.1.4.1.2636.3.77.1.1.5.1.2
This object provides the number of probes sent within the collection identified by jnxTwampHistSumCollection.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxTwampHistSumReceived 1.3.6.1.4.1.2636.3.77.1.1.5.1.3
This object provides the number of probes received within the collection identified by jnxTwampHistSumCollection.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxTwampHistSumPercentLost 1.3.6.1.4.1.2636.3.77.1.1.5.1.4
This object provides the percentage of probes lost within the collection identified by jnxTwampHistSumCollection.
Status: current Access: read-only
OBJECT-TYPE    
  JnxTwampPercentType  

jnxTwampClientHistoryCalculatedTable 1.3.6.1.4.1.2636.3.77.1.1.6
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxTwampClientHistoryCalculatedEntry

jnxTwampClientHistoryCalculatedEntry 1.3.6.1.4.1.2636.3.77.1.1.6.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxTwampClientHistoryCalculatedEntry  

jnxTwampHistCalcSet 1.3.6.1.4.1.2636.3.77.1.1.6.1.1
This object identifies the measurement set upon which the calculations returned by the other objects in this table are based.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxTwampClientMeasurementSet  

jnxTwampHistCalcSamples 1.3.6.1.4.1.2636.3.77.1.1.6.1.2
The number of samples used in this calculations.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxTwampHistCalcMin 1.3.6.1.4.1.2636.3.77.1.1.6.1.3
The minimum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxTwampHistCalcMax 1.3.6.1.4.1.2636.3.77.1.1.6.1.4
The maximum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxTwampHistCalcAverage 1.3.6.1.4.1.2636.3.77.1.1.6.1.5
The average of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxTwampHistCalcPkToPk 1.3.6.1.4.1.2636.3.77.1.1.6.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxTwampHistCalcStdDev 1.3.6.1.4.1.2636.3.77.1.1.6.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxTwampHistCalcSum 1.3.6.1.4.1.2636.3.77.1.1.6.1.8
The sum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

jnxTwampClientControlConnectionTable 1.3.6.1.4.1.2636.3.77.1.1.7
Table of Client Sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxTwampClientCCEntry

jnxTwampClientCCEntry 1.3.6.1.4.1.2636.3.77.1.1.7.1
TWAMP Client Session characteristics.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxTwampClientCCEntry  

jnxTwampClientControlConnectionID 1.3.6.1.4.1.2636.3.77.1.1.7.1.1
TWAMP Client control session ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

jnxTwampClientCCName 1.3.6.1.4.1.2636.3.77.1.1.7.1.2
Text string containing the session's unique name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

jnxTwampClientCCStatus 1.3.6.1.4.1.2636.3.77.1.1.7.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), stopped(2)  

jnxTwampClientServerAddress 1.3.6.1.4.1.2636.3.77.1.1.7.1.4
Server IP address for TWAMP TCP control session.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

jnxTwampClientServerPort 1.3.6.1.4.1.2636.3.77.1.1.7.1.5
Destination port for TWAMP TCP control connection.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

jnxTwampClientTSConfiguredCount 1.3.6.1.4.1.2636.3.77.1.1.7.1.6
Number test sessions configured.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

jnxTwampClientTSActiveCount 1.3.6.1.4.1.2636.3.77.1.1.7.1.7
Number of test sessions currently running.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

jnxTwampClientAuthMode 1.3.6.1.4.1.2636.3.77.1.1.7.1.8
Authenticated mode for the control session.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), authenticated(2), encrypted(3), controlOnlyEncrypted(4)  

jnxTwampClientTestSessionsTable 1.3.6.1.4.1.2636.3.77.1.1.8
Table of Test Sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxTwampClientTSEntry

jnxTwampClientTSEntry 1.3.6.1.4.1.2636.3.77.1.1.8.1
TWAMP Test Session characteristics.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxTwampClientTSEntry  

jnxTwampClientTestSessionID 1.3.6.1.4.1.2636.3.77.1.1.8.1.1
Test Session ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

jnxTwampClientTSName 1.3.6.1.4.1.2636.3.77.1.1.8.1.2
TWAMP Test Session Name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

jnxTwampClientTSStatus 1.3.6.1.4.1.2636.3.77.1.1.8.1.3
TWAMP Test Session status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), stopped(2)  

jnxTwampClientTSSenderAddress 1.3.6.1.4.1.2636.3.77.1.1.8.1.4
Twamp Test Sender Address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

jnxTwampClientTSSenderPort 1.3.6.1.4.1.2636.3.77.1.1.8.1.5
TWAMP Test Session Sender Port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

jnxTwampClientTSReflectorAddress 1.3.6.1.4.1.2636.3.77.1.1.8.1.6
TWAMP Test Session Reflector Address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

jnxTwampClientTSReflectorPort 1.3.6.1.4.1.2636.3.77.1.1.8.1.7
TWAMP Test Session Reflector Port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

twampNotifications 1.3.6.1.4.1.2636.4.27.1
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

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.
Status: current Access: read-only
NOTIFICATION-TYPE