
Dynamips not reading initial configs
I have dynamips working with the 5.0 net file for the 3725 routers. i was starting on workbook I and modified the .net file to point to a new directory with the configs i downloaded from my member's page. I am trying just one router to see if I can get it to work. Here is part of the .net for R1.
##################################################
#
# Define global router parameters for instance 2
#
##################################################
[192.168.1.2:7201]
workingdir = /home/markb/Dynamips/working
[[3725]]
#
# Specify 3725 IOS image on Mac OS X here:
image = /home/markb/Dynamips/images/c3725-advipservicesk9-mz.124-15.T13.image
#
ram = 128
disk0 = 0
disk1 = 0
# Choose an idlepc value from the below
#idlepc = 0x62b1c780
mmap = true
# ghostios = true
###########################
#
# Define router instances
#
###########################
[[Router R1]]
model = 3725
console = 2001
autostart = false
slot1 = NM-4T
F0/0 = NIO_gen_eth:eth1
S0/0 = FRSW 1
cnfg = /home/markb/Dynamips/config/AdvTech/basicIP/R1.txt
idlepc = 0x6147052c
I have deleted all the nvram files and cleaned out the working directory. It just won't read the R1.txt file.
I can cut and paste but with the number of initial configs, having cnfg = blah will work much easier. This config is split across two computers. I can start all the routers so that is working correctly. R1 is local to the cnfg path also.
Comments
I nay have already found the answer in this post Feedback on the dynamips labs.
I'll try the suggestion in there.
No luck. changing to .cfg didn't help. Anyone have an idea or solution to this?
Make sure your file name is "cased" the same as in the .net file; R1.txt is not the same as r1.txt
Thanks. that solved the problem.