ENTERASYS-IP-SLA-MIB: View SNMP OID List / Download MIB

VENDOR: ENTERASYS NETWORKS


 Home MIB: ENTERASYS-IP-SLA-MIB
Download as:   

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


Object Name OID Type Access Info
 etsysIpSlaMIB 1.3.6.1.4.1.5624.1.2.94
This MIB module defines a portion of the SNMP MIB under the Enterasys Networks enterprise OID pertaining to the IP Service Level Agreement (SLA) functionality. This MIB was designed to be used for configuring IP SLA entries, scheduling those entries to run tests, and retrieving the round-trip-time and packet delay variation (jitter) data. Management entities MAY use this data to verify the service provider is meeting its SLA obligation.
       etsysIpSla 1.3.6.1.4.1.5624.1.2.94.1
           etsysIpSlaGlobals 1.3.6.1.4.1.5624.1.2.94.1.1
               etsysIpSlaMaxEntries 1.3.6.1.4.1.5624.1.2.94.1.1.1 unsigned32 read-only
The maximum number of IP SLA entries that can be configured within the system.
               etsysIpSlaEntriesInUse 1.3.6.1.4.1.5624.1.2.94.1.1.2 gauge32 read-only
The number of IP SLA entries currently configured within the system.
               etsysIpSlaMaxDataEntries 1.3.6.1.4.1.5624.1.2.94.1.1.3 unsigned32 read-only
The maximum number of data constructs available within the system. Row entries in the etsysIpSlaRttDataTable and the etsysIpSlaPdvDataTable consume this resource.
               etsysIpSlaDataEntriesInUse 1.3.6.1.4.1.5624.1.2.94.1.1.4 gauge32 read-only
The number of data constructs currently used within the system Row entries in the etsysIpSlaRttDataTable and the etsysIpSlaPdvDataTable consume this resource.
           etsysIpSlaTables 1.3.6.1.4.1.5624.1.2.94.1.2
               etsysIpSlaConfigTable 1.3.6.1.4.1.5624.1.2.94.1.2.1 no-access
This table defines the configuration parameters and attributes pertaining to an IP SLA entry. The agent limits the size of this table. The object etsysIpSlaMaxEntries defines the maximum number of entries.
                   etsysIpSlaConfigEntry 1.3.6.1.4.1.5624.1.2.94.1.2.1.1 no-access
An entry (conceptual row) in the etsysIpSlaConfigTable.
                       etsysIpSlaConfigIndex 1.3.6.1.4.1.5624.1.2.94.1.2.1.1.1 unsigned32 no-access
A value that uniquely identifies a row in the etsysIpSlaConfigTable. This is the primary index used for all tables that have an association with an IP SLA entry.
                       etsysIpSlaConfigType 1.3.6.1.4.1.5624.1.2.94.1.2.1.1.2 integer read-only
The type of the IP SLA entry. echo(1) - Specifies that the IP SLA entry collect the round-trip-time data for a destination host. The IP SLA entry MUST use a probe of type 'icmpTs'. jitter(2) - Specifies that the IP SLA entry collect the packet delay variation (jitter) and round-trip-time data for a destination host. The IP SLA entry MUST use a probe of type 'icmpTs'. Both the source and destination hosts MUST have clock synchorinzation enabled for accurate packet delay variation data. Enumeration: 'jitter': 2, 'echo': 1.
                       etsysIpSlaConfigDestType 1.3.6.1.4.1.5624.1.2.94.1.2.1.1.3 inetaddresstype read-only
The address family of the destination host specified in etsysIpSlaConfigDestAddr.
                       etsysIpSlaConfigDestAddr 1.3.6.1.4.1.5624.1.2.94.1.2.1.1.4 inetaddress read-only
The destination address of the host. The IP SLA entry collects the data specified in etsysIpSlaConfigType for packets sent to this host.
                       etsysIpSlaConfigDestPort 1.3.6.1.4.1.5624.1.2.94.1.2.1.1.5 inetportnumber read-only
The port number of the service on the destination host. The 'icmpTs' entries MUST use the default value of zero.
                       etsysIpSlaConfigProbeName 1.3.6.1.4.1.5624.1.2.94.1.2.1.1.6 snmpadminstring read-only
