01-01-2023 10:47 AM
Hello
I am new to this forum and cisco firewalls
I bought a cisco asa5506-x, the default configuration seems to be running fine.
However, I’m puzzled by the different image versions showing in startup-config, “ASA Version 9.8(2)” and in running-config “ASA Version 9.16(3) 23”.
There is no ASA 9.8(2) image in disk0:/
There’s an asa9-16-3-23-lfbff-k8.SPA image in disk0:/
Both startup-config and running-config contain the line:
boot system disk0:/asa9-16-3-23-lfbff-k8.SPA
I suspect there must be a hidden ASA 9.8(2) image somewhere for startup-config to run with that image initially.
Could someone please tell me if that’s the case.
Solved! Go to Solution.
01-02-2023 05:58 AM
Solved: Change default boot file on ASA - Cisco Community <<- check this link.
01-01-2023 11:48 AM - edited 01-01-2023 12:06 PM
show disk0: <<- show all image in ASA
OR
show flash <<- show all image in ASA
01-01-2023 01:47 PM
01-01-2023 02:08 PM
ASA(config)# sh boot <<- can share this
01-02-2023 05:47 AM
ciscoasa# sh boot
BOOT variable = disk0:/asa9-16-3-23-lfbff-k8.SPA
Current BOOT variable = disk0:/asa9-16-3-23-lfbff-k8.SPA
CONFIG_FILE variable =
Current CONFIG_FILE variable =
01-02-2023 05:58 AM
Solved: Change default boot file on ASA - Cisco Community <<- check this link.
01-02-2023 01:56 AM
Hello,
as far as I recall, the 'startup-config' is stored in a hidden partition (in flash or disk memory), and you can only view it by issuing the 'show startup-config' command. My guess is that 9.8(2) was loaded at some point and written to the startup config (using the 'wr mem' command).
What if you do a 'wr mem' now ? And then issue the 'show startup-config' command ? It should, in theory, match your running config...
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