PDN-DIAGNOSTICS-MIB

File: PDN-DIAGNOSTICS-MIB.mib (33375 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC-1215
RFC1213-MIB SNMPv2-TC PDN-HEADER-MIB
IF-MIB

Imported symbols

IpAddress OBJECT-TYPE TRAP-TYPE
ifIndex RowStatus DisplayString
AutonomousType pdn-diagnostics ifTestId

Defined Types

IfLoopbackTestEntry  
SEQUENCE    
  loopbackTestInputNumCycles INTEGER
  loopbackTestResultsPktsSent INTEGER
  loopbackTestResultsPktsRcvdOK INTEGER
  loopbackTestResultsPktsRcvdErr INTEGER
  loopbackTestResultsPktsNotRcvd INTEGER
  loopbackTestResultsPktErrorRate DisplayString
  loopbackTestResultsErrSecs INTEGER
  loopbackTestResultsSvrErrSecs INTEGER
  loopbackTestResultsElpTime INTEGER

IfBERTObjectsEntry  
SEQUENCE    
  ifBERTTestDuration INTEGER
  ifBERTElapsedTime INTEGER
  ifBERTDownSyncUP INTEGER
  ifBERTUpSyncUP INTEGER
  ifBERTSegmentsSent INTEGER
  ifBERTDownMBitsRcvd INTEGER
  ifBERTUpMBitsRcvd INTEGER
  ifBERTDownBitErrDetected INTEGER
  ifBERTUpBitErrDetected INTEGER
  ifBERTDownBitErrRate DisplayString
  ifBERTUpBitErrRate DisplayString
  ifBERTDownErroredSecs INTEGER
  ifBERTUpErroredSecs INTEGER
  ifBERTDownLineRate INTEGER
  ifBERTUpLineRate INTEGER
  ifBERTDownMargin INTEGER
  ifBERTUpMargin INTEGER

IfBLERTObjectsEntry  
SEQUENCE    
  ifBLERTTestDuration INTEGER
  ifBLERTElapsedTime INTEGER
  ifBLERTTxSeqCount INTEGER
  ifBLERTRxSeqCount INTEGER
  ifBLERTRxGoodFrames INTEGER
  ifBLERTTxGoodFrames INTEGER
  ifBLERTRxBadFrames INTEGER
  ifBLERTTxBadFrames INTEGER
  ifBLERTDnLineRate INTEGER
  ifBLERTUpLineRate INTEGER

ApplTestStatusEntry  
SEQUENCE    
  applTestId INTEGER
  applTestType AutonomousType
  applTestStatus INTEGER
  applTestErrorCode INTEGER
  applTestOwner DisplayString
  applTestRowStatus RowStatus

ApplPingTestEntry  
SEQUENCE    
  applPingTestId INTEGER
  applPingTestIpAddress IpAddress
  applPingTestSourceIpAddr IpAddress
  applPingTestPacketSize INTEGER
  applPingTestTimeout INTEGER
  applPingTestMaxPings INTEGER
  applPingTestPktsSent INTEGER
  applPingTestPktsRecv INTEGER
  applPingTestMinTime INTEGER
  applPingTestMaxTime INTEGER
  applPingTestAvgTime INTEGER
  applPingTestDomain INTEGER
  applPingTestIfIndex INTEGER

ApplTracerouteConfigEntry  
SEQUENCE    
  applTracerouteTestId INTEGER
  applTracerouteIpAddress IpAddress
  applTracerouteSourceIpAddr IpAddress
  applTraceroutePktsSize INTEGER
  applTracerouteTimeout INTEGER
  applTracerouteMaxHops INTEGER
  applTracerouteDomain INTEGER
  applTracerouteIfIndex INTEGER

ApplTracerouteResultEntry  
SEQUENCE    
  applTracerouteResultTestId INTEGER
  applTracerouteHopCount INTEGER
  applTracerouteIpAddr IpAddress
  applTraceroutePktSize INTEGER
  applTracerouteProbe1RTT INTEGER
  applTracerouteProbe2RTT INTEGER
  applTracerouteProbe3RTT INTEGER

Defined Values

diagTestMIBObjects 1.3.6.1.4.1.1795.2.24.2.16.1
OBJECT IDENTIFIER    

diagTestMIBTraps 1.3.6.1.4.1.1795.2.24.2.16.2
OBJECT IDENTIFIER    

diagIfTest 1.3.6.1.4.1.1795.2.24.2.16.1.1
OBJECT IDENTIFIER    

diagApplTest 1.3.6.1.4.1.1795.2.24.2.16.1.2
OBJECT IDENTIFIER    

diagTest 1.3.6.1.4.1.1795.2.24.2.16.1.3
OBJECT IDENTIFIER    

ifLoopbackTestTable 1.3.6.1.4.1.1795.2.24.2.16.1.1.1
This table contains input and results of a packet loopback test. This table is indexed by ifIndex. This is a interface related test. There can be only one test running per interface. This table should be used in conjunction with ifTestTable(Rfc 1573) with all the semantics of ifTestTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IfLoopbackTestEntry

ifLoopbackTestEntry 1.3.6.1.4.1.1795.2.24.2.16.1.1.1.1
An entry containing objects for test input and result for packet loopback test
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IfLoopbackTestEntry  

loopbackTestInputNumCycles 1.3.6.1.4.1.1795.2.24.2.16.1.1.1.1.1
This object corresponds the number of cycles the test to be run for. One cycle corresponds to a 15 second interval. The default value for this object is 40.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

loopbackTestResultsPktsSent 1.3.6.1.4.1.1795.2.24.2.16.1.1.1.1.2
This object corresponds to the number of packets sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

loopbackTestResultsPktsRcvdOK 1.3.6.1.4.1.1795.2.24.2.16.1.1.1.1.3
This object corresponds to the number of packets which were received without any error
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

loopbackTestResultsPktsRcvdErr 1.3.6.1.4.1.1795.2.24.2.16.1.1.1.1.4
This object corresponds to the number of packets which were received with errors
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

loopbackTestResultsPktsNotRcvd 1.3.6.1.4.1.1795.2.24.2.16.1.1.1.1.5
This object corresponds to the number of packets which were sent but not received
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

loopbackTestResultsPktErrorRate 1.3.6.1.4.1.1795.2.24.2.16.1.1.1.1.6
Reflects the error rate of the loopback test. this string will represent a floating point number of the form [ErrRate][eE][+-][ErrRateBase] where ErrRate and ErrRateBase are integers. In Other Words ErrRate * [10^ -ErrRateBase] shown below are example of the values returned. 123456E-5 = 1.23456 344567e-6 = 0.344567
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

loopbackTestResultsErrSecs 1.3.6.1.4.1.1795.2.24.2.16.1.1.1.1.7
This object corresponds to the number of errored seconds
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

loopbackTestResultsSvrErrSecs 1.3.6.1.4.1.1795.2.24.2.16.1.1.1.1.8
This object corresponds to the number of severely errored seconds
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

loopbackTestResultsElpTime 1.3.6.1.4.1.1795.2.24.2.16.1.1.1.1.9
This object corresponds to the number of seconds elapsed since the start of the test.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBERTObjectsTable 1.3.6.1.4.1.1795.2.24.2.16.1.1.2
This table contains the objects for Bit Error Rate Test. This table is indexed by ifIndex.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IfBERTObjectsEntry

ifBERTObjectsEntry 1.3.6.1.4.1.1795.2.24.2.16.1.1.2.1
An Entry containing objects of BERT.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IfBERTObjectsEntry  

ifBERTTestDuration 1.3.6.1.4.1.1795.2.24.2.16.1.1.2.1.1
This object represents the test duration in seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ifBERTElapsedTime 1.3.6.1.4.1.1795.2.24.2.16.1.1.2.1.2
This object represents the elapsed time in seconds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBERTDownSyncUP 1.3.6.1.4.1.1795.2.24.2.16.1.1.2.1.3
This object indicates whether Downstream sync is enabled .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

ifBERTUpSyncUP 1.3.6.1.4.1.1795.2.24.2.16.1.1.2.1.4
This object indicates whether upstream sync is enabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

ifBERTSegmentsSent 1.3.6.1.4.1.1795.2.24.2.16.1.1.2.1.5
This object represents the number of segments sent during the test
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBERTDownMBitsRcvd 1.3.6.1.4.1.1795.2.24.2.16.1.1.2.1.6
This represents the number of million bits rcvd downstream.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBERTUpMBitsRcvd 1.3.6.1.4.1.1795.2.24.2.16.1.1.2.1.7
This represents the number of million bits rcvd upstream.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBERTDownBitErrDetected 1.3.6.1.4.1.1795.2.24.2.16.1.1.2.1.8
This represents the number of bit errors detected downstream.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBERTUpBitErrDetected 1.3.6.1.4.1.1795.2.24.2.16.1.1.2.1.9
This represents the number of bit errors detected upstream.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBERTDownBitErrRate 1.3.6.1.4.1.1795.2.24.2.16.1.1.2.1.10
This string will represent a floating point number of the form [Er rRate] [eE] [+-] [ErrRatebase] where ErrTare and errRateBase are integers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

ifBERTUpBitErrRate 1.3.6.1.4.1.1795.2.24.2.16.1.1.2.1.11
This object reflects the error rate of BERT in Upstream direction. This string will represent a floating point number of the form [ErrRate] [eE] [+-] [ErrRatebase] where ErrTare and errRateBase are integers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

ifBERTDownErroredSecs 1.3.6.1.4.1.1795.2.24.2.16.1.1.2.1.12
This represents number of errored seconds downstream. Errored second is a second in which there is at least 1 block error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBERTUpErroredSecs 1.3.6.1.4.1.1795.2.24.2.16.1.1.2.1.13
This represents number of errored seconds upstream. Errored second is a second in which there is at least 1 block error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBERTDownLineRate 1.3.6.1.4.1.1795.2.24.2.16.1.1.2.1.14
This represents the downstream line rate in KBPS
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBERTUpLineRate 1.3.6.1.4.1.1795.2.24.2.16.1.1.2.1.15
This represents the Upstream line rate in KBPS
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBERTDownMargin 1.3.6.1.4.1.1795.2.24.2.16.1.1.2.1.16
This represents the Downstream margin in decibels (DB).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBERTUpMargin 1.3.6.1.4.1.1795.2.24.2.16.1.1.2.1.17
This represents the upstream margin in decibels (DB).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBLERTObjectsTable 1.3.6.1.4.1.1795.2.24.2.16.1.1.3
This table contains the objects for Block Error Rate Test (BLERT). This table is indexed by ifIndex.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IfBLERTObjectsEntry

ifBLERTObjectsEntry 1.3.6.1.4.1.1795.2.24.2.16.1.1.3.1
An Entry containing objects of BLERT.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IfBLERTObjectsEntry  

ifBLERTTestDuration 1.3.6.1.4.1.1795.2.24.2.16.1.1.3.1.1
This object represents the test duration in seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ifBLERTElapsedTime 1.3.6.1.4.1.1795.2.24.2.16.1.1.3.1.2
This object represents the elapsed time in seconds since the test started.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBLERTTxSeqCount 1.3.6.1.4.1.1795.2.24.2.16.1.1.3.1.3
This object indicates the next Tx sequence.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBLERTRxSeqCount 1.3.6.1.4.1.1795.2.24.2.16.1.1.3.1.4
This object indicates the next Rx sequence.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBLERTRxGoodFrames 1.3.6.1.4.1.1795.2.24.2.16.1.1.3.1.5
This object indicates the number of good frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBLERTTxGoodFrames 1.3.6.1.4.1.1795.2.24.2.16.1.1.3.1.6
This object indicates the number of good frames transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBLERTRxBadFrames 1.3.6.1.4.1.1795.2.24.2.16.1.1.3.1.7
This object indicates the number of bad frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBLERTTxBadFrames 1.3.6.1.4.1.1795.2.24.2.16.1.1.3.1.8
This object indicates the number of bad frames transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBLERTDnLineRate 1.3.6.1.4.1.1795.2.24.2.16.1.1.3.1.9
This object indicates the downstream line rate.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBLERTUpLineRate 1.3.6.1.4.1.1795.2.24.2.16.1.1.3.1.10
This object indicates the upstream line rate.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applMaxNumberOfTests 1.3.6.1.4.1.1795.2.24.2.16.1.2.1
This object identifies the maximum number of application based tests that can be simultaneously instantiated on the device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applCurrentNumberOfTests 1.3.6.1.4.1.1795.2.24.2.16.1.2.2
This object identifies the current number of application based tests that are running on the device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applStopAllTests 1.3.6.1.4.1.1795.2.24.2.16.1.2.3
The value of this object corresponds to stop all application based tests on the device. noOp -- no operation stop -- all the application tests will be stopped but current test results are still available stopAndClear -- all the application tests will be stoped and the results are cleared also
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noOp(1), stop(2), stopAndClear(3)  

applNewTestId 1.3.6.1.4.1.1795.2.24.2.16.1.2.4
This value of this object corresponds to getting a magic number to start an application based test. The magic number is used as an index to create a row for the diagApplTestTable. If no new rows can be created, this object will have a value of 0.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applTestStatusTable 1.3.6.1.4.1.1795.2.24.2.16.1.2.5
This table controls all the application tests. It defines a test type, starts a test, and clears a test.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApplTestStatusEntry

applTestStatusEntry 1.3.6.1.4.1.1795.2.24.2.16.1.2.5.1
An entry containing objects for invoking application based tests
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ApplTestStatusEntry  

applTestId 1.3.6.1.4.1.1795.2.24.2.16.1.2.5.1.1
A unique ID to identify each application test.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applTestType 1.3.6.1.4.1.1795.2.24.2.16.1.2.5.1.2
This object defines the application test type.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AutonomousType  

applTestStatus 1.3.6.1.4.1.1795.2.24.2.16.1.2.5.1.3
This object shows the current status of an application test. none - indicates waiting for test parameters. inProgress - indicates the test is in process. success - indicates the test is completed. failed - indicates the test is failed. abort - indicates the test was aborted
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), inProgress(2), success(3), failed(4), abort(5)  

applTestErrorCode 1.3.6.1.4.1.1795.2.24.2.16.1.2.5.1.4
This object shows the reason for a test failure.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), timeout(2), icmpError(3), systemError(4)  

applTestOwner 1.3.6.1.4.1.1795.2.24.2.16.1.2.5.1.5
The network manager who has started the test
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..40)  

applTestRowStatus 1.3.6.1.4.1.1795.2.24.2.16.1.2.5.1.6
This object is used to create a new row or delete an existing row for an application test.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

applPingTestTable 1.3.6.1.4.1.1795.2.24.2.16.1.2.6
This table contains objects which allow network manager to ping a destination.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApplPingTestEntry

applPingTestEntry 1.3.6.1.4.1.1795.2.24.2.16.1.2.6.1
This table contains the input parameters for a ping test and the results of the ping test.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ApplPingTestEntry  

applPingTestId 1.3.6.1.4.1.1795.2.24.2.16.1.2.6.1.1
A unique ID to identify each application test.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applPingTestIpAddress 1.3.6.1.4.1.1795.2.24.2.16.1.2.6.1.2
The IP address to be pinged.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

applPingTestSourceIpAddr 1.3.6.1.4.1.1795.2.24.2.16.1.2.6.1.3
The Source IP address where we are pinging from. This is an optional object for some devices. See operational specification for its use.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

