06-24-2019 02:20 AM
We are upgrading switches from 3.x to Denali 16.3.8. After upgrade Tacacs server commands along with key is not accepting as a command. I need to be sure to run all current config on to new code before deploying on other switches. Any help or guidance will be appreciated.
385002(config)#tacacs server TACACS_PRIMARY
385002(config-server-tacacs)#key
385002(config-server-tacacs)#key <key>
385002(config-server-tacacs)#address ipv4 <ip>
385002(config-server-tacacs)#exit
Warning: Address not yet configured.
06-24-2019 02:33 AM
06-24-2019 02:38 AM
Switch Ports Model SW Version SW Image Mode
------ ----- ----- ---------- ---------- ----
* 4 56 WS-C3850-48P 16.3.8 CAT3K_CAA-UNIVERSALK9 INSTALL
Doesnt work for me.
385002(config-server-tacacs)#exit
Warning: Address not yet configured.
06-24-2019 02:42 AM
06-24-2019 02:50 AM
Will try re configuring the switch, but AAA was the last thing i configured.
06-24-2019 02:53 AM
09-08-2020 12:46 PM
I was able to fix this issue by removing the server IP under ' aaa group server' config and then able to add the server address under 'tacacs server' config and then called this tacacs server under aaa group config, like below -
!
tacacs server test
address ipv4 10.x.x.x
key 0 123456
!
aaa group server tacacs+ tacacs-grp
server name test
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide