Cisco 7200 Simulator
Download URLhttp://www.ipflow.utc.fr/index.php/Cisco_7200_Simulator
"At this time, the emulator I have programmed is able to boot a large number of Cisco IOS releases available for the 7200 platform, including the latest 12.2S and 12.4. "
Usage in Windows(Need toinstall WinPcap):
1.Use your network adapter with the emulator
dynamips -p 0:C7200-IO-FE:gen_eth:"\Device\NPF_{40371D28-B992-495E-AD5C-C3ED05DCB000}" image.bin
you can find the info ""\Device\..." use "dynamips -e",also you can capture the IP packet come from the emulator.So you can use it combine with network device or Zebra(or quagga) in VMWare.
2.Three emulator interlinkage
R1:
dynamips -p 0:C7200-IO-FE:udp:10001:127.0.0.1:10002 image.bin
R2:
dynamips -p 0:C7200-IO-FE:udp:10002:127.0.0.1:10001 -p 1A-FE-TX:udp:10003:127.0.0.1:10004 image.bin
R3:
dynamips -p 0:C7200-IO-FE:udp:10004:127.0.0.1:10003 image.bin
3.A test configure emulator as PPPoE Server
Lab enviroment:
Linksys broad router(run rip)
+Cisco 7200 Simulator(dynamips -p 0:C7200-IO-FE:gen_eth:"\Device\NPF_{40371D28-B992-495E-AD5C-C3ED05DCB000}" image.bin)
+WinRadius
+PPPoE link in WinXP for test
PPPoE-Server#sh run
Building configuration...
Current configuration:
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname PPPoE-Server
!
aaa new-model
aaa authentication ppp vpdn group radius
enable password cisco
!
username test password 0 test
username cisco password 0 cisco
!
!
!
!
ip subnet-zero
ip cef
!
vpdn enable
no vpdn logging
!
vpdn-group PPPoE_1
accept-dialin
protocol pppoe
virtual-template 1
pppoe limit per-mac 1
!
lane client flush
!
!
!
!
!
!
!
interface Loopback1
ip address 192.168.10.1 255.255.255.0
!
interface FastEthernet0/0
ip address 192.168.1.77 255.255.255.0
half-duplex
pppoe enable
no cdp enable
!
interface Virtual-Template1
mtu 1492
ip unnumbered Loopback1
no ip route-cache cef
ip mroute-cache
keepalive 5
peer default ip address pool PPPoE_Pool
ppp authentication chap vpdn
ppp ipcp dns 202.96.199.133
!
router rip
network 192.168.1.0
network 192.168.10.0
!
ip local pool PPPoE_Pool 192.168.10.200 192.168.10.205
ip classless
no ip http server
ip http authentication local
!
no cdp run
snmp-server engineID local 0000000902000005FF362000
snmp-server community test RW
snmp-server packetsize 2048
snmp-server chassis-id 123123
radius-server host 192.168.1.5 auth-port 1812 acct-port 1813 key 123123
radius-server retransmit 3
!
!
line con 0
transport input none
line aux 0
line vty 0 4
login local
!
endhttp://www.ciscohq.com/forum/Themes/cisco/images/icons/modify_inline.gif
页:
[1]