12-11-2013 11:33 AM
Hello
Trying to configure VPN access via radius on ASA 5505
Trying to test authentication, but geting an errror see below
Thanks
aaa-server RADIUS protocol radius
aaa-server RADIUS (inside) host x.x.x.x
key *****
radius-common-pw *****
aaa-server TACACS+ protocol tacacs+
aaa-server radiusserver protocol radius
aaa-server radiusserver (inside) host x.x.x.x
key *****
tunnel-group remoteusers type remote-access
tunnel-group remoteusers general-attributes
address-pool vpn
default-group-policy remoteusers
tunnel-group remoteusers ipsec-attributes
pre-shared-key *****
fw# test aaa-server authentication radius host x.x.x.x username xxxx password xxxxx
ERROR: aaa-server group <radius> does not exist
Solved! Go to Solution.
12-11-2013 12:56 PM
Your group name is radiusserver, not radius, you should be able to use the following:
test aaa-server authenticat radiusserver host x.x.x.x username xxxx passworkd xxxxx
12-11-2013 12:56 PM
Your group name is radiusserver, not radius, you should be able to use the following:
test aaa-server authenticat radiusserver host x.x.x.x username xxxx passworkd xxxxx
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