cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2607
Views
0
Helpful
5
Replies

Is there a way to change management IP in ACS GUI

proactive99
Level 1
Level 1

Hello,

I'm trying to change the management IP for ACS 5.2 in GUI, but failed to find it.

Is there any way to change the IP address in ACS GUI?

Thanks,

-Alejin

1 Accepted Solution

Accepted Solutions

alex.dersch
Level 4
Level 4

Hello Alejin,

you cannot change the IP address in the GUI. The ACS is an application which run on an appliance. You must change the IP address on appliance level, to do so ssh to your appliance and login,

then configure terminal

interface gigabit 0

ip address [your ip address] [your network mask]

exit

exit

write memory

regards

alex

View solution in original post

5 Replies 5

alex.dersch
Level 4
Level 4

Hello Alejin,

you cannot change the IP address in the GUI. The ACS is an application which run on an appliance. You must change the IP address on appliance level, to do so ssh to your appliance and login,

then configure terminal

interface gigabit 0

ip address [your ip address] [your network mask]

exit

exit

write memory

regards

alex

Thanks a lot.

Hello Alejiin,

you cannot change the IP address by GUI. IP address is a part of the appliance, that is why you have to change it through the console or vty session.

alex

Alex - Hope your still watching this forum. I have changed my IP addresses on 5 ACS 5.2 servers using the CLI. I can now login to cli on the new IPs. However, the GUI still shows the old addresses for the other 4 servers, they were not updated of course. Is there a way from the master to update the IP on a secondary server? How do I tell the secondary that the address on the primary has changed?

 

Thanks - Don

From my understanding, you have to deregister the secondary ACS from the primary ACS before changing IP addresses. Then reregister again after changing IP addresses, although I did not do this before.

Please let me know how you go.