cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
1650
Views
0
Helpful
3
Replies

MAB Cisco Phones Authentication Successful, VLANASSIGN Unassigned, and Authorization Failed??

Jim Araujo
Level 1
Level 1

I'm getting some odd behaviour with a Catalyst switch and 802.1x. I am using multi-auth, with a PC and Cisco Phone patched in. Both devices authenticate correctly, but only the PC is authorized based on the switch logs.

Switch terminal logs:

Apr  7 09:27:37.836 EDT: %AUTHMGR-5-START: Starting 'mab' for client (001b.d585.205e) on Interface Fa0/1 AuditSessionID 0A0A050E000003B93EBE2E09
Apr  7 09:27:37.945 EDT: %MAB-5-SUCCESS: Authentication successful for client (001b.d585.205e) on Interface Fa0/1 AuditSessionID 0A0A050E000003B93EBE2E09
Apr  7 09:27:37.945 EDT: %AUTHMGR-5-VLANASSIGN: VLAN 100 assigned to Interface Fa0/1 AuditSessionID Unassigned
Apr  7 09:27:37.970 EDT: %AUTHMGR-5-FAIL: Authorization failed for client (001b.d585.205e) on Interface Fa0/1 AuditSessionID 0A0A050E000003B93EBE2E09
Apr  7 09:27:39.295 EDT: %AUTHMGR-5-START: Starting 'dot1x' for client (0015.c547.7069) on Interface Fa0/1 AuditSessionID 0A0A050E000003BA3EBE5082
Apr  7 09:27:43.775 EDT: %DOT1X-5-SUCCESS: Authentication successful for client (0015.c547.7069) on Interface Fa0/1 AuditSessionID
Apr  7 09:27:43.783 EDT: %AUTHMGR-5-VLANASSIGN: VLAN 212 assigned to Interface Fa0/1 AuditSessionID 0A0A050E000003BA3EBE5082
Apr  7 09:27:45.570 EDT: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (0015.c547.7069) on Interface Fa0/1 AuditSessionID 0A0A050E000003BA3EBE5082

Switch config:

aaa authentication dot1x default group RADIUS-DOT1X
aaa authorization network default group radius
ip radius source-interface Loopback0
radius-server vsa send accounting
radius-server vsa send authentication
dot1x system-auth-control
dot1x guest-vlan supplicant

Interface config:

interface FastEthernet0/1
 switchport mode access
 srr-queue bandwidth share 10 10 60 20
 priority-queue out
 authentication event fail action next-method
 authentication event server dead action authorize voice
 authentication event no-response action authorize vlan 999
 authentication host-mode multi-auth
 authentication order dot1x mab
 authentication port-control auto
 authentication periodic
 authentication violation protect
 mab
 mls qos trust cos
 auto qos voip trust
 dot1x pae authenticator
 no mdix auto
 spanning-tree portfast

Windows NPS Policy:

and

1 Accepted Solution

Accepted Solutions

Hello Jim,

Try to use host mode multi-domain instead of multi-auth.

Regards,

Poonam Garg

View solution in original post

3 Replies 3

Joseph Johnson
Level 1
Level 1

Try configuring a voice VLAN on the port.

switchport voice vlan <vlan-id>

That will work...but I'm trying to dynamically assign the VLAN based on RADIUS attributes.

Hello Jim,

Try to use host mode multi-domain instead of multi-auth.

Regards,

Poonam Garg