SOLUTION to Warning: The cli will be deprecated soon 'tacacs-server host 192.168.255.xx' Please move to 'tacacs server ' CLI

When you are configuring a tacacs in cisco switch and if you happen to get the following error. Then here is the solution: 
Warning:
tacacs-server host 192.168.255.xx
 Warning: The cli will be deprecated soon
 'tacacs-server host 192.168.255.10'
 Please move to 'tacacs server <name>' CLI

Solution:

sw1-core#conf t
Enter configuration commands, one per line. End with CNTL/Z.

sw1-core(config)#tacacs?
tacacs tacacs-server

sw1-core(config)#tacacs ?
server  Server configuration

sw1-core(config)#tacacs server ?
WORD Name for the tacacs server configuration

sw1-core(config)#tacacs server 192.168.255.xx

sw1-core(config-server-tacacs)#

Comments

Popular posts from this blog

(Solved) (Fixed )MariaDB Unmet Dependencies on Ubuntu 20.04.

Solution to Moodle Error: Coding error detected, it must be fixed by a programmer: Failed to unserialise data from file. Either failed to read, or failed to write.

ACTION_FAILED:OU_INVALID: Solution for GoogleApps bulk user upload issue, username@domainname.com:ACTION_FAILED:OU_INVALID. This error is because you have not specified the Org Unit Path properly.