applPingTestPacketSize 1.3.6.1.4.1.1795.2.24.2.16.1.2.6.1.4
This object corresponds to the size of the packet (in bytes) which will be sent during the Ping test. The default value for this object is 64 bytes
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

applPingTestTimeout 1.3.6.1.4.1.1795.2.24.2.16.1.2.6.1.5
This object corresponds to a timeout value (in seconds) between Pings. The default value for this object is 5 seconds
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

applPingTestMaxPings 1.3.6.1.4.1.1795.2.24.2.16.1.2.6.1.6
This object corresponds to the maximum number of times the device should Ping for the destination. The default value for this object is 10
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

applPingTestPktsSent 1.3.6.1.4.1.1795.2.24.2.16.1.2.6.1.7
This object corresponds to the total number of packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applPingTestPktsRecv 1.3.6.1.4.1.1795.2.24.2.16.1.2.6.1.8
This object corresponds to the total number of packets received without error
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applPingTestMinTime 1.3.6.1.4.1.1795.2.24.2.16.1.2.6.1.9
The minimum round trip time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applPingTestMaxTime 1.3.6.1.4.1.1795.2.24.2.16.1.2.6.1.10
The maximum round trip time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applPingTestAvgTime 1.3.6.1.4.1.1795.2.24.2.16.1.2.6.1.11
The average round trip time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applPingTestDomain 1.3.6.1.4.1.1795.2.24.2.16.1.2.6.1.12
This object specifies the destination ip address's domain. The Default is service domain. Not allowed if source ip address is entered. This is an optional object for some devices. See operational specification its use.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noop(1), mgmt(2), service(3)  

