graph G {
       overlap=false;
       Internet -- routeur1;
       Internet -- routeur2;
       switchInternet -- routeur2;
       switchInternet -- routeur1;
       firewallMaster -- Coeur3;
       firewallSlave -- Coeur3;
       firewallMaster -- switchDmz1;
       firewallSlave -- switchDmz1;
       firewallMaster -- switchInternet;
       firewallSlave -- switchInternet;
       Equant -- Marseille;
       Equant -- Pessac;
       routeur3 -- Equant;
       Equant -- routeur4;
       Coeur3 -- waeCarros;
       Coeur3 -- waeCarros;
       waeCarros -- routeur3;
       waeCarros -- routeur4;
       waeManager -- Coeur3;
       esx1 -- Coeur1;
       esx1 -- Coeur2;
       esx2 -- Coeur1;
       esx2 -- Coeur2;
       esx3 -- Coeur1;
       esx3 -- Coeur2;
       esx1 -- switchDmz1;
       esx2 -- switchDmz1;
       esx3 -- switchDmz1;
       edi2 -- switchDmz1;
       ctrlwifiMaster -- Coeur1;
       ctrlwifiSlave -- Coeur2;
       srvbackup -- Coeur3;
       srvvc -- Coeur3;
       srvad -- Coeur3;
       Coeur1 -- Coeur2;
       Coeur1 -- Coeur3;
       Coeur2 -- Coeur3;
}