06-09-2025 10:44 AM
We use RADIUS for authenticating network admins logging into routers/switches. We use a Windows Server 2019 running NPS as our RADIUS server, which is apparently using NTLMv1 on the back end to authenticate to LDAP/AD. We need to move off of NTLMv1 (per Windows admin) but I am not familiar with the NPS configuration. Anyway, diving deeper into RADIUS, and I found and think I understand that the RADIUS server (or client?) can use NLTMv1, PAP, CHAP, MS-CHAP, EAP, EAP-TLS for authorization. So then, I should be able to reconfigure the NPS for RADIUS with something other than NTLM. However, that got me wondering: What does a Cisco router/switch configured for using RADIUS under AAA use to pass the user/password to the RADIUS server? What is the default config method, and how can I modify this? So when I SSH to a switch, the switch prompts me for userid/password, which is encrypted in SSH, but how do I see the encryption method for the switch-to-RADIUS server communication?
It seems the more I read, the more I'm getting confused.
Thanks for any clarification anyone can bring.
Mike
Solved! Go to Solution.
06-18-2025 07:17 AM
SW/R--radius--NPS (server)--NTLM--LDAP server
So between SW/R and NPS there is only radius protocol.
MHM
06-18-2025 07:34 AM
The Authentication protocol from the RADIUS client (the switch/router) to the RADIUS server (your NPS) is PAP/ASCII. What happens between the NPS and the Directory-server depends heavily on the environment.
06-09-2025 12:52 PM
Hello @Mike Mertens
Which RADIUS authentication method do you expect to use ?
06-10-2025 06:58 AM
06-18-2025 07:17 AM
SW/R--radius--NPS (server)--NTLM--LDAP server
So between SW/R and NPS there is only radius protocol.
MHM
06-18-2025 07:34 AM
The Authentication protocol from the RADIUS client (the switch/router) to the RADIUS server (your NPS) is PAP/ASCII. What happens between the NPS and the Directory-server depends heavily on the environment.
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