- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- WIndows Server 2012R2 NPS settings for HP 2920 (J9...
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
08-16-2017 02:42 PM
08-16-2017 02:42 PM
WIndows Server 2012R2 NPS settings for HP 2920 (J9726A)
Need help with Windows 2012R NPS settings for HP 2920 (J9726A) switch running WB.16.02.0016. I'm trying to configure switch for RADIUS authentication via NPS.
Switch is configured and communicating with NPS correctly. I can login at operator level with the following configured:
aaa authentication ssh login radius local
aaa authentication ssh enable radius local
When I add the following, I cannot login to the switch. Attempts only return a password prompt when it should be allowing a direct login to "enable" mode:
aaa authentication login privilege-mode
NPS is configured with Service-Type=6
What is missing? I've looked at all the posts that contain Windows 208R2 NPS settings but, being unfamiliar with NPS or anything Windows, it's greek to me...
Any help is appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2018 06:38 AM - edited 01-03-2018 07:15 AM
01-03-2018 06:38 AM - edited 01-03-2018 07:15 AM
Re: WIndows Server 2012R2 NPS settings for HP 2920 (J9726A)
Wendall, for the benefit of others, I'll post this here since I see no one has followed up on your request.
You must first manually edit the dnary.xml file in c:\windows\system32\ias if this has not already been done.
Open the file in Notepad or equivalent
Find the Login-Service attribute
Add the following four lines under the <StandardValues> portion of Login-Service
<StandardValue>
<Name>SSH</Name>
<Value>50</Value>
</StandardValue>
Save the file and reboot the server (you MUST reboot the server; service restart is not sufficient)
In NPS you must do the following:
Create a RADIUS client for the HP 2920 switch
Create a Network Policy for the HP 2920 that contains the following RADIUS Standard Attributes
Framed-Protocol: PPP
Login-Service: SSH
Service-Type: Administrative
The Login-Service portion of my dnary.xml files is attached for clarity.