q-doc/intro/hw.rst
author Heinz Junkes <junkes@fhi-berlin.mpg.de>
Tue, 09 Jan 2018 09:21:39 +0100
changeset 0 bc83cf45066d
permissions -rw-r--r--
Initial commit

-------
Network
-------
New:
  2 x DELL N1548 Gbit/s Switch 48 Port

  2 x DELL N4064F 10 Gbit/s Switch 48 Port


.. uml::

   @startuml

   header
   <font color=red>Still in progress</font>
   endheader

   cloud "FHI-Net" as FHINet <<"141.14.128.0/20">> {
     ["Switch xx, Port yy"] as SP_xx_yy
     ["Switch XX, Port YY"] as SP_XX_YY
     ["Switch AA, Port AA"] as SP_AA_AA
     ["Switch BB, Port BB"] as SP_BB_BB
   }


   cloud "Q-Management" as mgmt <<192.168.1.0/24>> {
    node q <<Frontend>> {
     [emx1] <<192.168.1.1>>
    }
   ' node "node-0-0-sp" as OOSP <<"x.x.x.x">>
   ' node "node-0-1-sp" as 01SP <<"y.y.y.y">>
   }

   'cloud "Q-Interconnect" <<"10.1.1.0/24">> {
   ' node "q_p7p1" <<"10.1.1.1">>
   '}


   node "q-msw-01" as qmsw01 {
    [Port_01_48] <<"141.14.128.59">>
   }



 
   node "q-msw-02" 
   node "q-dsw-01" 
   node "q-dsw-02" 

   [SP_xx_yy] <-down-> [Port_01_48] : "1Gbit/s" 
   qmsw01 <-down-> mgmt : "1Gbit/s" 
   @enduml