cafSessionStatus
CISCO-AUTH-FRAMEWORK-MIB ·
.1.3.6.1.4.1.9.9.656.1.4.1.1.5
Object
column Enumeration
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.
Context
- MIB
- CISCO-AUTH-FRAMEWORK-MIB
- OID
.1.3.6.1.4.1.9.9.656.1.4.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cafSessionEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk 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::cafSessionStatus'
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::cafSessionStatus.<ifIndex>.<cafSessionId>'
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::cafSessionStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | running |
3 | noMethod |
4 | authenticationSuccess |
5 | authenticationFailed |
6 | authorizationSuccess |
7 | authorizationFailed |
Conformance
Member of