|
|
Configuration 3 Routers Serial Interfaces
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 Serial interfaces.
autostart = false
[localhost:7200]
#workingdir =
[[7200]]
#image = put your image here
# On Linux / Unix use forward slashes:
npe = npe-400
ram = 160
[[ROUTER R1]]
s1/0 = R2 s1/0
console = 3001
model = 7200
[[router R2]]
console = 3002
model = 7200
S1/1 = R3 s1/1
[[router R3]]
model = 7200
console = 3003
|
|
|