01-09-2019 09:10 AM
We have some IP phones that have 802.1x enabled by default. We are deploying 802.1x and planned on using MAB for the phones. Is there a way to configure the switch to only complete MAB for the phone? We do not want to have to turn 802.1x off on the phone. When the phone boots up currently, it is displaying an 802.1x authentication screen.
Any thoughts?
Solved! Go to Solution.
01-09-2019 12:48 PM
Hello Alex,
Couple of options..
1. CUCM has an option(individual or bulk) to disable dot1x on Phone.. Refer to Step 22 in ISE Authorization Policy for MIC Authentication section
2. Switch by default doesn't Dot1x first and then fallback to MAB..
1. Adjust default timers for dot1x, so dot1x times out and falls back to MAB.
2. With IBNS1.0 type configurations, change the authentication order to MAB,Dot1x if you ok with the order or processing.
3. With IBNS 2.0 policy, do MAB first so Phones gets authenticated without any delay and PC's behind gets dot1x
authenticated matching 2nd policy below
event session-started match-all
10 class always do-until-failure
10 authenticate using MAB priority 10
......
event agent-found match-all
10 class always do-until-failure
10 terminate mab
20 authenticate using dot1x priority 10
01-09-2019 12:49 PM
01-09-2019 02:20 PM
Hi Alex,
Recommended is below for normal deployment.. 21 sec
dot1x timeout tx-period 7 dot1x max-reauth-req 3
You could try, refer to IP Telephony for 802.1X Design Guide link below..
dot1x timeout tx-period 3 dot1x max-reauth-req 3
01-09-2019 10:41 AM
01-09-2019 11:59 AM
We could also have computers behind the phone that need to run 802.1x.
01-09-2019 12:23 PM
01-09-2019 12:48 PM
Hello Alex,
Couple of options..
1. CUCM has an option(individual or bulk) to disable dot1x on Phone.. Refer to Step 22 in ISE Authorization Policy for MIC Authentication section
2. Switch by default doesn't Dot1x first and then fallback to MAB..
1. Adjust default timers for dot1x, so dot1x times out and falls back to MAB.
2. With IBNS1.0 type configurations, change the authentication order to MAB,Dot1x if you ok with the order or processing.
3. With IBNS 2.0 policy, do MAB first so Phones gets authenticated without any delay and PC's behind gets dot1x
authenticated matching 2nd policy below
event session-started match-all
10 class always do-until-failure
10 authenticate using MAB priority 10
......
event agent-found match-all
10 class always do-until-failure
10 terminate mab
20 authenticate using dot1x priority 10
01-09-2019 01:30 PM
What would be the best setting to change the timers so that 802.1x times out?
01-09-2019 02:20 PM
Hi Alex,
Recommended is below for normal deployment.. 21 sec
dot1x timeout tx-period 7 dot1x max-reauth-req 3
You could try, refer to IP Telephony for 802.1X Design Guide link below..
dot1x timeout tx-period 3 dot1x max-reauth-req 3
01-09-2019 12:49 PM
01-18-2019 05:03 AM
We were able to turn 802.1x off on the phones with a configuration on the server. Crisis averted. Thanks to everyone who replied.
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