という訳で、GNS3上でASAを使用できるように手順をメモ

【前提】
GNS3のverは0.8.6
下記ファイル2つが必要
・asa842-initrd.gz
・asa842-vmlinuz
【設定手順】
GNS3起動
↓
edit → performances...
↓
Qemu → ASA
下の画像の様に設定

Initrdにasa842-initrd.gzファイルパスを指定
Kernelにasa842-vmlinuzファイルパスを指定
Qemu Options : -vnc none -vga none -m 1024 -icount auto -hdachs 980,16,32
Kernel cmd line : -append ide_generic.probe_mask=0x01 ide_core.chs=0.0:980,16,32 auto nousb console=ttyS0,9600 bigphysarea=65536
↓
SAVE → OK
↓
ASA Firewallを起動し、コンソールを開いて初期設定を行います
↓
enable
!passwordの入力を求められるが空Enter
passward :
configure terminal
!--以下メッセージが出たら、空Enter、もしくは[Y]、[y]
***************************** NOTICE *****************************
Help to improve the ASA platform by enabling anonymous reporting,
which allows Cisco to securely receive minimal error and health
information from the device. To learn more about this feature,
please visit: http://www.cisco.com/go/smartcall
Would you like to enable anonymous error reporting to help improve
the product? [Y]es, [N]o, [A]sk later:
!---
!以下、2行どちらかを投入
activation-key 0x4a3ec071 0x0d86fbf6 0x7cb1bc48 0x8b48b8b0 0xf317c0b5
activation-key 0xb23bcf4a 0x1c713b4f 0x7d53bcbc 0xc4f8d09c 0x0e24c6b6
end
!保存
write memory
以上です