Pemu(PIX Emulator) Study Notes-
setup and configuration
1.download software
a.pemu(this is pix emulation) ,http://7200emu.hacki.at/  my account: tagche/*****;
  tap virtual ethernet adapter,http://open***.net(this is NIC emulation)
b.bes
c.pix ios(6.3(5)/7.2(2)/8.0(2))
d.telnet or securecrt
 
2.edit pemu.ini file
serial=0x30392303
p_w_picpath=PIX722.BIN
key=0x6f91ddb5,0x3c8ce153,0xcb588bee,0x234c4f77
bios1=mybios_d8000
bios2=bios.bin
bios_checksum=1
3.add virtual adapter(Here is TAP virtual Ethernet adapter)
 
4.create .BAT file
Example1: ( boot successfully,virtual adapter powerd on )
@echo off
pemu.exe\
-net nic,vlan=10,macaddr=00:aa:00:00:01:01 -net tap,vlan=10,ifname=tap10\
-net nic,vlan=11,macaddr=00:aa:00:00:01:10 -net tap,vlan=11,ifname=tap11\
-net nic,vlan=12,macaddr=00:aa:00:00:01:11 -net tap,vlan=12,ifname=tap12\
-serial telnet::4001,server,nowait FLASH
 
Example2:
@echo off
pemu.exe
-net nic,vlan=1,macaddr=00:d0:f8:00:00:01
-net udp,vlan=1,sport=5000,dport=9000,daddr=127.0.0.1
-net nic,vlan=2,macaddr=00:d0:f8:00:00:02
-net udp,vlan=2,sport=5001,dport=9001,daddr=127.0.0.1
-net nic,vlan=3,macaddr=00:d0:f8:00:00:03
-net udp,vlan=3,sport=5002,dport=9002,daddr=127.0.0.1
-serial telnet::4444,server
-m 128 FLASH
 
5.use BES.exe to utilize cpu load
 
6.how to connect pix with dynamips’s  routers
 
Pixfirewall#activation-ky  activation-key
 
Activation-key (FOR IOS722)
Serial Number 0x301D10D9
Activation Key
0x5236f5a7 0x97def6da 0x732a91f5 0xf5deef57
Serial Number
0x1c9f971c
Activation Key
0xa94b7db5 0x17d768ea 0x63f6e081 0x6d9fadd
serial=0x30392303
Activation key=0x6f91ddb5,0x3c8ce153,0xcb588bee,0x234c4f77
 
7.使用GNS-3/Dynagen模拟,简化上述配置