Configuring switch ports to operate as supplicants for 802.1X connections to other switches

A switch port can operate as a supplicant in a connection to a port on another 802.1X-aware switch to provide security on links between 802.1X-aware switches. (A port can operate as both an authenticator and a supplicant.)

Example:

Suppose that you want to connect two switches, where:

  • Switch “A” has port 1 configured for 802.1X supplicant operation.

  • You want to connect port 1 on switch “A” to port 5 on switch “B”.

Figure 124: Supplicant operation
Procedure
  1. When port 1 on switch “A” is first connected to a port on switch “B”, or if the ports are already connected and either switch reboots, port 1 begins sending start packets to port 5 on switch “B”.
    • If, after the supplicant port sends the configured number of start packets, it does not receive a response, it assumes that switch “B” is not 802.1X-aware, and transitions to the authenticated state. If switch “B” is operating properly and is not 802.1X-aware, then the link should begin functioning normally, but without 802.1X security. and password.

    • If, after sending one or more start request packets, port 1 receives a request packet from port 5, then switch “B” is operating as an 802.1X authenticator. The supplicant port then sends a response/ID packet. If switch “B” is configured for RADIUS authentication, it forwards this request to a RADIUS server. If switch “B” is configured for Local 802.1X authentication, the authenticator compares the switch “A” response to its local username

  2. The RADIUS server then responds with an MD5 access challenge that switch “B” forwards to port 1 on switch “A”.
  3. Port 1 replies with an MD5 hash response based on its username and password or other unique credentials. Switch “B” forwards this response to the RADIUS server.
  4. The RADIUS server then analyzes the response and sends either a “success” or “failure” packet back through switch “B” to port 1.
    • A “success” response unblocks port 5 to normal traffic from port 1.

    • A “failure” response continues the block on port 5 and causes port 1 to wait for the “held-time” period before trying again to achieve authentication through port 5