cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3307
Views
0
Helpful
3
Replies

changing new TACACS+ server

1 Accepted Solution

Accepted Solutions

Seb Rupik
VIP Alumni
VIP Alumni

Hi there,

You should use this opportunity to use the new tacacs server command format, as the one you are using will be depreciated in future releases.

!
aaa group server tacacs+ aia_tacacs+
  no server 10.52.0.158
  no server 10.51.65.94
  server name SERVER01
  server name SERVER02
!
tacacs-server directed-request
!
tacacs server SERVER01
  address ipv4 x.x.x.x
  key xxxx
  timeout 5
!
tacacs server SERVER02
  address ipv4 y.y.y.y
  key yyyy
  timeout 5
!

cheers,

Seb.

View solution in original post

3 Replies 3

Seb Rupik
VIP Alumni
VIP Alumni

Hi there,

You should use this opportunity to use the new tacacs server command format, as the one you are using will be depreciated in future releases.

!
aaa group server tacacs+ aia_tacacs+
  no server 10.52.0.158
  no server 10.51.65.94
  server name SERVER01
  server name SERVER02
!
tacacs-server directed-request
!
tacacs server SERVER01
  address ipv4 x.x.x.x
  key xxxx
  timeout 5
!
tacacs server SERVER02
  address ipv4 y.y.y.y
  key yyyy
  timeout 5
!

cheers,

Seb.

it would have to depend on the IOS right?

if not the new command would not able to be configured.

 

 

Both commands formats should be available for a large range of software versions, but the set you proposed will eventually be phased out.