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:
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
Post a Comment