/* * * Layer 1 network map of 020wireless * * * for to update just run something like: * neato -Tsvg layer1.dot > layer1.svg * * this file is also on the git repository * please commit if make changes * git commit -m "yourname: your message" layer1.dot */ graph amsw { //overlap='scale' rankdir=LR layers="physical:virtual"; node [shape=Mrecord, bgcolor=pink, style=bold]; //{node [width=.3,height=.3,shape=octagon,style=filled,color=skyblue] offitec hacklab greenhouse casaroja mainswitch} edge [len=3,style=bold]; /* applies to all following edges */ subgraph clouds { layer=virtual node [style=octagon, fillcolor=pink] internet [style=invisible] tinc_amsw [style=invisible] /* batman_adv struct1 [label=<
leftmid dleright
>]; */ /* ;test [label= < ; ; ;
caption
> ]; */ } subgraph routers { node [color=brown image="router-icon.png"] layer=physical stanleyh [label = "stanleyh \n acta techinc rack \n 10.205.253.1| tinc | eth0 | vlan13 | vlan14 | vlan201 | vlan12"] soerel [label = "soerel \n acta techinc rack \n 10.205.253.9| tinc | eth0 | vlan13 | "] ns0adm [label = "ns0.adm \n adm rack \n 10.205.253.6| eth0 | vlan201"] urrouter [label = "urrouter \n @waag? | vlan201"] itineris lurch [label = "lurch \n dewittenkade? \n 10.205.253.11 | tinc_amsw"] hemrouter [label = "hemelvaart router \n 10.205.253.13 | ethx"] duja [label = "duja \n wgterrein \n 10.205.253.2 | eth0"] } //switches subgraph switch { node [color=lightgreen]; down [label = "down \n techinc rack \n 192.168.88.5| <1> 1 | <2> 2 |<3> 3 | <4> 4 | <5> 5 | sfp | unk"] outside1 [label = "outside1 \n acta roof \n 192.168.88.4| <1> 1 | <2> 2 |<3> 3 | <4> 4 | <5> 5 | sfp | unk"] outside2 [label = "outside2 \n acta roof \n 192.168.88.2| <1> 1 | <2> 2 |<3> 3 | <4> 4 | <5> 5 | sfp| unk"] inside [label = "inside \n acta machine room \n 192.168.88.3| <1> 1 | <2> 2 |<3> 3 | <4> 4 | <5> 5 | sfp | unk"] inetswadm [label = "inetsw.adm \n roof adm \n 10.205.24.218| <1> 1 | <2> 2 |<3> 3 | <4> 4 | <5> 5 | sfp | unk"] loodssw1adm [label = "loodssw1.adm \n adm | <1> 1 | <2> 2 |<3> 3 | <4> 4 | <5> 5 | sfp | unk"] loodssw2adm [label = "loodssw1.adm \n adm | <1> 1 | <2> 2 |<3> 3 | <4> 4 | <5> 5 | sfp | unk"] cisco3550adm [label = "cisco3550.adm \n adm rack \n 10.205.25.2 | sfp | unk "] cisco2950adm [label = "cisco2950.adm \n adm rack \n 10.205.25.3 | sfp | unk "] wgswitch [label = "wgswitch \n wgterrein | <1> 1 | <2> 2 |<3> 3 | <4> 4 | <5> 5 | sfp | unk"] } //access points / clients subgraph wifi { node [color=pink]; acta_adm [label = "acta_adm \n 10.205.255.26"] adm_acta [label = "adm_acta \n 10.205.255.27"] acta_wg [label = "acta_wg \n 10.205.255.10"] wg_acta [label = "wg_acta \n 10.205.255.11"] hem_acta [label = "hem_acta \n 10.205.255.43"] acta_hem [label = "acta_hem \n 10.205.255.42"] eastap aalsmeerap nieuwvennepap } subgraph phone { node [color=blue]; } subgraph pc { node [color=green]; } /* END of the nodes the rest is edges (do not put edges before nodes, because they will be rendered differently) */ /* logical links (vlans , tunnels etc. ) */ subgraph logicalLink { // tinc links edge [len=3,color="purple", style=dotted, label="", constraint=false]; stanleyh:tinc -- tinc_amsw soerel:tinc -- tinc_amsw lurch:tinc -- tinc_amsw //vlans edge [color="red"]; stanleyh:vlan201 -- down -- inside -- outside2 } subgraph wirelessLink { edge [len=3,color="pink", label="wireless", constraint=false]; acta_adm -- adm_acta [label="channel = unknown"] acta_wg -- wg_acta acta_hem -- hem_acta } subgraph gbit { edge [color=red, constraint=false]; soerel:eth0 -- down:2 jkk stanleyh:eth0 -- down:3 testrouter:eth0 -- down:sfp down:4 -- techinc down:sfp -- inside:sfp inside:2 -- outside2:1 inside:3 -- outside1:1 inside:4 -- antwerp inside:5 -- techinc outside1:2 -- aalsmeerap outside1:3 -- eastap outside1:4 -- nieuwvennepap outside2:2 -- acta_adm outside2:3 -- acta_wg outside2:4 -- acta_hem outside2:sfp -- URuplink adm_acta -- inetswadm:4 inetswadm:sfp -- cisco3550adm:unk hem_acta -- hemrouter:unk cisco3550adm:unk -- ns0adm:eth0 wg_acta -- wgswitch:unk wgswitch:unk -- duja:eth0 } subgraph nonGbit { edge [len=3,color="#ffdd66", label="100mbit", constraint=false]; } Legend [shape=none, margin=0, label=<
Nodes
accesspoint
router
phone
switch
PC
Edges
Virtual Link (tunnel)
Wireless
>]; }