cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
42096
Views
25
Helpful
6
Replies

Error: "Login Denied , unauthorized connection mechanism , contact your administrator"

marcio.tormente
Level 4
Level 4

Hello friends,

I´m trying to configure an anyconnect on my ASA 5555 and when I try to connect in the anyconnect client, I receive the msg: "Login Denied , unauthorized connection mechanism , contact your administrator"

I try to research on Cisco web site and the solution was: 

This error message occurs mostly because of configuration issues that  are improper or an incomplete configuration. Check the configuration  and make sure it is as required to resolve the issue.

As you can see, didn´t help me. I know that there is something wrong, I junt don´t know what.

Thanks

Marcio

1 Accepted Solution

Accepted Solutions

carlguer
Level 1
Level 1

Hi Marcio,

Try adding the following commands:

tunnel-group VPN_SPO_ARTERIS webvpn-attributes

group-alias VPN_SPO_ARTERIS

Then test the connection again.

View solution in original post

6 Replies 6

jagmeesi
Level 1
Level 1

Hi Marcio,

Please check the group-policy configuration for the intended conenction-profile/Tunnel-group that you are connecting to.

This error generally comes when you have not defined "ssl-client" as the "vpn-tunnel-protocol" in the intended group-policy.

If possible can you share your configuration, sot hat i can point out the same.

Regards,

Jagmeet

Hello Jagmeet,

Thanks for your support.

Follow the all configuration attach.

Sorry, I´m new with firewall.

Thanks

carlguer
Level 1
Level 1

Hi Marcio,

Try adding the following commands:

tunnel-group VPN_SPO_ARTERIS webvpn-attributes

group-alias VPN_SPO_ARTERIS

Then test the connection again.

Hello,

 

Where can I add the commands?

And how?

 

Thanks

Hi Kennyanu,

 

These commands can be added on ASA CLI

 

ciscoasa# configure terminal
ciscoasa(config)# tunnel-group <tunnel-group-name> webvpn-attributes
ciscoasa(config-tunnel-webvpn)# group-alias <tunnel-group-name>
ciscoasa(config-tunnel-webvpn)#

 

Make sure <tunnel-group-name> tunnel-group already exists else you will see an error during the configuration.

 

Thank you,

Dinesh Moudgil

Cisco Network Security Channel - https://www.youtube.com/c/CiscoNetSec/

marcio.tormente
Level 4
Level 4

Thanks carlguer,

Now is working.

Thank you very much