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

Two ACS Server

saquib.tandel
Level 1
Level 1

Hi,

My setup is woking great with One ACS Server, If I have another ACS Server as secondary then what additional configuration required on the devices and what parameters required for time-out

With IE 6.0 / 7.0 the ACS Console gets hang, currently working with FIREFox...

Is there special requirement for IE. ( I guess JAVA makes the issue ) Any suggestion on this....

1 Reply 1

Collin Clark
VIP Alumni
VIP Alumni

You can simply add another server.

ssh-test(config)#tacacs-server host 1.1.1.1

ssh-test(config)#tacacs-server host 1.1.1.2

ssh-test(config)#do sh run | i tacacs

tacacs-server host 1.1.1.1

tacacs-server host 1.1.1.2

You can also configure the time out for TACACs.

ssh-test(config)#tacacs-server ?

timeout Time to wait for a TACACS server to reply

ssh-test(config)#tacacs-server timeout ?

<1-1000> Wait time (default 5 seconds)

Hope that helps.