aboutsummaryrefslogtreecommitdiffstats
path: root/CCNP/SWITCH/Jean-Christophe_Manciot/0.8.x/PVST+ EIGRP DHCP/topology.net
blob: 912bfab774c9ce952954c7010156c0597ce6e6b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
autostart = False
version = 0.8.4
[127.0.0.1:7202]
    workingdir = working
    udp = 11200
    [[3725]]
        image = C:\Users\ActionMystique\Google Drive\Missions\Certifications\Cisco\IOS\Binaries\c3725-adventerprisek9-mz.124-15.T5.image
        ram = 128
        idlepc = 0x62af9f1c
        sparsemem = True
        ghostios = True
    [[ROUTER SW10]]
        model = 3725
        console = 2019
        aux = 2519
        cnfg = configs\SW10.cfg
        slot1 = NM-16ESW
        f1/1 = R1 f1/0
        f1/2 = SW7 f1/2
        f1/3 = SW8 f1/3
        f1/4 = NIO_udp:30008:127.0.0.1:20008
        symbol = EtherSwitch router
        x = 143.5
        y = 85.5
        z = 1.0
    [[ROUTER SW9]]
        model = 3725
        console = 2017
        aux = 2517
        cnfg = configs\SW9.cfg
        slot1 = NM-16ESW
        f1/0 = SW7 f1/0
        f1/1 = SW8 f1/1
        f1/2 = NIO_udp:30006:127.0.0.1:20006
        f1/3 = NIO_udp:30007:127.0.0.1:20007
        symbol = EtherSwitch router
        x = -11.5
        y = 88.5
        z = 1.0
[127.0.0.1:7203]
    workingdir = working
    udp = 11300
    [[3725]]
        image = C:\Users\ActionMystique\Google Drive\Missions\Certifications\Cisco\IOS\Binaries\c3725-adventerprisek9-mz.124-15.T5.image
        ram = 128
        idlepc = 0x602649b4
        idlemax = 500
        sparsemem = True
    [[ROUTER R1]]
        model = 3725
        console = 2112
        aux = 2512
        cnfg = configs\R1.cfg
        slot1 = NM-1FE-TX
        f1/0 = SW10 f1/1
        x = 210.0
        y = 225.0
        z = 1.0
        hx = 68.5
        hy = 9.0
[127.0.0.1:7200]
    workingdir = working
    udp = 11000
    [[3725]]
        image = C:\Users\ActionMystique\Google Drive\Missions\Certifications\Cisco\IOS\Binaries\c3725-adventerprisek9-mz.124-15.T5.image
        ram = 128
        idlepc = 0x62af9f1c
        sparsemem = True
    [[ROUTER SW1]]
        model = 3725
        console = 2001
        aux = 2501
        cnfg = configs\SW1.cfg
        slot1 = NM-16ESW
        f1/0 = SW2 f1/0
        f1/1 = SW3 f1/1
        f1/2 = SW4 f1/2
        f1/3 = SW7 f1/3
        symbol = EtherSwitch router
        x = -255.5
        y = -238.5
        z = 1.0
        hx = -40.0
        hy = 8.0
    [[ROUTER SW3]]
        model = 3725
        console = 2003
        aux = 2503
        cnfg = configs\SW3.cfg
        slot1 = NM-16ESW
        f1/1 = SW1 f1/1
        f1/2 = SW5 f1/2
        f1/3 = SW6 f1/3
        f1/4 = SW4 f1/4
        symbol = EtherSwitch router
        x = -400.5
        y = -65.5
        z = 1.0
        hx = 7.0
        hy = -21.0
    [[ROUTER SW2]]
        model = 3725
        console = 2002
        aux = 2502
        cnfg = configs\SW2.cfg
        slot1 = NM-16ESW
        f1/0 = SW1 f1/0
        f1/1 = SW7 f1/1
        f1/2 = SW8 f1/2
        f1/3 = SW4 f1/3
        symbol = EtherSwitch router
        x = 47.5
        y = -238.5
        z = 1.0
        hx = 50.0
        hy = 7.0
    [[ROUTER SW4]]
        model = 3725
        console = 2004
        aux = 2504
        cnfg = configs\SW4.cfg
        slot1 = NM-16ESW
        f1/0 = SW6 f1/0
        f1/1 = SW5 f1/1
        f1/2 = SW1 f1/2
        f1/3 = SW2 f1/3
        f1/4 = SW3 f1/4
        symbol = EtherSwitch router
        x = -258.5
        y = -66.5
        z = 1.0
        hx = -13.0
        hy = -19.0