The name of the user configured probe this entry references. If this value is the empty string, the default probe assigned to the IP SLA application is used for running tests.
                       etsysIpSlaConfigPathCount 1.3.6.1.4.1.5624.1.2.94.1.2.1.1.7 unsigned32 read-only
A packet may traverse different routes to a destination host. This value specifies how many different paths to keep track of. Only the first etsysIpSlaConfigPathCount will be kept, additional detected paths are ignored. This object is only valid when the etsysIpSlaConfigType is 'echo'. An 'inconsistentValue' return code is returned for a set operation when the type is other than 'echo'.
                       etsysIpSlaConfigHopCount 1.3.6.1.4.1.5624.1.2.94.1.2.1.1.8 unsigned32 read-only
The number of hops per path the entry keeps data for. Only the first etsysIpSlaConfigHopCount will be kept, additional hops along the path are ignored. This object is only valid when the etsysIpSlaConfigType is 'echo'. An 'inconsistentValue' return code is returned for a set operation when the type is other than 'echo'.
                       etsysIpSlaConfigHistoryCollections 1.3.6.1.4.1.5624.1.2.94.1.2.1.1.9 unsigned32 read-only
The number of history collections to store in memory. A new collection begins with the start of each test. The etsysIpSlaScheduleTable dictates when tests start and stop. Modifying this value from a larger value to a smaller value causes the difference to be removed from memory. The collection with higher index values are removed. The history collections are found in the etsysIpSlaRttDataTable and the etsysIpSlaPdvDataTable using a etsysIpSlaCollectionType of 'history'.
                       etsysIpSlaConfigHistoryBuckets 1.3.6.1.4.1.5624.1.2.94.1.2.1.1.10 unsigned32 read-only
The number of history buckets to maintain per history collection. Each bucket contains statistical information from the test.
                       etsysIpSlaConfigHistoryBucketType 1.3.6.1.4.1.5624.1.2.94.1.2.1.1.11 integer read-only
The history bucket type. This determines the depth of each bucket. static(1) - A static bucket type indicates the depth of each bucket is fixed. The depth is specified in etsysIpSlaConfigHistorySamples. timed(2) - A timed bucket has a variable bucket depth. The etsysIpSlaConfigHistoryInterval specifies the total time for the bucket. To estimate the depth of the bucket, multiply the history interval by the expected number of received packets per second. Enumeration: 'timed': 2, 'static': 1.
                       etsysIpSlaConfigHistorySamples 1.3.6.1.4.1.5624.1.2.94.1.2.1.1.12 unsigned32 read-only
Specifies the static depth of each bucket. Modifying this value changes the depth for current and future buckets. Previous buckets MUST NOT be modified. This object is only valid when etsysIpSlaConfigHistoryBucketType is 'static'. An 'inconsistentValue' return code is returned for a set operation when the type is other than 'static'.
                       etsysIpSlaConfigHistoryInterval 1.3.6.1.4.1.5624.1.2.94.1.2.1.1.13 unsigned32 read-only
Specifies the length of time data should be continuously stored in the same bucket. Modifying this value changes the time for the current and future buckets. Previous buckets MUST NOT be modified. Data in the current bucket MUST NOT be altered either. This object is only valid when etsysIpSlaConfigHistoryBucketType is 'timed'. An 'inconsistentValue' return code is returned for a set operation when the type is other than 'timed'.
                       etsysIpSlaConfigHistoryAgeout 1.3.6.1.4.1.5624.1.2.94.1.2.1.1.14 unsigned32 read-only
The length of time a history collection remains in memory. The application reclaims the history collection's memory when it ages out. A value of zero means the history collection does not ageout.
                       etsysIpSlaConfigHistoryWrap 1.3.6.1.4.1.5624.1.2.94.1.2.1.1.15 integer read-only
Specifies whether to replace the oldest history collection with a newer data set, or stop collecting history data when the collection limit is reached. wrap(1) - When the history collection reaches its limit, the oldest history collection data is replaced with the newer data set. noWrap(2) - Once the history collection limit is reached, no new history collections are stored unless they age out. Enumeration: 'wrap': 1, 'noWrap': 2.
                       etsysIpSlaConfigDistributionCount 1.3.6.1.4.1.5624.1.2.94.1.2.1.1.16 unsigned32 read-only
