02-04-2008 10:36 AM - edited 03-10-2019 03:38 PM
Hi,
can i put a host (asa for example) twice in the acs server? one for tacacs to grant exec access to administrators and one for radius to authenticate the remote users.
I dont want remote users to be able to get exec mode.
Or how should i configure this ?
Solved! Go to Solution.
02-04-2008 07:26 PM
Yes, you can do it. ON acs network configuration
add
ASA---> 10.1.1.1----> Auth using tacacs+
ASA1-->10.1.1.1---->Auth using Radius
Host name can't be same.
Regards,
~JG
Do rate helpful posts
02-04-2008 11:18 AM
CiscoPix# sh run | inc aaa
aaa-server ABC protocol tacacs+
aaa-server ABC (outside) host 192.168.1.1
aaa-server TEST protocol tacacs+
aaa-server TEST (outside) host 192.168.1.1
aaa-server funk protocol radius
aaa-server funk (outside) host 192.168.1.1
aaa authentication enable console ABC LOCAL
aaa authentication ssh console ABC LOCAL
aaa authentication http console LOCAL
aaa accounting command ABC
aaa accounting ssh console ABC
aaa accounting telnet console ABC
aaa accounting serial console ABC
aaa accounting enable console ABC
It's all in the tag (i.e. ABC, TEST, funk)
CCIE Security
02-04-2008 07:26 PM
Yes, you can do it. ON acs network configuration
add
ASA---> 10.1.1.1----> Auth using tacacs+
ASA1-->10.1.1.1---->Auth using Radius
Host name can't be same.
Regards,
~JG
Do rate helpful posts
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide