You are on page 1of 1

How to configure SDM with Dynamips

2 mars 2008 niamor


Hello gears,
I installed SDM engine today in order to prepare myself for ISCW test.
I searched the web about howtos but I never found what I needed. Hope that tutorial can
help someone else.
Steps :
Configure an ip address on a router interface and enable it. This interface must be
fast/ethernet type.
o Ex :
o Router#conf t
o Router(config)#ip http secure-server (Some keys should be generated)
o Router(config)#interface fastethernet0/0
o Router(config-int)#ip address 172.16.0.2
o Router(config-int)#duplex full
o Router(config-int)#no shut
Install a loopback adaptater on your pc : You can follow the following article for
this Link.
Run the Network device list batch from Dynamips folder and gather the
hardware reference for your network adaptater.
Edit you .net file and add the following statement
o F0/0 =NIO_gen_eth:DeviceNPF_{ ** your nic reference **}
Modify the new Windows network connection and assign it a static ip address
such as 172.16.0.1/24.
Run your .net file and try to ping from both sides : Router->PC and PC->Router
Install SDM engine on your PC. Im currently using the version 2.4.1. You may
need to allow activex, you can trust them.
Use the ip address you defined on the router and enter it into SDM. 172.16.0.2 in
our case.
You will be prompted for a username and a password. You have to define it into
router configuration. Below is an example.
o Router(config)#usernmame sdm priv 15 password sdmlab
Cheers and Enjoy !
Publi dans CCNP, CS-7200, Certification, Cisco, Cisco SDM, Dynamips, HowTo,
ISCW, Networking, Router, Routers, Routing.

You might also like