[Home] [dynamips]

fr3r.net

fr3r.net

Introduction

Hello,
a simple frame-relay example (using only three routers).

The idea is to setup a simple lab without a frame-relay switch. I did this lab the first time while I was learning for my CCNA test.
Bye, Tore

dynagen file: fr3r.net

# 20071221 crissa fr3r.net
#
# simple frame-relay example
#
# homepage: http://www.gasit.de/dynamips/fr3r/
#
# (this) net file: http://www.gasit.de/dynamips/20071221/fr3r.net
#
# network diagram: http://www.gasit.de/dynamips/20071221/fr3r.png
# config files: http://www.gasit.de/dynamips/20071221/r1.cfg
# config files: http://www.gasit.de/dynamips/20071221/r2.cfg
# config files: http://www.gasit.de/dynamips/20071221/r3.cfg
#

[localhost]

[[7200]]
image = /opt/dynamips/ios/c7200-jk9s-mz.124-8.image.bin
npe = npe-400
ram = 128
disk0 = 0
disk1 = 0
ghostios = true

[[1710]]
image = /opt/dynamips/ios/c1710-k9o3sy-mz.124-17a.image.bin
ghostios = true


[[ROUTER r1]]
model = 7200
f0/0 = h1 f0
s2/0 = r2 s2/0
cnfg=/opt/dynamips/fr3r/cfg/r1.cfg

[[ROUTER r2]]
model = 7200
f0/0 = h2 f0
s2/1 = r3 s2/0
cnfg=/opt/dynamips/fr3r/cfg/r2.cfg

[[ROUTER r3]]
model = 7200
f0/0 = h3 f0
cnfg=/opt/dynamips/fr3r/cfg/r3.cfg

[[ROUTER h1]]
model = 1710
autostart=false

[[ROUTER h2]]
model = 1710
autostart=false

[[ROUTER h3]]
model = 1710
autostart=false

# eof

Download

History

21.12.2007
First fr3r.net *.html files.

[Home] [dynamips]