Specifies the RADIUS data source used for user authentication. Options include local for the local user database or LDAP for a remote LDAP resource.
authentication [data-source|eap-auth-type]
authentication data-source [ldap|local]
authentication data-source [ldap {fallack}|local] {(ssid <SSID> precedence <1-5000>)}
authentication eap-auth-type [all|peap-gtc|peap-mschapv2|tls|ttls-md5|ttls-mschapv2|ttls-pap]
authentication data-source [ldap {fallack}|local] {(ssid <SSID> precedence <1-5000>)}
data-source |
The RADIUS sever can either use the local database or an external LDAP server to authenticate a user. It is necessary to specify the data source. The options are: LDAP and local. |
ldap fallback |
Uses a remote LDAP server as the data source
When using LDAP as the authentication external source, PEAP-MSCHAPv2 authentication type can be used only if the LDAP server returns the password as plain-text. PEAP-MSCHAPv2 authentication is not supported if the LDAP server returns encrypted passwords. This restriction does not apply for Microsoft's Active Directory server. |
local |
Uses the local user database to authenticate a user. This is the default setting. |
ssid <SSID> precedence <1-5000> |
The following keywords are recursive and common to both ‘ldap‘ and ‘local‘ parameters:
Note: Specifying the SSID allows the RADIUS server to use the SSID attribute
in access requests to determine the data source to use. This option is
applicable to onboard RADIUS servers only.
|
authentication eap-auth-type [all|peap-gtc|peap-mschapv2|tls|ttls-md5|ttls-mschapv2|ttls-pap]
eap-auth-type |
Uses EAP (Extensible Authentication Protocol), with this RADIUS server policy, for user authentication The EAP authentication types supported by the local RADIUS server are: all, peap-gtc, peap-mschapv2, tls, ttls-md5, ttls-mschapv2, ttls-pap. |
all |
Enables both TTLS and PEAP authentication. This is the default setting. |
peap-gtc |
Enables PEAP with default authentication using GTC |
peap-mschapv2 |
Enables PEAP with default authentication using
MSCHAPv2 When using LDAP as the authentication external source, PEAP-MSCHAPv2 authentication type can be used only if the LDAP server returns the password as plain-text. PEAP-MSCHAPv2 authentication is not supported if the LDAP server returns encrypted passwords. This restriction does not apply for Microsoft's Active Directory server. |
tls |
Enables TLS as the EAP type |
ttls-md5 |
Enables TTLS with default authentication using md5 |
ttls-mschapv2 |
Enables TTLS with default authentication using MSCHAPv2 |
ttls-pap |
Enables TTLS with default authentication using PAP |
nx9500-6C8809(config-radius-server-policy-test)#authentication eap-auth-type tls
nx9500-6C8809(config-radius-server-policy-test)#show context radius-server-policy test authentication eap-auth-type tls nx9500-6C8809(config-radius-server-policy-test)#
no | Removes the RADIUS authentication settings |