cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
780
Views
0
Helpful
2
Replies

Tacacs broken on asdm.

slicerpro
Level 1
Level 1

Hi all,

I am trying to correct tacacs+ on one of our asa 5550's. Now Tacacs works via ssh, but not via asdm. However I can use asdm via local login. Here are some configs i believe are relevant:

Bugsunny# sh run http
http server enable
http x.x.x.0 255.255.255.0 management
http x.x.4.224 255.255.255.224 outside
http x.x.x.45 255.255.255.255 outside
http x.x.x.20 255.255.255.255 outside
http x.x.x.126 255.255.255.255 outside
http x.x.x.96 255.255.255.224 outside
http x.x.x.x 255.255.255.255 outside
bugsbunny# sh run ssh
ssh x.x.x.0 255.255.255.0 management
ssh x.x.4.224 255.255.255.224 outside
ssh x.x.x.45 255.255.255.255 outside
ssh x.x.x.20 255.255.255.255 outside
ssh x.x.x.126 255.255.255.255 outside
ssh x.x.x.96 255.255.255.224 outside
ssh x.x.x.x 255.255.255.255 outsidetimeout 30
bugsbunny# sh run asdm
asdm image disk0:/asdm-647.bin
asdm history enable

 

This driving me crazy..

1 Accepted Solution

Accepted Solutions

johnd2310
Level 8
Level 8

hi,

 

What is your AAA config for http authentication? Check that it is configured to use Tacacs first.

Thanks

John

**Please rate posts you find helpful**

View solution in original post

2 Replies 2

johnd2310
Level 8
Level 8

hi,

 

What is your AAA config for http authentication? Check that it is configured to use Tacacs first.

Thanks

John

**Please rate posts you find helpful**

slicerpro
Level 1
Level 1

Thanks John, That was the missing piece.