This article provides the dot1x configuration for EX-switches with supplicant multiple, in which a phone and a PC are connected to the switch that authenticates via the SBR server.
Supplicant multipe is used, as there are two supplicants (phone and PC) are connected on the ge-0/0/0 port. Requirements :
set protocols dot1x authenticator authentication-profile-name test set protocols dot1x authenticator interface ge-0/0/0.0 supplicant multiple set protocols dot1x authenticator interface ge-0/0/0.0 mac-radius set protocols access radius-server 30.30.30.2 port 1812 set protocols access radius-server 30.30.30.2 secret "$ABC123" set protocols access profile test authentication-order radius set protocols access profile test radius authentication-server 30.30.30.2 set protocols system authentication-order radius set protocols interfaces ge-0/0/0 unit 0 family ethernet-switching set protocols ethernet-switching-options voip vlan voice
user@switch# run show dot1x interface detail ge-0/0/0.0 Role: Authenticator Administrative state: Auto Supplicant mode: Multiple Number of retries: 3 Quiet period: 60 seconds Transmit period: 30 seconds Mac Radius: Enabled Mac Radius Restrict: Disabled Reauthentication: Enabled Configured Reauthentication interval: 3600 seconds Supplicant timeout: 30 seconds Server timeout: 30 seconds Maximum EAPOL requests: 2 Guest VLAN member: Number of connected supplicants: 2 Supplicant: 0096E1128A6, 00:09:6E:11:28:A6 > Phone Operational state: Authenticated Backend Authentication state: Idle Authentcation method: Mac Radius Authenticated VLAN: voice Session Reauth interval: 60 seconds Reauthentication due in 33 seconds Supplicant: TEST1, 00:E0:4C:4D:11:88 > PC Operational state: Authenticated Backend Authentication state: Idle Authentcation method: Radius Authenticated VLAN: data Session Reauth interval: 60 seconds Reauthentication due in 33 seconds