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

ACE failover working not assuming IP address

networker99
Level 1
Level 1

I have 2 ACE's configured in active/standby and the failover works, but the standby does not assume the IP address of the failed primary.. so all the webserver traffic stops working

1 Accepted Solution

Accepted Solutions

ddastoli
Cisco Employee
Cisco Employee

That's expected. In a HA configuration, you may config an IP alias i.e.

interface vlan 536
  ip address 192.168.6.99 255.255.255.0
  alias 192.168.6.100 255.255.255.0
  peer ip address 192.168.6.98 255.255.255.0

so basically the active module will have ownership about the alias IP.

Indeeed in the example above, the .99 IP will remain only assigned to the local box, and the .98 to the peer box.

Have a look here if you wish:

http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/vA2_3_0/configuration/administration/guide/redundcy.html#wp1121596

Cheers,

Dom.

View solution in original post

1 Reply 1

ddastoli
Cisco Employee
Cisco Employee

That's expected. In a HA configuration, you may config an IP alias i.e.

interface vlan 536
  ip address 192.168.6.99 255.255.255.0
  alias 192.168.6.100 255.255.255.0
  peer ip address 192.168.6.98 255.255.255.0

so basically the active module will have ownership about the alias IP.

Indeeed in the example above, the .99 IP will remain only assigned to the local box, and the .98 to the peer box.

Have a look here if you wish:

http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/vA2_3_0/configuration/administration/guide/redundcy.html#wp1121596

Cheers,

Dom.