[127.0.0.1:7201]
    workingdir = working
    udp = 11100
    [[3725]]
        image = C:\Users\ActionMystique\Google Drive\Missions\Certifications\Cisco\IOS\Binaries\c3725-adventerprisek9-mz.124-15.T5.image
        ram = 128
        idlepc = 0x62af9f1c
        sparsemem = True
    [[ROUTER SW6]]
        model = 3725
        ghostios = True
        console = 2006
        aux = 2506
        cnfg = configs\SW6.cfg
        slot1 = NM-16ESW
        f1/0 = SW4 f1/0
        f1/3 = SW3 f1/3
        f1/4 = NIO_udp:30004:127.0.0.1:20004
        f1/5 = NIO_udp:30005:127.0.0.1:20005
        symbol = EtherSwitch router
        x = -255.5
        y = 93.5
        z = 1.0
    [[ROUTER SW8]]
        model = 3725
        ghostios = True
        console = 2015
        aux = 2515
        cnfg = configs\SW8.cfg
        slot1 = NM-16ESW
        f1/1 = SW9 f1/1
        f1/2 = SW2 f1/2
        f1/3 = SW10 f1/3
        f1/4 = SW7 f1/4
        symbol = EtherSwitch router
        x = 132.5
        y = -69.5
        z = 1.0
        hx = 53.0
        hy = 7.0
    [[ROUTER SW5]]
        model = 3725
        console = 2005
        aux = 2505
        cnfg = configs\SW5.cfg
        slot1 = NM-16ESW
        f1/1 = SW4 f1/1
        f1/2 = SW3 f1/2
        f1/3 = NIO_udp:30000:127.0.0.1:20000
        f1/4 = NIO_udp:30001:127.0.0.1:20001
        f1/5 = NIO_udp:30002:127.0.0.1:20002
        f1/6 = NIO_udp:30003:127.0.0.1:20003
        symbol = EtherSwitch router
        x = -400.5
        y = 94.5
        z = 1.0
        hx = 7.0
        hy = -22.0
    [[ROUTER SW7]]
        model = 3725
        console = 2007
        aux = 2507
        cnfg = configs\SW7.cfg
        slot1 = NM-16ESW
        f1/0 = SW9 f1/0
        f1/1 = SW2 f1/1
        f1/2 = SW10 f1/2
        f1/3 = SW1 f1/3
        f1/4 = SW8 f1/4
        symbol = EtherSwitch router
        x = -17.5
        y = -67.5
        z = 1.0
        hx = -5.0
        hy = -22.0
