Agenda: routers.net

File routers.net, 10.1 KB (added by jad, 6 years ago)

dynamips config

Line 
1# NSRC Campus Network Design Workshop lab
2#
3# This configuration has been tested on a i7 Mac mini
4# with 8 cores, thus each group is assigned its own
5# Dynaips process to optimize performance. The idlepc
6# values are also specific to this platform.
7#
8# Dynamips does not emulate modern Catalyst switches,
9# so we use the 3725 router with a 16 port FastEthernet
10# module, which has some of the basic L2 functionalities
11# in a switch. The IOS image *needs* to be from the T train.
12# The 12.4 mainline versions do not properly implement VLANs
13#
14# Cisco IOS versions used:
15#
16# 7200: c7200-advipservicesk9-mz.151-4.M4
17# 3725: c3725-advipservicesk9-mz.124-15.T14.bin
18
19###################################################
20# Group 1
21###################################################
22
23[localhost:7201]
24    workingdir = /tmp
25    udp = 11000
26
27######### Routers ##########
28
29    [[7200]]
30        image = /home/nsrc/walc2013/dynamips-campus/IOS-images/c7200-1514M4
31        ram = 176
32        npe = npe-400
33        ghostios = True
34        sparsemem = True
35        idlepc=0x60608f64
36        slot1 = PA-GE
37        slot2 = PA-GE
38        slot3 = PA-GE
39
40    [[router R11]]
41        model = 7200
42        console = 2011
43        aux = 3011
44        g1/0 = CORE1 1
45
46    [[router R12]]
47        model = 7200
48        console = 2012
49        aux = 3012
50        g1/0 = CORE1 2
51        fa0/0 = BB11 f1/1
52
53    [[router R13]]
54        model = 7200
55        console = 2013
56        aux = 3013
57        g1/0 = CORE1 3
58        fa0/0 = BB12 f1/1
59
60    [[ETHSW CORE1]]
61        1 = access 1
62        2 = access 1
63        3 = access 1   
64
65######### Switches ##########
66
67    [[3725]]
68        image = /home/nsrc/walc2013/dynamips-campus/IOS-images/c3725-12415T14
69        ram = 128
70        ghostios = True
71        sparsemem = True
72        idlepc=0x60bbf268
73        wic0/0 = WIC-1T
74        wic0/1 = WIC-1T
75        wic0/2 = WIC-1T
76        slot1 = NM-16ESW
77
78    [[router SW12]]
79        model = 3725
80        console = 2114
81        aux = 3114
82        f1/14 = BB11 f1/14
83        f1/15 = BB12 f1/15
84
85    [[router SW11]]
86        model = 3725
87        console = 2113
88        aux = 3113
89        f1/14 = BB12 f1/14
90        f1/15 = BB11 f1/15
91
92    [[router BB12]]
93        model = 3725
94        console = 2112
95        aux = 3112
96        f1/1 = R13 f0/0
97        f1/12 = BB11 f1/12
98        f1/13 = BB11 f1/13
99        f1/14 = SW11 f1/14
100        f1/15 = SW12 f1/15
101
102    [[router BB11]]
103        model = 3725
104        console = 2111
105        aux = 3111
106        f1/1 = R12 f0/0
107        f1/12 = BB12 f1/12
108        f1/13 = BB12 f1/13
109        f1/14 = SW12 f1/14
110        f1/15 = SW11 f1/15
111
112
113###################################################
114# Group 2
115###################################################
116
117[localhost:7202]
118    workingdir = /tmp
119    udp = 12000
120
121######### Routers ##########
122
123    [[7200]]
124        image = /home/nsrc/walc2013/dynamips-campus/IOS-images/c7200-1514M4
125        ram = 176
126        npe = npe-400
127        ghostios = True
128        sparsemem = True
129        idlepc=0x60608f64
130        slot1 = PA-GE
131        slot2 = PA-GE
132        slot3 = PA-GE
133
134    [[router R21]]
135        model = 7200
136        console = 2021
137        aux = 3021
138        g1/0 = CORE2 1
139
140    [[router R22]]
141        model = 7200
142        console = 2022
143        aux = 3022
144        g1/0 = CORE2 2
145        fa0/0 = BB21 f1/1
146
147    [[router R23]]
148        model = 7200
149        console = 2023
150        aux = 3023
151        g1/0 = CORE2 3
152        fa0/0 = BB22 f1/1
153
154    [[ETHSW CORE2]]
155        1 = access 1
156        2 = access 1
157        3 = access 1   
158
159######### Switches ##########
160
161    [[3725]]
162        image = /home/nsrc/walc2013/dynamips-campus/IOS-images/c3725-12415T14
163        ram = 128
164        ghostios = True
165        sparsemem = True
166        idlepc=0x60bbf268
167        wic0/0 = WIC-1T
168        wic0/1 = WIC-1T
169        wic0/2 = WIC-1T
170        slot1 = NM-16ESW
171
172    [[router SW22]]
173        model = 3725
174        console = 2124
175        aux = 3124
176        f1/14 = BB21 f1/14
177        f1/15 = BB22 f1/15
178
179    [[router SW21]]
180        model = 3725
181        console = 2123
182        aux = 3123
183        f1/14 = BB22 f1/14
184        f1/15 = BB21 f1/15
185
186    [[router BB22]]
187        model = 3725
188        console = 2122
189        aux = 3122
190        f1/1 = R23 f0/0
191        f1/12 = BB21 f1/12
192        f1/13 = BB21 f1/13
193        f1/14 = SW21 f1/14
194        f1/15 = SW22 f1/15
195
196    [[router BB21]]
197        model = 3725
198        console = 2121
199        aux = 3121
200        f1/1 = R22 f0/0
201        f1/12 = BB22 f1/12
202        f1/13 = BB22 f1/13
203        f1/14 = SW22 f1/14
204        f1/15 = SW21 f1/15
205
206
207###################################################
208# Group 3
209###################################################
210
211[localhost:7203]
212    workingdir = /tmp
213    udp = 13000
214
215######### Routers ##########
216
217    [[7200]]
218        image = /home/nsrc/walc2013/dynamips-campus/IOS-images/c7200-1514M4
219        ram = 176
220        npe = npe-400
221        ghostios = True
222        sparsemem = True
223        idlepc=0x60608f64
224        slot1 = PA-GE
225        slot2 = PA-GE
226        slot3 = PA-GE
227
228    [[router R31]]
229        model = 7200
230        console = 2031
231        aux = 3031
232        g1/0 = CORE3 1
233
234    [[router R32]]
235        model = 7200
236        console = 2032
237        aux = 3032
238        g1/0 = CORE3 2
239        fa0/0 = BB31 f1/1
240
241    [[router R33]]
242        model = 7200
243        console = 2033
244        aux = 3033
245        g1/0 = CORE3 3
246        fa0/0 = BB32 f1/1
247
248    [[ETHSW CORE3]]
249        1 = access 1
250        2 = access 1
251        3 = access 1   
252
253######### Switches ##########
254
255    [[3725]]
256        image = /home/nsrc/walc2013/dynamips-campus/IOS-images/c3725-12415T14
257        ram = 128
258        ghostios = True
259        sparsemem = True
260        idlepc=0x60bbf268
261        wic0/0 = WIC-1T
262        wic0/1 = WIC-1T
263        wic0/2 = WIC-1T
264        slot1 = NM-16ESW
265
266    [[router SW32]]
267        model = 3725
268        console = 2134
269        aux = 3134
270        f1/14 = BB31 f1/14
271        f1/15 = BB32 f1/15
272
273    [[router SW31]]
274        model = 3725
275        console = 2133
276        aux = 3133
277        f1/14 = BB32 f1/14
278        f1/15 = BB31 f1/15
279
280    [[router BB32]]
281        model = 3725
282        console = 2132
283        aux = 3132
284        f1/1 = R33 f0/0
285        f1/12 = BB31 f1/12
286        f1/13 = BB31 f1/13
287        f1/14 = SW31 f1/14
288        f1/15 = SW32 f1/15
289
290    [[router BB31]]
291        model = 3725
292        console = 2131
293        aux = 3131
294        f1/1 = R32 f0/0
295        f1/12 = BB32 f1/12
296        f1/13 = BB32 f1/13
297        f1/14 = SW32 f1/14
298        f1/15 = SW31 f1/15
299
300
301###################################################
302# Group 4
303###################################################
304
305[localhost:7204]
306    workingdir = /tmp
307    udp = 14000
308
309######### Routers ##########
310
311    [[7200]]
312        image = /home/nsrc/walc2013/dynamips-campus/IOS-images/c7200-1514M4
313        ram = 176
314        npe = npe-400
315        ghostios = True
316        sparsemem = True
317        idlepc=0x60608f64
318        slot1 = PA-GE
319        slot2 = PA-GE
320        slot3 = PA-GE
321
322    [[router R41]]
323        model = 7200
324        console = 2041
325        aux = 3041
326        g1/0 = CORE4 1
327
328    [[router R42]]
329        model = 7200
330        console = 2042
331        aux = 3042
332        g1/0 = CORE4 2
333        fa0/0 = BB41 f1/1
334
335    [[router R43]]
336        model = 7200
337        console = 2043
338        aux = 3043
339        g1/0 = CORE4 3
340        fa0/0 = BB42 f1/1
341
342    [[ETHSW CORE4]]
343        1 = access 1
344        2 = access 1
345        3 = access 1   
346
347######### Switches ##########
348
349    [[3725]]
350        image = /home/nsrc/walc2013/dynamips-campus/IOS-images/c3725-12415T14
351        ram = 128
352        ghostios = True
353        sparsemem = True
354        idlepc=0x60bbf268
355        wic0/0 = WIC-1T
356        wic0/1 = WIC-1T
357        wic0/2 = WIC-1T
358        slot1 = NM-16ESW
359
360    [[router SW42]]
361        model = 3725
362        console = 2144
363        aux = 3144
364        f1/14 = BB41 f1/14
365        f1/15 = BB42 f1/15
366
367    [[router SW41]]
368        model = 3725
369        console = 2143
370        aux = 3143
371        f1/14 = BB42 f1/14
372        f1/15 = BB41 f1/15
373
374    [[router BB42]]
375        model = 3725
376        console = 2142
377        aux = 3142
378        f1/1 = R43 f0/0
379        f1/12 = BB41 f1/12
380        f1/13 = BB41 f1/13
381        f1/14 = SW41 f1/14
382        f1/15 = SW42 f1/15
383
384    [[router BB41]]
385        model = 3725
386        console = 2141
387        aux = 3141
388        f1/1 = R42 f0/0
389        f1/12 = BB42 f1/12
390        f1/13 = BB42 f1/13
391        f1/14 = SW42 f1/14
392        f1/15 = SW41 f1/15
393
394
395###################################################
396# Group 5
397###################################################
398
399[localhost:7205]
400    workingdir = /tmp
401    udp = 15000
402
403######### Routers ##########
404
405    [[7200]]
406        image = /home/nsrc/walc2013/dynamips-campus/IOS-images/c7200-1514M4
407        ram = 176
408        npe = npe-400
409        ghostios = True
410        sparsemem = True
411        idlepc=0x60608f64
412        slot1 = PA-GE
413        slot2 = PA-GE
414        slot3 = PA-GE
415
416    [[router R51]]
417        model = 7200
418        console = 2051
419        aux = 3051
420        g1/0 = CORE5 1
421
422    [[router R52]]
423        model = 7200
424        console = 2052
425        aux = 3052
426        g1/0 = CORE5 2
427        fa0/0 = BB51 f1/1
428
429    [[router R53]]
430        model = 7200
431        console = 2053
432        aux = 3053
433        g1/0 = CORE5 3
434        fa0/0 = BB52 f1/1
435
436    [[ETHSW CORE5]]
437        1 = access 1
438        2 = access 1
439        3 = access 1   
440
441######### Switches ##########
442
443    [[3725]]
444        image = /home/nsrc/walc2013/dynamips-campus/IOS-images/c3725-12415T14
445        ram = 128
446        ghostios = True
447        sparsemem = True
448        idlepc=0x60bbf268
449        wic0/0 = WIC-1T
450        wic0/1 = WIC-1T
451        wic0/2 = WIC-1T
452        slot1 = NM-16ESW
453
454    [[router SW52]]
455        model = 3725
456        console = 2154
457        aux = 3154
458        f1/14 = BB51 f1/14
459        f1/15 = BB52 f1/15
460
461    [[router SW51]]
462        model = 3725
463        console = 2153
464        aux = 3153
465        f1/14 = BB52 f1/14
466        f1/15 = BB51 f1/15
467
468    [[router BB52]]
469        model = 3725
470        console = 2152
471        aux = 3152
472        f1/1 = R53 f0/0
473        f1/12 = BB51 f1/12
474        f1/13 = BB51 f1/13
475        f1/14 = SW51 f1/14
476        f1/15 = SW52 f1/15
477
478    [[router BB51]]
479        model = 3725
480        console = 2151
481        aux = 3151
482        f1/1 = R52 f0/0
483        f1/12 = BB52 f1/12
484        f1/13 = BB52 f1/13
485        f1/14 = SW52 f1/14
486        f1/15 = SW51 f1/15
487