- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Aruba/RADIUS: Switch doesnt authenticate with MS-C...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2019 01:05 AM
07-26-2019 01:05 AM
Hello everyone,
we have a problem with a few of our switches, which do not authenticate at the radius server with peap as configured. This is my configuration:
radius-server host [IP] key [key]
aaa authentication ssh login peap-mschapv2 local
aaa authentication ssh enable peap-mschapv2 local
aaa authentication login privilege-mode
All of the switches are configured like this. But as I said, some of them dont authenticatie the user. They can definitely reach the NPS, because when I switch over to 'aaa authentication ssh radius local' (PAP), everything works fine.
I can´t link this problem to a software release or product series, becuase for every failing switch, I can find a working switch with the exact same model and the same os version (or even older). What they all have in common is the product series 2530.
On the NPS, there is only one rule, that basically allows every authentication method (for testing). From the logs I can see, that the switch and server are starting the Access-Request / Access-Challenge ping-pong. This usually ends with an Access-Accept packet, but in this case, they simply abort the connection. The server also doesn´t send an Access-Rejected packet.
Does someone have an idea? Thank you in advane.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2019 12:52 AM
08-12-2019 12:52 AM
SolutionHello again,
I could reslolve the issue. The problem was that obviously, NPS is checking the timestamp of the event when using EAP, but is not when using PAP. On the failing switches, sntp was not configured, so the switches did not have the right system time. Adding a sntp server resolved this for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2019 08:32 AM
08-14-2019 08:32 AM
Re: Aruba/RADIUS: Switch doesnt authenticate with MS-CHAPv2, but with PAP
Hi
Please let me know if Adding a sntp server has resolved you issue.
In case you need any other assistance do let us know.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2019 11:01 PM
08-14-2019 11:01 PM
Re: Aruba/RADIUS: Switch doesnt authenticate with MS-CHAPv2, but with PAP
Yes, it resolved the issue.
Thank you!