Teste grafo

De MediaWiki do Campus São José
Revisão de 19h32min de 20 de março de 2012 por Etorresini (discussão | contribs) (Criou página com '<center><graphviz> graph Rede { rankdir=LR Asimov [shape=Mrecord,URL="/wiki/index.php/CTIC:Servidores#Asimov",label="Asimov|<0>eth0|<1>eth1|<2>eth2"] Clarke [shape=Mrecord,...')
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
Ir para navegação Ir para pesquisar
<graphviz>

graph Rede {

 rankdir=LR
 Asimov [shape=Mrecord,URL="/wiki/index.php/CTIC:Servidores#Asimov",label="Asimov|<0>eth0|<1>eth1|<2>eth2"]
 Clarke [shape=Mrecord,URL="/wiki/index.php/CTIC:Servidores#Clarke",label="Clarke|<0>eth0|<1>eth1"]
 subgraph clusterSwitches
 {
   label="Switches"
   color="lightblue"
   fontcolor="lightblue"
   bgcolor="yellow"
   01 [shape=record,URL="/wiki/index.php/CTIC:Switches#D-Link_DGS-3100-24_01",label="01|<3>3|<9>9|<21>21|<22>22|<23>23|<24>24"]
   02 [shape=record,URL="/wiki/index.php/CTIC:Switches#D-Link_DGS-3100-24_02",label="02|<3>3|<9>9|<21>21|<22>22|<23>23|<24>24"]
 }
 Asimov:0 -- 01:3 [color=blue]
 Asimov:1 -- 02:3 [color=blue]
 Clarke:0 -- 01:9 [color=blue]
 Clarke:1 -- 02:9 [color=blue]
 01:32 -- 02:24 [color=red]
 02:21 -- 01:22 [color=red]

}

</graphviz>