cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1214
Views
15
Helpful
3
Replies

Standby IP for Active-Standby Context Firewall

johnlloyd_13
Level 9
Level 9

hi,

i'm going to migrate a standalone ASA5520 Context FW to a ASA5525-x HA.

my question is, can i configure the ASA5525-X context with just a single 'outside' IP? this is due to broken or discontiguous IP assignment.

will failover work to the secondary 5525-X FW even without the standby outside IP?

1 Accepted Solution

Accepted Solutions

ngkin2010
Level 7
Level 7

You don't need to get two IP address to make HA work.

# interface gi0/0
# nameif inside
# ip address <primary ip> standby <secondary ip>

The primary ASA always use the primary IP address, when it fail-over to another ASA, it will pick up the primary IP.

The secondary IP is for you to access the standby unit, have no special function on control plane / data plane.

 

That's mean, the following configuration should also work well.

 

# interface gi0/0
# nameif inside
# ip address <primary ip>

View solution in original post

3 Replies 3

ngkin2010
Level 7
Level 7

You don't need to get two IP address to make HA work.

# interface gi0/0
# nameif inside
# ip address <primary ip> standby <secondary ip>

The primary ASA always use the primary IP address, when it fail-over to another ASA, it will pick up the primary IP.

The secondary IP is for you to access the standby unit, have no special function on control plane / data plane.

 

That's mean, the following configuration should also work well.

 

# interface gi0/0
# nameif inside
# ip address <primary ip>

Yes it will work, I tested this couple of times

venkat_n7
Level 1
Level 1

I did testing just now, that should work like others said. i gives warning but everything should be fine.


 

Please rate comments and support
with regards,
Venkat
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:

Review Cisco Networking products for a $25 gift card