Very strange issue, I setup a test switch N2048 last week and got this working with a 2012 NPS server, Windows CA environment.
I modified my config to include the correct vlans and now is it not passing the correct vlan ID to the switch, it keeps assigning the port vlan1. The policy is passing ok by the client computer, and nothing else seems wrong.
It just won't get the correct vlan passed to it.
Here is the config.
Any advice?
console#show dot1x clients all
Clients Authenticated using Monitor Mode....... 0
Clients Authenticated using Dot1x.............. 1
Interface...................................... Gi1/0/1
User Name...................................... contoso\steve.jobs
Supp MAC Address............................... XXXX.AF32.EC5E
Session Time................................... 465
Filter Id......................................
VLAN Assigned.................................. 1
console#show running-config
!Current Configuration:
!System Description "Dell Networking N2048P, 6.1.0.6, Linux 3.6.5-320b2282"
!System Software Version 6.1.0.6
!
configure
vlan 280
name "test"
exit
vlan 666
name "UNAUTHORIZED/GUEST"
exit
vlan 10,20,30,40,50,60,70,80,90,100,110,120,130,140,150,160,210,280,666
exit
slot 1/0 9 ! Dell Networking N2048P
stack
member 1 9 ! N2048P
exit
ip default-gateway 10.81.17.1
ip route 0.0.0.0 0.0.0.0 10.81.17.1 253
interface vlan 1
ip address dhcp
exit
interface vlan 210
ip address 10.81.17.2 255.255.255.0
exit
username "admin" password "password"
dot1x system-auth-control
aaa authentication dot1x default radius
aaa authorization network default radius
radius-server host auth 10.81.18.111
name "TKYRAD01"
priority 2
usage 802.1x
key "radiuskey"
exit
!
interface Gi1/0/1
switchport mode general
dot1x port-control mac-based
dot1x reauthentication
dot1x timeout re-authperiod 600
dot1x guest-vlan 666
dot1x unauth-vlan 666
dot1x max-users 2
exit
!
interface Gi1/0/2
switchport mode trunk
dot1x port-control force-authorized
exit
!