cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
8930
Views
13
Helpful
2
Replies

Warning: Address not yet configured under tacacs server

Jamessam123
Level 1
Level 1

Hello ,

My Router IOS version is  " Cisco IOS Software, C1900 Software (C1900-UNIVERSALK9-M), Version 15.2(4)M2, RELEASE SOFTWARE (fc2) "

I am trying to update server ip address 10.10.10.10 under server name ( NAME_1 )  but getting below error .

site-01(config-server-tacacs)#tacacs server NAME_1

site-01(config-server-tacacs)#address ipv4 10.10.10.10

site-01(config-server-tacacs)#key 7 abcadedfj1234f.

But getting the below error ...

Router01(config-server-tacacs)#exit
Warning: Address not yet configured.

site-01(config)#exit

Can anyone please help me how can i sort out this issue .

2 Replies 2

acampbell
VIP Alumni
VIP Alumni

Hi,

Under the tacacs-server commands you can set either a host name or IP address NOT both.

If you use a host name like you have "NAME_1" then you need either DNS access or a local lookup on the router

tacacs-server host NAME_1

If you just want to point at the IP Add then its :-

tacacs-server host 10.10.10.10

Regards

Alex

Regards, Alex. Please rate useful posts.

ahmedshoaib
Level 4
Level 4

Hi

As I understand that you already define tacacs server NAME_1. And now you want to modify the tacas IP address. If you are getting error:

 

First try remove the old server ip address & then put new server IP Address

tacacs server NAME_1

 no address ipv4 1.1.1.1

 ip add 10.10.10.10

 key cisco

 

If getting error again then remove the tacacs server and add it again:

no tacacs server NAME_1

 

tacacs server NAME_1

 no address ipv4 1.1.1.1

 ip add 10.10.10.10

 key cisco

 

Thanks & Best regards;