MIBs Depot

ADTRAN-AOS-NETWORKMONITOR

Registered at
1.3.6.1.4.1.664.5.53.2.2
1.3.6.1.4.1.664.5.53.99.7
1.3.6.1.4.1.664.6.10000.53.2.2
Last updated
2010-10-27 00:00
Organization
ADTRAN, Inc.
Revisions
2010-10-27 00:00, 2009-01-20 00:00, 2008-09-30 00:00, 2008-08-12 00:00, 2008-06-25 00:00, 2007-08-23 00:00
Namespace
adtran
Source file
ADTRAN-AOS-NETWORKMONITOR
Digest
sha256:03c6be25a747659f5b7cb1bf8aeb35bbffc80ce6c178037bbe8c39a8e3604e59

Description

This MIB contains network monitoring information.

Contact

Technical Support Dept. Postal: ADTRAN, Inc. 901 Explorer Blvd. Huntsville, AL 35806 Tel: +1 800 726-8663 Fax: +1 256 963 6217 E-mail: support@adtran.com

Imports

FromSymbols
ADTRAN-AOSadGenAOSConformance, adGenAOSRouter
ADTRAN-MIBadIdentity
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Counter64, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

ADTRAN-AOS
ADTRAN-AOS-NETWORKMONITOR
ADTRAN-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
adGenAOSNetMon
OBJECT-IDENTITY
1.3.6.1.4.1.664.5.53.2.2
adGenAOSnmTrackTraps
OBJECT-IDENTITY
1.3.6.1.4.1.664.5.53.2.2.0
adGenAOSnmProbeTableNextIndex
OBJECT-TYPE
This object contains an unused value for adGenAOSnmIndex in the adGenAOSnmProbeTable, or a zero to indicate that none exist.
1.3.6.1.4.1.664.5.53.2.2.1Integer32 (0..1000)read-onlycurrent
adGenAOSnmProbeTable
OBJECT-TYPE
Create a network monitor probe.
1.3.6.1.4.1.664.5.53.2.2.2not-accessiblecurrent
adGenAOSnmProbeEntry
OBJECT-TYPE
The parameters for a particular network monitor probe.
1.3.6.1.4.1.664.5.53.2.2.2.1not-accessiblecurrent
adGenAOSnmIndex
OBJECT-TYPE
Uniquely identifies a row in the adGenAOSnmProbeTable. This is the index chosen by the management station for row creation. If the adGenAOSnmIndex is already in use when attempting to create a new row with a set operation, then an error will be returned.
1.3.6.1.4.1.664.5.53.2.2.2.1.1Integer32 (0..1000)read-onlycurrent
adGenAOSnmName
OBJECT-TYPE
Unique string to identify probe.
1.3.6.1.4.1.664.5.53.2.2.2.1.2OCTET STRING (SIZE(1..40))read-createcurrent
adGenAOSnmType
OBJECT-TYPE
Specifies the type of probe.
1.3.6.1.4.1.664.5.53.2.2.2.1.3INTEGER {icmpEcho(1), tcpConnect(2), httpRequest(3), icmpTimeStamp(4), twamp(5)}read-createcurrent
adGenAOSnmRowStatus
OBJECT-TYPE
SNMP Version 2 Row Status Variable. The status of the conceptual row. In order for this object to become active, the following row objects MUST be defined: adGenAOSnmName and adGenAOSnmType. The control row objects adGenAOSnmName and adGenAOSnmType cannot be modified once this conceptual row has been created. The value 'notInService' and 'createAndWait' will not be supported. This object can be set to 'destroy' from any value at any time.
1.3.6.1.4.1.664.5.53.2.2.2.1.4RowStatusread-createcurrent
adGenAOSnmConfigProbeTable
OBJECT-TYPE
Configure a network monitor probe.
1.3.6.1.4.1.664.5.53.2.2.3not-accessiblecurrent
adGenAOSnmConfigProbeEntry
OBJECT-TYPE
The parameters used to configure a particular network monitor probe.
1.3.6.1.4.1.664.5.53.2.2.3.1not-accessiblecurrent
adGenAOSnmCfgName
OBJECT-TYPE
The name of the corresponding probe entry. The probe identified by a particular value of this index is the same probe as identified by the same value as a adGenAOSnmName object instance.
1.3.6.1.4.1.664.5.53.2.2.3.1.1OCTET STRING (SIZE(1..40))read-onlycurrent
adGenAOSnmAdminStatus
OBJECT-TYPE
Specifies ability to enable or disable the probe.
1.3.6.1.4.1.664.5.53.2.2.3.1.2INTEGER {enabled(1), disabled(2)}read-writecurrent
adGenAOSnmPollPeriod
OBJECT-TYPE
Specifies the poll period, in seconds, of the probe.
1.3.6.1.4.1.664.5.53.2.2.3.1.3Integer32 (0..65535)read-writecurrent
adGenAOSnmTimeoutPeriod
OBJECT-TYPE
Time to wait for a response after which a packet is considered lost.
1.3.6.1.4.1.664.5.53.2.2.3.1.4Unsigned32read-writecurrent
adGenAOSnmToleranceMode
OBJECT-TYPE
Specifies the tolerance mode of the probe.
1.3.6.1.4.1.664.5.53.2.2.3.1.5INTEGER {none(1), rate(2), consecutive(3)}read-writecurrent
adGenAOSnmFailTolerance
OBJECT-TYPE
Specifies how many probe operations must fail before the probe state transitions to the fail state.
1.3.6.1.4.1.664.5.53.2.2.3.1.6INTEGER (1..254)read-writecurrent
adGenAOSnmPassTolerance
OBJECT-TYPE
Specifies how many probe operations must fail before the probe state transitions to the fail state.
1.3.6.1.4.1.664.5.53.2.2.3.1.7INTEGER (1..255)read-writecurrent
adGenAOSnmToleranceTestSize
OBJECT-TYPE
Specifies test size for rate calculations when the tolerance mode is set to 'rate'.
1.3.6.1.4.1.664.5.53.2.2.3.1.8INTEGER (1..255)read-writecurrent
adGenAOSnmClearCounters
OBJECT-TYPE
Clear the counters and statistics history of a probe. This is a write-only variable. A read will result in no action being taken.
1.3.6.1.4.1.664.5.53.2.2.3.1.9INTEGER {clear(1)}read-writecurrent
adGenAOSnmProbeStatusTable
OBJECT-TYPE
View the status of a network monitor probe.
1.3.6.1.4.1.664.5.53.2.2.4not-accessiblecurrent
adGenAOSnmProbeStatusEntry
OBJECT-TYPE
The parameters used to view the status of a particular network monitor probe.
1.3.6.1.4.1.664.5.53.2.2.4.1not-accessiblecurrent
adGenAOSnmStatusName
OBJECT-TYPE
The name of the corresponding probe entry. The probe identified by a particular value of this index is the same probe as identified by the same value as a adGenAOSnmName object instance.
1.3.6.1.4.1.664.5.53.2.2.4.1.1OCTET STRING (SIZE(1..40))read-onlycurrent
adGenAOSnmTestStatus
OBJECT-TYPE
Current test state of the probe.
1.3.6.1.4.1.664.5.53.2.2.4.1.2INTEGER {fail(1), pass(2)}read-onlycurrent
adGenAOSnmTestsRun
OBJECT-TYPE
Number of test run on the probe.
1.3.6.1.4.1.664.5.53.2.2.4.1.3Counter32read-onlycurrent
adGenAOSnmTestsFailed
OBJECT-TYPE
Number of test that failed.
1.3.6.1.4.1.664.5.53.2.2.4.1.4Counter32read-onlycurrent
adGenAOSnmStatsToleranceTestSize
OBJECT-TYPE
Specifies the test size.
1.3.6.1.4.1.664.5.53.2.2.4.1.5Counter32read-onlycurrent
adGenAOSnmStatsToleranceTestValue
OBJECT-TYPE
Specifies number of tests that passed or failed. Check 'adGenAOSnmTestStatus' for test state.
1.3.6.1.4.1.664.5.53.2.2.4.1.6Counter32read-onlycurrent
adGenAOSnmTimeSinceLastStatusChange
OBJECT-TYPE
Time since last status change.
1.3.6.1.4.1.664.5.53.2.2.4.1.7TimeTicksread-onlycurrent
adGenAOSnmCfgTwampProbeTable
OBJECT-TYPE
Configure a network monitor TWAMP probe.
1.3.6.1.4.1.664.5.53.2.2.5not-accessiblecurrent
adGenAOSnmCfgTwampProbeEntry
OBJECT-TYPE
The parameters used to configure a particular network monitor TWAMP probe.
1.3.6.1.4.1.664.5.53.2.2.5.1not-accessiblecurrent
adGenAOSnmCfgTwName
OBJECT-TYPE
The name of the corresponding TWAMP probe entry. The probe identified by a particular instance of this object is the same probe as identified by the same value as a adGenAOSnmName object instance.
1.3.6.1.4.1.664.5.53.2.2.5.1.1OCTET STRING (SIZE(1..40))read-onlycurrent
adGenAOSnmTwDestHostname
OBJECT-TYPE
Specifies the destination hostname or IP address as a string in dotted decimal format.
1.3.6.1.4.1.664.5.53.2.2.5.1.2DisplayStringread-writecurrent
adGenAOSnmTwDestPort
OBJECT-TYPE
Specifies the destination port. If zero then the actual destination port will be dynamically negotiated with the responder.
1.3.6.1.4.1.664.5.53.2.2.5.1.3INTEGER (0..65535)read-writecurrent
adGenAOSnmTwSrcIP
OBJECT-TYPE
Specifies the source IPv4 address.
1.3.6.1.4.1.664.5.53.2.2.5.1.4IpAddressread-writecurrent
adGenAOSnmTwSrcPort
OBJECT-TYPE
Specifies the source port. If zero then the actual source port will be dynamically assigned ever probe operation.
1.3.6.1.4.1.664.5.53.2.2.5.1.5INTEGER (0..65535)read-writecurrent
adGenAOSnmTwDscp
OBJECT-TYPE
Specifies the DiffServ Code Point value that will be used on packets sent and will be negotiated with the responder.
1.3.6.1.4.1.664.5.53.2.2.5.1.6INTEGER (0..63)read-writecurrent
adGenAOSnmTwPaddingLen
OBJECT-TYPE
Size of TWAMP padding length.
1.3.6.1.4.1.664.5.53.2.2.5.1.7INTEGER (0..1462)read-writecurrent
adGenAOSnmTwPaddingFormat
OBJECT-TYPE
Specifies the format of the padding pattern.
1.3.6.1.4.1.664.5.53.2.2.5.1.8INTEGER {ascii(1), hex(2)}read-writecurrent
adGenAOSnmTwPaddingPattern
OBJECT-TYPE
Specifies data pattern to pad the packet. This can be an ascii or hexadecimal pattern and must match the type set in adGenAOSnmTwPktFormat. In addition, adGenAOSnmTwDataPadType must be set to 'custom'.
1.3.6.1.4.1.664.5.53.2.2.5.1.9OCTET STRING (SIZE(1..80))read-writecurrent
adGenAOSnmTwDataPadType
OBJECT-TYPE
Specifies how the TWAMP padding payload is filled.
1.3.6.1.4.1.664.5.53.2.2.5.1.10INTEGER {zeroes(1), random(2), custom(3)}read-writecurrent
adGenAOSnmTwPktSendCnt
OBJECT-TYPE
Specifies the number of packets to send and receive for one probe operation. More than one is required for inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.5.1.11INTEGER (1..1000)read-writecurrent
adGenAOSnmTwSendScheduleType
OBJECT-TYPE
Specifies in milliseconds the time between test packets during a single probe operation.
1.3.6.1.4.1.664.5.53.2.2.5.1.12INTEGER {periodic(1), poisson(2)}read-writecurrent
adGenAOSnmTwSendScheduleValue
OBJECT-TYPE
Specifies in milliseconds the time between start of each packet send operation.
1.3.6.1.4.1.664.5.53.2.2.5.1.13INTEGER (5..5000)read-writecurrent
adGenAOSnmTwIpdvAbsInMinFail
OBJECT-TYPE
Specifies the minimum inbound absolute-value inter-packet delay variation threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.5.1.14Unsigned32read-writecurrent
adGenAOSnmTwIpdvAbsInAvgFail
OBJECT-TYPE
Specifies the average inbound absolute-value inter-packet delay variation threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.5.1.15Unsigned32read-writecurrent
adGenAOSnmTwIpdvAbsInMaxFail
OBJECT-TYPE
Specifies the maximum inbound absolute-value inter-packet delay variation threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.5.1.16Unsigned32read-writecurrent
adGenAOSnmTwIpdvAbsInMinPass
OBJECT-TYPE
Specifies the threshold in milliseconds for minimum inbound absolute-value inter-packet delay variation that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.5.1.17Unsigned32read-writecurrent
adGenAOSnmTwIpdvAbsInAvgPass
OBJECT-TYPE
Specifies the threshold in milliseconds for average inbound absolute-value inter-packet delay variation that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.5.1.18Unsigned32read-writecurrent
adGenAOSnmTwIpdvAbsInMaxPass
OBJECT-TYPE
Specifies the threshold in milliseconds for maximum inbound absolute-value inter-packet delay variation that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.5.1.19Unsigned32read-writecurrent
adGenAOSnmTwIpdvAbsOutMinFail
OBJECT-TYPE
Specifies the minimum outbound absolute-value inter-packet delay variation threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.5.1.20Unsigned32read-writecurrent
adGenAOSnmTwIpdvAbsOutAvgFail
OBJECT-TYPE
Specifies the average outbound absolute-value inter-packet delay variation threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.5.1.21Unsigned32read-writecurrent
adGenAOSnmTwIpdvAbsOutMaxFail
OBJECT-TYPE
Specifies the maximum outbound absolute-value inter-packet delay variation threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.5.1.22Unsigned32read-writecurrent
adGenAOSnmTwIpdvAbsOutMinPass
OBJECT-TYPE
Specifies the threshold in milliseconds for minimum outbound absolute-value inter-packet delay variation that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.5.1.23Unsigned32read-writecurrent
adGenAOSnmTwIpdvAbsOutAvgPass
OBJECT-TYPE
Specifies the threshold in milliseconds for average outbound absolute-value inter-packet delay variation that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.5.1.24Unsigned32read-writecurrent
adGenAOSnmTwIpdvAbsOutMaxPass
OBJECT-TYPE
Specifies the threshold in milliseconds for maximum outbound absolute-value inter-packet delay variation that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.5.1.25Unsigned32read-writecurrent
adGenAOSnmTwIpdvAbsRtMinFail
OBJECT-TYPE
Specifies the minimum round-trip absolute-value inter-packet delay variation threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.5.1.26Unsigned32read-writecurrent
adGenAOSnmTwIpdvAbsRtAvgFail
OBJECT-TYPE
Specifies the average round-trip absolute-value inter-packet delay variation threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.5.1.27Unsigned32read-writecurrent
adGenAOSnmTwIpdvAbsRtMaxFail
OBJECT-TYPE
Specifies the maximum round-trip absolute-value inter-packet delay variation threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.5.1.28Unsigned32read-writecurrent
adGenAOSnmTwIpdvAbsRtMinPass
OBJECT-TYPE
Specifies the threshold in milliseconds for minimum round-trip absolute-value inter-packet delay variation that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.5.1.29Unsigned32read-writecurrent
adGenAOSnmTwIpdvAbsRtAvgPass
OBJECT-TYPE
Specifies the threshold in milliseconds for average round-trip absolute-value inter-packet delay variation that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.5.1.30Unsigned32read-writecurrent
adGenAOSnmTwIpdvAbsRtMaxPass
OBJECT-TYPE
Specifies the threshold in milliseconds for maximum round-trip absolute-value inter-packet delay variation that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.5.1.31Unsigned32read-writecurrent
adGenAOSnmTwDelayInMinFail
OBJECT-TYPE
Specifies the minimum inbound delay threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.5.1.32Integer32read-writecurrent
adGenAOSnmTwDelayInAvgFail
OBJECT-TYPE
Specifies the average inbound delay threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.5.1.33Integer32read-writecurrent
adGenAOSnmTwDelayInMaxFail
OBJECT-TYPE
Specifies the maximum inbound delay threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.5.1.34Integer32read-writecurrent
adGenAOSnmTwDelayInMinPass
OBJECT-TYPE
Specifies the threshold in milliseconds for minimum inbound delay that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.5.1.35Integer32read-writecurrent
adGenAOSnmTwDelayInAvgPass
OBJECT-TYPE
Specifies the threshold in milliseconds for average inbound delay that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.5.1.36Integer32read-writecurrent
adGenAOSnmTwDelayInMaxPass
OBJECT-TYPE
Specifies the threshold in milliseconds for maximum inbound delay that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.5.1.37Integer32read-writecurrent
adGenAOSnmTwDelayOutMinFail
OBJECT-TYPE
Specifies the minimum outbound delay threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.5.1.38Integer32read-writecurrent
adGenAOSnmTwDelayOutAvgFail
OBJECT-TYPE
Specifies the average outbound delay threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.5.1.39Integer32read-writecurrent
adGenAOSnmTwDelayOutMaxFail
OBJECT-TYPE
Specifies the maximum outbound delay threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.5.1.40Integer32read-writecurrent
adGenAOSnmTwDelayOutMinPass
OBJECT-TYPE
Specifies the threshold in milliseconds for minimum outbound delay that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.5.1.41Integer32read-writecurrent
adGenAOSnmTwDelayOutAvgPass
OBJECT-TYPE
Specifies the threshold in milliseconds for average outbound delay that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.5.1.42Integer32read-writecurrent
adGenAOSnmTwDelayOutMaxPass
OBJECT-TYPE
Specifies the threshold in milliseconds for maximum outbound delay that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.5.1.43Integer32read-writecurrent
adGenAOSnmTwDelayRtMinFail
OBJECT-TYPE
Specifies the minimum round-trip delay threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.5.1.44Integer32read-writecurrent
adGenAOSnmTwDelayRtAvgFail
OBJECT-TYPE
Specifies the average round-trip delay threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.5.1.45Integer32read-writecurrent
adGenAOSnmTwDelayRtMaxFail
OBJECT-TYPE
Specifies the maximum round-trip delay threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.5.1.46Integer32read-writecurrent
adGenAOSnmTwDelayRtMinPass
OBJECT-TYPE
Specifies the threshold in milliseconds for minimum round-trip delay that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.5.1.47Integer32read-writecurrent
adGenAOSnmTwDelayRtAvgPass
OBJECT-TYPE
Specifies the threshold in milliseconds for average round-trip delay that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.5.1.48Integer32read-writecurrent
adGenAOSnmTwDelayRtMaxPass
OBJECT-TYPE
Specifies the threshold in milliseconds for maximum round-trip delay that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.5.1.49Integer32read-writecurrent
adGenAOSnmTwPktRtLossFail
OBJECT-TYPE
Specifies the round-trip packet-loss threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.5.1.50INTEGER (0..1000)read-writecurrent
adGenAOSnmTwPktRtLossPass
OBJECT-TYPE
Specifies the round-trip packet-loss threshold in milliseconds that will allow the probe operation to change to the pass state.
1.3.6.1.4.1.664.5.53.2.2.5.1.51INTEGER (0..1000)read-writecurrent
adGenAOSnmTwHistoryDepth
OBJECT-TYPE
Specifies the number of probe operation statistic results to keep.
1.3.6.1.4.1.664.5.53.2.2.5.1.52INTEGER (1..127)read-writecurrent
adGenAOSnmTwampHistoryTable
OBJECT-TYPE
Operation history for a network monitor TWAMP probe.
1.3.6.1.4.1.664.5.53.2.2.6not-accessiblecurrent
adGenAOSnmTwampHistoryEntry
OBJECT-TYPE
The read-only history of a particular network monitor TWAMP probe.
1.3.6.1.4.1.664.5.53.2.2.6.1not-accessiblecurrent
adGenAOSnmTwSeqNum
OBJECT-TYPE
Along with adGenAOSnmTwHistoryName, uniquely identifies a row in the adGenAOSTwampHistoryTable. A sequence number of '1' signifies the current history entry.
1.3.6.1.4.1.664.5.53.2.2.6.1.1Integer32 (1..120)read-onlycurrent
adGenAOSnmTwHistoryName
OBJECT-TYPE
The name of the corresponding TWAMP probe entry. The probe identified by a particular value of this object is the same probe as identified by the same value as a adGenAOSnmName object instance.
1.3.6.1.4.1.664.5.53.2.2.6.1.2OCTET STRING (SIZE(1..40))read-onlycurrent
adGenAOSnmTwStartTime
OBJECT-TYPE
Date and time the probe operation started.
1.3.6.1.4.1.664.5.53.2.2.6.1.3DisplayStringread-onlycurrent
adGenAOSnmTwEndTime
OBJECT-TYPE
Date and time the probe operation ended.
1.3.6.1.4.1.664.5.53.2.2.6.1.4DisplayStringread-onlycurrent
adGenAOSnmTwLocalSyncState
OBJECT-TYPE
If return value is true, local clock is in sync.
1.3.6.1.4.1.664.5.53.2.2.6.1.5TruthValueread-onlycurrent
adGenAOSnmTwLocalClkErr
OBJECT-TYPE
Local clock error estimate in nanoseconds.
1.3.6.1.4.1.664.5.53.2.2.6.1.6Counter64read-onlycurrent
adGenAOSnmTwRemoteSyncState
OBJECT-TYPE
If return value is true, remote clock is in sync.
1.3.6.1.4.1.664.5.53.2.2.6.1.7TruthValueread-onlycurrent
adGenAOSnmTwRemoteClkErr
OBJECT-TYPE
Remote clock error estimate in nanoseconds.
1.3.6.1.4.1.664.5.53.2.2.6.1.8Counter64read-onlycurrent
adGenAOSnmTwDelayInMin
OBJECT-TYPE
The inbound minimum delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.6.1.9Integer32read-onlycurrent
adGenAOSnmTwDelayInMax
OBJECT-TYPE
The inbound maximum delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.6.1.10Integer32read-onlycurrent
adGenAOSnmTwDelayOutMin
OBJECT-TYPE
The outbound minimum delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.6.1.11Integer32read-onlycurrent
adGenAOSnmTwDelayOutMax
OBJECT-TYPE
The outbound maximum delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.6.1.12Integer32read-onlycurrent
adGenAOSnmTwDelayRtMin
OBJECT-TYPE
The round-trip minimum delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.6.1.13Integer32read-onlycurrent
adGenAOSnmTwDelayRtMax
OBJECT-TYPE
The round-trip maximum delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.6.1.14Integer32read-onlycurrent
adGenAOSnmTwLossRoundTrip
OBJECT-TYPE
The round-trip packet loss.
1.3.6.1.4.1.664.5.53.2.2.6.1.15Counter32read-onlycurrent
adGenAOSnmTwDelayOutSum
OBJECT-TYPE
The sum of outbound delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.6.1.16Integer32read-onlycurrent
adGenAOSnmTwDelayOutSum2
OBJECT-TYPE
The sum of the squares of outbound delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.6.1.17Counter64read-onlycurrent
adGenAOSnmTwDelayOutNum
OBJECT-TYPE
The number of individual outbound delay samples.
1.3.6.1.4.1.664.5.53.2.2.6.1.18Counter32read-onlycurrent
adGenAOSnmTwDelayInSum
OBJECT-TYPE
The sum of inbound delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.6.1.19Integer32read-onlycurrent
adGenAOSnmTwDelayInSum2
OBJECT-TYPE
The sum of the squares of inbound delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.6.1.20Counter64read-onlycurrent
adGenAOSnmTwDelayInNum
OBJECT-TYPE
The number of individual inbound delay samples.
1.3.6.1.4.1.664.5.53.2.2.6.1.21Counter32read-onlycurrent
adGenAOSnmTwDelayRtSum
OBJECT-TYPE
The sum of round-trip delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.6.1.22Integer32read-onlycurrent
adGenAOSnmTwDelayRtSum2
OBJECT-TYPE
The sum of the squares of round-trip delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.6.1.23Counter64read-onlycurrent
adGenAOSnmTwDelayRtNum
OBJECT-TYPE
The number of individual round-trip delay samples.
1.3.6.1.4.1.664.5.53.2.2.6.1.24Counter32read-onlycurrent
adGenAOSnmTwIpvPosInMin
OBJECT-TYPE
The minimum value in the set of positive inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.25Counter32read-onlycurrent
adGenAOSnmTwIpvPosInMax
OBJECT-TYPE
The maximum value in the set of positive inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.26Counter32read-onlycurrent
adGenAOSnmTwIpvPosInSum
OBJECT-TYPE
The sum of positive inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.27Counter32read-onlycurrent
adGenAOSnmTwIpvPosInSum2
OBJECT-TYPE
The sum of the squares of positive inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.28Counter64read-onlycurrent
adGenAOSnmTwIpvPosInNum
OBJECT-TYPE
The number of positive inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.29Counter32read-onlycurrent
adGenAOSnmTwIpvPosOutMin
OBJECT-TYPE
The minimum value in the set of positive outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.30Counter32read-onlycurrent
adGenAOSnmTwIpvPosOutMax
OBJECT-TYPE
The maximum value in the set of positive outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.31Counter32read-onlycurrent
adGenAOSnmTwIpvPosOutSum
OBJECT-TYPE
The sum of positive outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.32Counter32read-onlycurrent
adGenAOSnmTwIpvPosOutSum2
OBJECT-TYPE
The sum of the squares of positive outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.33Counter64read-onlycurrent
adGenAOSnmTwIpvPosOutNum
OBJECT-TYPE
The number of positive outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.34Counter32read-onlycurrent
adGenAOSnmTwIpvPosRtMin
OBJECT-TYPE
The minimum value in the set of positive round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.35Counter32read-onlycurrent
adGenAOSnmTwIpvPosRtMax
OBJECT-TYPE
The maximum value in the set of positive round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.36Counter32read-onlycurrent
adGenAOSnmTwIpvPosRtSum
OBJECT-TYPE
The sum of positive round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.37Counter32read-onlycurrent
adGenAOSnmTwIpvPosRtSum2
OBJECT-TYPE
The sum of the squares of of positive round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.38Counter64read-onlycurrent
adGenAOSnmTwIpvPosRtNum
OBJECT-TYPE
The number of positive round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.39Counter32read-onlycurrent
adGenAOSnmTwIpvNegInMin
OBJECT-TYPE
The minimum value in the set of negative inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.40Counter32read-onlycurrent
adGenAOSnmTwIpvNegInMax
OBJECT-TYPE
The maximum value in the set of negative inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.41Counter32read-onlycurrent
adGenAOSnmTwIpvNegInSum
OBJECT-TYPE
The sum of negative inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.42Counter32read-onlycurrent
adGenAOSnmTwIpvNegInSum2
OBJECT-TYPE
The sum of the squares of negative inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.43Counter64read-onlycurrent
adGenAOSnmTwIpvNegInNum
OBJECT-TYPE
The number of negative inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.44Counter32read-onlycurrent
adGenAOSnmTwIpvNegOutMin
OBJECT-TYPE
The minimum value in the set of negative outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.45Counter32read-onlycurrent
adGenAOSnmTwIpvNegOutMax
OBJECT-TYPE
The maximum value in the set of negative outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.46Counter32read-onlycurrent
adGenAOSnmTwIpvNegOutSum
OBJECT-TYPE
The sum of negative outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.47Counter32read-onlycurrent
adGenAOSnmTwIpvNegOutSum2
OBJECT-TYPE
The sum of the squares of negative outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.48Counter64read-onlycurrent
adGenAOSnmTwIpvNegOutNum
OBJECT-TYPE
The number of negative outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.49Counter32read-onlycurrent
adGenAOSnmTwIpvNegRtMin
OBJECT-TYPE
The minimum value in the set of negative round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.50Counter32read-onlycurrent
adGenAOSnmTwIpvNegRtMax
OBJECT-TYPE
The maximum value in the set of negative round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.51Counter32read-onlycurrent
adGenAOSnmTwIpvNegRtSum
OBJECT-TYPE
The sum of negative round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.52Counter32read-onlycurrent
adGenAOSnmTwIpvNegRtSum2
OBJECT-TYPE
The sum of the squares of negative round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.53Counter64read-onlycurrent
adGenAOSnmTwIpvNegRtNum
OBJECT-TYPE
The number of negative round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.54Counter32read-onlycurrent
adGenAOSnmTwIpvAbsInMin
OBJECT-TYPE
The minimum value in the set of absolute inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.55Counter32read-onlycurrent
adGenAOSnmTwIpvAbsInMax
OBJECT-TYPE
The maximum value in the set of absolute inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.56Counter32read-onlycurrent
adGenAOSnmTwIpvAbsInSum
OBJECT-TYPE
The sum of absolute inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.57Counter32read-onlycurrent
adGenAOSnmTwIpvAbsInSum2
OBJECT-TYPE
The sum of the squares of absolute inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.58Counter64read-onlycurrent
adGenAOSnmTwIpvAbsInNum
OBJECT-TYPE
The number of absolute inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.59Counter32read-onlycurrent
adGenAOSnmTwIpvAbsOutMin
OBJECT-TYPE
The minimum value in the set of absolute outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.60Counter32read-onlycurrent
adGenAOSnmTwIpvAbsOutMax
OBJECT-TYPE
The maximum value in the set of absolute outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.61Counter32read-onlycurrent
adGenAOSnmTwIpvAbsOutSum
OBJECT-TYPE
The sum of absolute outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.62Counter32read-onlycurrent
adGenAOSnmTwIpvAbsOutSum2
OBJECT-TYPE
The sum of the squares of absolute outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.63Counter64read-onlycurrent
adGenAOSnmTwIpvAbsOutNum
OBJECT-TYPE
The number of absolute outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.64Counter32read-onlycurrent
adGenAOSnmTwIpvAbsRtMin
OBJECT-TYPE
The minimum value in the set of absolute round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.65Counter32read-onlycurrent
adGenAOSnmTwIpvAbsRtMax
OBJECT-TYPE
The maximum value in the set of absolute round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.66Counter32read-onlycurrent
adGenAOSnmTwIpvAbsRtSum
OBJECT-TYPE
The sum of absolute round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.67Counter32read-onlycurrent
adGenAOSnmTwIpvAbsRtSum2
OBJECT-TYPE
The sum of the squares of absolute round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.68Counter64read-onlycurrent
adGenAOSnmTwIpvAbsRtNum
OBJECT-TYPE
The number of absolute round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.6.1.69Counter32read-onlycurrent
adGenAOSnmTwPktSentCount
OBJECT-TYPE
The number of packets sent.
1.3.6.1.4.1.664.5.53.2.2.6.1.70Counter32read-onlycurrent
adGenAOSnmCfgICMPTSProbeTable
OBJECT-TYPE
Configure a network monitor ICMP timestamp probe.
1.3.6.1.4.1.664.5.53.2.2.7not-accessiblecurrent
adGenAOSnmCfgICMPTSProbeEntry
OBJECT-TYPE
The parameters used to configure a particular network monitor ICMP timestamp probe.
1.3.6.1.4.1.664.5.53.2.2.7.1not-accessiblecurrent
adGenAOSnmCfgICMPTSName
OBJECT-TYPE
The name of the corresponding ICMP timestamp probe entry. The probe identified by a particular value of this object is the same probe as identified by the same value as a adGenAOSnmName object instance.
1.3.6.1.4.1.664.5.53.2.2.7.1.1OCTET STRING (SIZE(1..40))read-onlycurrent
adGenAOSnmICMPTSDestHostname
OBJECT-TYPE
Specifies the destination hostname or IP address as a string in dotted decimal format.
1.3.6.1.4.1.664.5.53.2.2.7.1.2DisplayStringread-writecurrent
adGenAOSnmICMPTSSrcIP
OBJECT-TYPE
Specifies the source IPv4 address.
1.3.6.1.4.1.664.5.53.2.2.7.1.3IpAddressread-writecurrent
adGenAOSnmICMPTSDscp
OBJECT-TYPE
Specifies the DiffServ Code Point value that will be used on packets sent and will be negotiated with the responder.
1.3.6.1.4.1.664.5.53.2.2.7.1.4INTEGER (0..63)read-writecurrent
adGenAOSnmICMPTSPaddingLen
OBJECT-TYPE
Size of ICMP padding length.
1.3.6.1.4.1.664.5.53.2.2.7.1.5INTEGER (0..1462)read-writecurrent
adGenAOSnmICMPTSPaddingFormat
OBJECT-TYPE
Specifies the format of the padding pattern.
1.3.6.1.4.1.664.5.53.2.2.7.1.6INTEGER {ascii(1), hex(2)}read-writecurrent
adGenAOSnmICMPTSPaddingPattern
OBJECT-TYPE
Specifies data pattern to pad the packet. This can be an ascii or hexadecimal pattern and must match the type set in adGenAOSnmICMPTSPktFormat. In addition, adGenAOSnmICMPTSDataPadType must be set to 'custom'.
1.3.6.1.4.1.664.5.53.2.2.7.1.7OCTET STRING (SIZE(1..80))read-writecurrent
adGenAOSnmICMPTSDataPadType
OBJECT-TYPE
Specifies how the ICMP padding paylod is filled.
1.3.6.1.4.1.664.5.53.2.2.7.1.8INTEGER {zeroes(1), random(2), custom(3)}read-writecurrent
adGenAOSnmICMPTSPktSendCnt
OBJECT-TYPE
Specifies the number of packets to send and receive for one probe operation. More than one is required for inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.7.1.9INTEGER (1..1000)read-writecurrent
adGenAOSnmICMPTSSendScheduleType
OBJECT-TYPE
Specifies in milliseconds the time between test packets during a single probe operation.
1.3.6.1.4.1.664.5.53.2.2.7.1.10INTEGER {periodic(1), poisson(2)}read-writecurrent
adGenAOSnmICMPTSSendScheduleValue
OBJECT-TYPE
Specifies in milliseconds the time between start of each packet send operation.
1.3.6.1.4.1.664.5.53.2.2.7.1.11INTEGER (5..5000)read-writecurrent
adGenAOSnmICMPTSIpdvAbsInMinFail
OBJECT-TYPE
Specifies the minimum inbound absolute-value inter-packet delay variation threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.7.1.12Unsigned32read-writecurrent
adGenAOSnmICMPTSIpdvAbsInAvgFail
OBJECT-TYPE
Specifies the average inbound absolute-value inter-packet delay variation threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.7.1.13Unsigned32read-writecurrent
adGenAOSnmICMPTSIpdvAbsInMaxFail
OBJECT-TYPE
Specifies the maximum inbound absolute-value inter-packet delay variation threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.7.1.14Unsigned32read-writecurrent
adGenAOSnmICMPTSIpdvAbsInMinPass
OBJECT-TYPE
Specifies the threshold in milliseconds for minimum inbound absolute-value inter-packet delay variation that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.7.1.15Unsigned32read-writecurrent
adGenAOSnmICMPTSIpdvAbsInAvgPass
OBJECT-TYPE
Specifies the threshold in milliseconds for average inbound absolute-value inter-packet delay variation that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.7.1.16Unsigned32read-writecurrent
adGenAOSnmICMPTSIpdvAbsInMaxPass
OBJECT-TYPE
Specifies the threshold in milliseconds for maximum inbound absolute-value inter-packet delay variation that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.7.1.17Unsigned32read-writecurrent
adGenAOSnmICMPTSIpdvAbsOutMinFail
OBJECT-TYPE
Specifies the minimum outbound absolute-value inter-packet delay variation threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.7.1.18Unsigned32read-writecurrent
adGenAOSnmICMPTSIpdvAbsOutAvgFail
OBJECT-TYPE
Specifies the average outbound absolute-value inter-packet delay variation threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.7.1.19Unsigned32read-writecurrent
adGenAOSnmICMPTSIpdvAbsOutMaxFail
OBJECT-TYPE
Specifies the maximum outbound absolute-value inter-packet delay variation threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.7.1.20Unsigned32read-writecurrent
adGenAOSnmICMPTSIpdvAbsOutMinPass
OBJECT-TYPE
Specifies the threshold in milliseconds for minimum outbound absolute-value inter-packet delay variation that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.7.1.21Unsigned32read-writecurrent
adGenAOSnmICMPTSIpdvAbsOutAvgPass
OBJECT-TYPE
Specifies the threshold in milliseconds for average outbound absolute-value inter-packet delay variation that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.7.1.22Unsigned32read-writecurrent
adGenAOSnmICMPTSIpdvAbsOutMaxPass
OBJECT-TYPE
Specifies the threshold in milliseconds for maximum outbound absolute-value inter-packet delay variation that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.7.1.23Unsigned32read-writecurrent
adGenAOSnmICMPTSIpdvAbsRtMinFail
OBJECT-TYPE
Specifies the minimum round-trip absolute-value inter-packet delay variation threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.7.1.24Unsigned32read-writecurrent
adGenAOSnmICMPTSIpdvAbsRtAvgFail
OBJECT-TYPE
Specifies the average round-trip absolute-value inter-packet delay variation threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.7.1.25Unsigned32read-writecurrent
adGenAOSnmICMPTSIpdvAbsRtMaxFail
OBJECT-TYPE
Specifies the maximum round-trip absolute-value inter-packet delay variation threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.7.1.26Unsigned32read-writecurrent
adGenAOSnmICMPTSIpdvAbsRtMinPass
OBJECT-TYPE
Specifies the threshold in milliseconds for minimum round-trip absolute-value inter-packet delay variation that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.7.1.27Unsigned32read-writecurrent
adGenAOSnmICMPTSIpdvAbsRtAvgPass
OBJECT-TYPE
Specifies the threshold in milliseconds for average round-trip absolute-value inter-packet delay variation that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.7.1.28Unsigned32read-writecurrent
adGenAOSnmICMPTSIpdvAbsRtMaxPass
OBJECT-TYPE
Specifies the threshold in milliseconds for maximum round-trip absolute-value inter-packet delay variation that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.7.1.29Unsigned32read-writecurrent
adGenAOSnmICMPTSDelayInMinFail
OBJECT-TYPE
Specifies the minimum inbound delay threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.7.1.30Integer32read-writecurrent
adGenAOSnmICMPTSDelayInAvgFail
OBJECT-TYPE
Specifies the average inbound delay threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.7.1.31Integer32read-writecurrent
adGenAOSnmICMPTSDelayInMaxFail
OBJECT-TYPE
Specifies the maximum inbound delay threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.7.1.32Integer32read-writecurrent
adGenAOSnmICMPTSDelayInMinPass
OBJECT-TYPE
Specifies the threshold in milliseconds for minimum inbound delay that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.7.1.33Integer32read-writecurrent
adGenAOSnmICMPTSDelayInAvgPass
OBJECT-TYPE
Specifies the threshold in milliseconds for average inbound delay that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.7.1.34Integer32read-writecurrent
adGenAOSnmICMPTSDelayInMaxPass
OBJECT-TYPE
Specifies the threshold in milliseconds for maximum inbound delay that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.7.1.35Integer32read-writecurrent
adGenAOSnmICMPTSDelayOutMinFail
OBJECT-TYPE
Specifies the minimum outbound delay threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.7.1.36Integer32read-writecurrent
adGenAOSnmICMPTSDelayOutAvgFail
OBJECT-TYPE
Specifies the average outbound delay threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.7.1.37Integer32read-writecurrent
adGenAOSnmICMPTSDelayOutMaxFail
OBJECT-TYPE
Specifies the maximum outbound delay threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.7.1.38Integer32read-writecurrent
adGenAOSnmICMPTSDelayOutMinPass
OBJECT-TYPE
Specifies the threshold in milliseconds for minimum outbound delay that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.7.1.39Integer32read-writecurrent
adGenAOSnmICMPTSDelayOutAvgPass
OBJECT-TYPE
Specifies the threshold in milliseconds for average outbound delay that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.7.1.40Integer32read-writecurrent
adGenAOSnmICMPTSDelayOutMaxPass
OBJECT-TYPE
Specifies the threshold in milliseconds for maximum outbound delay that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.7.1.41Integer32read-writecurrent
adGenAOSnmICMPTSDelayRtMinFail
OBJECT-TYPE
Specifies the minimum round-trip delay threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.7.1.42Integer32read-writecurrent
adGenAOSnmICMPTSDelayRtAvgFail
OBJECT-TYPE
Specifies the average round-trip delay threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.7.1.43Integer32read-writecurrent
adGenAOSnmICMPTSDelayRtMaxFail
OBJECT-TYPE
Specifies the maximum round-trip delay threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.7.1.44Integer32read-writecurrent
adGenAOSnmICMPTSDelayRtMinPass
OBJECT-TYPE
Specifies the threshold in milliseconds for minimum round-trip delay that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.7.1.45Integer32read-writecurrent
adGenAOSnmICMPTSDelayRtAvgPass
OBJECT-TYPE
Specifies the threshold in milliseconds for average round-trip delay that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.7.1.46Integer32read-writecurrent
adGenAOSnmICMPTSDelayRtMaxPass
OBJECT-TYPE
Specifies the threshold in milliseconds for maximum round-trip delay that will allow the probe operation to pass.
1.3.6.1.4.1.664.5.53.2.2.7.1.47Integer32read-writecurrent
adGenAOSnmICMPTSPktRtLossFail
OBJECT-TYPE
Specifies the round-trip packet-loss threshold in milliseconds that will cause the probe operation to fail.
1.3.6.1.4.1.664.5.53.2.2.7.1.48INTEGER (0..1000)read-writecurrent
adGenAOSnmICMPTSPktRtLossPass
OBJECT-TYPE
Specifies the round-trip packet-loss threshold in milliseconds that will allow the probe operation to change to the pass state.
1.3.6.1.4.1.664.5.53.2.2.7.1.49INTEGER (0..1000)read-writecurrent
adGenAOSnmICMPTSHistoryDepth
OBJECT-TYPE
Specifies the number of probe operation statistic results to keep.
1.3.6.1.4.1.664.5.53.2.2.7.1.50INTEGER (1..127)read-writecurrent
adGenAOSnmICMPTSHistoryTable
OBJECT-TYPE
Operation history for a network monitor ICMP timestamp probe.
1.3.6.1.4.1.664.5.53.2.2.8not-accessiblecurrent
adGenAOSnmICMPTSHistoryEntry
OBJECT-TYPE
The read-only history of a particular network monitor ICMP timestamp probe.
1.3.6.1.4.1.664.5.53.2.2.8.1not-accessiblecurrent
adGenAOSnmICMPTSSeqNum
OBJECT-TYPE
Along with adGenAOSnmICMPTSHistoryName, uniquely identifies a row in the adGenAOSnmICMPTSHistoryTable. A sequence number of '1' signifies the current history entry.
1.3.6.1.4.1.664.5.53.2.2.8.1.1Integer32 (1..120)read-onlycurrent
adGenAOSnmICMPTSHistoryName
OBJECT-TYPE
The name of the corresponding ICMP timestamp probe entry. The probe identified by a particular value of this object is the same probe as identified by the same value as a adGenAOSnmName object instance.
1.3.6.1.4.1.664.5.53.2.2.8.1.2OCTET STRING (SIZE(1..40))read-onlycurrent
adGenAOSnmICMPTSStartTime
OBJECT-TYPE
The date and time the probe operation started.
1.3.6.1.4.1.664.5.53.2.2.8.1.3DisplayStringread-onlycurrent
adGenAOSnmICMPTSEndTime
OBJECT-TYPE
The date and time the probe operation ended.
1.3.6.1.4.1.664.5.53.2.2.8.1.4DisplayStringread-onlycurrent
adGenAOSnmICMPTSDelayInMin
OBJECT-TYPE
The inbound minimum delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.8.1.5Integer32read-onlycurrent
adGenAOSnmICMPTSDelayInMax
OBJECT-TYPE
The inbound maximum delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.8.1.6Integer32read-onlycurrent
adGenAOSnmICMPTSDelayOutMin
OBJECT-TYPE
The outbound minimum delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.8.1.7Integer32read-onlycurrent
adGenAOSnmICMPTSDelayOutMax
OBJECT-TYPE
The outbound maximum delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.8.1.8Integer32read-onlycurrent
adGenAOSnmICMPTSDelayRtMin
OBJECT-TYPE
The round-trip minimum delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.8.1.9Integer32read-onlycurrent
adGenAOSnmICMPTSDelayRtMax
OBJECT-TYPE
The round-trip maximum delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.8.1.10Integer32read-onlycurrent
adGenAOSnmICMPTSLossRoundTrip
OBJECT-TYPE
The round-trip packet loss.
1.3.6.1.4.1.664.5.53.2.2.8.1.11Counter32read-onlycurrent
adGenAOSnmICMPTSDelayOutSum
OBJECT-TYPE
The sum of outbound delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.8.1.12Integer32read-onlycurrent
adGenAOSnmICMPTSDelayOutSum2
OBJECT-TYPE
The sum of the squares of outbound delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.8.1.13Counter64read-onlycurrent
adGenAOSnmICMPTSDelayOutNum
OBJECT-TYPE
The number of individual outbound delay samples.
1.3.6.1.4.1.664.5.53.2.2.8.1.14Counter32read-onlycurrent
adGenAOSnmICMPTSDelayInSum
OBJECT-TYPE
The sum of inbound delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.8.1.15Integer32read-onlycurrent
adGenAOSnmICMPTSDelayInSum2
OBJECT-TYPE
The sum of the squares of inbound delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.8.1.16Counter64read-onlycurrent
adGenAOSnmICMPTSDelayInNum
OBJECT-TYPE
The number of individual inbound delay samples.
1.3.6.1.4.1.664.5.53.2.2.8.1.17Counter32read-onlycurrent
adGenAOSnmICMPTSDelayRtSum
OBJECT-TYPE
The sum of round-trip delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.8.1.18Integer32read-onlycurrent
adGenAOSnmICMPTSDelayRtSum2
OBJECT-TYPE
The sum of the squares of round-trip delay in milliseconds.
1.3.6.1.4.1.664.5.53.2.2.8.1.19Counter64read-onlycurrent
adGenAOSnmICMPTSDelayRtNum
OBJECT-TYPE
The number of individual round-trip delay samples.
1.3.6.1.4.1.664.5.53.2.2.8.1.20Counter32read-onlycurrent
adGenAOSnmICMPTSIpvPosInMin
OBJECT-TYPE
The minimum value in the set of positive inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.21Counter32read-onlycurrent
adGenAOSnmICMPTSIpvPosInMax
OBJECT-TYPE
The maximum value in the set of positive inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.22Counter32read-onlycurrent
adGenAOSnmICMPTSIpvPosInSum
OBJECT-TYPE
The sum of positive inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.23Counter32read-onlycurrent
adGenAOSnmICMPTSIpvPosInSum2
OBJECT-TYPE
The sum of the squares of positive inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.24Counter64read-onlycurrent
adGenAOSnmICMPTSIpvPosInNum
OBJECT-TYPE
The number of positive inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.25Counter32read-onlycurrent
adGenAOSnmICMPTSIpvPosOutMin
OBJECT-TYPE
The minimum value in the set of positive outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.26Counter32read-onlycurrent
adGenAOSnmICMPTSIpvPosOutMax
OBJECT-TYPE
The maximum value in the set of positive outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.27Counter32read-onlycurrent
adGenAOSnmICMPTSIpvPosOutSum
OBJECT-TYPE
The sum of positive outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.28Counter32read-onlycurrent
adGenAOSnmICMPTSIpvPosOutSum2
OBJECT-TYPE
The sum of the squares of positive outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.29Counter64read-onlycurrent
adGenAOSnmICMPTSIpvPosOutNum
OBJECT-TYPE
The number of positive outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.30Counter32read-onlycurrent
adGenAOSnmICMPTSIpvPosRtMin
OBJECT-TYPE
The minimum value in the set of positive round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.31Counter32read-onlycurrent
adGenAOSnmICMPTSIpvPosRtMax
OBJECT-TYPE
The maximum value in the set of positive round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.32Counter32read-onlycurrent
adGenAOSnmICMPTSIpvPosRtSum
OBJECT-TYPE
The sum of positive round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.33Counter32read-onlycurrent
adGenAOSnmICMPTSIpvPosRtSum2
OBJECT-TYPE
The sum of the squares of positive round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.34Counter64read-onlycurrent
adGenAOSnmICMPTSIpvPosRtNum
OBJECT-TYPE
The number of positive round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.35Counter32read-onlycurrent
adGenAOSnmICMPTSIpvNegInMin
OBJECT-TYPE
The minimum value in the set of negative inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.36Counter32read-onlycurrent
adGenAOSnmICMPTSIpvNegInMax
OBJECT-TYPE
The maximum value in the set of negative inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.37Counter32read-onlycurrent
adGenAOSnmICMPTSIpvNegInSum
OBJECT-TYPE
The sum of negative inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.38Counter32read-onlycurrent
adGenAOSnmICMPTSIpvNegInSum2
OBJECT-TYPE
The sum of the squares of negative inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.39Counter64read-onlycurrent
adGenAOSnmICMPTSIpvNegInNum
OBJECT-TYPE
The number of negative inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.40Counter32read-onlycurrent
adGenAOSnmICMPTSIpvNegOutMin
OBJECT-TYPE
The minimum value in the set of negative outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.41Counter32read-onlycurrent
adGenAOSnmICMPTSIpvNegOutMax
OBJECT-TYPE
The maximum value in the set of negative outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.42Counter32read-onlycurrent
adGenAOSnmICMPTSIpvNegOutSum
OBJECT-TYPE
The sum of negative outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.43Counter32read-onlycurrent
adGenAOSnmICMPTSIpvNegOutSum2
OBJECT-TYPE
The sum of the squares of negative outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.44Counter64read-onlycurrent
adGenAOSnmICMPTSIpvNegOutNum
OBJECT-TYPE
The number of negative outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.45Counter32read-onlycurrent
adGenAOSnmICMPTSIpvNegRtMin
OBJECT-TYPE
The minimum value in the set of negative round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.46Counter32read-onlycurrent
adGenAOSnmICMPTSIpvNegRtMax
OBJECT-TYPE
The maximum value in the set of negative round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.47Counter32read-onlycurrent
adGenAOSnmICMPTSIpvNegRtSum
OBJECT-TYPE
The sum of negative round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.48Counter32read-onlycurrent
adGenAOSnmICMPTSIpvNegRtSum2
OBJECT-TYPE
The sum of the squares of negative round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.49Counter64read-onlycurrent
adGenAOSnmICMPTSIpvNegRtNum
OBJECT-TYPE
The number of negative round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.50Counter32read-onlycurrent
adGenAOSnmICMPTSIpvAbsInMin
OBJECT-TYPE
The minimum value in the set of absolute inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.51Counter32read-onlycurrent
adGenAOSnmICMPTSIpvAbsInMax
OBJECT-TYPE
The maximum value in the set of absolute inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.52Counter32read-onlycurrent
adGenAOSnmICMPTSIpvAbsInSum
OBJECT-TYPE
The sum of absolute inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.53Counter32read-onlycurrent
adGenAOSnmICMPTSIpvAbsInSum2
OBJECT-TYPE
The sum of the squares of absolute inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.54Counter64read-onlycurrent
adGenAOSnmICMPTSIpvAbsInNum
OBJECT-TYPE
The number of absolute inbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.55Counter32read-onlycurrent
adGenAOSnmICMPTSIpvAbsOutMin
OBJECT-TYPE
The minimum value in the set of absolute outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.56Counter32read-onlycurrent
adGenAOSnmICMPTSIpvAbsOutMax
OBJECT-TYPE
The maximum value in the set of absolute outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.57Counter32read-onlycurrent
adGenAOSnmICMPTSIpvAbsOutSum
OBJECT-TYPE
The sum of absolute outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.58Counter32read-onlycurrent
adGenAOSnmICMPTSIpvAbsOutSum2
OBJECT-TYPE
The sum of the squares of absolute outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.59Counter64read-onlycurrent
adGenAOSnmICMPTSIpvAbsOutNum
OBJECT-TYPE
The number of absolute outbound inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.60Counter32read-onlycurrent
adGenAOSnmICMPTSIpvAbsRtMin
OBJECT-TYPE
The minimum value in the set of absolute round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.61Counter32read-onlycurrent
adGenAOSnmICMPTSIpvAbsRtMax
OBJECT-TYPE
The maximum value in the set of absolute round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.62Counter32read-onlycurrent
adGenAOSnmICMPTSIpvAbsRtSum
OBJECT-TYPE
The sum of absolute round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.63Counter32read-onlycurrent
adGenAOSnmICMPTSIpvAbsRtSum2
OBJECT-TYPE
The sum of the squares of absolute round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.64Counter64read-onlycurrent
adGenAOSnmICMPTSIpvAbsRtNum
OBJECT-TYPE
The number of absolute round-trip inter-packet delay variation measurements.
1.3.6.1.4.1.664.5.53.2.2.8.1.65Counter32read-onlycurrent
adGenAOSnmICMPTSPktSentCount
OBJECT-TYPE
The number of packets sent.
1.3.6.1.4.1.664.5.53.2.2.8.1.66Counter32read-onlycurrent
adGenAOSnmICMPTSResponder
OBJECT-TYPE
Specifies ability to enable or disable the ICMP Timstamp responder to respond to ICMP timestamp requests.
1.3.6.1.4.1.664.5.53.2.2.9INTEGER {enabled(1), disabled(2)}read-writecurrent
adGenAOSnmTWAMPResponder
OBJECT-TYPE
Specifies ability to enable or disable the TWAMP responder to respond to ICMP timestamp requests.
1.3.6.1.4.1.664.5.53.2.2.10INTEGER {enabled(1), disabled(2)}read-writecurrent
adGenAOSnmICMPTSResponderStatsTable
OBJECT-TYPE
Operation history for a network monitor ICMP timestamp probe.
1.3.6.1.4.1.664.5.53.2.2.11not-accessiblecurrent
adGenAOSnmICMPTSResponderStatsEntry
OBJECT-TYPE
The read-only statistics of the network monitor ICMP timestamp responder.
1.3.6.1.4.1.664.5.53.2.2.11.1not-accessiblecurrent
adGenAOSnmICMPTSResponderStatsIndex
OBJECT-TYPE
Uniquely identifies a row in the adGenAOSnmICMPTSResponderStatsTable.
1.3.6.1.4.1.664.5.53.2.2.11.1.1Unsigned32read-onlycurrent
adGenAOSnmICMPTSResponderPacketsReceived
OBJECT-TYPE
Number of packets received by the responder.
1.3.6.1.4.1.664.5.53.2.2.11.1.2Counter32read-onlycurrent
adGenAOSnmICMPTSResponderPacketsSent
OBJECT-TYPE
Number of packets sent by the responder.
1.3.6.1.4.1.664.5.53.2.2.11.1.3Counter32read-onlycurrent
adGenAOSnmClearICMPTSResponderCounters
OBJECT-TYPE
Clear the counters of the ICMP timestamp responder. This is a write-only variable. A read will result in no action being taken.
1.3.6.1.4.1.664.5.53.2.2.11.1.4INTEGER {clear(1)}read-writecurrent
adGenAOSnmTwampResponderStatsTable
OBJECT-TYPE
Operation history for a network monitor TWAMP probe.
1.3.6.1.4.1.664.5.53.2.2.12not-accessiblecurrent
adGenAOSnmTwampResponderStatsEntry
OBJECT-TYPE
The read-only statistics of the network monitor TWAMP responder.
1.3.6.1.4.1.664.5.53.2.2.12.1not-accessiblecurrent
adGenAOSnmTwampResponderStatsIndex
OBJECT-TYPE
Uniquely identifies a row in the adGenAOSnmTwampResponderStatsTable.
1.3.6.1.4.1.664.5.53.2.2.12.1.1Unsigned32read-onlycurrent
adGenAOSnmTwampResponderPacketsReceived
OBJECT-TYPE
Number of packets received by the responder.
1.3.6.1.4.1.664.5.53.2.2.12.1.2Counter32read-onlycurrent
adGenAOSnmTwampResponderPacketsSent
OBJECT-TYPE
Number of packets sent by the responder.
1.3.6.1.4.1.664.5.53.2.2.12.1.3Counter32read-onlycurrent
adGenAOSnmTwampResponderSessionClosed
OBJECT-TYPE
Number of responder sessions closed.
1.3.6.1.4.1.664.5.53.2.2.12.1.4Counter32read-onlycurrent
adGenAOSnmTwampResponderSessionOpened
OBJECT-TYPE
Number of responder sessions opened.
1.3.6.1.4.1.664.5.53.2.2.12.1.5Counter32read-onlycurrent
adGenAOSnmTwampResponderSessionRejected
OBJECT-TYPE
Number of responder sessions closed.
1.3.6.1.4.1.664.5.53.2.2.12.1.6Counter32read-onlycurrent
adGenAOSnmClearTwampResponderCounters
OBJECT-TYPE
Clear the counters of the TWAMP responder. This is a write-only variable. A read will result in no action being taken.
1.3.6.1.4.1.664.5.53.2.2.12.1.7INTEGER {clear(1)}read-writecurrent
adGenAOSnmCfgIEProbeTable
OBJECT-TYPE
Configure a network monitor ICMP echo probe.
1.3.6.1.4.1.664.5.53.2.2.13not-accessiblecurrent
adGenAOSnmCfgIEProbeEntry
OBJECT-TYPE
The parameters used to configure a particular network monitor ICMP echo probe.
1.3.6.1.4.1.664.5.53.2.2.13.1not-accessiblecurrent
adGenAOSnmCfgIEName
OBJECT-TYPE
The name of the corresponding ICMP echo probe entry. The probe identified by a particular value of this object is the same probe as identified by the same value as a adGenAOSnmName object instance.
1.3.6.1.4.1.664.5.53.2.2.13.1.1OCTET STRING (SIZE(1..40))read-onlycurrent
adGenAOSnmIEDestHostname
OBJECT-TYPE
Specifies the destination hostname or IP address as a string in dotted decimal format.
1.3.6.1.4.1.664.5.53.2.2.13.1.2DisplayStringread-writecurrent
adGenAOSnmIESrcIP
OBJECT-TYPE
Specifies the source IPv4 address.
1.3.6.1.4.1.664.5.53.2.2.13.1.3IpAddressread-writecurrent
adGenAOSnmIEPacketLength
OBJECT-TYPE
Length of the ICMP packet.
1.3.6.1.4.1.664.5.53.2.2.13.1.4INTEGER (0..1462)read-writecurrent
adGenAOSnmIEPacketPattern
OBJECT-TYPE
Specifies the hexadecimal pattern for the ICMP packet.
1.3.6.1.4.1.664.5.53.2.2.13.1.5OCTET STRING (SIZE(1..4))read-writecurrent
adGenAOSnmTrackTable
OBJECT-TYPE
Network monitor Track.
1.3.6.1.4.1.664.5.53.2.2.14not-accessiblecurrent
adGenAOSnmTrackEntry
OBJECT-TYPE
Network monitor Track entry.
1.3.6.1.4.1.664.5.53.2.2.14.1not-accessiblecurrent
adGenAOSnmTrackIndex
OBJECT-TYPE
Uniquely identifies a row in the adGenAOSnmTrackTable.
1.3.6.1.4.1.664.5.53.2.2.14.1.1Integer32 (0..1000)read-onlycurrent
adGenAOSnmTrackName
OBJECT-TYPE
The name of the corresponding Track entry.
1.3.6.1.4.1.664.5.53.2.2.14.1.2OCTET STRING (SIZE(1..40))read-onlycurrent
adGenAOSnmConformance
OBJECT-IDENTITY
1.3.6.1.4.1.664.5.53.99.7
adGenAOSnmGroups
OBJECT-IDENTITY
1.3.6.1.4.1.664.5.53.99.7.1
adGenAOSnmCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.664.5.53.99.7.2

