Reference record for OID 1.3.6.1.4.1.1795.2.24.9.3.4.6.1.1.2
- parent
- 1.3.6.1.4.1.1795.2.24.9.3.4.6.1.1 (applPingResultsEntry)
- node code
- 2
- node name
- applPingResultsStatus
- dot oid
- 1.3.6.1.4.1.1795.2.24.9.3.4.6.1.1.2
- type
- OBJECT-TYPE
- asn1 oid
-
- {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) pdyn(1795) pdn-mgmt(2) paradyne(24) pdn-xdsl(9) ent-8800(3) diagTests(4) applTestResults(6) applPingResultsTable(1) applPingResultsEntry(1) applPingResultsStatus(2)}
- {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) pdyn(1795) thenewpdn-mgmt(2) paradyne(24) pdn-xdsl(9) ent-8800(3) diagTests(4) applTestResults(6) applPingResultsTable(1) applPingResultsEntry(1) applPingResultsStatus(2)}
- ...skipped...
- {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) thenewpdn(1795) pdn-mgmt(2) paradyne(24) pdn-xdsl(9) ent-8800(3) diagTests(4) applTestResults(6) applPingResultsTable(1) applPingResultsEntry(1) applPingResultsStatus(2)}
- {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) thenewpdn(1795) thenewpdn-mgmt(2) paradyne(24) pdn-xdsl(9) ent-8800(3) diagTests(4) applTestResults(6) applPingResultsTable(1) applPingResultsEntry(1) applPingResultsStatus(2)}
- {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) pdyn(1795) pdn-mgmt(2) paradyne(24) pdn-xdsl(9) ent-8800(3) diagTests(4) applTestResults(6) applPingResultsTable(1) applPingResultsEntry(1) applPingResultsStatus(2)}
- {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) pdyn(1795) thenewpdn-mgmt(2) paradyne(24) pdn-xdsl(9) ent-8800(3) diagTests(4) applTestResults(6) applPingResultsTable(1) applPingResultsEntry(1) applPingResultsStatus(2)}
- ...skipped...
- {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) thenewpdn(1795) pdn-mgmt(2) paradyne(24) pdn-xdsl(9) ent-8800(3) diagTests(4) applTestResults(6) applPingResultsTable(1) applPingResultsEntry(1) applPingResultsStatus(2)}
- {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) thenewpdn(1795) thenewpdn-mgmt(2) paradyne(24) pdn-xdsl(9) ent-8800(3) diagTests(4) applTestResults(6) applPingResultsTable(1) applPingResultsEntry(1) applPingResultsStatus(2)}
- iri oid
-
- /iso/identified-organization/dod/internet/private/enterprise/pdyn/pdn-mgmt/paradyne/pdn-xdsl/ent-8800/diagTests/applTestResults/applPingResultsTable/applPingResultsEntry/applPingResultsStatus
- /iso/identified-organization/dod/internet/private/enterprise/pdyn/thenewpdn-mgmt/paradyne/pdn-xdsl/ent-8800/diagTests/applTestResults/applPingResultsTable/applPingResultsEntry/applPingResultsStatus
- ...skipped...
- /iso/org/dod/internet/private/enterprise/thenewpdn/pdn-mgmt/paradyne/pdn-xdsl/ent-8800/diagTests/applTestResults/applPingResultsTable/applPingResultsEntry/applPingResultsStatus
- /iso/org/dod/internet/private/enterprise/thenewpdn/thenewpdn-mgmt/paradyne/pdn-xdsl/ent-8800/diagTests/applTestResults/applPingResultsTable/applPingResultsEntry/applPingResultsStatus
- /iso/org/dod/internet/private/enterprises/pdyn/pdn-mgmt/paradyne/pdn-xdsl/ent-8800/diagTests/applTestResults/applPingResultsTable/applPingResultsEntry/applPingResultsStatus
- /iso/org/dod/internet/private/enterprises/pdyn/thenewpdn-mgmt/paradyne/pdn-xdsl/ent-8800/diagTests/applTestResults/applPingResultsTable/applPingResultsEntry/applPingResultsStatus
- ...skipped...
- /iso/iso-identified-organization/dod/internet/private/enterprises/thenewpdn/pdn-mgmt/paradyne/pdn-xdsl/ent-8800/diagTests/applTestResults/applPingResultsTable/applPingResultsEntry/applPingResultsStatus
- /iso/iso-identified-organization/dod/internet/private/enterprises/thenewpdn/thenewpdn-mgmt/paradyne/pdn-xdsl/ent-8800/diagTests/applTestResults/applPingResultsTable/applPingResultsEntry/applPingResultsStatus
- iri by oid_info
- /ISO/Identified-Organization/6/1/4/1/1795/2/24/9/3/4/6/1/1/2
Description by mibdepot
This object corresponds to the status of the ping test.
success - the ping test was a success.
timeoutError - a timeout occurred before a packet was received
internalError - The device doesnot have adequate resources to start
the test
destUnreachable - The ICMP destination unreachable message was received
destUnreachNetError - The ICMP destination (network) unreachable
message was received
destUnreachNeedFragError - Fragmentation of the packet is needed
srcRouteFailedError - source route failed
Parsed from file hot_diag.mib.txt
Company: paradyne
Module: HOTWIRE-DIAGNOSTICS-MIB
Information by oid_info
Vendor: Paradyne
Module: HOTWIRE-DIAGNOSTICS-MIB (hot_diag.mib)
Type: TABULAR
Access: read-only
Syntax: INTEGER
Automatically extracted from www.mibdepot.com
Information by mibdepot
applPingResultsStatus OBJECT-TYPE
SYNTAX INTEGER {
success (1),
timeoutError (2),
internalError (3),
destUnreachable (4),
destUnreachNetError (5),
destUnreachNeedFragError (6),
srcRouteFailedError (7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object corresponds to the status of the ping test.
success - the ping test was a success.
timeoutError - a timeout occurred before a packet was received
internalError - The device doesnot have adequate resources to start
the test
destUnreachable - The ICMP destination unreachable message was received
destUnreachNetError - The ICMP destination (network) unreachable
message was received
destUnreachNeedFragError - Fragmentation of the packet is needed
srcRouteFailedError - source route failed"
::= { applPingResultsEntry 2 }
First Registration Authority (recovered by parent 1.3.6.1.4.1.1795)
Baughman Kevin
Brothers (4)