Hello,
a simple connection example (using direct, hub, real switch and virtual switch cconnections).
The idea is to show how to setup a direct connection, a hub, a real switch (3640 router with NM-16ESW modul) and a virtual switch.
Bye, Tore
# 20071228 crissa 4r1s.net # # simple connection example # # homepage: http://www.gasit.de/dynamips/4r1s/ # # (this) net file: http://www.gasit.de/dynamips/20071228/4r1s.net # # network diagram: http://www.gasit.de/dynamips/2007122r81/4r1s.png # config files: http://www.gasit.de/dynamips/20071228/r1.cfg # config files: http://www.gasit.de/dynamips/20071228/r2.cfg # config files: http://www.gasit.de/dynamips/20071228/r3.cfg # config files: http://www.gasit.de/dynamips/20071228/r4.cfg # config files: http://www.gasit.de/dynamips/20071228/s1.cfg # ghostios = true sparsemem = true [localhost] [[3640]] image = /opt/dynamips/ios/c3640-is-mz.123-15.image.bin mem = 96 [[router r1]] model = 3640 # direct link to r2 fa1/0 fa1/0 = r2 fa1/0 # link to s2 port 2 fa2/0 = s2 2 cnfg=/opt/dynamips/4r1s/cfg/r1.cfg [[router r2]] model = 3640 # link to lan 23 fa2/0 = lan 23 cnfg=/opt/dynamips/4r1s/cfg/r2.cfg [[router r3]] model = 3640 # link to lan 23 fa2/0 = lan 23 # link to s1 port fa0/0 fa1/0 = s1 fa0/0 cnfg=/opt/dynamips/4r1s/cfg/r3.cfg [[router r4]] model = 3640 # link to s1 port fa0/1 fa1/0 = s1 fa0/1 # link to s2 port 1 fa2/0 = s2 1 cnfg=/opt/dynamips/4r1s/cfg/r4.cfg [[router s1]] model = 3640 slot0 = NM-16ESW cnfg=/opt/dynamips/4r1s/cfg/s1.cfg [[ETHSW s2]] 1 = access 1 2 = access 1 # eof