Part 0. 系统及软件环境
GNS3 1.4.6 For Win(https://github.com/GNS3/gns3-gui/releases/download/v1.4.6/GNS3-1.4.6-all-in-one.exe)
GNS3 VM 1.4.6(https://github.com/GNS3/gns3-gui/releases/download/v1.4.6/GNS3.VM.VirtualBox.1.4.6.zip)
ASA 8.4.2(模拟器)
Windows 10 x64 家庭中文版
Part I. 启动 GNS3 VM
1. 将 VM 导入到 VirtualBox
2. 启动 GNS3 VM
3. 访问 Web UI(http://192.168.56.101:8000/upload)
Part II. 安装配置 GNS3
1. 安装 GNS3
2. 确认 GNS3 VM 已经启动(Part I --> 2)
3. 启动 GNS3,选择 “Local GNS3 VM” 作为 Server
4. 选择使用 “VirtualBox”,系统会自行识别已经启动的 GNS3 VM
Part III. 创建 Cisco ASA 模拟器
1. 创建一个新的 “Project”
2. 打开 “Edit”-->“Preferences” 添加一个新的 “Qemu VMs”
3. 设置名称
4. 设置内存
5. 选择 “Disk image” 文件(asa842-initrd.gz)
6. 配置网络参数
7. 配置其他系统参数
Initial RAM disk:asa842-initrd.gz
Kernel image:asa842-vmlinuz
Kernel command line:-append ide_generic.probe_mask=0x01 ide_core.chs=0.0:980,16,32 auto nousb console=ttyS0,9600 bigphysarea=65536
Options:-vnc none -vga none -m 1024 -icount auto -hdachs 980,16,32
8. 根据模板创建一个 ASA 实例到工作区,并启动该实例
9. 通过 Console 访问 ASA 实例
EOF