-
Notifications
You must be signed in to change notification settings - Fork 0
/
imunes-test-net.imn
195 lines (182 loc) · 2.89 KB
/
imunes-test-net.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
node n0 {
type ext
network-config {
hostname ext1
!
interface ext0
ip address 10.0.0.20/24
ipv6 address fc00:e::20/64
mac address 42:00:aa:06:e4:00
!
ip route 0.0.0.0/0 10.0.0.1
!
ipv6 route ::/0 fc00:e::1
!
}
canvas c0
iconcoords {600 72}
labelcoords {600 109}
interface-peer {ext0 n1}
}
node n2 {
type host
network-config {
hostname WEBSERVER
!
interface eth0
ip address 10.0.0.10/24
ipv6 address fc00:e::10/64
mac address 42:00:aa:06:e4:02
!
interface lo0
type lo
ip address 127.0.0.1/8
ipv6 address ::1/128
!
ip route 0.0.0.0/0 10.0.0.1
!
ipv6 route ::/0 fc00:e::1
!
}
canvas c0
iconcoords {120 456}
labelcoords {120 492}
interface-peer {eth0 n1}
}
node n1 {
type lanswitch
network-config {
hostname switch1
!
}
canvas c0
iconcoords {312 264}
labelcoords {312 287}
interface-peer {e0 n0}
interface-peer {e1 n3}
interface-peer {e2 n2}
interface-peer {e3 n6}
interface-peer {e4 n5}
}
node n3 {
type router
model quagga
network-config {
hostname router1
!
interface eth0
ip address 10.0.0.1/24
ipv6 address fc00:e::1/64
mac address 42:00:aa:06:e4:01
!
interface lo0
type lo
ip address 127.0.0.1/8
ipv6 address ::1/128
!
ip route 0.0.0.0/0 10.0.1.1
!
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 {600 264}
labelcoords {600 289}
interface-peer {eth0 n1}
}
node n5 {
type pc
network-config {
hostname home-pc
!
interface eth0
ip address 10.0.0.22/24
ipv6 address fc00:e::22/64
mac address 42:00:aa:06:e4:06
!
interface lo0
type lo
ip address 127.0.0.1/8
ipv6 address ::1/128
!
ip route 0.0.0.0/0 10.0.0.1
!
ipv6 route ::/0 fc00:e::1
!
}
canvas c0
iconcoords {408 456}
labelcoords {408 487}
interface-peer {eth0 n1}
}
node n6 {
type pc
network-config {
hostname office-pc
!
interface eth0
ip address 10.0.0.21/24
ipv6 address fc00:e::21/64
mac address 42:00:aa:06:e4:05
!
interface lo0
type lo
ip address 127.0.0.1/8
ipv6 address ::1/128
!
ip route 0.0.0.0/0 10.0.0.1
!
ipv6 route ::/0 fc00:e::1
!
}
canvas c0
iconcoords {168 120}
labelcoords {168 151}
interface-peer {eth0 n1}
}
link l0 {
nodes {n0 n1}
bandwidth 0
}
link l1 {
nodes {n3 n1}
bandwidth 0
}
link l2 {
nodes {n2 n1}
bandwidth 0
}
link l4 {
nodes {n6 n1}
bandwidth 0
}
link l5 {
nodes {n5 n1}
bandwidth 0
}
canvas c0 {
name {Canvas0}
}
option show {
interface_names yes
ip_addresses yes
ipv6_addresses no
node_labels yes
link_labels yes
background_images no
annotations yes
hostsAutoAssign no
grid yes
iconSize normal
zoom 1.0
}