08-04-2021 10:36 AM
Hello everyone,
I have a question about the configuration of RADIUS on a Cisco 1941 router.
I am using Microsoft Policy Server as a RADIUS server for my router and I got it working but only when using the unencrypted protocol PAP. I wish to use the more secure variants like CHAP, MS-CHAP and MS-CHAP-v2 but they get rejected by my server for some reason. Does anyone have experience with this? Does the 1941 router even support the more secure protocols?
I added a picture containing the settings which are giving me problems.
Any help would be appreciated.
Regards Daniel
Solved! Go to Solution.
08-04-2021 11:46 AM
In absolute terms yes your 1941 does support protocols like CHAP but in the context of PPP. For communication with the Radius server those protocols are not supported.
08-05-2021 07:49 AM
Daniel
I am glad that our discussion has been helpful. Thank you for marking this question as solved. This will help other participants in the community to identify discussions which have helpful information. This community is an excellent place to ask questions and to learn about networking. I hope to see you continue to be active in the community.
08-04-2021 11:46 AM
In absolute terms yes your 1941 does support protocols like CHAP but in the context of PPP. For communication with the Radius server those protocols are not supported.
08-04-2021 12:44 PM
08-04-2021 12:57 PM
Hello.
what does your current RADIUS configuration on the 1941 look like ? As far as I recall:
--> aaa authentication ppp user-radius if-needed group radius
should configure the router use PAP or CHAP...
08-04-2021 01:16 PM
My configuration now is:
AAA new-model
AAA group server radius RAD_SERVERS
Server-private 192.168.50.104 auth-port 1812 acct-port 1813 key Test
AAA-authentication login default group RAD_SERVERS local
08-04-2021 01:22 PM
I am not really familiar with the PPP configuration. Is it possible to configure a Cisco router with Microsoft Policy Server in combination with PPP?
08-04-2021 07:39 PM
For Cisco routers PPP is used in conjunction with point to point serial interfaces or dialer interfaces or other similar interfaces. The post with partial config makes it clear that this is a traditional router to Radius over a traditional network. So PPP does not come into play here.
For Radius the only data element that is encrypted in transmission is the password. All other data is not encrypted. By contrast in TACACS all of the transmission is encrypted. This link about those protocols might provide helpful information.
https://www.geeksforgeeks.org/difference-between-tacacs-and-radius/
08-04-2021 10:09 PM
Ah yes ofcourse, thanks for the information it has been helpful. Anyways in the correct configuration I got it working and I understand I wanted something that isn't possible.
Best regards,
Daniel
08-05-2021 07:49 AM
Daniel
I am glad that our discussion has been helpful. Thank you for marking this question as solved. This will help other participants in the community to identify discussions which have helpful information. This community is an excellent place to ask questions and to learn about networking. I hope to see you continue to be active in the community.
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