06-21-2021 12:34 PM
When configuring Do1X we can configure timers like this:
dot1x timeout quiet-period 300 dot1x timeout tx-period 5 dot1x max-reauth-req 1
But how do we configure timers for MAB authentication? Does it use the same values as Dot1X?
Solved! Go to Solution.
06-21-2021 12:42 PM - edited 06-21-2021 12:43 PM
the authentication happens based on the order like 802.1x then MAB, so 802,1X then wait for time out, then go to MAB, if that fails it wait for retry timer.
some information may help you :
06-21-2021 12:42 PM - edited 06-21-2021 12:43 PM
the authentication happens based on the order like 802.1x then MAB, so 802,1X then wait for time out, then go to MAB, if that fails it wait for retry timer.
some information may help you :
06-21-2021 12:49 PM
06-27-2021 03:41 PM
MAB typically happens after 802.1X retries and timeouts:
See ISE Secure Wired Access Prescriptive Deployment Guide for best practice settings including timers:
interface GigabitEthernet1/0/1 description ** Endpoints and Users ** switchport access vlan 100 switchport mode access switchport voice vlan 101 device-tracking attach-policy IPDT_POLICY authentication host-mode multi-auth authentication open authentication port-control auto authentication periodic authentication timer reauthenticate server authentication timer inactivity server dynamic mab dot1x pae authenticator dot1x timeout tx-period 7 dot1x max-reauth-req 3 spanning-tree portfast
IBNS 2.0:
interface GigabitEthernet1/0/1 description ** Endpoints and Users ** switchport access vlan 100 switchport mode access switchport voice vlan 101 device-tracking attach-policy IPDT_POLICY authentication periodic authentication timer reauthenticate server access-session port-control auto mab dot1x pae authenticator dot1x timeout tx-period 7 dot1x max-reauth-req 3 spanning-tree portfast service-policy type control subscriber POLICY_Gi1/0/1
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