eap
Note |
This command is removed effective with Cisco IOS Release 12.4(6)T. |
To specify Extensible Authentication Protocol- (EAP-) specific parameters, use the eap command in identity profile configuration mode. To disable the parameters that were set, use the no form of this command.
eap {username name | password password}
no eap {username name | password password}
Syntax Description
username name |
Username that will be sent to Request-Id packets. |
password password |
Password that should be used when replying to an Message Digest 5 (MD5) challenge. |
Command Default
EAP parameters are not set.
Command Modes
Identity profile configuration
Command History
Release |
Modification |
---|---|
12.3(11)T |
This command was introduced. |
12.4(6)T |
This command was removed. |
12.2(33)SRA |
This command was integrated into Cisco IOS release 12.(33)SRA. |
12.2SX |
This command is supported in the Cisco IOS Release 12.2SX train. Support in a specific 12.2SX release of this train depends on your feature set, platform, and platform hardware. |
Usage Guidelines
Use this command if your router is configured as a supplicant. This command provides the means for configuring the identity and the EAP MD5 password that will be used by 802.1X to authenticate.
Examples
The following example shows that the EAP username “user1” has been configured:
Router (config)# identity profile dot1x
Router (config-identity-prof)# eap username user1