aaa authentication issue real world
Hi guys, okay we have TACACs settings on our edge routers. if the edge router cannot access TACACs we have to of course log on locally but when you do it take like I am not kidding 2-3 minutes each time to enter in information. Like it keeps trying to find tacacs and wont let me in the router until it times out. How can I make it not take so long to log on locally with local credentials when it cant find TAC. IT drives me nutz when a client sees it takes so long for me to get in the router. they say WHAT is wrong with your router? I am embarrassed to say it is something I cant fix. Is there a trick to allow it to log on as fast as if I was connected to tacacas vs wating so freaking long since it cant find it but still searches. I think it is earch for tacacas until it failes and times out? what can I do? thanks guys.
Comments
<1-1000> Wait time (default 5 seconds)
Switch(config)#tacacs-server retransmit ?
<0-100> Number of times to search the TACACS list (default 2)
By default if you have 4 tacacs servers configured on your edge router it will take 40 seconds for it to fail.
A+, Network+, CCNA
In IOS, you use something like "tacacs-server timeout 3" to limit the wait time that the device hangs on each configured AAA target. In some newer IOS versions, you'd do:
tacacs server my-aaa-server-01
address ipv4 1.2.3.4
key some-random-string-here
timeout 3