05-28-2019 09:05 AM
Good morning,
I am hoping someone can shed me some light as to why I am seeing repeat authentication counts on Mitel ip phones in ISE.
The Mitel ip phones are connected to switch Cisco Catalyst 2960-24PC-L . It is repeating every minute. It is showing authentication successful via MAB however it keeps reauthentication over again.
The authorization profile is not configured for reauthentication timer.
I am seeing the configuration below to one of the mitel connected phone.
configuration on the switch port it is connected:
interface FastEthernet0/19
switchport mode access
no logging event link-status
authentication event fail action next-method
authentication event server dead action authorize
authentication event server dead action authorize voice
authentication event server alive action reinitialize
authentication host-mode multi-auth
authentication open
authentication order dot1x mab
authentication priority dot1x mab
authentication port-control auto
authentication periodic
authentication timer reauthenticate server
mab
no snmp trap link-status
dot1x pae authenticator
dot1x timeout tx-period 3
no mdix auto
spanning-tree portfast
spanning-tree bpduguard enable
05-28-2019 01:20 PM
05-28-2019 02:48 PM - edited 05-28-2019 02:52 PM
Hello,
i can see you are using authentication periodic
please remove it if there is no need for it or tune it like below
Use the authentication periodic command to enable automatic reauthentication on a port. To configure the interval between reauthentication attempts, use the authentication timer reauthenticate command.
The following example shows how to enable reauthentication and sets the interval to 1800 seconds:
Device(config)# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Device(config)# interface fastethernet0/2
Device(config-if)# authentication periodic
Device(config-if)# authentication timer reauthenticate 1800
let me know how it goes, also check if the server dead alive is flapping or not
since you used the timer based on server session so double check this.
Wishes,
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