04-09-2020 01:48 AM
Hi there,
i am using two firewall Cisco Firepower 2110 as an external internet firewall and 2nd cisco firepower 2130 as an internal Data Center this firewall only used for different VLANs and server-level authentication.
External(Internet) firewall is Managed with Virtual FMC.
I am using Cisco Firepower 2130 firewall as an ASA mod (CLI mode). if I want to add this firewall with my FMC can I do this? right now it's giving me a command-line interface. If yes, what is the prerequisite of doing this?
2nd thing is I want to send my Data Center firewall which is an ASA mode back up to the remote backup location, how can I do this.
Please help me as I am new in Cisco.
04-09-2020 05:49 AM
FMC cannot manage Firepower appliances running ASA image.
When you say backup do you mean a backup of the configuration?
04-09-2020 06:04 AM
Thank you, sir, for your reply.
Yes, I want to send configuration backup of Cisco Firewall 2130 which is running as ASA mode to the remote backup location. What utility should I need to use for it?
and what utility should I need to used to access my Cisco Firepower 2130 which is running as an ASA mode as a GUI mode? which utility will provide me the GUI or its only running with CLI mode.
Please guide.
04-09-2020 08:19 AM
Most people do backups using their ntework management software. Cisco Prime Infrastructure, SolarWinds NCM, SolarWinds Cattools are popular commercial options. RANCID is an open source alternative.
If you have an FTP or SCP server you can create a script to kick off periodically and copy the config to it.
As far as a GUI, Cisco ASA's have the ASDM (Adaptive Security Device Manager) tool.
04-09-2020 10:13 PM
04-09-2020 11:57 PM
You're welcome. Please rate my replies if they helped you.
04-13-2020 07:13 AM
Hi,
I have one more question is,
how can I enable ASDM feature in my firewall, currently, I am using Cisco firepower 2130 as an ASA mode?
I need to enable the HTTP service in it so that I can be able to access it via ASDM. how can I do that, actually, its placed in the production environment so that's why I am a little afraid. Please guide accordingly.
when i run the below command "show run HTTP" its give me below thing.
http server enable
http 0.0.0.0 0.0.0.0 outside
http 10.1.1.0 255.255.255.0 oob
my firewall IP addresses are 10.1.2.x
should i need to run the below command to access it
http 10.1.2.0 255.255.255.0 inside
Thank you in advance.
04-13-2020 08:24 AM
If you add the command you mentioned it will allow you to access the ASA using ASDM via the inside interface but only if your management PC is in the 10.1.2.0/24 subnet.
If you want to access it from any inside subnet then use the command:
http 0.0.0.0 0.0.0.0 inside
Make sure there's a valid ASDM image on disk and that it is called out in the config with the "asdm image <image file>" command. Also ensure that you have the free 3DES-AES license activated ("show version" will tell you).
You probably don't want ASDM to be accessible from any outside address. To disable that use the command:
no http 0.0.0.0 0.0.0.0 outside
04-13-2020 11:26 PM
Hi.
could you please guide what you mean about valid ASDM image on the disk? i did not understand the below line.
Make sure there's a valid ASDM image on disk and that it is called out in the config with the "asdm image <image file>"
please find attached the output of the show version command. I have a cisco smart license.
and thank you, sir, for your guidance.
04-14-2020 02:56 AM - edited 04-14-2020 02:57 AM
"Make sure there's a valid ASDM image on disk" means the binary file (*.bin) for your specified ASDM version is there.
"Called out in the config file" means the running configuration has a line in it as shown below:
ccielab-asa# show run asdm asdm image disk0:/asdm-7122.bin no asdm history enable ccielab-asa# dir disk0:/asdm-7122.bin Directory of disk0:/asdm-7122.bin 93 -rwx 33696792 13:48:26 Jul 23 2019 asdm-7122.bin 1 file(s) total size: 33696792 bytes 8571076608 bytes total (8302669824 bytes free/96% free) ccielab-asa#
The exact version of ASDM may vary for your ASA. We generally recommend the most recent one (currently 7.14(1)46 or file name "asdm-7174-46.bin").
04-14-2020 04:11 AM
Thank you, sir, for your detailed guidance.
04-14-2020 09:48 PM
You're welcome.
04-24-2020 05:55 AM
Sir, I am struggling while configuring ASDM with my cisco firepower 2130 firewall. it is on ASA mode.
My firewall is on 10.1.2.0 subnet and i am setting in the subnet which is 10.1.57.0 right now i am unable to access my firewall which IP addresses is 10.1.2.1.
I just want to enable ASDM service and also want to access it via 10.1.57.0 subnet. right now the firewall is as ASA mode(CLI) its hard for me to manage it via command line.
How can I do this an image is also attached to this.
I run the below commands for your reference but it's not work
To enable ASDM:
http 10.1.57.0 255.255.255.0 inlinemgmta (Name of interface Port-channel1.2)
access-list outside.in extended permit tcp host 10.1.2.1 host 10.1.57.101 eq http
HTTP server is already enabled as per previous posts.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide