Configure EAP on an Interface
Configure EAP on an interface.
Before you begin
EAP must be globally enabled.
About this task
When you configure a port with the EAP status of auto (Authorization depends on result of EAP authentication), only one supplicant is allowed on this port. Multiple EAP supplicants are not allowed on the same physical switch port.
Procedure
Examples
Enable EAP on an interface:
Switch:1>enable Switch:1#configure terminal Switch:1(config)#interface GigabitEthernet 1/2 Switch:1(config-if)# eapol status auto
Disable EAP on an interface:
Switch:1>enable Switch:1#configure terminal Switch:1(config)#interface GigabitEthernet 1/2 Switch:1(config-if)# no eapol status
Variable Definitions
The following table defines parameters for the eapol status command.
Variable |
Value |
---|---|
authorized |
Specifies that the port is always authorized. The default value is authorized. |
auto |
Specifies that port authorization depends on the results of the EAP authentication by the RADIUS server. The default value is authorized. |