cafSessionMethodState

CISCO-AUTH-FRAMEWORK-MIB · .1.3.6.1.4.1.9.9.656.1.4.2.1.2

Object

column Enumeration
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.

Context

MIB
CISCO-AUTH-FRAMEWORK-MIB
OID
.1.3.6.1.4.1.9.9.656.1.4.2.1.2
Type
column
Access
readonly
Status
current
Parent
cafSessionMethodsInfoEntry
Groups
1

Walk 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 'CISCO-AUTH-FRAMEWORK-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-AUTH-FRAMEWORK-MIB::cafSessionMethodState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-AUTH-FRAMEWORK-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-AUTH-FRAMEWORK-MIB::cafSessionMethodState.<ifIndex>.<cafSessionId>.<cafSessionMethod>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-AUTH-FRAMEWORK-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-AUTH-FRAMEWORK-MIB::cafSessionMethodState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1notRun
2running
3failedOver
4authcSuccess
5authcFailed

Conformance