ituSatReportResult
RAD-TEST-MIB ·
.1.3.6.1.4.1.164.6.1.15.3.6.1.4
Object
column RAD-TCRadTestResult
The result of the sub-test.
The initial value is notApplicable(1).
Upon completion of the sub-test the value changes to passed(2) or
failed(3).
If the test is stopped by the operator before the completion of the
sub-test the value is userAborted(4).
If the test is autonomously stopped by the system before the completion
of the sub-test the value is systemAborted(5).
If the test is stopped due to Latching Loopback issues before the
completion of the sub-test the value is llFailure(6).
Context
- MIB
- RAD-TEST-MIB
- OID
.1.3.6.1.4.1.164.6.1.15.3.6.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ituSatReportEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RAD-TEST-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-TEST-MIB::ituSatReportResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-TEST-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-TEST-MIB::ituSatReportResult.<ituSatGeneratorIndex>.<ituSatReportPbitIndex>.<ituSatReportTestTypeIndex>.<ituSatReportDirectionIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-TEST-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-TEST-MIB::ituSatReportResult'
Syntax
- Source
- RAD-TCRadTestResult
- Base type
Enumeration
Values & Constraints
Type Values
1 | notApplicable |
2 | passed |
3 | failed |
4 | userAborted |
5 | systemAborted |
6 | llFailure |