Hello,
Based on below AAA confiuration i am sucessfully able to login to Cisco remote access vpn client. this morning i have configured IOS based SSL vpn and have called same AAA method under context configuration.i really amazed why i am not able to login and its giving login faield error.
i did debug webvpn aaa and found below logs-
RADIUS/ENCODE(00000000): dropping service type, "radius-server attribute 6 on-for-login-auth" is off
AAA Configuration:--
aaa authentication login vpnclients group radius
radius-server host 10.0.0.29 auth-port 1812 acct-port 1813 key
Webvpn Configuration:-
brdr1.com#sh running-config | sec webv
username webvpn password 7 06110A235A5E07
webvpn gateway WEBVPN
ip address <> port 443
http-redirect port 80
ssl trustpoint TP-self-signed-1502661123
inservice
webvpn cef
!
webvpn context WEBVPN
ssl authenticate verify all
!
url-list "WEBVPN"
url-text "WEBVPN" url-value "https://10.0.0.26/owa"
!
!
policy group WEBVPN
url-list "WEBVPN"
default-group-policy WEBVPN
aaa authentication list vpnclients
gateway WEBVPN
inservice
brdr1.com#
could any one please help here!