The number of statistical distributions to keep data for. This object only accumulates round-trip-time data calculations. This objects works in conjunction with the etsysIpSlaConfigDistributionInterval object. The last interval accumulates statistical distributions for all the entries from its interval start point to infinity (maximum value for a 32-bit integer).
                       etsysIpSlaConfigDistributionInterval 1.3.6.1.4.1.5624.1.2.94.1.2.1.1.17 unsigned32 read-only
The statistical distribution interval. Example: etsysIpSlaConfigDistributionCount = 5 etsysIpSlaConfigDistributionInterval = 20 milliseconds Distribution 1 : < 0 - 19 ms> Distribution 2 : <20 - 39 ms> Distribution 3 : <40 - 59 ms> Distribution 4 : <60 - 79 ms> Distribution 5 : <80 - 4294967295 ms>
                       etsysIpSlaConfigStatisticsCollections 1.3.6.1.4.1.5624.1.2.94.1.2.1.1.18 unsigned32 read-only
The number of statistical collections to store in memory. Each collection consists of the summary of results and the statistical distribution data. The summary of results consists of the round-trip-time and, if applicable, the packet delay variation data. A new collection begins with the start of each test. The etsysIpSlaScheduleTable dictates when tests start and stop. The collection automatically wraps back to one when the collection limit, configured by this object, is reached. The statistics stored in the collection are cleared prior to starting a new test. Modifying this value from a larger to a smaller value causes the difference to be removed from memory. The collections with the higher index values are removed. The statistical collections are found in the etsysIpSlaRttDataTable and the etsysIpSlaPdvDataTable.
                       etsysIpSlaConfigStatus 1.3.6.1.4.1.5624.1.2.94.1.2.1.1.19 rowstatus read-only
This object permits management of the table by facilitating actions such as row creation and deletion. Creation and activation of a conceptual row in this table MUST be performed as a single operation by setting this object to createAndGo(4). Suspension of an active conceptual row is not supported. Consequently, setting this object to createAndWait(5) or notInService(2) SHALL fail.
               etsysIpSlaScheduleTable 1.3.6.1.4.1.5624.1.2.94.1.2.2 no-access
This table provides the scheduling parameters and attributes pertaining to an IP SLA entry. The scheduler determines when a test should execute, the length of time that test should run, the number of iterations of the test, and when the next scheduled test should start. An entry MUST exist in the etsysIpSlaConfigTable prior to setting the scheduling objects.
                   etsysIpSlaScheduleEntry 1.3.6.1.4.1.5624.1.2.94.1.2.2.1 no-access
An entry (conceptual row) in the etsysIpSlaScheduleTable.
                       etsysIpSlaScheduleStartTime 1.3.6.1.4.1.5624.1.2.94.1.2.2.1.1 unsigned32 read-write
This is the initial start time for the entry's set of test cycles. This value is expressed in seconds since the Epoch (Jan 1, 1970). The scheduled entry MUST be cancelled prior to modifying the start time. An 'inconsistentValue' return code is returned for a set operation with a value other than zero if the etsysIpSlaScheduleTestState is NOT 'inactive'. Setting this value to zero cancels the scheduled tests and the etsysIpSlaScheduleTestState transitions to 'inactive'.
                       etsysIpSlaScheduleRecurrence 1.3.6.1.4.1.5624.1.2.94.1.2.2.1.2 unsigned32 read-write
This value represents the time between multiple test cycles. This value is the length of time between the end of one test cycle and the start of the next test cycle. A new test cycle SHALL NOT begin while a current cycle is running. Thus, this value SHOULD be greater than the result of the number repetitions multiplied by the sum of the duration and the frequency. If the value is less than the run time of a test cycle, the overlapping test cycles are skipped. For example, if there are two repetitions with a duration of 60 seconds and a frequency of 30 seconds, the test cycle runs for 180 seconds. Notes: Maximum value is 90 days; a value of 86400 is one day. A value of zero indicates this scheduled entry will not repeat its test cycle.
                       etsysIpSlaScheduleTestRepetitions 1.3.6.1.4.1.5624.1.2.94.1.2.2.1.3 unsigned32 read-write
