This document describes the steps to configure and troubleshoot Radius on UCS Manager using a Windows Server 2022 DataCenter.
Refer Microsoft document - Install AD DS using Server Manager on Windows Server 2022.
1. Open Server Manager > Tools > Active Directory Users and Computers.
2. Right-click your created domain New > User.
3. Enter the login name (Example - testuser), set a password, uncheck User must change password at next logon, and check Password never expires (for a service/admin account) > Finish (subject to your local security requirements/policies).
In the same console, right-click your domain New > Group (Example - testRadius, Security). Add the AD user testuser) to this group.

1. Navigate to Server Manager > Manage > Add Roles and Features.
2. Select Network Policy and Access Services > Complete the wizard to install Network Policy Server (NPS).
3. Open Tools > Network Policy Server. Right-click NPS (Local) > Register server in Active Directory > OK. This lets NPS read AD user/group membership.
This tells NPS to trust requests from UCSM. In NPS, expand RADIUS Clients and Servers > RADIUS Clients. right-click New.
Provide:
Friendly name: Example - UCSM
Address (IP): the management IP of FI-A
Shared Secret: create a strong secret and write it down — you are to enter this exact shared secret string in UCSM later.
Repeat for Fabric Interconnect B and, if you are to authenticate against the cluster VIP, add that IP too.
Radius Clients



1. Log in to UCS Manager GUI and navigate to Admin > User Management > RADIUS.
2. Click Create RADIUS Provider (the +/ Create option) and fill in:
3. Under Admin >User Management > RADIUS, create a Provider Group (Example - RADIUS-Grp) and add the provider from earlier.
This is the piece that ties it all together.
1. Navigate to Admin > User Management > Authentication > Authentication Domains.
2. Click Create a Domain (Example - RADIUS - domain name recommended to be the same as the domain created in NPS).
3. Set Realm = RADIUS.
4. Assign the Provider Group you created (RADIUS-Grp) and Save.
RADIUS authentication uses UDP port 1812 (and accounting 1813). Ensure the Windows firewall and any network firewall allow these from the FI mgmt IPs.
1. Confirm NPS / Radius service is listening through the netstat -ano | findstr 1812 command.
(You are to see a line with UDP and *:1812 (or the server IP:1812). This confirms the NPS/RADIUS service is actively listening.
If nothing shows, NPS could not be running — check Services > Network Policy Server (IAS) is Started.)



1. Log out and Login by choosing Domain dropdown as per the created Radius domain.
2. Configure user password. (Refer to Windows configuration Step 2).
1. Execute these commands in Powershell for packet capture:
2. Initiate login from UCSM and stop capture using commands :
3. Open radius_capture.pcap in Wireshark: RADIUS > Attribute Value Pairs > confirm Message-Authenticator (or attribute 80) is present. This implies NPS is signing the reply.
When running pktmon on Windows, simultaneously from UCSM CLI,
1. run:
2. attempt a UCSM login after initiating debug.
A successful login looks similar to 2026 Jul 3 09:54:02.917044 radius:Verified Message Authenticator in response from: 10.xxx.xx.xx.
| Revision | Publish Date | Comments |
|---|---|---|
1.0 |
03-Sep-2026
|
Initial Release |