applPingTestIfIndex 1.3.6.1.4.1.1795.2.24.2.16.1.2.6.1.13
This object specifies the interface over which the ping test will take place.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

applTracerouteConfigTable 1.3.6.1.4.1.1795.2.24.2.16.1.2.7
This table contains objects which allow network manager to enter the parameters of a traceroute test.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApplTracerouteConfigEntry

applTracerouteConfigEntry 1.3.6.1.4.1.1795.2.24.2.16.1.2.7.1
This table contains the input parameters for a traceroute test.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ApplTracerouteConfigEntry  

applTracerouteTestId 1.3.6.1.4.1.1795.2.24.2.16.1.2.7.1.1
A unique ID to identify each application test.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applTracerouteIpAddress 1.3.6.1.4.1.1795.2.24.2.16.1.2.7.1.2
The destination IP address of a traceroute test.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

applTracerouteSourceIpAddr 1.3.6.1.4.1.1795.2.24.2.16.1.2.7.1.3
The source IP address of where the traceroute test started. This is an optional object for some devices. See operational specification for its use.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

applTraceroutePktsSize 1.3.6.1.4.1.1795.2.24.2.16.1.2.7.1.4
This object corresponds to the size of the packet (in bytes) which will be sent during the traceroute test. Please refer to product specific documentation for the default values supported
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

