cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
589
Views
0
Helpful
1
Replies

New Server command

Kevin Melton
Level 2
Level 2

Forum

Last night as I was installing a new 3750-X model switch at a client site, I tried to configure the TACACS server variables.  I was greeted with the followinig message:

                  

GAPJMRTR(config)#tacacs-server host 10.2.1.95 timeout 20

This cli will be deprecated soon. Use new server cli

There fore my next step was to go to help to find out about the new command:

GAPJMRTR(config)#new?

% Unrecognized command

GAPJMRTR(config)#

Can anyone shed light on what the "new server cli" is, and in what capacity it is replacing the tacacs-server command?

Any answers are appreciated.

KMNRuser

1 Accepted Solution

Accepted Solutions

Bilal Nawaz
VIP Alumni
VIP Alumni

Hello,

The replacement for this command here:

Before:

tacacs-server host 10.2.1.95

After:

tacacs server MY_ACS

address ipv4 10.2.1.95

key xxxxxxxxx

If you have more than one, you need to create a group.

Please see here for more details.

http://slaptijack.com/networking/new-style-tacacs-configuration/

Hope this helps

Please rate useful posts & remember to mark any solved questions as answered. Thank you.

Please rate useful posts & remember to mark any solved questions as answered. Thank you.

View solution in original post

1 Reply 1

Bilal Nawaz
VIP Alumni
VIP Alumni

Hello,

The replacement for this command here:

Before:

tacacs-server host 10.2.1.95

After:

tacacs server MY_ACS

address ipv4 10.2.1.95

key xxxxxxxxx

If you have more than one, you need to create a group.

Please see here for more details.

http://slaptijack.com/networking/new-style-tacacs-configuration/

Hope this helps

Please rate useful posts & remember to mark any solved questions as answered. Thank you.

Please rate useful posts & remember to mark any solved questions as answered. Thank you.