I need help to ensure I do not encounter problems as I am working remotely.
We need to test the new tacacs server which is 10.2.2.2 so I have added it on the configuration.
I am thinking of doing this command no tacacs-server host 10.1.1.1 key xxxx
Now, after configuring the no tacacs-server... will I still be able to access the switch remotely using the account "admin"?
and is it correct that it will use the 10.2.2.2 server as tacacs server for authentication?
Configuration I just used fake addresses:
username admin password 5 xxxxxxxxxxxxxxxxxxxxxxxx role network-admin
line console
line vty
tacacs-server host 10.1.1.1 key xxxx
tacacs-server host 10.2.2.2 key xxxx ---newly added
aaa group server tacacs+ PHAAA
server 10.1.1.1
server 10.2.2.2---newly added
aaa authentiction login default group PHAAA
aaa authentication login console local
aaa authorization config-commands default group PHAAA
aaa authorization commands default group PHAAA
aaa accounting default group PHAAA