cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
590
Views
0
Helpful
1
Replies

ASA 5505 /VPN/Radius

Allen Smith
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Nicholas Carrieri
Cisco Employee
Cisco Employee

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

View solution in original post

1 Reply 1

Nicholas Carrieri
Cisco Employee
Cisco Employee

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