Notifications

NameOIDStatus
adGenAOSnmTrackStateChgFail
NOTIFICATION-TYPE
A stateChangeFail trap indicates that the specified track has changed states from Pass to Fail.
1.3.6.1.4.1.664.5.53.2.2.0.1current
adGenAOSnmTrackStateChgPass
NOTIFICATION-TYPE
A stateChangePass trap indicates that the specified track has changed states from Fail to Pass.
1.3.6.1.4.1.664.5.53.2.2.0.2current

Conformance

NameOIDStatus
adGenAOSnmProbeTableNextIndexGroup
OBJECT-GROUP
The object necessary to get the next index for creation of the network monitor probe.
1.3.6.1.4.1.664.5.53.99.7.1.1current
adGenAOSnmProbeGroup
OBJECT-GROUP
The objects necessary to create the network monitor probe.
1.3.6.1.4.1.664.5.53.99.7.1.2current
adGenAOSnmConfigProbeGroup
OBJECT-GROUP
The objects necessary to configure the network monitor probe.
1.3.6.1.4.1.664.5.53.99.7.1.3current
adGenAOSnmProbeStatusGroup
OBJECT-GROUP
Objects designed to assist in retrieving the statistics of the probes.
1.3.6.1.4.1.664.5.53.99.7.1.4current
adGenAOSnmCfgTwampProbeGroup
OBJECT-GROUP
The objects necessary to configure the network monitor TWAMP probe.
1.3.6.1.4.1.664.5.53.99.7.1.5current
adGenAOSnmTwampHistoryGroup
OBJECT-GROUP
Objects designed to assist in retrieving the statistics of the TWAMP probe.
1.3.6.1.4.1.664.5.53.99.7.1.6current
adGenAOSnmCfgICMPTSProbeGroup
OBJECT-GROUP
The objects necessary to configure the network monitor ICMP timestamp probe.
1.3.6.1.4.1.664.5.53.99.7.1.7current
adGenAOSnmICMPTSHistoryGroup
OBJECT-GROUP
Objects designed to assist in retrieving the statistics of the ICMP timestamp probe.
1.3.6.1.4.1.664.5.53.99.7.1.8current
adGenAOSnmICMPTSResponderGroup
OBJECT-GROUP
Object designed to assist in changing the state of the ICMP timestamp responder.
1.3.6.1.4.1.664.5.53.99.7.1.9current
adGenAOSnmTWAMPResponderGroup
OBJECT-GROUP
Object designed to assist in changing the state of the TWAMP responder.
1.3.6.1.4.1.664.5.53.99.7.1.10current
adGenAOSnmICMPTSResponderStatsGroup
OBJECT-GROUP
Objects designed to assist in retrieving the statistics of the ICMP timestamp responder.
1.3.6.1.4.1.664.5.53.99.7.1.11current
adGenAOSnmTwampResponderStatsGroup
OBJECT-GROUP
Objects designed to assist in retrieving the statistics of the TWAMP responder.
1.3.6.1.4.1.664.5.53.99.7.1.12current
adGenAOSnmCfgIEProbeGroup
OBJECT-GROUP
Objects designed to assist in configuring the ICMP echo probe.
1.3.6.1.4.1.664.5.53.99.7.1.13current
adGenAOSnmTrackGroup
OBJECT-GROUP
Objects designed to assist in retrieving track information.
1.3.6.1.4.1.664.5.53.99.7.1.14current
adGenAOSnmNotificationGroup
NOTIFICATION-GROUP
Traps which may be used to enhance event driven management of Network Monitoring traps.
1.3.6.1.4.1.664.5.53.99.7.1.15current
adGenAOSnmFullCompliance
MODULE-COMPLIANCE
The compliance statement for SNMP entities which implement version 2 of the adGenAOSNetMon MIB. When this MIB is implemented with support for read-create, then such an implementation can claim full compliance. Network Monitor probes can then be both monitored and configured with this MIB. No more than 10 rows can be created in the adGenAOSnmProbeTable at this time. Attempting to create more than this value will return an error.
1.3.6.1.4.1.664.5.53.99.7.2.1current
adGenAOSnmReadOnlyCompliance
MODULE-COMPLIANCE
The compliance statement for SNMP entities which implement version 2 of the adGenAOSNetMon MIB. When this MIB is implemented without support for read-create (i.e. in read-only mode), then such an implementation can claim read-only compliance. A network monitor probe can then be monitored but cannot be configured with this MIB.
1.3.6.1.4.1.664.5.53.99.7.2.2current