Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
< | <graphviz> | ||
digraph G { | |||
subgraph cluster_0 { | |||
style=filled; | |||
color=lightgrey; | |||
node [style=filled,color=white]; | |||
switch2_0 -> routertestar | |||
routertestar -> switch2_1 [ label = "[10.102.0.1/24 DHCP]" ] | |||
switch2_1 -> t2_1 | |||
switch2_1 -> t2_2 | |||
routertestar -> switch2_2 [ label = "[10.100.0.2/24]" ] | |||
label = "ESXi: testar.dsic.upv.es (158.42.185.142)"; } | |||
subgraph cluster_1 { | |||
node [style=filled]; | |||
switch1_0 -> routertestaq | |||
routertestaq -> switch1_2 [ label = "[10.100.0.1/24]" ] | |||
routertestaq -> switch1_1 [ label = "[10.101.0.1/24 DHCP]" ] | |||
switch1_1 -> t1_1 | |||
switch1_1 -> t1_2 | |||
label = "ESXi: testaq.dsic.upv.es (158.42.185.61)"; | |||
color=black | |||
} | |||
UPV -> switch2_0 [ label = "" ] ; | |||
UPV -> switch1_0 ; | |||
switch2_2 -> switch1_2 [ label = " Crossover 10.100.0.0/24 (blue patch cable) " ]; | |||
switch1_2 -> switch2_2; | |||
routertestar [ label = "routertestar.dsic.upv.es (158.42.185.166)" ] | |||
routertestaq [ label = "routertestaq.dsic.upv.es (158.42.185.132)" ] | |||
UPV [shape=ellipse label = "UPV 158.42.185.0/24"]; | |||
switch1_0 [ label = "Extenal Virtual Switch 0" ] | |||
switch2_0 [ label = "External Virtual Switch 0" ] | |||
switch1_1 [ label = "Internal Virtual Switch 1" ] | |||
switch2_1 [ label = "Internal Virtual Switch 1" ] | |||
switch1_2 [ label = "Crossover Virtual Switch 2" ] | |||
switch2_2 [ label = "Crossover Virtual Switch 2" ] | |||
t1_1 [ label = "Virtual 1" ] | |||
t1_2 [ label = "Virtual 2" ] | |||
t2_1 [ label = "Virtual 3" ] | |||
t2_2 [ label = "Virtual 4" ] | |||
} | |||
</graphviz> | |||
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software. | Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software. | ||
