I am in the process of trying to get my Cisco IOS devices to authenticate to a RADIUS Server on my network and it is working, however I want to have two groups that can log in at different privilege levels... Is there a AAA Authorization command I can use on the IOS devices to set the users to their appropriate privilege level? I have a MS IAS server doing RADIUS and the users will be in two different Active Directory groups...
Here is the RADIUS setup I'm using->
conf t
aaa new-model
radius-server host 10.18.0.49 auth-port 1812 acct-port 1813 key C15K0!
aaa group server radius RadiusServers
server 10.18.0.49 auth-port 1812 acct-port 1813
exit
aaa authentication login default group RadiusServers local
exit
Thanks,
JP
Here is the RADIUS setup I'm using->
conf t
aaa new-model
radius-server host 10.18.0.49 auth-port 1812 acct-port 1813 key C15K0!
aaa group server radius RadiusServers
server 10.18.0.49 auth-port 1812 acct-port 1813
exit
aaa authentication login default group RadiusServers local
exit
Thanks,
JP