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

ASA5550 multiple context management0/0 same IP address

tf2-conky
Level 1
Level 1

Hi All

I am attempting to use a perl script(via cron) to back up all context configs from the ASA to a tftp server

Due to the limitation of the ASA CLI, I can not back up all context configs simultaneously. As such I believe the script has to log(ssh) onto each context separately.

Can I allocate the management interface to each context, and use the same IP address in each context? (the IP address will reside in the same out-of-band network as the TFTP server)

TIA

1 Reply 1

tf2-conky
Level 1
Level 1

Short answer no

asa5550/cust-A(config-if)# ip address 192.168.0.1 255.255.255.0

ERROR: This address conflicts with another address on net

## REFERENCE

asa5550/admin# sh run

...

...

...

context admin

allocate-interface Management0/0

!

context cust-A

allocate-interface Management0/0

!

asa5550/admin# sh run interface management 0/0

interface Management0/0

description Physical Link to Management LAN

nameif mngt0_0_management_int

security-level 100

ip address 192.168.0.1 255.255.255.0

management-only

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