[GNS3-DATA]
    configs = configs
    workdir = working
    [[NOTE 1]]
        text = "VTP Domain West-Distribution-Access"
        x = -649.347942577
        y = 77.0594872477
        color = "#0000ff"
    [[NOTE 2]]
        text = "STP - VTP"
        x = 223.0
        y = 94.0
        font = "MS Shell Dlg 2,14,-1,5,75,0,0,0,0,0"
        color = "#0000ff"
    [[NOTE 3]]
        text = "12.2/30"
        x = -13.89253173
        y = -241.208586078
        color = "#ffffff"
    [[NOTE 4]]
        text = "DHCP"
        x = -471.0
        y = 235.0
    [[NOTE 5]]
        text = "DHCP"
        x = -58.0
        y = 227.0
    [[NOTE 6]]
        text = "Core"
        x = -626.0
        y = -234.0
        font = "MS Shell Dlg 2,14,-1,5,75,0,0,0,0,0"
    [[NOTE 7]]
        text = "PRB Vlan 1/3\nSRB Vlan 2/99"
        x = -530.470958855
        y = -65.7085860776
    [[NOTE 8]]
        text = "VTP client"
        x = -644.845671067
        y = 144.760497375
    [[NOTE 9]]
        text = "EIGRP 10"
        x = -415.0
        y = -255.0
        font = "MS Shell Dlg 2,14,-1,5,75,0,0,0,0,0"
        color = "#ffffff"
    [[NOTE 10]]
        text = "3.204/24"
        x = -315.367405465
        y = -8.7085860776
    [[NOTE 11]]
        text = "Routed Ports"
        x = -148.0
        y = -133.0
        font = "MS Shell Dlg 2,12,-1,5,75,0,0,0,0,0"
        color = "#ffffff"
    [[NOTE 12]]
        text = "PRB Vlan 2/99\nSRB Vlan 1/3"
        x = -202.470958855
        y = -23.7085860776
    [[NOTE 13]]
        text = "24.4/29"
        x = -199.39253173
        y = -93.208586078
        color = "#ffffff"
    [[NOTE 14]]
        text = "Distribution"
        x = -669.0
        y = -54.0
        font = "MS Shell Dlg 2,14,-1,5,75,0,0,0,0,0"
    [[NOTE 15]]
        text = "13.1/29"
        x = -320.89253173
        y = -203.208586078
        color = "#ffffff"
    [[NOTE 16]]
        text = "PRB Vl 1/5\nSRB Vl 4/99"
        x = 27.529041145
        y = -25.7085860776
    [[NOTE 17]]
        text = "DHCP"
        x = -221.0
        y = 232.0
    [[NOTE 18]]
        text = "27.7/28"
        x = 29.10746827
        y = -92.2085860776
        color = "#ffffff"
    [[NOTE 19]]
        text = "VPCS[5]"
        x = -223.0
        y = 260.0
    [[NOTE 20]]
        text = "105.208/24"
        x = 160.272511214
        y = -2.5890514026
    [[NOTE 21]]
        text = "HSRP V2 not operational"
        x = 212.654328933
        y = -233.239502625
        color = "#ff0000"
    [[NOTE 22]]
        text = "Not allowed to become RB"
        x = -699.651803616
        y = 127.840620434
    [[NOTE 23]]
        text = "All Access ports: portfast"
        x = -689.651803616
        y = 160.840620434
    [[NOTE 24]]
        text = "Access"
        x = -646.0
        y = 105.0
        font = "MS Shell Dlg 2,14,-1,5,75,0,0,0,0,0"
    [[NOTE 25]]
        text = "HSRP Active Vlan 4\nHSRP Standby Vlan 1/5"
        x = 225.529041145
        y = -64.7085860776
    [[NOTE 26]]
        text = "Virtual IP: .10vlan.78"
        x = 225.529041145
        y = -80.7085860776
    [[NOTE 27]]
        text = "Client-id = MAC address"
        x = 318.0
        y = 200.0
    [[NOTE 28]]
        text = "VPCS[4]"
        x = -307.0
        y = 260.0
    [[NOTE 29]]
        text = "VLAN 3"
        x = -494.0
        y = 148.0
    [[NOTE 30]]
        text = "17.7/28"
        x = -79.39253173
        y = -64.2085860776
        color = "#ffffff"
    [[NOTE 31]]
        text = "l1 10.1/32"
        x = -265.89253173
        y = -256.208586078
        color = "#ffffff"
    [[NOTE 32]]
        text = "Routed Ports"
        x = -325.0
        y = -133.0
        font = "MS Shell Dlg 2,12,-1,5,75,0,0,0,0,0"
        color = "#ffffff"
    [[NOTE 33]]
        text = "101.210/24"
        x = 63.279041145
        y = 98.291413922
    [[NOTE 34]]
        text = "1.206/24"
        x = -320.720958855
        y = 104.291413922
    [[NOTE 35]]
        text = "101.209/24"
        x = -92.720958855
        y = 101.291413922
    [[NOTE 36]]
        text = "27.2/28"
        x = 26.10746827
        y = -173.208586078
        color = "#ffffff"
    [[NOTE 37]]
        text = "PRB Vl 4/99\nSRB Vl 1/5"
        x = 255.529041145
        y = -31.7085860776
    [[NOTE 38]]
        text = "14.4/29"
        x = -263.89253173
        y = -109.208586078
        color = "#ffffff"
    [[NOTE 39]]
        text = "DHCP"
        x = 149.0
        y = 222.0
    [[NOTE 40]]
        text = "Virtual IP: .vlan.34"
        x = -564.470958855
        y = -114.708586078
    [[NOTE 41]]
        text = "192.168.0.0/16"
        x = 408.0
        y = -70.0
        font = "MS Shell Dlg 2,14,-1,5,75,0,0,0,0,0"
    [[NOTE 42]]
        text = "1.205/24"
        x = -465.720958855
        y = 103.291413922
    [[NOTE 43]]
        text = "Native VLAN for all Switchs: 99"
        x = -204.0
        y = 45.0
    [[NOTE 44]]
        text = "101.208/24"
        x = 160.004744262
        y = -27.087265734
    [[NOTE 45]]
        text = "VTP pruning"
        x = -667.138564286
        y = -6.239502626
    [[NOTE 46]]
        text = "STP - VTP"
        x = -563.0
        y = 55.0
        font = "MS Shell Dlg 2,14,-1,5,75,0,0,0,0,0"
        color = "#0000ff"
    [[NOTE 47]]
        text = "HSRP Standby Vlan 1/3\nHSRP Active Vlan 2"
        x = -211.470958855
        y = -53.7085860776
    [[NOTE 48]]
        text = "28.8/28"
        x = 148.10746827
        y = -97.2085860776
        color = "#ffffff"
    [[NOTE 49]]
        text = "SVI1:"
        x = -489.470958855
        y = -23.7085860776
    [[NOTE 50]]
        text = "HSRP Active Vlan 1/3\nHSRP Standby Vlan 2"
        x = -564.470958855
        y = -99.7085860776
    [[NOTE 51]]
        text = "DHCP assigned\n104.254/24"
        x = 228.0
        y = 185.0
    [[NOTE 52]]
        text = "2.203/24"
        x = -449.720958855
        y = -12.2085860776
    [[NOTE 53]]
        text = "Routed Ports"
        x = 39.1213203436
        y = -132.363961031
        font = "MS Shell Dlg 2,12,-1,5,75,0,0,0,0,0"
        color = "#ffffff"
    [[NOTE 54]]
        text = "1.204/24"
        x = -315.89253173
        y = -33.2085860776
    [[NOTE 55]]
        text = "On all Vlans where SW is HSRP Active: \ntrack route for SW2 Loopback2"
        x = 226.529041145
        y = -116.708586078
    [[NOTE 56]]
        text = "DHCP"
        x = 32.0
        y = 226.0
    [[NOTE 57]]
        text = "VPCS[7]"
        x = -52.0
        y = 257.0
    [[NOTE 58]]
        text = "802.1Q"
        x = -331.0
        y = 25.0
    [[NOTE 59]]
        text = "DHCP Server all Vlans and R1 client-id"
        x = -47.470958855
        y = -270.708586078
    [[NOTE 60]]
        text = "Beware: Cisco adds 01 before MAC Address Client-id\nas in "debug ip dhcp server packet""
        x = 210.654328933
        y = -270.239502625
        color = "#ff0000"
    [[NOTE 61]]
        text = "28.2/28"
        x = 97.10746827
        y = -202.208586078
        color = "#ffffff"
    [[NOTE 62]]
        text = "14.1/29"
        x = -287.89253173
        y = -180.208586078
        color = "#ffffff"
    [[NOTE 63]]
        text = "VPCS[1]"
        x = -554.0
        y = 260.0
    [[NOTE 64]]
        text = "VPCS[3]"
        x = -389.0
        y = 261.0
    [[NOTE 65]]
        text = "78.8/28"
        x = 74.10746827
        y = -73.2085860776
        color = "#ffffff"
    [[NOTE 66]]
        text = "On all Vlans where SW is HSRP Active: \ntrack route for SW1 Loopback1"
        x = -675.470958855
        y = -149.708586078
    [[NOTE 67]]
        text = "DHCP Server all Vlans and R1 client-id"
        x = -345.470958855
        y = -271.708586078
    [[NOTE 68]]
        text = "DHCP"
        x = -391.0
        y = 237.0
    [[NOTE 69]]
        text = "34.3/29"
        x = -349.89253173
        y = -72.2085860776
        color = "#ffffff"
    [[NOTE 70]]
        text = "2.204/24"
        x = -315.220958855
        y = -21.2085860776
    [[NOTE 71]]
        text = "17.1/28"
        x = -190.89253173
        y = -202.208586078
        color = "#ffffff"
    [[NOTE 72]]
        text = "105.207/24"
        x = -69.1247647775
        y = 1.251569031
    [[NOTE 73]]
        text = "VTP version 2"
        x = -666.845671067
        y = -19.239502626
    [[NOTE 74]]
        text = "SVI2:"
        x = -489.970958855
        y = -11.9585860776
    [[NOTE 75]]
        text = "104.208/24"
        x = 160.94408409
        y = -15.4426047934
    [[NOTE 76]]
        text = "VPCS[8]"
        x = 39.0
        y = 255.0
    [[NOTE 77]]
        text = "VPCS[2]"
        x = -472.0
        y = 259.0
    [[NOTE 78]]
        text = "VTP server"
        x = -666.816233816
        y = -32.4038059223
    [[NOTE 79]]
        text = "SSH Access to all Switches"
        x = 400.529041145
        y = -43.7085860776
    [[NOTE 80]]
        text = "34.4/29"
        x = -321.89253173
        y = -54.2085860776
        color = "#ffffff"
    [[NOTE 81]]
        text = "DHCP"
        x = -306.0
        y = 232.0
    [[NOTE 82]]
        text = "12.1/30"
        x = -205.89253173
        y = -244.208586078
        color = "#ffffff"
    [[NOTE 83]]
        text = "VTP Domain East-Distribution-Access"
        x = 198.654328933
        y = 78.7604973745
        color = "#0000ff"
    [[NOTE 84]]
        text = "3.203/24"
        x = -449.867405465
        y = 0.2914139224
    [[NOTE 85]]
        text = "24.2/29"
        x = -28.39253173
        y = -211.708586078
        color = "#ffffff"
    [[NOTE 86]]
        text = "SVI3:"
        x = -489.970958855
        y = 0.0414139224
    [[NOTE 87]]
        text = "VLAN 2"
        x = -173.0
        y = 151.0
    [[NOTE 88]]
        text = "78.7/28"
        x = 30.10746827
        y = -52.2085860776
        color = "#ffffff"
    [[NOTE 89]]
        text = "101.207/24"
        x = -68.0389783398
        y = -24.7233047034
    [[NOTE 90]]
        text = "802.1Q"
        x = 57.0
        y = 21.0
    [[NOTE 91]]
        text = "~\GNS3\CCNP\SWITCH\Jean-Christophe\\nPVST+ EIGRP\all-servers-as-dhcp-clients.cfg"
        x = 317.0
        y = 257.0
    [[NOTE 92]]
        text = "VPCS Config:"
        x = 400.0
        y = 240.0
    [[NOTE 93]]
        text = "13.3/29"
        x = -364.89253173
        y = -105.208586078
        color = "#ffffff"
    [[NOTE 94]]
        text = "1.203/24"
        x = -449.720958855
        y = -23.7085860776
    [[NOTE 95]]
        text = "VLAN 4"
        x = 190.0
        y = 152.0
    [[NOTE 96]]
        text = "Campus Network with Local VLAN Model: EIGRP with HSRP"
        x = -517.0
        y = -307.0
        font = "MS Shell Dlg 2,20,-1,5,75,0,1,0,0,0"
    [[NOTE 97]]
        text = "l2 10.2/32"
        x = 35.10746827
        y = -256.208586078
        color = "#ffffff"
    [[NOTE 98]]
        text = "104.207/24"
        x = -68.4531919022
        y = -12.1877707974
    [[NOTE 99]]
        text = "DHCP Relays"
        x = -658.470958855
        y = -67.7085860776
    [[NOTE 100]]
        text = "VPCS[9]"
        x = 144.0
        y = 254.0
    [[NOTE 101]]
        text = "DHCP"
        x = -146.0
        y = 233.0
    [[NOTE 102]]
        text = "VLAN 5"
        x = 42.0
        y = 151.0
    [[NOTE 103]]
        text = "DHCP"
        x = -549.0
        y = 234.0
    [[NOTE 104]]
        text = "VPCS[6]"
        x = -141.0
        y = 260.0
    [[Cloud Host_5]]
        symbol = server
        x = -224.5
        y = 232.5
        z = 1.0
        connections = SW6:f1/4:NIO_udp:30004:127.0.0.1:20004
    [[Cloud Host_4]]
        symbol = server
        x = -308.5
        y = 233.5
        z = 1.0
        connections = SW5:f1/6:NIO_udp:30003:127.0.0.1:20003
    [[Cloud Host_1]]
        symbol = server
        x = -554.5
        y = 235.5
        z = 1.0
        connections = SW5:f1/3:NIO_udp:30000:127.0.0.1:20000
    [[Cloud Host_3]]
        symbol = server
        x = -390.5
        y = 236.5
        z = 1.0
        connections = SW5:f1/5:NIO_udp:30002:127.0.0.1:20002
    [[Cloud Host_2]]
        symbol = server
        x = -475.5
        y = 234.5
        z = 1.0
        connections = SW5:f1/4:NIO_udp:30001:127.0.0.1:20001
    [[Cloud Host_9]]
        symbol = server
        x = 146.5
        y = 224.5
        z = 1.0
        connections = SW10:f1/4:NIO_udp:30008:127.0.0.1:20008
    [[Cloud Host_8]]
        symbol = server
        x = 33.5
        y = 228.5
        z = 1.0
        connections = SW9:f1/3:NIO_udp:30007:127.0.0.1:20007
    [[Cloud Host_7]]
        symbol = server
        x = -55.5
        y = 228.5
        z = 1.0
        connections = SW9:f1/2:NIO_udp:30006:127.0.0.1:20006
    [[Cloud Host_6]]
        symbol = server
        x = -143.5
        y = 232.5
        z = 1.0
        connections = SW6:f1/5:NIO_udp:30005:127.0.0.1:20005
    [[SHAPE 1]]
        type = ellipse
        x = -73.0
        y = 120.0
        width = 200.0
        height = 200.0
        fill_color = "#ffff00"
        border_style = 2
    [[SHAPE 2]]
        type = ellipse
        x = 107.0
        y = 117.0
        width = 170.0
        height = 200.0
        fill_color = "#ffff00"
        border_style = 2
    [[SHAPE 3]]
        type = ellipse
        x = -258.0
        y = 108.0
        width = 191.0
        height = 213.0
        fill_color = "#ffff00"
        border_style = 2
    [[SHAPE 4]]
        type = ellipse
        x = -572.0
        y = 128.0
        width = 323.0
        height = 218.0
        fill_color = "#ffff00"
        border_style = 2
    [[SHAPE 5]]
        type = rectangle
        x = -570.0
        y = -27.0
        width = 494.0
        height = 336.0
        fill_color = "#ffff7f"
        z = -1.0
    [[SHAPE 6]]
        type = rectangle
        x = -413.0
        y = -267.0
        width = 614.0
        height = 234.0
        fill_color = "#00aaff"
        z = -1.0
    [[SHAPE 7]]
        type = rectangle
        x = -70.0
        y = -26.0
        width = 387.0
        height = 335.0
        fill_color = "#ffff7f"
        z = -1.0