RE: Dynamips Issue

From: Antonio Soares <amsoares_at_netcabo.pt>
Date: Wed, 29 Sep 2010 15:35:46 +0100

Do you have 3 or 4 GB of RAM in your Laptop/Desktop ? It seems a memory
issue but in order to troubleshoot, I would put the Backbones in another
instance (7202). Almost all of my .net files make use of 4 dynamips
instances. Heres my dynamips-start.cmd file contents:

@echo off

rem Launch a local copy of dynamips

set dynamips=%CD%\dynamips.exe

cd %TEMP%

start /belownormal "Dynamips" cmd /c ""%dynamips%" -H 7200 & pause"

start /belownormal "Dynamips" cmd /c ""%dynamips%" -H 7201 & pause"

start /belownormal "Dynamips" cmd /c ""%dynamips%" -H 7202 & pause"

start /belownormal "Dynamips" cmd /c ""%dynamips%" -H 7203 & pause"

Regards,

Antonio Soares, CCIE #18473 (R&S/SP)
amsoares_at_netcabo.pt

From: Anbu [mailto:ksanpu_at_gmail.com]
Sent: quarta-feira, 29 de Setembro de 2010 13:04
To: Antonio Soares; Tharak
Cc: Cisco certification
Subject: Re: Dynamips Issue

Hi
    Thanks for the quick reply , i have tried ram = 192 , if i use this the
switch issue will be solved but another issue that i cannot start the
Backbone routers ( because the service running on port 7201 disappeared)
after started all Routers (1-6) and Switches(1-4).

anyway i will try ram=160.

I am using INE's .Net file as below.

##################################################
#
# Define global router parameters for instance 1
#
##################################################

autostart=false
[localhost:7200]

workingdir = D:\Dynamips\Dyn_V5\Lab1\working

[[3725]]
 #
 # Specify 3725 IOS image on Mac OS X here:
 image = C:\Program
Files\Dynamips\images\c3725-adventerprisek9-mz.124-15.T10.bin
 #
 ram = 128
 disk0 = 16
 disk1 = 0
 # Choose an idlepc value from the below

#* 2: 0x6026b804 [58]
#* 9: 0x6059e884 [53]
#* 10: 0x60c06d20 [59]

# idlepc = 0x62b1c780
  idlepc = 0x60c06d20
 mmap = true
 ghostios = true

###########################
#
# Define router instances
#
###########################

 [[Router R1]]
  model = 3725
  console = 2001
  autostart = false
  #slot1 = NM-4T
  F0/0 = SW1 F1/1
  S0/0 = FRSW 1
  cnfg = D:\Dynamips\Dyn_V5\Lab1\initial.configs\R1.initial.config.txt

 [[Router R2]]
  model = 3725
  console = 2002
  autostart = false
  #slot1 = NM-4T
  F0/0 = SW2 F1/2
  S0/0 = FRSW 2
  cnfg = D:\Dynamips\Dyn_V5\Lab1\initial.configs\R2.initial.config.txt

 [[Router R3]]
  model = 3725
  console = 2003
  autostart = false
  slot1 = NM-4T
  S1/0 = FRSW 3
  S1/1 = FRSW 13
  S1/2 = R1 S0/1
  S1/3 = R2 S0/1
  F0/0 = SW1 F1/3
  F0/1 = SW3 F1/3
  cnfg = D:\Dynamips\Dyn_V5\Lab1\initial.configs\R3.initial.config.txt

 [[Router R4]]
  model = 3725
  console = 2004
  autostart = false
  #slot1 = NM-4T
  F0/0 = SW2 F1/4
  F0/1 = SW4 F1/4
  S0/0 = FRSW 4
  S0/1 = R5 S0/1
  cnfg = D:\Dynamips\Dyn_V5\Lab1\initial.configs\R4.initial.config.txt

 [[Router R5]]
  model = 3725
  console = 2005
  autostart = false
  #slot1 = NM-4T
  F0/0 = SW1 F1/5
  F0/1 = SW3 F1/5
  S0/0 = FRSW 5
  cnfg = D:\Dynamips\Dyn_V5\Lab1\initial.configs\R5.initial.config.txt

 [[Router R6]]
  model = 3725
  console = 2006
  autostart = false
  #slot1 = NM-4T
  F0/0 = SW2 F1/6
  F0/1 = SW4 F1/6
  S0/0 = FRSW 6
  cnfg = D:\Dynamips\Dyn_V5\Lab1\initial.configs\R6.initial.config.txt

