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

disable login to cisco asa using only enable password via asdm

donnie
Level 1
Level 1

Hi all,

How do i disable login to my cisco asa 5520 using only enable password via asdm? I like to enforce logging in to asdm using username and password. TIA!

1 Accepted Solution

Accepted Solutions

Marvin Rhoads
Hall of Fame
Hall of Fame

The command:

aaa authentication http console LOCAL

...will force users accessing ASDM (which uses http(s) transport) to be authenticated against the LOCAL database.

You can also specify any other defined authentication method list, such as TACACS, RADIUS or AD. (Though t wew like to leave a LOCAL method on hand in the event that your external authentication sserver is not available.)

View solution in original post

1 Reply 1

Marvin Rhoads
Hall of Fame
Hall of Fame

The command:

aaa authentication http console LOCAL

...will force users accessing ASDM (which uses http(s) transport) to be authenticated against the LOCAL database.

You can also specify any other defined authentication method list, such as TACACS, RADIUS or AD. (Though t wew like to leave a LOCAL method on hand in the event that your external authentication sserver is not available.)

Review Cisco Networking for a $25 gift card