This article provides a method of configuring Dynamic VLAN assignment on the EX Switch/SRX with standard Windows XP2 client and Steel Belted RADIUS (SBR). The EX Switch/SRX acts as authenticator in 802.1X environment. The end user, also known as supplicant, uses Windows XP SP2, and the Authentication Server is SBR.
set access radius-server 192.168.10.100 secret "$ABC123" set access radius-server 192.168.10.100 source-address 192.168.10.1 set access profile prof1 authentication-order radius set access profile prof1 radius authentication-server 192.168.10.100
set protocols dot1x authenticator authentication-profile-name prof1 set protocols dot1x authenticator interface ge-0/0/1.0 supplicant single
set vlans engg vlan-id 600 set vlans jtac vlan-id 700 set vlans sales vlan-id 500
root@user# run show dot1x interface 802.1X Information: Interface Role State MAC address User ge-0/0/1.0 Authenticator Authenticated 00:00:00:00:AD:57 JNPR\user1
root@user# run show vlans Name Tag Interfaces default None sales 100 ge-0/0/1.0*, ge-0/0/4.0, ge-0/0/12.0, ge-0/0/13.0, ge-0/0/22.0
2020-02-19: minor non-technical edits.