The number of test iterations per test cycle.
                       etsysIpSlaScheduleTestDuration 1.3.6.1.4.1.5624.1.2.94.1.2.2.1.4 unsigned32 read-write
The length of the time each test iteration should execute.
                       etsysIpSlaScheduleTestFrequency 1.3.6.1.4.1.5624.1.2.94.1.2.2.1.5 unsigned32 read-write
The length of time between each test iteration.
                       etsysIpSlaScheduleTestState 1.3.6.1.4.1.5624.1.2.94.1.2.2.1.6 integer read-only
This is the state of the IP SLA entry test. inactive(1) - The entry is not currently scheduled. complete(2) - The entry has completed its test cycle and will not be rescheduled. running(3) - A test cycle is currently executing. queued(4) - The entry is on scheduler's queue and will start when the entry expires and is removed from the queue. At this point, it's state transitions to 'running'. Enumeration: 'running': 3, 'inactive': 1, 'complete': 2, 'queued': 4.
                       etsysIpSlaScheduleTestStatus 1.3.6.1.4.1.5624.1.2.94.1.2.2.1.7 snmpadminstring read-only
Provides a brief description of the test. The scheduler generates this string based on the test's state and where it is in it's tests cycle. For example, if the etsysIpSlaScheduleTestState is 'queued' and there is 193 seconds prior to the next test cycle starting, the string MAY read: Cycle begins in 193 seconds An implementation MAY choose to always return the empty string.
               etsysIpSlaCollectionTable 1.3.6.1.4.1.5624.1.2.94.1.2.3 no-access
This table provides generic information about the data collections stored in the IP SLA entry. A new collection begins at the beginning of each test.
                   etsysIpSlaCollectionEntry 1.3.6.1.4.1.5624.1.2.94.1.2.3.1 no-access
An entry (conceptual row) in the etsysIpSlaCollectionTable.
                       etsysIpSlaCollectionType 1.3.6.1.4.1.5624.1.2.94.1.2.3.1.1 integer no-access
This identifies the collection type for this row entry. Each collection will have the 'summary' data. If the etsysIpSlaConfigDistributionCount is not zero, the collection will have a 'distribution' set of data. If the etsysIpSlaConfigHistoryCollections is not zero, the collection will have a 'history' set of data. summary(1) - The row entry data corresponds to the cumulative statistics gathered during a test. distribution(2) - The row entry data corresponds to the statistical distribution of the round-trip- time data. history(3) - The row entry data corresponds to a storage history collection of data. Enumeration: 'distribution': 2, 'summary': 1, 'history': 3.
                       etsysIpSlaCollectionIndex 1.3.6.1.4.1.5624.1.2.94.1.2.3.1.2 unsigned32 no-access
A value that uniquely identifies a collection of data for the IP SLA entry.
                       etsysIpSlaCollectionStartTime 1.3.6.1.4.1.5624.1.2.94.1.2.3.1.3 unsigned32 read-only
The start time of the test for this collection of data. This value is expressed in seconds since the Epoch (Jan 1, 1970).
                       etsysIpSlaCollectionNumPaths 1.3.6.1.4.1.5624.1.2.94.1.2.3.1.4 gauge32 read-only
This is the total number of paths available to this collection of data.
                       etsysIpslaCollectionNumHops 1.3.6.1.4.1.5624.1.2.94.1.2.3.1.5 gauge32 read-only
This is the total number of hops per path in this collection of data.
               etsysIpSlaPathTable 1.3.6.1.4.1.5624.1.2.94.1.2.4 no-access
This table provides the information for the path and hop data of an IP SLA entry.
                   etsysIpSlaPathEntry 1.3.6.1.4.1.5624.1.2.94.1.2.4.1 no-access
An entry (conceptual row) in the etsysIpSlaPathTable.
                       etsysIpSlaPathIndex 1.3.6.1.4.1.5624.1.2.94.1.2.4.1.1 unsigned32 no-access
This value represents a unique path discovered to reach the destination host identified by etsysIpSlaConfigDestAddr. A value of zero for this object and etsysIpSlaHopIndex represent the destination host.
                       etsysIpSlaHopIndex 1.3.6.1.4.1.5624.1.2.94.1.2.4.1.2 unsigned32 no-access
