ituSatConfPbitResult
RAD-TEST-MIB ·
.1.3.6.1.4.1.164.6.1.15.3.8.1.3
Object
column RAD-TCRadTestResult
The result of the last configuration test.
The value notApplicable(1) is returned in the following cases:
- The configuration test was not performed in the last test.
- The configuration test is currently in progress.
- The test was never activated.
The value passed(2) is returned if and only if the results of all
the configuration sub-tests (ituSatReportResult and
ituSatBurstReportResult), that were actually performed for the specific
P-bit, are passed(2).
The value userAborted(4) is returned if the configuration test was
pre-maturely stopped by the operator.
The value systemAborted(5) is returned if the configuration test was
autonomously stopped by the system.
The value llFailure(6) is returned if the configuration 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.3.8.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ituSatConfPbitEntry
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::ituSatConfPbitResult'
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::ituSatConfPbitResult.<ituSatGeneratorIndex>.<ituSatConfPbitIndex>.<ituSatConfPbitDirectionIndex>'
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::ituSatConfPbitResult'
Syntax
- Source
- RAD-TCRadTestResult
- Base type
Enumeration
Values & Constraints
Type Values
1 | notApplicable |
2 | passed |
3 | failed |
4 | userAborted |
5 | systemAborted |
6 | llFailure |