dot1x supplicant
This command defines the device for IEEE 802.1x authentication as a client (supplicant). Once configured (and run exit), configuration is loaded and negotiation with the 802.1x authenticator (e.g., secure LAN switch) begins. If the supplicant's credentials are valid, the authenticator authorizes traffic on the secure port connected to the device.
Syntax
dot1x supplicant
(config-dot1x-supplicant)# set
Command |
Description |
---|---|
identity |
Defines the supplicant's identity string. |
mode {disable|md5|peap|tls} |
Disables the 802.1x supplicant mode or enables it using EAP-MD5, EAP-PEAP, or EAP-TLS. |
obscured-password |
Defines the supplicant's password (obscured). |
password |
Defines the supplicant's password. |
port-type |
Defines the supplicant's port type to run on. |
tls-ctx |
Defines the TLS Context (ID) for the supplicant. |
Command Mode
Privileged User
Related Commands
show data dot1x-supplicant-status
Example
This example defines the 802.1x supplicant.
(config-data)# dot1x supplicant
(config-dot1x-supplicant)# set identity ipp
(config-dot1x-supplicant)# set mode tls
(config-dot1x-supplicant)# set password 123456
(config-dot1x-supplicant)# set port-type wan
(config-dot1x-supplicant)# set tls-ctx 1