l3SatSessionPerfResult
RAD-L3SAT-MIB ·
.1.3.6.1.4.1.164.6.1.15.2.13.1.13
Object
column RAD-TCRadTestResult
The result of the last performance phase.
The value notApplicable(1) is returned in the following cases:
- The performance phase was not performed in the last test.
- The performance phase 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) (l3SatReportResult) for all the tested IP
sizes.
The value userAborted(4) is returned if the performance phase was
prematurely stopped by the operator.
The value systemAborted(5) is returned if the performance phase was
autonomously stopped by the system.
The value failed(3) is returned in all other cases.
Context
- MIB
- RAD-L3SAT-MIB
- OID
.1.3.6.1.4.1.164.6.1.15.2.13.1.13- Type
- column
- Access
- readonly
- Status
- current
- Parent
- l3SatSessionEntry
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-L3SAT-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-L3SAT-MIB::l3SatSessionPerfResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-L3SAT-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-L3SAT-MIB::l3SatSessionPerfResult.<l3SatGeneratorName>.<l3SatPeerAddrType>.<l3SatPeerAddr>.<l3SatSessionName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-L3SAT-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-L3SAT-MIB::l3SatSessionPerfResult'
Syntax
- Source
- RAD-TCRadTestResult
- Base type
Enumeration
Values & Constraints
Type Values
1 | notApplicable |
2 | passed |
3 | failed |
4 | userAborted |
5 | systemAborted |
6 | llFailure |