I pulled only the key sections of the CLI being that there are 200 interfaces that would just clutter it up...
also attached are some screenshots from the Radius config on Windows Server.
ge-1/0/18 { description 10-A; unit 0 { family ethernet-switching { interface-mode access; vlan { members VLAN1; } } } } access { radius-server { 10.30.20.2 { port 1812; secret "<secret>"; } } profile juniper-access-profile { authentication-order radius; radius { authentication-server 10.30.20.2; } } protocols { lldp { interface all; } lldp-med { interface all; } igmp-snooping { vlan default; } dot1x { authenticator { authentication-profile-name juniper-access-profile; interface { ge-1/0/18.0 { supplicant single-secure; reauthentication 3600; } } } } }