07-14-2019 11:06 PM
Hi everyone,
We have configured 802.1x wired authentication with NPS server.
We enable mab for ip-phone authentication.
Here is our interface configuration:
interface GigabitEthernet0/9
switchport access vlan 21
switchport mode access
switchport voice vlan 2
authentication event fail action next-method
authentication event server dead action authorize vlan 31
authentication event no-response action authorize vlan 31
authentication event server alive action reinitialize
authentication host-mode multi-auth
authentication order mab dot1x
authentication priority dot1x mab
authentication port-control auto
authentication periodic
authentication timer reauthenticate 300
mab
mls qos trust device cisco-phone
mls qos trust cos
dot1x pae authenticator
dot1x timeout quiet-period 5
dot1x timeout tx-period 5
dot1x timeout supp-timeout 5
spanning-tree portfast edge
!
Here is my question:
When the NPS server down,or PC fail to authenticate, PC would assign to vlan 31,that's fine.
But when IP-Phone fail to authenticate ,it support to assign to vlan 2 not vlan 31.
How to deal with this scenarios?
Thank for any answers.
Best Regards,
Tim
Solved! Go to Solution.
07-14-2019 11:19 PM
Hi there,
Add this line to your interface config:
! authentication event fail action authorize vlan 2 !
cheers,
Seb.
07-14-2019 11:19 PM
Hi there,
Add this line to your interface config:
! authentication event fail action authorize vlan 2 !
cheers,
Seb.
07-14-2019 11:22 PM
07-14-2019 11:35 PM
07-15-2019 12:13 AM
What switch model and IOS version are you using?
07-15-2019 12:15 AM
07-15-2019 12:27 AM
Can you share a full AAA debug of when a client connects to this part and you believe an authentication failure occurs?
Can you confirm from the NPS that an Access-Reject message is actually sent for the client?
cheers,
Seb.
07-15-2019 12:58 AM
Having just read through the prerequisites, your switchport needs to be in single-host mode for this feature to work:
! authentication host-mode single-host !
cheers,
Seb.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide