-
Notifications
You must be signed in to change notification settings - Fork 17
/
gif.imn
442 lines (414 loc) · 6.68 KB
/
gif.imn
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
node n0 {
type router
model frr
network-config {
hostname router1
!
interface eth1
ip address 10.0.0.1/24
mac address 42:00:aa:00:00:05
!
interface eth0
ipv6 address fc00:1::2/64
mac address 42:00:aa:00:00:04
!
interface lo0
type lo
ip address 127.0.0.1/24
ipv6 address ::1/128
!
router rip
redistribute static
redistribute connected
redistribute ospf
network 0.0.0.0/0
!
router ripng
redistribute static
redistribute connected
redistribute ospf6
network ::/0
!
}
canvas c0
iconcoords {168.0 552.0}
labelcoords {168.0 582.0}
interface-peer {eth0 n3}
interface-peer {eth1 n10}
}
node n1 {
type router
model frr
network-config {
hostname router2
!
interface eth0
ip address 10.0.1.2/24
mac address 42:00:aa:00:00:0d
!
interface eth1
ipv6 address fc00:3::1/64
mac address 42:00:aa:00:00:07
!
interface lo0
type lo
ip address 127.0.0.1/24
ipv6 address ::1/128
!
router rip
redistribute static
redistribute connected
redistribute ospf
network 0.0.0.0/0
!
router ripng
redistribute static
redistribute connected
redistribute ospf6
network ::/0
!
}
canvas c0
iconcoords {696 552}
labelcoords {696 582}
interface-peer {eth1 n2}
interface-peer {eth0 n10}
}
node n2 {
type router
model frr
network-config {
hostname router3
!
interface eth1
ipv6 address fc00:4::1/64
mac address 42:00:aa:00:00:09
!
interface eth0
ipv6 address fc00:3::2/64
mac address 42:00:aa:00:00:08
!
interface lo0
type lo
ip address 127.0.0.1/24
ipv6 address ::1/128
!
!
router rip
redistribute static
redistribute connected
redistribute ospf
network 0.0.0.0/0
!
router ripng
redistribute static
redistribute connected
redistribute ospf6
network ::/0
!
}
canvas c0
iconcoords {696.0 312.0}
labelcoords {696.0 342.0}
interface-peer {eth0 n1}
interface-peer {eth1 n9}
}
node n3 {
type router
model frr
network-config {
hostname router4
!
interface eth1
ipv6 address fc00:1::1/64
mac address 42:00:aa:00:00:03
!
interface eth0
ipv6 address fc00::1/64
mac address 42:00:aa:00:00:01
!
interface lo0
type lo
ip address 127.0.0.1/24
ipv6 address ::1/128
!
!
router rip
redistribute static
redistribute connected
redistribute ospf
network 0.0.0.0/0
!
router ripng
redistribute static
redistribute connected
redistribute ospf6
network ::/0
!
}
canvas c0
iconcoords {168.0 312.0}
labelcoords {168.0 342.0}
interface-peer {eth0 n6}
interface-peer {eth1 n0}
}
node n4 {
type pc
network-config {
hostname pc1
!
interface eth0
ipv6 address fc00::20/64
mac address 42:00:aa:00:00:00
!
interface lo0
type lo
ip address 127.0.0.1/24
ipv6 address ::1/128
!
ipv6 route ::/0 fc00::1
!
!
}
canvas c0
iconcoords {264.0 48.0}
labelcoords {264.0 84.0}
interface-peer {eth0 n6}
}
node n5 {
type pc
network-config {
hostname pc2
!
interface eth0
ipv6 address fc00::21/64
mac address 42:00:aa:00:00:02
!
interface lo0
type lo
ip address 127.0.0.1/24
ipv6 address ::1/128
!
ipv6 route ::/0 fc00::1
!
!
}
canvas c0
iconcoords {72.0 48.0}
labelcoords {72.0 84.0}
interface-peer {eth0 n6}
}
node n6 {
type lanswitch
network-config {
hostname switch1
!
interface e2
!
interface e1
!
interface e0
!
!
}
canvas c0
iconcoords {168.0 168.0}
labelcoords {168.0 196.0}
interface-peer {e0 n4}
interface-peer {e1 n3}
interface-peer {e2 n5}
}
node n7 {
type pc
network-config {
hostname pc3
!
interface eth0
ipv6 address fc00:4::20/64
mac address 42:00:aa:00:00:0a
!
interface lo0
type lo
ip address 127.0.0.1/24
ipv6 address ::1/128
!
ipv6 route ::/0 fc00:4::1
!
!
}
canvas c0
iconcoords {576.0 48.0}
labelcoords {576.0 84.0}
interface-peer {eth0 n9}
}
node n8 {
type pc
network-config {
hostname pc4
!
interface eth0
ipv6 address fc00:4::21/64
mac address 42:00:aa:00:00:0b
!
interface lo0
type lo
ip address 127.0.0.1/24
ipv6 address ::1/128
!
ipv6 route ::/0 fc00:4::1
!
!
}
canvas c0
iconcoords {792.0 48.0}
labelcoords {792.0 84.0}
interface-peer {eth0 n9}
}
node n9 {
type lanswitch
network-config {
hostname switch2
!
interface e2
!
interface e1
!
interface e0
!
!
}
canvas c0
iconcoords {696.0 168.0}
labelcoords {696.0 196.0}
interface-peer {e0 n2}
interface-peer {e1 n7}
interface-peer {e2 n8}
}
node n10 {
type router
model frr
network-config {
hostname router5
!
interface eth1
ip address 10.0.1.1/24
mac address 42:00:aa:00:00:0c
!
interface eth0
ip address 10.0.0.2/24
mac address 42:00:aa:00:00:06
!
interface lo0
type lo
ip address 127.0.0.1/24
ipv6 address ::1/128
!
router rip
redistribute static
redistribute connected
redistribute ospf
network 0.0.0.0/0
!
}
canvas c0
iconcoords {432.0 480.0}
labelcoords {432.0 510.0}
interface-peer {eth0 n0}
interface-peer {eth1 n1}
}
link l0 {
nodes {n4 n6}
bandwidth 0
}
link l1 {
nodes {n6 n3}
bandwidth 0
}
link l2 {
nodes {n5 n6}
bandwidth 0
}
link l3 {
nodes {n3 n0}
bandwidth 0
}
link l5 {
nodes {n1 n2}
bandwidth 0
}
link l6 {
nodes {n2 n9}
bandwidth 0
}
link l7 {
nodes {n9 n7}
bandwidth 0
}
link l8 {
nodes {n9 n8}
bandwidth 0
}
link l4 {
nodes {n0 n10}
bandwidth 0
}
link l9 {
nodes {n10 n1}
bandwidth 0
}
annotation a0 {
type rectangle
iconcoords {541.0 14.0 842.0 390.0}
color #80c9d1
bordercolor black
width 1
canvas c0
}
annotation a1 {
type rectangle
iconcoords {24.0 14.0 325.0 390.0}
color #80c9d1
bordercolor black
width 1
canvas c0
}
annotation a2 {
type text
iconcoords {555.0 361.0}
label {IPv6}
labelcolor black
font {-family {DejaVu Sans} -size 14 -weight bold -slant roman -underline 0 -overstrike 0}
canvas c0
}
annotation a3 {
type text
iconcoords {264.0 361.0}
label {IPv6}
labelcolor black
font {-family {DejaVu Sans} -size 14 -weight bold -slant roman -underline 0 -overstrike 0}
canvas c0
}
annotation a4 {
type text
iconcoords {409.0 529.0}
label {IPv4}
labelcolor black
font {-family {DejaVu Sans} -size 16 -weight bold -slant roman -underline 0 -overstrike 0}
canvas c0
}
canvas c0 {
name {Canvas0}
}
option show {
interface_names yes
ip_addresses yes
ipv6_addresses yes
node_labels yes
link_labels yes
background_images no
annotations yes
hostsAutoAssign no
grid yes
iconSize normal
zoom 1.0
}