All MIBs › CISCO-AUTH-FRAMEWORK-MIB
Organization: Cisco Systems Inc.
Last Updated: 2013-08-23
Category: Cisco Devices, RADIUS and AAA, VPN and Security
Description: Manages Cisco 802.1X port-based authentication framework configuration and session state.
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.
What Is CISCO-AUTH-FRAMEWORK-MIB?
CISCO-AUTH-FRAMEWORK-MIB is a Cisco enterprise MIB for the Authentication Framework (CAF) subsystem on Cisco switches, which provides generic configuration for 802.1X and other port-based authentication methods and manages failover ordering between them, part of the network access control/security technology area. It exposes registered authentication method priorities and execution order, per-port authentication configuration including controlled direction, MAC move mode, and behavior around Change-of-Authorization (CoA) commands like port bounce and port disable. For status monitoring, this MIB is centered on the software/control-plane state of the authentication process rather than physical hardware health: an operator can verify which authentication method is currently prioritized for a port, whether CoA-triggered port bounce/disable actions are being ignored (which could indicate a misconfigured NAC policy), and the recovery delay after AAA server non-response, which affects how quickly a port resumes normal authentication after an AAA outage. It explicitly depends on and complements IEEE 802.1X and Cisco's broader AAA/RADIUS framework MIBs for actual session and identity data. It is deployed on Cisco access switches implementing 802.1X/MAB/webauth network access control in enterprise and campus networks. Network engineers searching for cisco-auth-framework-mib specifically look this module up when auditing Cisco's unified 802.1X/MAB/web-auth session framework.
IPNetwork Monitor allows you to monitor SNMP objects defined in CISCO-AUTH-FRAMEWORK-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- Cisco access/campus switch
Monitoring Examples
A security administrator would check cafPortConfigTable/cafPortConfigEntry to verify cafPortControlledDirection for a port matches policy, and review cafAuthMethodRegTable/cafAuthMethodRegEntry to confirm cafAuthMethodDefaultPriority and cafAuthMethodDefaultExecOrder reflect the intended 802.1X-then-MAB fallback sequence. If cafCoABouncePortCommandIgnoreEnabled or cafCoADisablePortCommandIgnoreEnabled is unexpectedly true, it would explain why a RADIUS CoA-triggered port bounce/disable is not taking effect, and cafAaaNoRespRecoveryDelay would be checked if ports are slow to recover after an AAA server outage.
What Can Be Monitored
- authentication method priority/order
- per-port authentication control direction
- CoA port bounce/disable command handling
- MAC move mode
- AAA no-response recovery delay
This MIB depends on
Related MIBs
Imported Objects
From CISCO-NAC-TC-MIB
| CnnEouPostureTokenString |
| VlanIndexOrZero |
From CISCO-SMI
| ciscoMgmt | OBJECT-IDENTITY |
From IF-MIB
| ifIndex | OBJECT-TYPE |
| ifName | OBJECT-TYPE |
From INET-ADDRESS-MIB
| InetAddress | |
| InetAddressType |
From SNMP-FRAMEWORK-MIB
| SnmpAdminString |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| NOTIFICATION-GROUP | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Integer32 | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE | |
| Unsigned32 |
From SNMPv2-TC
| MacAddress | |
| TEXTUAL-CONVENTION | |
| TruthValue |
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| U32 cafAaaNoRespRecoveryDelay | 1.3.6.1.4.1.9.9.656.1.1.1 | Unsigned32 | read-write | Specifies the AAA recovery delay for authentication methods registered in Authentication Framework when AAA server becomes active again after being inactive. A value of zero indicates that AAA recovery delay is disabled in the system. |
| cafAaaNoRespRecoveryDelayGroup | 1.3.6.1.4.1.9.9.656.2.2.2 | A collection of objects that provides AAA recovery delay configuration for Authentication Framework in the system. | ||
| MAC cafAuthFailClient | 1.3.6.1.4.1.9.9.656.1.6.2 | MacAddress | accessible-for-notify | The MAC address included in the cafAuthFailNotif being sent, indicating the client which failed to authenticate. |
| cafAuthFailClientGroup | 1.3.6.1.4.1.9.9.656.2.2.18 | A collection of objects providing MAC address of the failed client in the authentication failure notification. | ||
| I32 cafAuthFailedAuthorizedVlan | 1.3.6.1.4.1.9.9.656.1.3.1.1.3 | Integer32 | read-write | This object specifies the Authentication Failed VLAN number. The read-only value of -1 indicates that this object is not applicable on this port. The read-only value of zero indicates that this port will not be authorized to any VLAN when Authentication Failed event occurs. Setting a non-zero value on this object indicates that this port will be authorized to the VLAN as specified by this object value, when Authentication Fail event occurs. |
| cafAuthFailedEventGroup | 1.3.6.1.4.1.9.9.656.2.2.5 | A collection of objects that provides configuration of Auth-Failed behaviour of Authentication Framework for ports in the system. | ||
| cafAuthFailedEventPortEntry | 1.3.6.1.4.1.9.9.656.1.3.1.1 | not-accessible | Entry containing management information of Authentication Fail event for a particular port. | |
| cafAuthFailedEventPortTable | 1.3.6.1.4.1.9.9.656.1.3.1 | not-accessible | The table contains a list of port entries. An entry will exist for each port which supports Authentication Fail event within the Authentication Framework. | |
| U32 cafAuthFailedMaxRetry | 1.3.6.1.4.1.9.9.656.1.3.1.1.1 | Unsigned32 | read-write | This object specifies the maximum number of retry should be performed before generating Authentication Fail event. A value of zero indicates that Authentication Fail event will be generated upon authentication fail without any retry. |
| T/F cafAuthFailedNextMethodEnabled | 1.3.6.1.4.1.9.9.656.1.3.1.1.4 | TruthValue | read-write | This object specifies whether the next authentication method will be used if an Authentication Fail event is generated by the current authentication method. Setting this object to 'true' indicates that the next available authentication method will be used when Authentication Fail event occurs. The read-only value 'false' indicates that the next available authentication method will not be used when Authentication Fail event occurs. |
| T/F cafAuthFailedNoActionEnabled | 1.3.6.1.4.1.9.9.656.1.3.1.1.2 | TruthValue | read-write | This object specifies whether no action will be performed when an Authentication Fail event occurs. Setting 'true' on this object indicates that no action will be performed when Authentication Fail event occurs. The read-only value 'false' indicates that an action will be performed when an Authentication Fail event occurs. |
| NTF cafAuthFailNotif | 1.3.6.1.4.1.9.9.656.0.2 | A cafAuthFailNotif is sent if an authentication failure is detected on a port, and the instance value of cafAuthFailNotifEnable is 'true'. ifName contains the name of the interface where the authentication failure happened. cafAuthFailClient contains the mac address of the client which failed to authenticate. | ||
| T/F cafAuthFailNotifEnable | 1.3.6.1.4.1.9.9.656.1.5.2 | TruthValue | read-write | This object specifies whether the system produces the cafAuthFailNotif. A 'true' value will cause cafAuthFailNotif to be generated by this system when an authentication failure happens. A 'false' value will prevent cafAuthFailNotif from being generated by this system. |
| cafAuthFailNotifEnableGroup | 1.3.6.1.4.1.9.9.656.2.2.17 | A collection of objects that provides control over authentication failure notification for Authentication Framework in the system. | ||
| cafAuthFailNotifGroup | 1.3.6.1.4.1.9.9.656.2.2.16 | A collection of notification providing information about port's authentication failure in Authentication Framework. | ||
| CIS cafAuthMethod | 1.3.6.1.4.1.9.9.656.1.1.2.1.1 | CiscoAuthMethod | not-accessible | The authentication method registered with Authentication Framework. |
| U32 cafAuthMethodDefaultExecOrder | 1.3.6.1.4.1.9.9.656.1.1.2.1.3 | Unsigned32 | read-only | A unique number which indicates the default execution order of a authentication method. The default execution order is assigned by Authentication Framework during method registration. The method with smallest value will be execute first. |
| U32 cafAuthMethodDefaultPriority | 1.3.6.1.4.1.9.9.656.1.1.2.1.2 | Unsigned32 | read-only | A unique number which indicates the default priority of a authentication method. The default priority is assigned by Authentication Framework during method registration. The method with smallest value has highest priority. |
| cafAuthMethodRegEntry | 1.3.6.1.4.1.9.9.656.1.1.2.1 | not-accessible | An entry containing registration information of a particular authentication method with Authentication Framework. | |
| cafAuthMethodRegGroup | 1.3.6.1.4.1.9.9.656.2.2.1 | A collection of objects that provides registration information of authentication methods in Authentication Framework. | ||
| cafAuthMethodRegTable | 1.3.6.1.4.1.9.9.656.1.1.2 | not-accessible | A list of authentication methods which are currrently registered with Authentication Framework. An entry is created by the agent when an authentication method has successfully registered with Authentication Framework. An entry is deleted by the agent upon de-registration of the authentication method. | |
| cafAuthPortConfigGroup | 1.3.6.1.4.1.9.9.656.2.2.3 | A collection of objects that provides configuration of Authentication Framework for capable ports in the system. | ||
| I32 cafClientNoRespAuthorizedVlan | 1.3.6.1.4.1.9.9.656.1.3.2.1.2 | Integer32 | read-write | This object specifies the No Response Authorized VLAN number. The read-only value of -1 indicates that this object is not applicable on this port. The read-only value of zero indicates that this port will not be authorized to any VLAN when No Response event occurs. Setting a non-zero value on this object indicates that this port will be authorized to the VLAN as specified by this object value, when No Response event occurs. |
| cafClientNoRespEventGroup | 1.3.6.1.4.1.9.9.656.2.2.6 | A collection of objects that provides configuration of Authentication Framework when no-responsive client is detected on a port in the system. | ||
| cafClientNoRespEventPortEntry | 1.3.6.1.4.1.9.9.656.1.3.2.1 | not-accessible | Entry containing management information of No Response event for a particular port. | |
| cafClientNoRespEventPortTable | 1.3.6.1.4.1.9.9.656.1.3.2 | not-accessible | The table contains a list of port entries. An entry exists for each port which supports No Response event within the Authentication Framework. | |
| T/F cafClientNoRespNoActionEnabled | 1.3.6.1.4.1.9.9.656.1.3.2.1.1 | TruthValue | read-write | This object specifies whether an action is performed when No Response event occurs. Setting 'true' on this object indicates that no action will be performed when No Response event occurs. The read-only value 'false' of this object indicates that an action will be performed when No Response event occurs. |
| T/F cafCoABouncePortCommandIgnoreEnabled | 1.3.6.1.4.1.9.9.656.1.1.4 | TruthValue | read-write | This object specifies whether the device ignores the bounce port command that sent from RADIUS via Change-of-Authorization (CoA) packets. |
| cafCoACommandConfigGroup | 1.3.6.1.4.1.9.9.656.2.2.15 | A collection of objects providing configuration information for the device's behaviour on CoA commands. | ||
| T/F cafCoADisablePortCommandIgnoreEnabled | 1.3.6.1.4.1.9.9.656.1.1.5 | TruthValue | read-write | This object specifies whether the device ingores the disable port command that sent from RADIUS via Change-of-Authorization (CoA) packets. |
| cafMacMoveConfigGroup | 1.3.6.1.4.1.9.9.656.2.2.14 | A collection of objects providing MAC move cofiguration information for Authentication Framework on the device. | ||
| INT cafMacMoveMode | 1.3.6.1.4.1.9.9.656.1.1.3 | INTEGER | read-write | This object specifies the MAC Move configuration for Authentication Framework. deny : When a host is authenticated on one port, that address is not allowed on another authenticated manager-enabled port of the device. permit: Authenticated hosts are allowed to move from one port to another on the same device. When a host moves to a new port, the authenticated session on the original port is deleted, and the host is reauthenticated on the new port. |
| CIS cafPortAuthHostMode | 1.3.6.1.4.1.9.9.656.1.2.1.1.3 | CiscoAuthHostMode | read-write | Specifies the authentication host mode for this port. |
| CIS cafPortAuthorizeControl | 1.3.6.1.4.1.9.9.656.1.2.1.1.5 | CiscoAuthControlledPortControl | read-write | Specifies the authorization control for this port. |
| cafPortConfigEntry | 1.3.6.1.4.1.9.9.656.1.2.1.1 | not-accessible | An entry containing management information of Authentication Framework applicable to a particular port. | |
| cafPortConfigTable | 1.3.6.1.4.1.9.9.656.1.2.1 | not-accessible | A list of port entries. An entry will exist for each interface which support Authentication Framework feature. | |
| CIS cafPortControlledDirection | 1.3.6.1.4.1.9.9.656.1.2.1.1.1 | CiscoAuthControlledDirections | read-write | Specifies the controlled direction of this port. |
| STR cafPortFallBackProfile | 1.3.6.1.4.1.9.9.656.1.2.1.1.2 | SnmpAdminString | read-write | Specifies the name of the fallback profile to be used when failing over to Web Proxy Authentication. A zero length string indicates that fallback mechanism to Web Proxy Authentication is disabled in Authentication Framework. |
| I32 cafPortInactivityTimeout | 1.3.6.1.4.1.9.9.656.1.2.1.1.9 | Integer32 | read-write | Specifies the period of time that a client associating with this port is allowed to be inactive before being terminated. A value of zero indicates that inactivity timeout is disabled on this port. A value of -1 indicates that inactivity timeout is downloaded from the AAA server when this port is authenticated. |
| CIS cafPortMethodAdminExecOrder | 1.3.6.1.4.1.9.9.656.1.2.2.1.1 | CiscoAuthMethodList | read-write | This object specifies the administrative execution order of authentication methods on the port. Methods are executed in the order as specified in the method list. Method which is at the beginning of the method list will be executed first. Method which is at the end of method list will be executed last. A zero length string of this object indicates that no per port execution order configuration has been specified on this port. The actual execution order is based on the value of cafAuthMethodDefaultExecOrder in cafAuthMethodRegTable. |
| CIS cafPortMethodAdminPriority | 1.3.6.1.4.1.9.9.656.1.2.2.1.2 | CiscoAuthMethodList | read-write | This object specifies the administrative priority of authentication methods on the port. The priority of each method is assigned based on the method list. Method which is at the beginning of the method list has highest priority. Method which is at the end of method list has lowest priority. A zero length string of this object indicates that no per port method priority configuration has been specified on this port. The actual execution order is based on the value of cafAuthMethodDefaultExecOrder in cafAuthMethodRegTable. |
| CIS cafPortMethodAvailable | 1.3.6.1.4.1.9.9.656.1.2.2.1.3 | CiscoAuthMethodList | read-only | This object indicates the authentication methods currently available on this port. |
| cafPortMethodEntry | 1.3.6.1.4.1.9.9.656.1.2.2.1 | not-accessible | Entry containing configuration and information of authentication methods for a particular port. | |
| cafPortMethodGroup | 1.3.6.1.4.1.9.9.656.2.2.4 | A collection of objects that provides configuration and information of authentication methods within Authentication Framework for capable ports in the system. | ||
| CIS cafPortMethodOperExecOrder | 1.3.6.1.4.1.9.9.656.1.2.2.1.4 | CiscoAuthMethodList | read-only | This object indicates the operational execution order of authentication methods on this port. Methods are executed in the order as specified in the method list. Method which is at the beginning of the method list will be executed first. Method which is at the end of method list will be executed last. |
| CIS cafPortMethodOperPriority | 1.3.6.1.4.1.9.9.656.1.2.2.1.5 | CiscoAuthMethodList | read-only | This object indicates the operational priority of authentication methods on this port. Methods have the priority as specified in the method list. Method which is at the beginning of the method list has highest priority. Method which is at the end of method list has lowest priority. |
| cafPortMethodTable | 1.3.6.1.4.1.9.9.656.1.2.2 | not-accessible | The table contains a list of port entries. An entry will exist for each port which supports Authentication Framework feature. | |
| T/F cafPortPreAuthOpenAccess | 1.3.6.1.4.1.9.9.656.1.2.1.1.4 | TruthValue | read-write | Specifies if the Pre-Authentication Open Access feature allows clients/devices to gain network access before authentication is performed. A value of 'true' for this object indicates that client/device is able to gain network access before authentication is performed. |
| T/F cafPortReauthEnabled | 1.3.6.1.4.1.9.9.656.1.2.1.1.6 | TruthValue | read-write | Specifies if reauthentication is enabled for this port. |
| U32 cafPortReauthInterval | 1.3.6.1.4.1.9.9.656.1.2.1.1.7 | Unsigned32 | read-write | Specifies the reauthentication interval, after which the port will be reauthenticated if value of the corresponding instance of cafPortReauthEnabled is 'true'. A value of zero indicates that the reauthentication interval is downloaded from AAA server when this port is authenticated. |
| U32 cafPortRestartInterval | 1.3.6.1.4.1.9.9.656.1.2.1.1.8 | Unsigned32 | read-write | Specifies the interval after which a further authentication attempt should be made to this port if it is not authorized. A value of zero indicates that no further authentication attempt will be made if this port is unauthorized. |
| INT cafPortViolationAction | 1.3.6.1.4.1.9.9.656.1.2.1.1.10 | INTEGER | read-write | Specifies the action to be taken due to a security violation occurs on this port. restrict: This port will be moved to restricted state. shutdown: This port will be shutdown from Authentication Framework perspective. protect : This port will be moved to protected state. replace : The current authentication session on this port will be terminated and replaced by a new authentication session, upon the detection of security violation on the current authentication session on the port. |
| MAC cafSecurityViolationClient | 1.3.6.1.4.1.9.9.656.1.6.1 | MacAddress | accessible-for-notify | The MAC address included in the notification currently being sent, indicating the client who triggered the security violation notification. |
| cafSecurityViolationClientGroup | 1.3.6.1.4.1.9.9.656.2.2.12 | A collection of objects providing MAC address of the offending client in the security violation notification. | ||
| NTF cafSecurityViolationNotif | 1.3.6.1.4.1.9.9.656.0.1 | A cafSecurityViolationNotif is sent if a security violation is detected on a port, and the instance value of cafSecurityViolationNotifEnable is 'true'. | ||
| T/F cafSecurityViolationNotifEnable | 1.3.6.1.4.1.9.9.656.1.5.1 | TruthValue | read-write | This variable indicates whether the system produces the cafSecurityViolationNotif. A 'false' value will prevent cafSecurityViolationNotif from being generated by this system. |
| cafSecurityViolationNotifGroup | 1.3.6.1.4.1.9.9.656.2.2.11 | A collection of notification providing information about port's security violation in Authentication Framework. | ||
| cafSecViolationNotifEnableGroup | 1.3.6.1.4.1.9.9.656.2.2.10 | A collection of objects that provides control over security violation notification for Authentication Framework in the system. | ||
| INT cafServerAliveAction | 1.3.6.1.4.1.9.9.656.1.3.3.1.4 | INTEGER | read-write | This object specifies the action applied to the port upon AAA recovery. none : no action will be applied. reinitialize: the port will be reinitialized with the current authentication method. |
| I32 cafServerDeadAuthorizedVlan | 1.3.6.1.4.1.9.9.656.1.3.3.1.3 | Integer32 | read-write | This object specifies the AAA Server Reachability Authorized VLAN number. The read-only value of -1 indicates that this object is not applicable on this port. The read-only value of zero indicates that this port will not be authorized to any VLAN when AAA Server Reachability event occurs. Setting a non-zero value on this object indicates that this port will be authorized to the VLAN as specified by this object value, when AAA Server Reachability event occurs. |
| T/F cafServerDeadNoActionEnabled | 1.3.6.1.4.1.9.9.656.1.3.3.1.1 | TruthValue | read-write | This object indicates whether an action is performed if an AAA Server Reachability event occurs. Setting 'true' on this object indicates that no action will be performed when AAA Server Reachability event occurs. The read-only value 'false' indicates that an action will be performed when AAA Server Reachability event occurs. |
| T/F cafServerDeadRemainAuthorized | 1.3.6.1.4.1.9.9.656.1.3.3.1.2 | TruthValue | read-write | This object specifies if current authorization will remain unchanged for the port when AAA Server Reachability event occurs. Setting 'true' on this object indicates that current authorization will remain unchanged for the port when AAA Server Reachability event occurs. The read-only value 'false' indicates that the current authorization will not be retained for the port when AAA Server Reachability event occurs. |
| cafServerEventGroup | 1.3.6.1.4.1.9.9.656.2.2.7 | A collection of objects that provides configuration of Authentication Framework when AAA Server Reachability event occurs. | ||
| cafServerEventPortEntry | 1.3.6.1.4.1.9.9.656.1.3.3.1 | not-accessible | Entry containing management information of AAA Server Reachability event for a particular port. | |
| cafServerEventPortTable | 1.3.6.1.4.1.9.9.656.1.3.3 | not-accessible | The table contains a list of port entries. An entry exists for each port which supports AAA Server Reachability event within the Authentication Framework. | |
| CIS cafSessionAuthHostMode | 1.3.6.1.4.1.9.9.656.1.4.1.1.7 | CiscoAuthHostMode | read-only | Indicates the authentication host mode of the port in the authentication session. |
| STR cafSessionAuthorizedBy | 1.3.6.1.4.1.9.9.656.1.4.1.1.12 | SnmpAdminString | read-only | Indicates the name of the feature which authorizes the authentication session. |
| STR cafSessionAuthUserName | 1.3.6.1.4.1.9.9.656.1.4.1.1.10 | SnmpAdminString | read-only | Indicates the name of the authenticated user for the authentication session. |
| VLA cafSessionAuthVlan | 1.3.6.1.4.1.9.9.656.1.4.1.1.14 | VlanIndexOrZero | read-only | Indicates the authorized VLAN applied to the authentication session. Value zero indicates that no authorized VLAN has been applied, or it is not applicable. |
| IP cafSessionClientAddress | 1.3.6.1.4.1.9.9.656.1.4.1.1.4 | InetAddress | read-only | Indicates the Internet address of the client associates with the authentication session. The type of this address is determined by the value of cafSessionClientAddrType object. |
| IPt cafSessionClientAddrType | 1.3.6.1.4.1.9.9.656.1.4.1.1.3 | InetAddressType | read-only | Indicates the type of Internet address of the client associates with the authentication session. |
| STR cafSessionClientFramedIpPool | 1.3.6.1.4.1.9.9.656.1.4.1.1.11 | SnmpAdminString | read-only | Indicates the name of the address pool from which the session's client IP address is assigned. |
| MAC cafSessionClientMacAddress | 1.3.6.1.4.1.9.9.656.1.4.1.1.2 | MacAddress | read-only | Indicates the MAC address of the device associates with the authentication session. |
| CIS cafSessionControlledDirection | 1.3.6.1.4.1.9.9.656.1.4.1.1.8 | CiscoAuthControlledDirections | read-only | Indicates the operational controlled directions parameter for this port in the authentication session. |
| U32 cafSessionCriticalTimeLeft | 1.3.6.1.4.1.9.9.656.1.4.1.1.13 | Unsigned32 | read-only | Indicates the leftover time before the next authentication attempt for the authentication session after Server Reachability event occurred. Value zero indicates that this session is currently being authenticated or it is not applicable. |
| INT cafSessionDomain | 1.3.6.1.4.1.9.9.656.1.4.1.1.6 | INTEGER | read-only | Indicates the type of domain that the authentication session belongs to. other : none of the below. data : indicates the data domain. voice: indicates the voice domain. |
| cafSessionEntry | 1.3.6.1.4.1.9.9.656.1.4.1.1 | not-accessible | Entry containing management information for a particular authentication session. | |
| cafSessionGroup | 1.3.6.1.4.1.9.9.656.2.2.8 | A collection of objects that provides authentication session management information for Authentication Framework. | ||
| OCT cafSessionId | 1.3.6.1.4.1.9.9.656.1.4.1.1.1 | OCTET STRING | not-accessible | A unique identifier of the authentication session. |
| U32 cafSessionInactivityTimeLeft | 1.3.6.1.4.1.9.9.656.1.4.1.1.19 | Unsigned32 | read-only | Indicates the leftover time of the inactivity timer of the authentication session. |
| U32 cafSessionInactivityTimeout | 1.3.6.1.4.1.9.9.656.1.4.1.1.18 | Unsigned32 | read-only | Indicates the inactivity timeout used by Authentication Framework in the authentication session. |
| CIS cafSessionMethod | 1.3.6.1.4.1.9.9.656.1.4.2.1.1 | CiscoAuthMethod | not-accessible | Indicates this authentication method. |
| cafSessionMethodInfoGroup | 1.3.6.1.4.1.9.9.656.2.2.9 | A collection of objects that provides information about authentication methods associate with Authentication Framework 's authentication sessions in the system. | ||
| cafSessionMethodsInfoEntry | 1.3.6.1.4.1.9.9.656.1.4.2.1 | not-accessible | Entry containing method information for a particular runnable authentication methods which is associated with a session for an Authentication Framework managed port. | |
| cafSessionMethodsInfoTable | 1.3.6.1.4.1.9.9.656.1.4.2 | not-accessible | The table contains a list of authentication method for every authentication session. An entry exists for each authentication method that can authenticate an authentication session within Authentication Framework. | |
| INT cafSessionMethodState | 1.3.6.1.4.1.9.9.656.1.4.2.1.2 | INTEGER | read-only | 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. |
| STR cafSessionPostureToken | 1.3.6.1.4.1.9.9.656.1.4.1.1.9 | CnnEouPostureTokenString | read-only | Indicates the posture token associates with the authentication session. |
| T/F cafSessionReauth | 1.3.6.1.4.1.9.9.656.1.4.1.1.20 | TruthValue | read-write | The reauthentication control for the authentication session. Setting this object to 'true' cause the current authenticated session to reauthenticate the authenticated client. Setting this object to 'false' has no effect. This object always returns 'false' when being read. |
| INT cafSessionStatus | 1.3.6.1.4.1.9.9.656.1.4.1.1.5 | INTEGER | read-only | 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. |
| cafSessionTable | 1.3.6.1.4.1.9.9.656.1.4.1 | not-accessible | The table contains a list of authentication session. An entry is created when an authentication session has successfully created within Authentication Framework. An entry is deleted when an authentication session has been removed. | |
| T/F cafSessionTerminate | 1.3.6.1.4.1.9.9.656.1.4.1.1.21 | TruthValue | read-write | The termination request control for the authentication session. Setting this object to 'true' terminates the current session. Setting this object to 'false' has no effect. This object always returns 'false' when being read. |
| U32 cafSessionTimeLeft | 1.3.6.1.4.1.9.9.656.1.4.1.1.16 | Unsigned32 | read-only | Indicates the leftover time of the current authentication session. |
| U32 cafSessionTimeout | 1.3.6.1.4.1.9.9.656.1.4.1.1.15 | Unsigned32 | read-only | Indicates the session timeout used by Authentication Framework in the authentication session. |
| INT cafSessionTimeoutAction | 1.3.6.1.4.1.9.9.656.1.4.1.1.17 | INTEGER | read-only | Indicates the timeout action on the authentication session, when value of the corresponding instance of cafSessionTimeLeft reaches zero. unknown : None of the below. terminate : Session will be terminated. reauthenticate: Session will be reauthenticated. |
| STR cafSessionVlanGroupName | 1.3.6.1.4.1.9.9.656.1.4.1.1.22 | SnmpAdminString | read-only | The name of the VLAN group that has been used during VLAN assignment for this session. A zero length string indicates that there is no VLAN group been used during VLAN assignment. |
| cafSessionVlanGroupNameGroup | 1.3.6.1.4.1.9.9.656.2.2.13 | A collection of objects providing VLAN group information of authenticated session in Authentication Framework. | ||
| ciscoAuthFrameworkEvent | 1.3.6.1.4.1.9.9.656.1.3 | |||
| ciscoAuthFrameworkMIB | 1.3.6.1.4.1.9.9.656 | MIB module for Authentication Framework in the system. Authentication Framework provides generic configurations for authentication methods in the system and manage the failover sequence of these methods in a flexible manner. | ||
| ciscoAuthFrameworkMIBCompliance | 1.3.6.1.4.1.9.9.656.2.1.1 | The compliance statement for entities which implement CISCO-AUTH-FRAMEWORK-MIB. | ||
| ciscoAuthFrameworkMIBCompliance2 | 1.3.6.1.4.1.9.9.656.2.1.2 | The compliance statement for entities which implement CISCO-AUTH-FRAMEWORK-MIB. | ||
| ciscoAuthFrameworkMIBCompliance3 | 1.3.6.1.4.1.9.9.656.2.1.3 | The compliance statement for entities which implement CISCO-AUTH-FRAMEWORK-MIB. | ||
| ciscoAuthFrameworkMIBCompliance4 | 1.3.6.1.4.1.9.9.656.2.1.4 | The compliance statement for entities which implement CISCO-AUTH-FRAMEWORK-MIB. | ||
| ciscoAuthFrameworkMIBCompliances | 1.3.6.1.4.1.9.9.656.2.1 | |||
| ciscoAuthFrameworkMIBConform | 1.3.6.1.4.1.9.9.656.2 | |||
| ciscoAuthFrameworkMIBGroups | 1.3.6.1.4.1.9.9.656.2.2 | |||
| ciscoAuthFrameworkMIBNotifs | 1.3.6.1.4.1.9.9.656.0 | |||
| ciscoAuthFrameworkMIBObjects | 1.3.6.1.4.1.9.9.656.1 | |||
| ciscoAuthFrameworkSession | 1.3.6.1.4.1.9.9.656.1.4 | |||
| ciscoAuthFrameworkSystem | 1.3.6.1.4.1.9.9.656.1.1 | |||
| ciscoAuthFrwkAuthenticator | 1.3.6.1.4.1.9.9.656.1.2 | |||
| ciscoAuthFrwkNotifControl | 1.3.6.1.4.1.9.9.656.1.5 | |||
| ciscoAuthFrwkNotifInfo | 1.3.6.1.4.1.9.9.656.1.6 |
RFC description
Cisco authentication framework MIB for managing network access control, 802.1X, and authentication policies.
Start monitoring Cisco access/campus switches (802.1X auth framework) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.