MIB Viewer

cafSessionStatus

OBJECT-TYPE
1.3.6.1.4.1.9.9.656.1.4.1.1.5
Access
read-only
Status
current
Sub-identifiers
0
Indicates the current status of the authentication session. idle : the session has been initialized and no method has run yet. running : an authentication method is running for this session. noMethod : no authentication method has provided a result for this session. authenticationSuccess: an authentication method has resulted in authentication success for this session. authenticationFailed: an authentication method has resulted in authentication failed for this session. authorizationSuccess: authorization is successful for this session. authorizationFailed : authorization is failed for this session.
INTEGER { idle(1), running(2), noMethod(3), authenticationSuccess(4), authenticationFailed(5), authorizationSuccess(6), authorizationFailed(7) }