Cisco Switch 2960X-48LPD Radius configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 09:22 PM
Hi There,
I recently upgraded Cisco Switch 2960X - 48 LPD from 15.2(7)E5 to 15.2(7)E5 after the upgrade I am not able to authenticate through Radius server.
Please note: Radius authentication was working fine in the pervious IOS version 15.2(7)E5.
Please guide me the CLI configuration steps to performed.
Regards,
Antony Xavier
- Labels:
-
Catalyst 2000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 10:28 PM
check below documents will guide you for the Radius config...
config command also available..
Thanks,
Jitendra
Jitendra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 10:48 PM
- What's in the logs of the radius server ?
M.
-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 10:56 PM
Hello Everyone,
I was able to configure NPS radius server, below is the configuration. FYI.
config t
radius server (name of the server)
address ipv4 1.1.1.1 auth-port 1612 acct-port 1613
key 0 XXXXXXXX
exit
config t
aaa group server radius (name of the radius server)
server name (name of the server)
exit
regards,
Antony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 11:04 PM
Congratulation you are a rock star..
Thanks
Jitendra
Jitendra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2022 05:15 AM
radius-server host x.x.x.x auth-port 1612 key y.y.y.y
try this way
