|
|
Configuration 3 Routers
Network File for Dynamips
###################################################################
# http://www.routerlabs.de
#
# Copyright Wilhelm Boeddinghaus
#
# Lab: Row of 3 Routers
#
# R1-------R2-------R3
#
# The 3 routers are connected via Fast Ethernet
autostart = false
[localhost:7200]
[[3725]]
# On Linux / Unix use forward slashes:
# image =
ram = 160
[[ROUTER R1]]
F0/0 = R2 F0/0
console = 3001
model = 3725
[[router R2]]
F0/1 = R3 F0/1
console = 3002
model = 3725
[[router R3]]
console = 3003
model = 3725
|
|
|