setting a switch under radius control
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2019 04:20 AM - edited 02-20-2020 09:46 PM
i have been asked to list a switch under radius control , some switches are already added under it but im supposed to add any switches that arent , can i simply add the same command to other switches? also the key is made of numbers do i just paste the key in its number form
radius server radius
address ipv4 X.X.X.X auth-port 1812 acct-port 1813
key 7 999999999999999tttttt
- Labels:
-
RADIUS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2019 05:19 AM
Yes you can copy the exiting working Switch config and paste to new switch required radius control.
Couple steps required to be cautious while implementing.
1. Make sure you have a local username in case if the radius not working.
2. add the device into Radius device list.
3. apply the relevance AAA config to work as expected.
in case you see any issue logging using radius server, radius server will have logs why the user failing to log in for further diagnosis purpose. (sometimes you have extra space or copy-paste introduced new hidden character)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2019 12:47 PM
also i found another command "aaa authentication login local_nm local" not sure how it differs from "aaa authentication login default group radius local"?
aaa authentication login default group radius local
radius server radius
address ipv4 X.X.X.X auth-port 1812 acct-port 1813
key 7 999999999999999tttttt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2019 02:58 PM
aaa authentication login default group radius local <<- this is the correct syntax (if you have radius group)
Another example if you using Group Servers :
