Create Date: Apr 19 2012 7:40AM
Your match condition for all request into the NPS should not be complicated.
Set all your switches with the same VLAN names. (The 802.1Q tags can be different) You will have to add the authenticators as clients in the NPS server. Use a common name like extremeSwitch1, extremeSwitch2, etc... Have your first match conditon in the "Connection Request Policy" be Client Friendly Name = extreme* Have all the rest of your specific policies in the "Network Policies" section. Do not have the "Connection Request Policies" overwrite. Best Match condtions for "Network Policies" is the Windows Groups. You shouldn't need any other match condition. Even for MAC auth... Create each policy with the specific EAP Method, Authentication Method, and Vendor-Specific [list=1] Vendor-Specific = Netlogin-Extended-VLAN(211) = Udata,Tvoice [list=1] Where U = Untagged, T = Tagged, and data or voice = vlan name
For #6. I have a Network Policy for:
Domain Employees Domain Computers (For this policy to work correctly, set your reauth timer for 802.1X to 0) MAC Authentication
Just like an ACL, this is a first match. Therefore my domain employee policy will look for the username in the Windows "Domain Users" group. Once matched, the settings are as follows:
Authentication Type:PEAP EAP Type: Microsoft: Secured password (EAP-MSCHAP v2)
Vendor-Specific = Udata
(from john_padilla)