l3SatSessionStatus
RAD-L3SAT-MIB ·
.1.3.6.1.4.1.164.6.1.15.2.13.1.7
Object
column Enumeration
The current status of the test session:
Idle - the generator is in status shutdown(1) or idle(2).
Ready - waiting for activation of the peer.
In progress - the test is currently running.
Passed - the test completed successfully.
Failed - the test failed i.e. the results were not within the
SAC limits.
userAborted - the test was stopped by the operator.
systemAborted - the test was autonomously stopped by the system
e.g. due to protection switchover.
The value passed(4) is returned only in the following cases:
1. The scope included only the configuration phase and
l3SatSessionConfResult=passed(2).
2. The scope included the performance phase (w/ or w/o configuration
phase) and l3SatSessionPerfResult=passed(2).
The value userAborted(6) is returned if
l3SatSessionConfResult=userAborted(4)or
l3SatSessionPerfResult=userAborted(4).
The value systemAborted(7) is returned if
l3SatSessionConfResult=systemAborted(5)or
l3SatSessionPerfResult=systemAborted(5).
The value failed(5) is returned if l3SatSessionConfResult=failed(3)
or l3SatSessionPerfResult=failed(3). If one of these result objects
is userAborted(4)/systemAborted(5) then the value returned for
l3SatSessionStatus is userAborted(4)/systemAborted(5), respectively.
Context
- MIB
- RAD-L3SAT-MIB
- OID
.1.3.6.1.4.1.164.6.1.15.2.13.1.7- 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::l3SatSessionStatus'
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::l3SatSessionStatus.<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::l3SatSessionStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | ready |
3 | inProgress |
4 | passed |
5 | failed |
6 | userAborted |
7 | systemAborte |