##################################################
#
# Define global router parameters for instance 2
#
##################################################

[localhost:7201]

workingdir = D:\Dynamips\Dyn_V5\Lab1\working

[[3725]]
 #
 # Specify 3725 IOS image on Mac OS X here:
 image = C:\Program
Files\Dynamips\images\c3725-adventerprisek9-mz.124-15.T10.bin
 #
 ram = 128
 disk0 = 16
 disk1 = 0
 # Choose an idlepc value from the below
# idlepc = 0x62b1c780
  idlepc = 0x60c06d20
 mmap = true
 ghostios = true

###########################
#
# Define router instances
#
###########################

 [[Router SW1]]
  model = 3725
  console = 2007
  autostart = false
  slot1 = NM-16ESW
  F1/7 = SW2 F1/7
  F1/8 = SW2 F1/8
  F1/9 = SW2 F1/9
  F1/10 = SW3 F1/7
  F1/11 = SW3 F1/8
  F1/12 = SW3 F1/9
  F1/13 = SW4 F1/7
  F1/14 = SW4 F1/8
  F1/15 = SW4 F1/9
  cnfg = D:\Dynamips\Dyn_V5\Lab1\initial.configs\SW1.initial.config.txt

 [[Router SW2]]
  model = 3725
  console = 2008
  autostart = false
  slot1 = NM-16ESW
  F1/10 = SW3 F1/10
  F1/11 = SW3 F1/11
  F1/12 = SW3 F1/12
  F1/13 = SW4 F1/10
  F1/14 = SW4 F1/11
  F1/15 = SW4 F1/12
  cnfg = D:\Dynamips\Dyn_V5\Lab1\initial.configs\SW2.initial.config.txt

 [[Router SW3]]
  model = 3725
  console = 2009
  autostart = false
  slot1 = NM-16ESW
  F1/13 = SW4 F1/13
  F1/14 = SW4 F1/14
  F1/15 = SW4 F1/15
  cnfg = D:\Dynamips\Dyn_V5\Lab1\initial.configs\SW3.initial.config.txt

 [[Router SW4]]
  model = 3725
  console = 2010
  autostart = false
  slot1 = NM-16ESW
  cnfg = D:\Dynamips\Dyn_V5\Lab1\initial.configs\SW4.initial.config.txt

 [[Router BB1]]
  model = 3725
  console = 2011
  autostart = false
  slot1 = NM-4T
  S1/0 = BB3 S1/0
  S1/1 = FRSW 21
  cnfg = D:\Dynamips\Dyn_V5\Lab1\initial.configs\BB1.initial.config.v5.txt

 [[Router BB2]]
  model = 3725
  console = 2012
  autostart = false
  F0/0 = SW2 F1/0
  cnfg = D:\Dynamips\Dyn_V5\Lab1\initial.configs\BB2.initial.config.v5.txt

 [[Router BB3]]
  model = 3725
  console = 2013
  autostart = false
  slot1 = NM-4T
  F0/0 = SW3 F1/0
  cnfg = D:\Dynamips\Dyn_V5\Lab1\initial.configs\BB3.initial.config.v5.txt

Regards,
Anbu

Blogs and organic groups at http://www.ccie.net
Received on Wed Sep 29 2010 - 15:35:46 ART

This archive was generated by hypermail 2.2.0 : Fri Oct 01 2010 - 05:58:06 ART