@@ -21,7 +21,7 @@ topology:
2121 ceos :
2222 image : arista/ceos:latest
2323 linux :
24- image : ghcr.io/aristanetworks/aclabs/host-ubuntu:rev1.0
24+ image : ghcr.io/aristanetworks/aclabs/host-ubuntu:rev1.1
2525 binds :
2626 - /techlib-vxlan-domain-c:/workspace:ro
2727
@@ -202,13 +202,7 @@ topology:
202202 STATIC_ROUTE : 10.0.0.0/8
203203 GW : 10.10.10.1
204204 IPV6 : 2001:db8:10:10::104/64
205- labels :
206- topoViewer-role : client
207- graph-group : " Data Center Host"
208- graph-level : " 5"
209- graph-posX : " -135"
210- graph-posY : " 285"
211- graph-groupLabelPos : bottom-center
205+ UPLINK_MAC : 00:01:01:00:00:C1
212206
213207 # HostC2 is connected to LEAF3 eth7
214208 HostC2 :
@@ -219,13 +213,7 @@ topology:
219213 STATIC_ROUTE : 10.0.0.0/8
220214 GW : 10.20.20.1
221215 IPV6 : 2001:db8:20:20::102/64
222- labels :
223- topoViewer-role : client
224- graph-group : " Data Center Host"
225- graph-level : " 5"
226- graph-posX : " -25"
227- graph-posY : " 285"
228- graph-groupLabelPos : bottom-center
216+ UPLINK_MAC : 00:01:01:00:00:C2
229217
230218 # HostC3 is connected to LEAF3 eth8 and LEAF4 eth8
231219 HostC3 :
@@ -237,13 +225,7 @@ topology:
237225 STATIC_ROUTE : 10.0.0.0/8
238226 GW : 10.60.60.1
239227 IPV6 : 2001:db8:60:60::102/64
240- labels :
241- topoViewer-role : client
242- graph-group : " Data Center Host"
243- graph-level : " 5"
244- graph-posX : " 5"
245- graph-posY : " 285"
246- graph-groupLabelPos : bottom-center
228+ UPLINK_MAC : 00:01:01:00:00:C3
247229
248230 # HostC4 is connected to LEAF4 eth7
249231 HostC4 :
@@ -254,13 +236,7 @@ topology:
254236 STATIC_ROUTE : 10.0.0.0/8
255237 GW : 10.50.50.1
256238 IPV6 : 2001:db8:50:50::102/64
257- labels :
258- topoViewer-role : client
259- graph-group : " Data Center Host"
260- graph-level : " 5"
261- graph-posX : " 35"
262- graph-posY : " 285"
263- graph-groupLabelPos : bottom-center
239+ UPLINK_MAC : 00:01:01:00:00:C4
264240
265241 # HostC5 is connected to LEAF5 eth7 and LEAF6 eth7
266242 HostC5 :
@@ -272,13 +248,7 @@ topology:
272248 STATIC_ROUTE : 10.0.0.0/8
273249 GW : 10.20.20.1
274250 IPV6 : 2001:db8:20:20::103/64
275- labels :
276- topoViewer-role : client
277- graph-group : " Data Center Host"
278- graph-level : " 5"
279- graph-posX : " 95"
280- graph-posY : " 285"
281- graph-groupLabelPos : bottom-center
251+ UPLINK_MAC : 00:01:01:00:00:C5
282252
283253 # HostC6 is connected to LEAF5 eth8 and LEAF6 eth8
284254 HostC6 :
@@ -290,13 +260,7 @@ topology:
290260 STATIC_ROUTE : 10.0.0.0/8
291261 GW : 10.60.60.1
292262 IPV6 : 2001:db8:60:60::103/64
293- labels :
294- topoViewer-role : client
295- graph-group : " Data Center Host"
296- graph-level : " 5"
297- graph-posX : " 155"
298- graph-posY : " 285"
299- graph-groupLabelPos : bottom-center
263+ UPLINK_MAC : 00:01:01:00:00:C6
300264
301265 # ########################
302266 # Backbone #
0 commit comments