Dieses Repository wurde am 2021-10-23 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
2018-02-20 22:32:45 +00:00
|
|
|
graph {
|
2018-02-18 10:04:32 +00:00
|
|
|
rankdir=TD
|
|
|
|
graph [splines=ortho]
|
2018-02-20 22:32:45 +00:00
|
|
|
Switch -- "Internet"
|
2018-04-03 14:30:11 +00:00
|
|
|
Switch -- { "4. Thinclient"; "3. Thinclient"; "2. Thinclient"; "1. Thinclient"} [color="red"]
|
2018-02-20 22:32:45 +00:00
|
|
|
VBridge -- Switch
|
|
|
|
Switch -- FiSiNetz
|
2018-02-18 10:04:32 +00:00
|
|
|
subgraph cluster_physisch {
|
2018-04-03 14:30:11 +00:00
|
|
|
graph[style=dotted, color="red"]
|
|
|
|
"4. Thinclient" [color="red"]
|
|
|
|
"3. Thinclient" [color="red"]
|
|
|
|
"2. Thinclient" [color="red"]
|
|
|
|
"1. Thinclient" [color="red"]
|
2018-02-18 10:04:32 +00:00
|
|
|
}
|
2018-03-08 00:29:53 +00:00
|
|
|
subgraph cluster_vlan {
|
2018-02-20 22:32:45 +00:00
|
|
|
graph[style=dotted]
|
2018-04-03 14:30:11 +00:00
|
|
|
Zeus -- VBridge
|
|
|
|
Poseidon -- VBridge [color="red"]
|
2018-02-20 22:32:45 +00:00
|
|
|
Hades -- VBridge
|
2018-04-03 14:30:11 +00:00
|
|
|
Poseidon [color="red"]
|
2018-02-18 10:04:32 +00:00
|
|
|
}
|
2018-03-08 00:29:53 +00:00
|
|
|
}
|