This value represents the nth-hop in the path to the destination host identified by etsysIpSlaConfigDestAddr. A value of zero for this object and etsysIpSlaPathIndex represent the destination host.
                       etsysIpSlaHopDestType 1.3.6.1.4.1.5624.1.2.94.1.2.4.1.3 inetaddresstype read-only
The address family of the hop in the path.
                       etsysIpSlaHopDestAddr 1.3.6.1.4.1.5624.1.2.94.1.2.4.1.4 inetaddress read-only
The address of the hop in the path.
               etsysIpSlaRttDataTable 1.3.6.1.4.1.5624.1.2.94.1.2.5 no-access
This table provides the round-trip-time statistics data for the IP SLA entry.
                   etsysIpSlaRttDataEntry 1.3.6.1.4.1.5624.1.2.94.1.2.5.1 no-access
An entry (conceptual row) in the etsysIpSlaRttDataTable.
                       etsysIpSlaBucketIndex 1.3.6.1.4.1.5624.1.2.94.1.2.5.1.1 unsigned32 no-access
A value that identifies a set of RTT data. The value of this object is influenced by the etsysIpSlaCollectionType. If the collection type is 'summary', the value of this object is one. There is only one RTT summary per data collection. If the collection type is 'distribution' the value of this object represents the distribution index. There is an associated entry in the etsysIpSlaDistDataTable. If the collection type is 'history', the value of this object is in the range of one to etsysIpSlaConfigHistoryBuckets.
                       etsysIpSlaBucketTime 1.3.6.1.4.1.5624.1.2.94.1.2.5.1.2 unsigned32 read-only
The time the first RTT data was stored in the bucket. This value is expressed in seconds since the Epoch (Jan 1, 1970).
                       etsysIpSlaRttDataSamples 1.3.6.1.4.1.5624.1.2.94.1.2.5.1.3 gauge32 read-only
The RTT samples that were successfully measured.
                       etsysIpSlaRttDataMinDelay 1.3.6.1.4.1.5624.1.2.94.1.2.5.1.4 gauge32 read-only
The minimum RTT measurement from the successful samples.
                       etsysIpSlaRttDataAvgDelay 1.3.6.1.4.1.5624.1.2.94.1.2.5.1.5 gauge32 read-only
The average RTT calculated from the sum of the successful samples.
                       etsysIpSlaRttDataMaxDelay 1.3.6.1.4.1.5624.1.2.94.1.2.5.1.6 gauge32 read-only
The maximum RTT measurement from the successful samples.
                       etsysIpSlaRttDataSum 1.3.6.1.4.1.5624.1.2.94.1.2.5.1.7 gauge32 read-only
The summation of the successful RTT samples.
                       etsysIpSlaRttDataSumSquareLow 1.3.6.1.4.1.5624.1.2.94.1.2.5.1.8 gauge32 read-only
The low 32 bits of the sum of squares of the successful RTT samples.
                       etsysIpSlaRttDataSumSquareHigh 1.3.6.1.4.1.5624.1.2.94.1.2.5.1.9 gauge32 read-only
The high 32 bits of the sum of squares of the successful RTT samples.
                       etsysIpSlaRttDataPktOutOfOrder 1.3.6.1.4.1.5624.1.2.94.1.2.5.1.10 gauge32 read-only
The number of packets that arrived out of order. The RTT for these packets are not included in any calculations.
                       etsysIpSlaRttDataPktLateArrival 1.3.6.1.4.1.5624.1.2.94.1.2.5.1.11 gauge32 read-only
The number of packets that arrived late. The RTT for these packets are not included in any calculations.
                       etsysIpSlaRttDataPktMissing 1.3.6.1.4.1.5624.1.2.94.1.2.5.1.12 gauge32 read-only
The number of packets lost.
                       etsysIpSlaRttDataPktIpTosMismatch 1.3.6.1.4.1.5624.1.2.94.1.2.5.1.13 gauge32 read-only
The number of reply packets whose IP TOS field mismatched the value in the request.
                       etsysIpSlaRttDataPktVlanPcpMismatch 1.3.6.1.4.1.5624.1.2.94.1.2.5.1.14 gauge32 read-only
