Contents
STEP 1: Download ASA.zip for Windows
STEP 2: Create Windows Lookbacks
STEP 3: Get the NIO_gen_eth:\Device\NPF_{......................... ...........}
STEP 4: Modify the ASA.bat
STEP 5: Launching ASA.bat
STEP 6: Telnet to localhost 1234
STEP 7: Launching ASDM
---------------------------------
STEP 1: Download ASA.zip for Windows and extract asa.zip
STEP 2: Create Windows Lookbacks Interfaces
STEP 3: Get the NIO_gen_eth:\Device\NPF_{......................... ...........}
Next double click the network device list.cmd link created when you installed Dynamips
Copy the list of all your loopbacks to a text file for use in the next step
STEP 4: Modify the ASA.bat
STEP 5: Launching ASA.bat
STEP 6: Telnet to localhost 1234
Set ip address for ASA to ping ip address of TFTP server
STEP 7: Launching ASDM
Press Button : Run Startup Wizard
Press YES
Enter username and password
STEP 1: Download ASA.zip for Windows
STEP 2: Create Windows Lookbacks
STEP 3: Get the NIO_gen_eth:\Device\NPF_{......................... ...........}
STEP 4: Modify the ASA.bat
STEP 5: Launching ASA.bat
STEP 6: Telnet to localhost 1234
STEP 7: Launching ASDM
---------------------------------
STEP 1: Download ASA.zip for Windows and extract asa.zip
STEP 2: Create Windows Lookbacks Interfaces
STEP 3: Get the NIO_gen_eth:\Device\NPF_{......................... ...........}
Next double click the network device list.cmd link created when you installed Dynamips
Copy the list of all your loopbacks to a text file for use in the next step
STEP 4: Modify the ASA.bat
@echo off
cls
title ASA Simulator
setlocal
set command_name= qemupcap -L . -hda FLASH1 -hdachs 980,16,32 -kernel vmlinuz -initrd asa.gz -m 256 --no-kqemu
set parameter= -append "auto nousb ide1=noprobe bigphysarea=16384 console=ttyS0,9600n8 hda=980,16,32"
set nic1=-net nic,vlan=0,model=i82557b,macaddr=00:aa:00:00:02:01 -net pcap,vlan=0,ifname=
\Device\NPF_{3FA53BEB-D3A0-45C2-88E4-1C10A303A04C}
set nic2=-net nic,vlan=1,model=i82557b,macaddr=00:aa:00:00:02:02 -net pcap,vlan=1,ifname=
\Device\NPF_{F9805ACA-752F-4373-A62D-057A8F9EE24E}
set options=-serial telnet::1234,server,nowait
%command_name% %parameter% %nic1% %nic2% %options%
cls
title ASA Simulator
setlocal
set command_name= qemupcap -L . -hda FLASH1 -hdachs 980,16,32 -kernel vmlinuz -initrd asa.gz -m 256 --no-kqemu
set parameter= -append "auto nousb ide1=noprobe bigphysarea=16384 console=ttyS0,9600n8 hda=980,16,32"
set nic1=-net nic,vlan=0,model=i82557b,macaddr=00:aa:00:00:02:01 -net pcap,vlan=0,ifname=
\Device\NPF_{3FA53BEB-D3A0-45C2-88E4-1C10A303A04C}
set nic2=-net nic,vlan=1,model=i82557b,macaddr=00:aa:00:00:02:02 -net pcap,vlan=1,ifname=
\Device\NPF_{F9805ACA-752F-4373-A62D-057A8F9EE24E}
set options=-serial telnet::1234,server,nowait
%command_name% %parameter% %nic1% %nic2% %options%
STEP 6: Telnet to localhost 1234
Set ip address for ASA to ping ip address of TFTP server
STEP 7: Launching ASDM
Press Button : Run Startup Wizard
Press YES
Enter username and password
Comment