in Ubuntu linux, dynamips setup is very easy. at terminal, run this command.
$sudo apt-get install dynamips
and copy or compose '.net' files in proper folder.
Windows Configuration. (example)
[localhost:7200]
port = 7200
udp = 19000
#for R1-R6
ghostios = true
sparsemem = true
workingdir = ..\temp\
[[3745]]
image = ..\images\C3745-AD.BIN
mmap = True
confreg = 0x2102
exec_area = 32
idlepc = 0x60aa1b9c
idlemax = 100
Linux Configuration.
[localhost:7200]
port = 7200
udp = 19000
#for R1-R6
ghostios = true
sparsemem = true
workingdir = /home/user/dynamips/temp
[[3745]]
image = /home/user/dynamips/images/C3745-AD.BIN
mmap = True
confreg = 0x2102
exec_area = 32
idlepc = 0x60aa1b9c
idlemax = 100
and dynamips server execution command is like this.
$dynamips -H 7200 &
$dynamips -H 7201 & (if you want to run second dynamips server)
you must add '&' character. if not, command prompt could not appear.
and execution of .net file command is like this.
$dynagen 3745.net
after command. you can use virtual router through telnet terminal application.
No comments:
Post a Comment