CISCO-AUTH-FRAMEWORK-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-AUTH-FRAMEWORK-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
         ciscoAuthFrameworkMIBNotifs 1.3.6.1.4.1.9.9.656.0
             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'.
             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.
         ciscoAuthFrameworkMIBObjects 1.3.6.1.4.1.9.9.656.1
             ciscoAuthFrameworkSystem 1.3.6.1.4.1.9.9.656.1.1
                 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.
                 cafAuthMethodRegTable 1.3.6.1.4.1.9.9.656.1.1.2 no-access
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.
                     cafAuthMethodRegEntry 1.3.6.1.4.1.9.9.656.1.1.2.1 no-access
An entry containing registration information of a particular authentication method with Authentication Framework.
                         cafAuthMethod 1.3.6.1.4.1.9.9.656.1.1.2.1.1 ciscoauthmethod no-access
The authentication method registered with Authentication Framework.
                         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.
                         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.
                 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. Enumeration: 'deny': 1, 'permit': 2.
                 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.
                 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.
             ciscoAuthFrwkAuthenticator 1.3.6.1.4.1.9.9.656.1.2
                 cafPortConfigTable 1.3.6.1.4.1.9.9.656.1.2.1 no-access
A list of port entries. An entry will exist for each interface which support Authentication Framework feature.
                     cafPortConfigEntry 1.3.6.1.4.1.9.9.656.1.2.1.1 no-access
An entry containing management information of Authentication Framework applicable to a particular port.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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. Enumeration: 'restrict': 1, 'protect': 3, 'shutdown': 2, 'replace': 4.
                 cafPortMethodTable 1.3.6.1.4.1.9.9.656.1.2.2 no-access
The table contains a list of port entries. An entry will exist for each port which supports Authentication Framework feature.
                     cafPortMethodEntry 1.3.6.1.4.1.9.9.656.1.2.2.1 no-access
Entry containing configuration and information of authentication methods for a particular port.
                         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.
                         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.
                         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.
                         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.
                         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.
             ciscoAuthFrameworkEvent 1.3.6.1.4.1.9.9.656.1.3
                 cafAuthFailedEventPortTable 1.3.6.1.4.1.9.9.656.1.3.1 no-access
The table contains a list of port entries. An entry will exist for each port which supports Authentication Fail event within the Authentication Framework.
                     cafAuthFailedEventPortEntry 1.3.6.1.4.1.9.9.656.1.3.1.1 no-access
Entry containing management information of Authentication Fail event for a particular port.
                         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.
                         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.
                         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.
                         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.
                 cafClientNoRespEventPortTable 1.3.6.1.4.1.9.9.656.1.3.2 no-access
The table contains a list of port entries. An entry exists for each port which supports No Response event within the Authentication Framework.
                     cafClientNoRespEventPortEntry 1.3.6.1.4.1.9.9.656.1.3.2.1 no-access
Entry containing management information of No Response event for a particular port.
                         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.
                         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.
                 cafServerEventPortTable 1.3.6.1.4.1.9.9.656.1.3.3 no-access
The table contains a list of port entries. An entry exists for each port which supports AAA Server Reachability event within the Authentication Framework.
                     cafServerEventPortEntry 1.3.6.1.4.1.9.9.656.1.3.3.1 no-access
Entry containing management information of AAA Server Reachability event for a particular port.
                         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.
                         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.
                         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.
                         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. Enumeration: 'reinitialize': 2, 'none': 1.
             ciscoAuthFrameworkSession 1.3.6.1.4.1.9.9.656.1.4
                 cafSessionTable 1.3.6.1.4.1.9.9.656.1.4.1 no-access
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.
                     cafSessionEntry 1.3.6.1.4.1.9.9.656.1.4.1.1 no-access
Entry containing management information for a particular authentication session.
                         cafSessionId 1.3.6.1.4.1.9.9.656.1.4.1.1.1 octet string no-access
A unique identifier of the authentication session.
                         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.
                         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.
                         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.
                         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. Enumeration: 'authenticationSuccess': 4, 'authorizationSuccess': 6, 'authenticationFailed': 5, 'authorizationFailed': 7, 'running': 2, 'idle': 1, 'noMethod': 3.
                         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. Enumeration: 'voice': 3, 'other': 1, 'data': 2.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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.
                         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. Enumeration: 'unknown': 1, 'terminate': 2, 'reauthenticate': 3.
                         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.
                         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.
                         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.
                         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.
                         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.
                 cafSessionMethodsInfoTable 1.3.6.1.4.1.9.9.656.1.4.2 no-access
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.
                     cafSessionMethodsInfoEntry 1.3.6.1.4.1.9.9.656.1.4.2.1 no-access
Entry containing method information for a particular runnable authentication methods which is associated with a session for an Authentication Framework managed port.
                         cafSessionMethod 1.3.6.1.4.1.9.9.656.1.4.2.1.1 ciscoauthmethod no-access
Indicates this authentication method.
                         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. Enumeration: 'running': 2, 'authcFailed': 5, 'notRun': 1, 'authcSuccess': 4, 'failedOver': 3.
             ciscoAuthFrwkNotifControl 1.3.6.1.4.1.9.9.656.1.5
                 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.
                 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.
             ciscoAuthFrwkNotifInfo 1.3.6.1.4.1.9.9.656.1.6
                 cafSecurityViolationClient 1.3.6.1.4.1.9.9.656.1.6.1 macaddress no-access
The MAC address included in the notification currently being sent, indicating the client who triggered the security violation notification.
                 cafAuthFailClient 1.3.6.1.4.1.9.9.656.1.6.2 macaddress no-access
The MAC address included in the cafAuthFailNotif being sent, indicating the client which failed to authenticate.
         ciscoAuthFrameworkMIBConform 1.3.6.1.4.1.9.9.656.2
             ciscoAuthFrameworkMIBCompliances 1.3.6.1.4.1.9.9.656.2.1
                 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.
             ciscoAuthFrameworkMIBGroups 1.3.6.1.4.1.9.9.656.2.2
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.