6
|
1 |
---------------------------
|
|
2 |
Network (Ethernet) Overview
|
|
3 |
---------------------------
|
|
4 |
|
|
5 |
This is an overview of the ether-network structure used at CRYVISIL
|
|
6 |
|
|
7 |
.. uml::
|
|
8 |
|
|
9 |
@startuml
|
|
10 |
cloud FHINet {
|
|
11 |
node Switch62
|
|
12 |
}
|
|
13 |
note right: 10GB Port 1/2/8 on FHI Switch
|
|
14 |
node kannsein
|
|
15 |
|
|
16 |
cloud CRYVISLNet {
|
|
17 |
storage nap21
|
|
18 |
node Switch48Port
|
|
19 |
node Switch12Port
|
|
20 |
node MVME6100
|
|
21 |
node moxa01
|
|
22 |
node moxa02
|
|
23 |
node VMECrate01
|
|
24 |
node DeltaPower
|
|
25 |
node AVTMako01
|
|
26 |
}
|
|
27 |
|
|
28 |
cloud Moxa01 {
|
|
29 |
node moxa01
|
|
30 |
node PfeifferVacuum
|
|
31 |
node CPUDebug
|
|
32 |
}
|
|
33 |
|
|
34 |
moxa01 <-[#CCCCCC]down-> PfeifferVacuum
|
|
35 |
moxa01 <-[#CCCCCC]down-> CPUDebug
|
|
36 |
|
|
37 |
|
|
38 |
|
|
39 |
Switch62 <-[#0000FF]down-> kannsein : 10G
|
|
40 |
|
|
41 |
kannsein <-[#0000FF]> Switch48Port : 10G
|
|
42 |
nap21 <-[#0000FF]left-> Switch48Port : 10G
|
|
43 |
Switch62 <-> nap21
|
|
44 |
Switch48Port <-> Switch12Port
|
|
45 |
|
|
46 |
Switch12Port <-> MVME6100
|
|
47 |
Switch12Port <-down->AVTMako01
|
|
48 |
Switch12Port <-down-> moxa01
|
|
49 |
Switch48Port <-down-> moxa02
|
|
50 |
Switch12Port <-down-> VMECrate01
|
|
51 |
Switch12Port <-down-> DeltaPower
|
|
52 |
@enduml
|