A network security administrator is deploying 802.1X EAP-TLS network access control across enterprise switches to enforce mutual authentication and dynamic VLAN authorization. Place the operational stages of the EAP-TLS authentication and authorization sequence in the correct chronological order from session initiation to final access enforcement.
- 1The endpoint (supplicant) transmits an EAP-Response/Identity to the switch (authenticator), which encapsulates the payload into a RADIUS Access-Request packet forwarded to the AAA server.
- 2The endpoint and AAA server complete a mutual TLS handshake, verifying the client certificate against the enterprise PKI and establishing an encrypted EAP tunnel.
- 3The AAA server queries the central directory service to evaluate the authenticated identity's group memberships and associated authorization policies.
- 4The AAA server returns a RADIUS Access-Accept message containing Vendor-Specific Attributes (VSAs) specifying the assigned VLAN and security group ACLs.
- 5The switch applies the received Vendor-Specific Attributes, transitions the network port to an authorized state, and applies the dynamic VLAN and ACL configuration to the session.
Cevap
The correct operational sequence begins with identity encapsulation via RADIUS Access-Request, followed by EAP-TLS mutual certificate validation, directory policy authorization evaluation, RADIUS Access-Accept with VSAs return, and final port enforcement by the switch.
In 802.1X network access control, the sequence strictly follows: (1) Identity initiation where EAPoL responses are encapsulated into RADIUS Access-Request messages; (2) EAP-TLS mutual authentication via X.509 certificates; (3) Directory lookup to determine identity privileges; (4) RADIUS Access-Accept transmission containing dynamic authorization parameters (VSAs); and (5) Local port authorization and VLAN/ACL enforcement by the switch.
Adım Adım Çözüm
Anahtar Kavram
802.1X EAP-TLS AAA Operation and Dynamic Enforcement