-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtopology.txt
88 lines (78 loc) · 1.09 KB
/
topology.txt
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
------------------------------------------------------------------------------------
------------------------------------------------------------------------------------
#No. of routers
RouterId
N=#Adjacents adjRouterId1 adjRouterId2 ... adjRouterIdN
X=#Interfaces
intIP_1
intIP_2
intIP_3
.
.
.
intIP_X
RouterId
N=#Adjacents adjRouterId1 adjRouterId2 ... adjRouterIdN
X=#Interfaces
intIP_1<endDeviceInterfaceIP>
intIP_2
intIP_3
.
.
.
intIP_X
------------------------------------------------------------------------------------
------------------------------------------------------------------------------------
9
1
1 5
2
192.168.5.1
192.168.10.1
2
1 3
2
192.168.15.1
192.168.20.1
3
2 2 4
3
192.168.75.1
192.168.20.2
192.168.25.1
4
2 3 5
3
192.168.35.1
192.168.30.2
192.168.45.1
5
3 1 4 7
4
192.168.60.1
192.168.10.2
192.168.40.1
192.168.55.1
6
1 7
3
192.168.80.1
192.168.70.2
192.168.85.1
7
3 5 6 8
4
192.168.90.1
192.168.65.2
192.168.85.2
192.168.95.1
8
1 7
2
192.168.100.1
192.168.95.2
9
1 4
2
192.168.50.1
192.168.45.2