MIB Viewer

l3SatSessionStatus

OBJECT-TYPE
1.3.6.1.4.1.164.6.1.15.2.13.1.7
Access
read-only
Status
current
Sub-identifiers
0
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.
INTEGER { idle (1), ready (2), inProgress (3), passed (4), failed (5), userAborted (6), systemAborte (7) }