TACACS and Local Admin Access
Hi community,
I have a silly questions regarding acessing my SBC system locally when both TACACS-Servers: "aaa.bbb.ccc.ddd & aaa.bbb.ccc.eee" are unreachable remotely.
Like RADIUS with the command "allow-local-authorization" to allow local acess to the system, how does this same function be like with TACACS? I am a newbie to all system myself so the need to understand more of the system.
Below is a sample config for my TACACS servers:
# configure terminal
(configure)# security
(security)# authentication
(authentication)# tacacs-servers
(tacacs-servers)# address aaa.bbb.ccc.ddd
(tacacs-servers)# address aaa.bbb.ccc.eee
(tacacs-servers)# port 1000
(tacacs-servers)# state enabled