MIB Viewer

cafSessionMethodState

OBJECT-TYPE
1.3.6.1.4.1.9.9.656.1.4.2.1.2
Access
read-only
Status
current
Sub-identifiers
0
Indicates the state of this authentication method. notRun : The method has not run for this session. running : The method is running for this session. failedOver : The method has failed and the next method is expected to provide a result. authcSuccess: The method has provided a successful authentication result for this session. authcFailed : The method has provided a failed authentication result for this session.
INTEGER { notRun(1), running(2), failedOver(3), authcSuccess(4), authcFailed(5) }