I've configured my two ASA 5510s for failover. But it just won't start to work. I cannot pint the failover interface for the other ASA from either one. I've tried connecting the failover ports with straight-through as well as crossover cables. At no time have I been able to get the slightest sign of any connectivity over the faiolveer ports. I can ping all other IPs from each ASA... each one can ping the inside, outside, and management interface of the other.
Is this another special Cisco-only cable? Special pinout? Some further config that's necessary? The TAC isn't of much use... they say my config is fine and that I need to "ensure physical connectivity", but go mute when I ask them precisely how I should do that ;-)
Didn't find your answer? Ask the community — no account required.
M
mcaissie
You don't need a special cable .
I think ASA supports both the straiht-through and the crossover, but the crossover for sure.
Can you post your failover config of both unit.
And be sure your interfaces are not shutdown.
J
John Oliver
ntasa01# sh conf : Saved : Written by enable_15 at 09:08:16.980 PDT Thu May 24 2007 ! ASA Version 7.0(6) ! hostname ntasa01 enable password **************** encrypted names dns-guard ! interface Ethernet0/0 nameif outside security-level 0 ip address 168.143.121.4 255.255.255.0 standby 168.143.121.5 ! interface Ethernet0/1 nameif inside security-level 100 ip address 10.15.30.1 255.255.255.0 standby 10.15.30.2 ! interface Ethernet0/2 shutdown no nameif no security-level no ip address ! interface Ethernet0/3 description LAN/STATE Failover Interface ! interface Management0/0 nameif management security-level 100 ip address 10.12.14.253 255.255.255.0 management-only ! passwd **************** encrypted ftp mode passive clock timezone PST -8 clock summer-time PDT recurring 2 Sun Mar 1:59 1 Sun Nov 3:00 pager lines 24 logging asdm informational mtu management 1500 mtu outside 1500 mtu inside 1500 failover failover lan unit primary failover lan interface failover Ethernet0/3 failover link failover Ethernet0/3 failover interface ip failover 172.16.2.1 255.255.255.252 standby
This line must be the same on both units. The first IP is for the primary and the other for the secondary
So you have to change it on the secondary for
J
John Oliver
OK, I did that. Now, I see:
ntasa01# sh failover Failover On Failover unit Primary Failover LAN Interface: failover Ethernet0/3 (up) Unit Poll frequency 1 seconds, holdtime 15 seconds Interface Poll frequency 15 seconds Interface Policy 1 Monitored Interfaces 3 of 250 maximum Version: Ours 7.0(6), Mate 7.0(6) Last Failover at: 07:57:39 PDT May 24 2007 This host: Primary - Active Active time: 255225 (sec) slot 0: ASA5510 hw/sw rev (2.0/7.0(6)) status (Up Sys) slot 1: empty Interface management (10.12.14.253): Normal (Waiting) Interface outside (168.143.121.4): Normal Interface inside (10.15.30.1): Normal Other host: Secondary - Standby Ready Active time: 81899 (sec) slot 0: ASA5510 hw/sw rev (2.0/7.0(6)) status (Up Sys) slot 1: empty Interface management (0.0.0.0): Normal (Waiting) Interface outside (168.143.121.5): Normal Interface inside (10.15.30.2): Normal
Logical Update Queue Information Cur Max Total Recv Q: 0 2 16 Xmit Q: 0 2 150
But:
ntasa01# sh failover state ====My State=== Primary | Active | ====Other State=== Secondary | Standby | ====Configuration State=== Sync Done ====Communication State=== Mac set =========Failed Reason============== My Fail Reason: Other Fail Reason: Comm Failure
And I can no longer ping or telnet to the management interface on the secondary unit ntasa02 I can ping e0/0 and e0/1 on it, so it isn't dead.
Thanks for getting me on the right track... you're more useful than Cisco! :-)
M
mcaissie
Well you don't have a standby IP for your management unit. So when the synchro occured the secondary management ip got deleted.
Interface management (0.0.0.0): Normal (Waiting)
Put this instead on your management interface
ip address 10.12.14.253 255.255.255.0 standby 10.12.14.252
J
John Oliver
Ahh, OK. So I can only manage it via the console until/unless it takes over as primary?
What about this?
Is that just a holdover, or something that needs to be cleared?
Thanks so much!
M
mcaissie
Not exactly , but let clear things a little bit here.
You have to see your failover kit as a single unit with a single configuration, The only difference in the configuration is the failover lines. The unit with the line "failover lan unit primary" becomes the Primary unit and always stays the Primary unit. Primary is a physicall identification of the unit. Same thing applies for the "failover lan unit secondary" .The unit with this line is the Secondary unit and always stays the Secondary unit. What may jump from one unit to the other is the failover state, Active or Standby. So the Primary may be in the Active state or in the Stanby state.
And when you configure an ip address on an interface of a failover kit, the first address is always the Active address and the standby address, well the Standby address. So the ip addresses are not linked to a physical unit, they will jump from one unit to the other each time a failover occurs. So you can't say that this address is the address of my secondary unit , without first verifying in what state is your secondary unit.
Usually the normal way to configure a failover kit is first to configure the primary , then on the secondary, you only configure the failover lines and do a no shut on the failover interface. Then you hook-up the two units and the secondary will get it's configuration from the primary.
In your case , you configured both unit before the failover. So when the configuration synchronisation occured , the secondary configuration was replaced by the primary (wich was the active unit. The active unit config always prevail). So if you look at the ip address of your management interface on the Active unit , you have "ip address 10.12.14.253 255.255.255.0" meaning that there is no stanby address.
So when the synchronisation occured , your secondary unit got rid of it's ip address
That's why your failover is in a Failed state , your management interfaces can't communicate
And when i say to replace your address by
you must do this on your Active unit , and then do a wr mem to synchronise your changes with the Standby. If you made this change only on the Standby unit it didn't accomplish anyhting.
After that you will be able to manage both unit through the management interface if you want, but normally you wouldn't need that. Because if you do a change on the Standby unit it will not be saved, and you will have a message saying your configuration is not synchronised.
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.