your AAA list name is AUTH... and you are using AAA list name in the crypto
map statement as EZVPN... I guess EZVPN is your group name which are
confusing this with.
try the following

 aaa authentication login AUTH group tacacs+ local
aaa authorization network AUTH group tacacs+ local


crypto map VPN_MAP client authentication list AUTH
crypto map VPN_MAP isakmp authorization list AUTH
FNK


On Sun, Feb 12, 2012 at 7:01 PM, waleed ' <[email protected]> wrote:

>  I am trying EZVPN with tacacs for Xauth , the strange issue if I use
> below config for xauth :
>
>
>  aaa authentication login AUTH group tacacs+ local
> aaa authorization network AUTH group tacacs+ local
>
>
> crypto map VPN_MAP client authentication list EZVPN
> crypto map VPN_MAP isakmp authorization list EZVPN
>
>  the client do not reach to xauth and fail
>
> but if I configure it to authorize from local , it is work fine
>
> aaa authentication login AUTH group tacacs+ local
> aaa authorization network AUTH group  local
>
>
> crypto map VPN_MAP client authentication list EZVPN
> crypto map VPN_MAP isakmp authorization list EZVPN
>
>
>
> what is your comments regarding this ??
>
>
> _______________________________________________
> For more information regarding industry leading CCIE Lab training, please
> visit www.ipexpert.com
>
> Are you a CCNP or CCIE and looking for a job? Check out
> www.PlatinumPlacement.com
>
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Reply via email to