The number of reply packets whose VLAN PCP field mismatched the value in the request.
                       etsysIpSlaRttDataTxErrors 1.3.6.1.4.1.5624.1.2.94.1.2.5.1.15 gauge32 read-only
The number transmissions errors.
               etsysIpSlaPdvDataTable 1.3.6.1.4.1.5624.1.2.94.1.2.6 no-access
This table provides the packet delay variation (jitter) data for the IP SLA entry.
                   etsysIpSlaPdvDataEntry 1.3.6.1.4.1.5624.1.2.94.1.2.6.1 no-access
An entry (conceptual row) in the etsysIpSlaPdvDataTable.
                       etsysIpSlaPdvDataSamples 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.1 gauge32 read-only
The PDV samples that were successfully measured.
                       etsysIpSlaPdvDataMinPositiveSD 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.2 gauge32 read-only
The minimum PDV of all positive values for packets sent from the source to the destination.
                       etsysIpSlaPdvDataMaxPositiveSD 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.3 gauge32 read-only
The maximum PDV of all positive values for packets sent from the source to the destination.
                       etsysIpSlaPdvDataNumPositiveSD 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.4 gauge32 read-only
The total number of positive PDV values for packets sent from the source to the destination.
                       etsysIpSlaPdvDataSumPositiveSD 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.5 gauge32 read-only
The sum of the positive PDV values for packets sent from the source to the destination.
                       etsysIpSlaPdvDataSumSquarePositiveSD 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.6 gauge32 read-only
The sum of the squared positive PDV values for packets sent from the source to the destination.
                       etsysIpSlaPdvDataMinNegativeSD 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.7 gauge32 read-only
The negative PDV values are stored as absolute values. The value of this object is the minimum value from the set of absolute values for packets sent from the source to the destination.
                       etsysIpSlaPdvDataMaxNegativeSD 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.8 gauge32 read-only
The negative PDV values are stored as absolute values. The value of this object is the maximum value from the set of absolute values for packets sent from the source to the destination.
                       etsysIpSlaPdvDataNumNegativeSD 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.9 gauge32 read-only
The total number of negative PDV values for packets sent from the source to the destination.
                       etsysIpSlaPdvDataSumNegativeSD 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.10 gauge32 read-only
The sum of the negative PDV values for packets sent from the source to the destination. The absolute value is returned.
                       etsysIpSlaPdvDataSumSquareNegativeSD 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.11 gauge32 read-only
The sum of the squared negative PDV values for packets sent from the source to the destination.
                       etsysIpSlaPdvDataMinPositiveDS 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.12 gauge32 read-only
The minimum PDV of all positive values for packets sent from the destination to the source.
                       etsysIpSlaPdvDataMaxPositiveDS 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.13 gauge32 read-only
The maximum PDV of all positive values for packets sent from the destination to the source.
                       etsysIpSlaPdvDataNumPositiveDS 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.14 gauge32 read-only
The total number of positive PDV values for packets sent from the destination to the source.
                       etsysIpSlaPdvDataSumPositiveDS 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.15 gauge32 read-only
The sum of the positive PDV values for packets sent from the destination to the source.
                       etsysIpSlaPdvDataSumSquarePositiveDS 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.16 gauge32 read-only
The sum of the squared positive PDV values for packets sent from the destination to the source.
                       etsysIpSlaPdvDataMinNegativeDS 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.17 gauge32 read-only
The negative PDV values are stored as absolute values. The value of this object is the minimum value from the set of absolute values for packets sent from the destination to the source.
                       etsysIpSlaPdvDataMaxNegativeDS 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.18 gauge32 read-only
The negative PDV values are stored as absolute values. The value of this object is the maximum value from the set of absolute values for packets sent from the destination to the source.
                       etsysIpSlaPdvDataNumNegativeDS 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.19 gauge32 read-only
The total number of negative PDV values for packets sent from the destination to the source.
                       etsysIpSlaPdvDataSumNegativeDS 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.20 gauge32 read-only
The sum of the negative PDV values for packets sent from the destination to the source. The absolute value is returned.
                       etsysIpSlaPdvDataSumSquareNegativeDS 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.21 gauge32 read-only
The sum of the squared negative PDV values for packets sent from the destination to the source.
                       etsysIpSlaPdvDataNumOneWaySD 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.22 gauge32 read-only
