Hi,
With an ASA v8 image you need Qemu. If you want to use an ASA v7 image then you can use GNS3.
To use an ASA 7 image with GNS3, you have to unpack it with Cisco image unpacker.
On Linux:
Code:
$ python unpack.py --format ASA7 asa724-k8.bin
Archive: /tmp/asa724-k8.bin.zip
inflating: /tmp/pix
ASA7 binary image successfully unpacked in asa724-k8.bin.unpacked
On Windows:
Code:
C:\Unpack>unpack.exe --format ASA7 asa724-k8.bin
Archive: c:/docume~1/admini~1/locals~1/temp/asa724-k8.bin.zip
inflating: c:/docume~1/admini~1/locals~1/temp/pix
ASA7 binary image successfully unpacked in asa724-k8.bin.unpacked
Then you can use asa724-k8.bin.unpacked in GNS3 as a PIX image.
Ok I have the image and the ASDM file. I have unpacked the asa724-k8, but how are you able to get the ASDM working and how do you access it?