CRYVISIL/docs/source/interlinks/network/Overview.rst
author weiher
Mon, 04 Jun 2018 16:38:36 +0200
changeset 18 57431f642e82
parent 6 55949e8c66c3
permissions -rw-r--r--
Minor additions for comprehension and changes in the document structure

---------------------------
Network (Ethernet) Overview
---------------------------

This is an overview of the ether-network structure used at CRYVISIL

.. uml::
   
   @startuml
   cloud FHINet {
     node Switch62
   }
   note right: 10GB Port 1/2/8 on FHI Switch
   node kannsein

   cloud CRYVISLNet {
     storage nap21
     node Switch48Port
     node Switch12Port
     node MVME6100
     node moxa01
     node moxa02
     node VMECrate01
     node DeltaPower
     node AVTMako01
   }

   cloud Moxa01 {
     node moxa01
     node PfeifferVacuum 
     node CPUDebug
   }

   moxa01 <-[#CCCCCC]down-> PfeifferVacuum
   moxa01 <-[#CCCCCC]down-> CPUDebug



   Switch62 <-[#0000FF]down-> kannsein : 10G 

   kannsein <-[#0000FF]> Switch48Port : 10G
   nap21 <-[#0000FF]left-> Switch48Port : 10G
   Switch62 <-> nap21
   Switch48Port <-> Switch12Port

   Switch12Port <-> MVME6100
   Switch12Port <-down->AVTMako01 
   Switch12Port <-down-> moxa01 
   Switch48Port <-down-> moxa02 
   Switch12Port <-down-> VMECrate01 
   Switch12Port <-down-> DeltaPower 
   @enduml