Configuration Process

The Authenticator facilitates the authentication exchanges that occur between the Supplicant and the Authentication Server. The Authenticator PORT ACCESS ENTITY (PAE) encapsulates the EAP message into a RADIUS packet, and then sends the packet to the Authentication Server.

The Authenticator manages the access to controlled port. At system initialization, or when a Supplicant initially connects to one of the controlled ports on the device, the system blocks data traffic of the Supplicant until gets authenticated. After the Authentication Server notifies the Authenticator PAE about the success or failure of the authentication, the Authenticator decides whether to permit/deny the traffic of client on controlled port.

non-EAPoL (NEAP) frames transmit according to the following rules:

The following figure illustrates how the switch, configured with EAP, reacts to a new network connection.

Click to expand in new window
EAP configuration example

In the preceding figure, the switch uses the following steps to authenticate a new client:

  1. The switch detects a new connection on one of its EAP-enabled ports and requests a user ID from the new client PC.

  2. The new client sends its user ID to the switch.

  3. The switch uses RADIUS to forward the user ID to the RADIUS server.

  4. The RADIUS server responds with a request for the password of the user.

  5. The switch forwards the request from the RADIUS server to the new client.

  6. The new client sends an encrypted password to the switch, within the EAP packet.

  7. The switch forwards the EAP packet to the RADIUS server.

  8. The RADIUS server authenticates the password.

  9. The switch grants the new client access to the network.

  10. The new client accesses the network.

If the RADIUS server cannot authenticate the new client, it denies the new client access to the network.

The following figure shows the Ethernet frames and the corresponding codes for EAP as specified by 802.1x.

Click to expand in new window
802.1x Ethernet frame

The following figure shows the flow diagram for EAP on a switch.

Click to expand in new window
EAP flow diagram