The total number of one-way delay values for packets sent from the source to the destination.
                       etsysIpSlaPdvDataMinOneWaySD 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.23 gauge32 read-only
The minimum one-way delay value for packets sent from the source to the destination.
                       etsysIpSlaPdvDataMaxOneWaySD 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.24 gauge32 read-only
The maximum one-way delay value for packets sent from the source to the destination.
                       etsysIpSlaPdvDataSumOneWaySD 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.25 gauge32 read-only
The sum of the one-way delays for packets sent from the source to the destination.
                       etsysIpSlaPdvDataSumSquareOneWaySD 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.26 gauge32 read-only
The sum of squares of the one-way delays for packets sent from the source to the destination.
                       etsysIpSlaPdvDataNumOneWayDS 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.27 gauge32 read-only
The total number of one-way delay values for packets sent from the destination to the source.
                       etsysIpSlaPdvDataMinOneWayDS 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.28 gauge32 read-only
The minimum one-way delay value for packets sent from the destination to the source.
                       etsysIpSlaPdvDataMaxOneWayDS 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.29 gauge32 read-only
The maximum one-way delay value for packets sent from the destination to the source.
                       etsysIpSlaPdvDataSumOneWayDS 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.30 gauge32 read-only
The sum of the one-way delays for packets sent from the destination to the source.
                       etsysIpSlaPdvDataSumSquareOneWayDS 1.3.6.1.4.1.5624.1.2.94.1.2.6.1.31 gauge32 read-only
The sum of squares of the one-way delays for packets sent from the destination to the source.
               etsysIpSlaDistDataTable 1.3.6.1.4.1.5624.1.2.94.1.2.7 no-access
This table provides the packet distribution data for the IP SLA entries.
                   etsysIpSlaDistDataEntry 1.3.6.1.4.1.5624.1.2.94.1.2.7.1 no-access
An entry (conceptual row) in the etsysIpSlaDistDataTable.
                       etsysIpSlaDistMinRange 1.3.6.1.4.1.5624.1.2.94.1.2.7.1.1 unsigned32 read-only
This is the lower bound value for this statistical distribution segment. The etsysIpSlaConfigDistributionInterval is used to determine this value.
                       etsysIpSlaDistMaxRange 1.3.6.1.4.1.5624.1.2.94.1.2.7.1.2 unsigned32 read-only
This is the upper bound value for this statistical distribution segment. The etsysIpSlaConfigDistributionInterval is used to determine this value.
       etsysIpSlaConformance 1.3.6.1.4.1.5624.1.2.94.2
           etsysIpSlaGroups 1.3.6.1.4.1.5624.1.2.94.2.1
               etsysIpSlaGlobalGroup 1.3.6.1.4.1.5624.1.2.94.2.1.1
This group defines information pertaining to the global resources used by the Enterasys IP SLA functionality.
               etsysIpSlaConfigGroup 1.3.6.1.4.1.5624.1.2.94.2.1.2
This group defines the objects used to configure and schedule the entries used by the Enterasys IP SLA functionality.
               etsysIpSlaCollectionGroup 1.3.6.1.4.1.5624.1.2.94.2.1.3
This group defines the objects required to support the data collections for an IP SLA entry.
               etsysIpSlaPathGroup 1.3.6.1.4.1.5624.1.2.94.2.1.4
This group defines the path and hop objects used by the IP SLA entries.
               etsysIpSlaRttGroup 1.3.6.1.4.1.5624.1.2.94.2.1.5
This group defines the round-trip-time data objects defined for the IP SLA entries used by the Enterasys IP SLA functionality.
               etsysIpSlaPdvGroup 1.3.6.1.4.1.5624.1.2.94.2.1.6
This group defines the packet delay variation (jitter) data objects defined for the IP SLA entries used by the Enterasys IP SLA functionality.
               etsysIpSlaDistribGroup 1.3.6.1.4.1.5624.1.2.94.2.1.7
This group defines the statistical distribution range data.
           etsysIpSlaCompliances 1.3.6.1.4.1.5624.1.2.94.2.2
               etsysIpSlaCompliance 1.3.6.1.4.1.5624.1.2.94.2.2.1
The compliance statement for devices that support etsysIpSla.