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

Sample config for TACCAS+ on ASA 8.22

ncharaipotra
Level 1
Level 1

I am looking for a sample configuration for doing TACCAS+ on ACS 5.2 with an ASA 8.2.2.

Any help would be appreciated.

1 Accepted Solution

Accepted Solutions

pablo1711
Level 1
Level 1

I think the following should just about do it - However it is MUCH simpler to do this in the GUI

aaa-server TACACS protocol tacacs+
aaa-server TACACS (management) host x.x.x.x key ****
aaa authentication http console TACACS LOCAL
aaa authentication ssh console TACACS LOCAL
aaa authentication serial console TACACS LOCAL
aaa authentication enable console TACACS LOCAL
aaa authentication telnet console TACACS LOCAL
aaa accounting ssh console TACACS
aaa accounting telnet console TACACS
aaa accounting serial console TACACS
aaa accounting enable console TACACS
aaa accounting command TACACS

Remember you need to create the network device in ACS with the same shared key.

Paul

View solution in original post

1 Reply 1

pablo1711
Level 1
Level 1

I think the following should just about do it - However it is MUCH simpler to do this in the GUI

aaa-server TACACS protocol tacacs+
aaa-server TACACS (management) host x.x.x.x key ****
aaa authentication http console TACACS LOCAL
aaa authentication ssh console TACACS LOCAL
aaa authentication serial console TACACS LOCAL
aaa authentication enable console TACACS LOCAL
aaa authentication telnet console TACACS LOCAL
aaa accounting ssh console TACACS
aaa accounting telnet console TACACS
aaa accounting serial console TACACS
aaa accounting enable console TACACS
aaa accounting command TACACS

Remember you need to create the network device in ACS with the same shared key.

Paul