Enables IEEE 802.1X port-based authentication on the selected wired port and configures the credentials required to authenticate the iEEE 802.1X-capable supplicant (client).
The IEEE 802.1X port-based authentication protocol restricts unauthorized LAN access by enforcing supplicant authentication at the port. When a supplicant associates with a IEEE 802.1X enabled wired port, normal traffic across the port is suspended until the supplicant is successfully authenticated. Once the supplicant is successfully authenticated, the port status changes to authorized and normal traffic flow resumes. During the suspended state, only EAP over LAN traffic is allowed across the wired port.
The authentication methods supported are username/password and EAP-TLS (trustpoint-based authentication).
dot1x supplicant [username|trustpoint]
dot1x supplicant username <USERNAME> password [0 <WORD>|2 <WORD>|<WORD>]
dot1x supplicant trustpoint <WORD>
dot1x supplicant username <USERNAME> password [0 <WORD>|2 <WORD>|<WORD>]
dot1x supplicant | Configures 802.1x suppliant settings |
username <USERNAME> | Sets the
username for authentication
|
password [0 <WORD>| 2 <WORD>| <WORD>] | Sets the
password associated with the supplicant‘s username. Select any one of the
following options:
|
dot1x supplicant trustpoint <WORD>
dot1x supplicant | Configures 802.1x suppliant settings |
trustpoint <WORD> | Sets the authentication mode as
EAP-TLS and specifies the trustpoint to be used for authentication. In EAP-TLS authentication, the supplicant and RADIUS server authenticate each other using certificates. A trustpoint represents a CA/identity pair containing the identity of the CA, CA specific configuration parameters, and an association with an enrolled identity certificate.
|
nx9500-6C8809(config-profile-testAP505-if-ge2)#dot1x supplicant username test password 0 test123 nx9500-6C8809(config-profile-testAP505-if-ge2)#show context interface ge2 dot1x supplicant username test password 0 test123 nx9500-6C8809(config-profile-testAP505-if-ge2)#
The following configuration enables dot1X supplicant on AP510 profile:
nx9500-6C8809(config-profile-testAP510-if-ge2)#dot1x supplicant trustpoint test nx9500-6C8809(config-profile-testAP510-if-ge2)#show context interface ge2 dot1x supplicant trustpoint test nx9500-6C8809(config-profile-testAP510-if-ge2)#
no | Removes 802.1X supplicant (client) settings |