Re: Debugging Dynamips for Multiserver

From: Kim Judy (kim23uk@gmail.com)
Date: Fri Jul 06 2007 - 10:20:11 ART


Group,
I really appreciate the help, but I still have a problem, the simulator
works on one PC and doesn't work on the other, it says "Reading
Configuration File..." and gets stuck. Also I don't want to use Termianl
server, I just want to run 4 routers on 1 PC and 4 on another one. Do I need
to trunk the 2 NIC's on the Ethernet Switch ?
I have attached the updated file, kindly help me out

# Simple lab

autostart = False

ghostios = True

sparsemem = True

[10.10.10.1:7200]

udp = 10000

workingdir = D:\Program Files\Dynamips\working

[[ROUTER R1]]

model = 3640

image = D:\Program Files\Dynamips\images\c3640-js-mz.122-29.bin

cnfg = D:\Program Files\Dynamips\configs\R1.start.config.txt

ram = 128

slot0 = NM-1FE-TX

slot1 = NM-4T

F0/0 = S1 1

S1/0 = FRSW 1

idlepc = 0x6208be9c

 [[ROUTER R2]]

model = 3640

image = D:\Program Files\Dynamips\images\c3640-js-mz.122-29.bin

ram = 128

disk0 = 20

slot0 = NM-1FE-TX

slot1 = NM-4T

F0/0 = S1 2

S1/0 = FRSW 2

idlepc = 0x604d14f4

 [[ROUTER R3]]

model = 3640

image = D:\Program Files\Dynamips\images\c3640-js-mz.122-29.bin

ram = 128

disk0 = 20

slot0 = NM-1FE-TX

slot1 = NM-4T

F0/0 = S1 3

S1/0 = FRSW 3

idlepc = 0x6042282c

 [[ROUTER R4]]

model = 3640

image = D:\Program Files\Dynamips\images\c3640-js-mz.122-29.bin

ram = 128

disk0 = 20

slot0 = NM-1FE-TX

slot1 = NM-4T

F0/0 = S1 4

S1/0 = FRSW 4

idlepc = 0x604d14f4

[10.10.10.2:7200]

udp = 11000

workingdir = C:\Program Files\Dynamips\working

[[ROUTER R5]]

model = 3640

image = C:\Program Files\Dynamips\images\c3640-js-mz.122-29.bin

ram = 128

disk0 = 20

slot0 = NM-1FE-TX

slot1 = NM-4T

F0/0 = S1 5

S1/0 = FRSW 5

idlepc = 0x6042282c

[[ROUTER R6]]

model = 3640

image = C:\Program Files\Dynamips\images\c3640-js-mz.122-29.bin

ram = 128

disk0 = 20

slot0 = NM-1FE-TX

slot1 = NM-4T

F0/0 = S1 6

S1/0 = FRSW 6

idlepc = 0x604d14f4

 [[FRSW FRSW]]

1:103 = 3:301

2:204 = 4:402

 [[ETHSW S1]]

1 = access 1

2 = access 1

3 = access 3

4 = access 4

5 = access 4

6 = access 3

24 = dot1q 1 NIO_gen_eth:\Device\NPF_{B999995E-B57D-4824-AAE1-5BE87FF96574}

On 7/5/07, Pavel Skovajsa <pavel.skovajsa@gmail.com> wrote:
>
> hi,
> yes you missed the syntax of [hypervisor:port].
> instead of [localhost:10.10.10.1] there should be [10.10.10.1] and
> instead [localhost:10.10.10.2] only [10.10.10.2].
>
> pavel
>
> On 7/4/07, Kim Judy <kim23uk@gmail.com> wrote:
> > Group,
> > I have the following setup at home and I need to run Dynamips on 2
> machines.
> > I am unable to do so, am I missing something ?
> >
> >
> > # Simple lab
> >
> > autostart = False
> >
> > ghostios = True
> >
> > sparsemem = True
> >
> > [localhost:10.10.10.1]
> >
> > workingdir = D:\Program Files\Dynamips\working
> >
> >
> >
> > [[ROUTER R1]]
> >
> > model = 3640
> >
> > image = D:\Program Files\Dynamips\images\c3640-js-mz.122-29.bin
> >
> > cnfg = D:\Program Files\Dynamips\configs\R1.start.config.txt
> >
> > ram = 128
> >
> > slot0 = NM-1FE-TX
> >
> > slot1 = NM-4T
> >
> > F0/0 = S1 1
> >
> > S1/0 = FRSW 1
> >
> > idlepc = 0x6208be9c
> >
> > [[ROUTER R2]]
> >
> > model = 3640
> >
> > image = D:\Program Files\Dynamips\images\c3640-js-mz.122-29.bin
> >
> > ram = 128
> >
> > disk0 = 20
> >
> > slot0 = NM-1FE-TX
> >
> > slot1 = NM-4T
> >
> > F0/0 = S1 2
> >
> > S1/0 = FRSW 2
> >
> > idlepc = 0x604d14f4
> >
> > [[ROUTER R3]]
> >
> > model = 3640
> >
> > image = D:\Program Files\Dynamips\images\c3640-js-mz.122-29.bin
> >
> > ram = 128
> >
> > disk0 = 20
> >
> > slot0 = NM-1FE-TX
> >
> > slot1 = NM-4T
> >
> > F0/0 = S1 3
> >
> > S1/0 = FRSW 3
> >
> > idlepc = 0x6042282c
> >
> > [[ROUTER R4]]
> >
> > model = 3640
> >
> > image = D:\Program Files\Dynamips\images\c3640-js-mz.122-29.bin
> >
> > ram = 128
> >
> > disk0 = 20
> >
> > slot0 = NM-1FE-TX
> >
> > slot1 = NM-4T
> >
> > F0/0 = S1 4
> >
> > S1/0 = FRSW 4
> >
> > idlepc = 0x604d14f4
> >
> >
> >
> > [localhost:10.10.10.2]
> >
> > udp = 11000
> >
> > workingdir = C:\Program Files\Dynamips\working
> >
> > [[ROUTER R5]]
> >
> > model = 3640
> >
> > image = C:\Program Files\Dynamips\images\c3640-js-mz.122-29.bin
> >
> > ram = 128
> >
> > disk0 = 20
> >
> > slot0 = NM-1FE-TX
> >
> > slot1 = NM-4T
> >
> > F0/0 = S1 5
> >
> > S1/0 = FRSW 5
> >
> > idlepc = 0x6042282c
> >
> > [[ROUTER R6]]
> >
> > model = 3640
> >
> > image = C:\Program Files\Dynamips\images\c3640-js-mz.122-29.bin
> >
> > ram = 128
> >
> > disk0 = 20
> >
> > slot0 = NM-1FE-TX
> >
> > slot1 = NM-4T
> >
> > F0/0 = S1 6
> >
> > S1/0 = FRSW 6
> >
> > idlepc = 0x604d14f4
> >
> > [[FRSW FRSW]]
> >
> > 1:103 = 3:301
> >
> > 2:204 = 4:402
> >
> > [[ETHSW S1]]
> >
> > 1 = access 1
> >
> > 2 = access 1
> >
> > 3 = access 3
> >
> > 4 = access 4
> >
> > 5 = access 4
> >
> > 6 = access 3
> >
> > 24 = dot1q 1
> NIO_gen_eth:\Device\NPF_{B999995E-B57D-4824-AAE1-5BE87FF96574}
> >
> > _______________________________________________________________________
> > Subscription information may be found at:
> > http://www.groupstudy.com/list/CCIELab.html
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Sat Aug 18 2007 - 08:17:40 ART