Warning: Address not yet configured under tacacs server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2016 08:53 AM - edited 03-10-2019 01:09 PM
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 .
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2016 09:09 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2016 09:32 AM
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;
