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

ASA 5510 and Failover

benoit.petry
Level 1
Level 1

Hello,

I have 2 ASA 5510 SEC-BUN

I want to enable failover.

I have this configuration :

Ethernet 0/0 : Outside

Ethernet 0/1 : Inside

Ethernet 0/2 : DMZ

I follow the example : How to configure Failover on ASA, and i can read that i need two interface :

One for Lan Failover Interface and One for State Failover Interface.

I have no more two Interface , I have only one free (Ethernet 0/3).

The Cisco documentation do not recommend to use the Management Interface.

Thanks for your help

2 Replies 2

srue
Level 7
Level 7

you can use eth0/3 as both the failover interface and the stateful interface.

abhisheksen
Level 1
Level 1

First you configure failover in primary firewall(do not power on the sec.)

you have to put this commands:

interface Ethernet0/3

description LAN/STATE Failover Interface

speed 100

duplex full

failover

failover lan unit primary

failover lan interface FAILOVER_ETH3 ethernet0/3

failover lan enable

failover polltime unit 5 holdtime 15

failover link FAILOVER_ETH3 Ethernet0/3

failover interface ip FAILOVER_ETH5 192.168.1.1 255.255.255.0 standby 192.168.1.2

After entering these commands power on the sec. device and issue the command:

failover lan unit secondary

I think this is all you required.

Review Cisco Networking products for a $25 gift card