MIB Viewer

dnaSessionStatus

OBJECT-TYPE
1.3.6.1.4.1.171.14.151.1.3.1.1.5
Access
read-only
Status
current
Sub-identifiers
0
This object indicates the current status of the authentication session. idle : the session has been initialized and no method has run yet. authenticating : 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.
INTEGER { idle(1), authenticating(2), noMethod(3), authenticationSuccess(4), authenticationFailed(5) }