applTracerouteTimeout 1.3.6.1.4.1.1795.2.24.2.16.1.2.7.1.5
This object corresponds to a timeout value (in seconds) of a traceroute test. The default value for this object is 5 seconds
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

applTracerouteMaxHops 1.3.6.1.4.1.1795.2.24.2.16.1.2.7.1.6
This object corresponds to the maximum number of hops to reach the destination. The default value for this object is device specific. See Operational Specifications
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

applTracerouteDomain 1.3.6.1.4.1.1795.2.24.2.16.1.2.7.1.7
This object specifies the destination ip address's domain. The Default is service domain. Not allowed if source ip address is entered. This is an optional object for some devices. See operational specification its use.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noop(1), mgmt(2), service(3)  

applTracerouteIfIndex 1.3.6.1.4.1.1795.2.24.2.16.1.2.7.1.8
This object specifies the interface over which the trace-route test will take place.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

applTracerouteResultTable 1.3.6.1.4.1.1795.2.24.2.16.1.2.8
This table contains results of traceroute test.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApplTracerouteResultEntry

applTracerouteResultEntry 1.3.6.1.4.1.1795.2.24.2.16.1.2.8.1
An entry contains the objects for the traceroute test.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ApplTracerouteResultEntry  

applTracerouteResultTestId 1.3.6.1.4.1.1795.2.24.2.16.1.2.8.1.1
A unique ID to identify each application test.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applTracerouteHopCount 1.3.6.1.4.1.1795.2.24.2.16.1.2.8.1.2
This object contains the number of hops to reach the gateway.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applTracerouteIpAddr 1.3.6.1.4.1.1795.2.24.2.16.1.2.8.1.3
This object contains the IP address of the gateway.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

applTraceroutePktSize 1.3.6.1.4.1.1795.2.24.2.16.1.2.8.1.4
This object corresponds to the size of the packet (in bytes) which will be sent during the traceroute test. Please refer to product specific documentation for the default values supported
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applTracerouteProbe1RTT 1.3.6.1.4.1.1795.2.24.2.16.1.2.8.1.5
This object contains the round trip time (rtt) of the first probe sent to the gateway. If the probe has a timeout the rtt is set to -1.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applTracerouteProbe2RTT 1.3.6.1.4.1.1795.2.24.2.16.1.2.8.1.6
This object contains the round trip time (rtt) of the second probe sent to the gateway. If the probe has a timeout the rtt is set to -1.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applTracerouteProbe3RTT 1.3.6.1.4.1.1795.2.24.2.16.1.2.8.1.7
This object contains the round trip time (rtt) of the third probe sent to the gateway. If the probe has a timeout the rtt is set to -1.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

diagTestTrapEnable 1.3.6.1.4.1.1795.2.24.2.16.1.3.1
This object is used to disable or enable TestOver and TestStart trap for all tests. It is bit sum and possible bit positions are 1 TestStart trap 2 TestOver trap
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

diagApplTestStart 1
This trap signifies that an application test has been initiated.
TRAP-TYPE    

diagApplTestStop 101
This trap signifies that an application test has completed. This trap compliments the diagApplTestStart trap.
TRAP-TYPE    

diagIfTestStart 2
This trap signifies that a diagnostic test has been initiated.
TRAP-TYPE    

diagIfTestOver 102
This trap signifies that a diagnostic test has completed. This trap compliments the diagIfTestStart trap
TRAP-TYPE