ituSatGeneratorPerfResult
RAD-TEST-MIB ·
.1.3.6.1.4.1.164.6.1.15.2.2.1.21
Object
column RAD-TCRadTestResult
The result of the last performance test.
The value notApplicable(1) is returned in the following cases:
- The performance test was not performed in the last test.
- The performance test is currently in progress.
- The test was never activated.
The value passed(2) is returned if and only if the performance
sub-test was passed(2) (ituSatReportResult and ituSatBurstReportResult)
for all the tested P-bits.
The value userAborted(4) is returned if the performance test was
pre-maturely stopped by the operator.
The value systemAborted(5) is returned if the performance test was
autonomously stopped by the system.
The value llFailure(6) is returned if the performance test was stopped
due to Latching Loopback issues.
The value failed(3) is returned in all other cases.
Context
- MIB
- RAD-TEST-MIB
- OID
.1.3.6.1.4.1.164.6.1.15.2.2.1.21- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ituSatGeneratorEntry
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::ituSatGeneratorPerfResult'
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::ituSatGeneratorPerfResult.<ituSatGeneratorIndex>'
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::ituSatGeneratorPerfResult'
Syntax
- Source
- RAD-TCRadTestResult
- Base type
Enumeration
Values & Constraints
Type Values
1 | notApplicable |
2 | passed |
3 | failed |
4 | userAborted |
5 | systemAborted |
6 | llFailure |