cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
740
Views
5
Helpful
2
Replies

ACE 4710 config for failover on second unit

kasper123
Level 4
Level 4

I'm trying to set up two ace 4170 in HA configuration.

Currently one of the devices is doing ssl offload and load balancing and is working fine.

What has to be done on the new unit in order for them to work as a HA pair?

Attached is my current config (I added HA setting in the unit allready).

Thank you.

1 Accepted Solution

Accepted Solutions

You simply need to configure ft related command on Standby and standby ACE will copy the config over from primary.

Assuming you are only using Admin context following will be the config on Primary & Standby ACE

------ on Primary ------

interface gigabitEthernet 1/2

ft-port vlan 30

no shutdown

ft interface vlan 30

ip address 192.168.60.1 255.255.255.0

peer ip address 192.168.60.2 255.255.255.0

no shutdown

ft peer 1

heartbeat interval 300

heartbeat count 10

ft-interface vlan 30

ft group 1

peer 1

priority 200

peer priority 100

associate-context Admin

inservice

-------------- On Secondary ---------------

interface gigabitEthernet 1/2

ft-port vlan 30

no shutdown

ft interface vlan 30

ip address 192.168.60.2 255.255.255.0

peer ip address 192.168.60.1 255.255.255.0

no shutdown

ft peer 1

heartbeat interval 300

heartbeat count 10

ft-interface vlan 30

ft group 1

peer 1

priority 100

peer priority 200

associate-context Admin

inservice

HTH

Syed Iftekhar Ahmed

View solution in original post

2 Replies 2

You simply need to configure ft related command on Standby and standby ACE will copy the config over from primary.

Assuming you are only using Admin context following will be the config on Primary & Standby ACE

------ on Primary ------

interface gigabitEthernet 1/2

ft-port vlan 30

no shutdown

ft interface vlan 30

ip address 192.168.60.1 255.255.255.0

peer ip address 192.168.60.2 255.255.255.0

no shutdown

ft peer 1

heartbeat interval 300

heartbeat count 10

ft-interface vlan 30

ft group 1

peer 1

priority 200

peer priority 100

associate-context Admin

inservice

-------------- On Secondary ---------------

interface gigabitEthernet 1/2

ft-port vlan 30

no shutdown

ft interface vlan 30

ip address 192.168.60.2 255.255.255.0

peer ip address 192.168.60.1 255.255.255.0

no shutdown

ft peer 1

heartbeat interval 300

heartbeat count 10

ft-interface vlan 30

ft group 1

peer 1

priority 100

peer priority 200

associate-context Admin

inservice

HTH

Syed Iftekhar Ahmed

Thank you very much Syed!

I managed to get them working in failover.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: