package saf.simulations; import inet.networklayer.autorouting.ipv4.IPv4NetworkConfigurator; import inet.nodes.ethernet.Eth1G; import inet.nodes.inet.Router; import inet.nodes.inet.StandardHost; // // TODO auto-generated type // network Saf { @display("bgb=937,405"); submodules: Host1: StandardHost { @display("p=52,229"); } Host2: StandardHost { @display("p=107,264"); } router1: Router { @display("p=158,159"); } configurator: IPv4NetworkConfigurator { @display("p=32,39"); } router2: Router { @display("p=307,89"); } router4: Router { @display("p=307,246"); } router5: Router { @display("p=442,159"); } router3: Router { @display("p=307,159"); } Host12: StandardHost { @display("p=559,89"); } Host3: StandardHost { @display("p=32,159"); } Host4: StandardHost { @display("p=180,77"); } Host5: StandardHost { @display("p=307,24"); } Host6: StandardHost { @display("p=442,63"); } Host7: StandardHost { @display("p=229,296"); } Host8: StandardHost { @display("p=328,320"); } Host9: StandardHost { @display("p=442,274"); } Host10: StandardHost { @display("p=552,264"); } Host11: StandardHost { @display("p=627,194"); } connections: Host1.ethg++ <--> Eth1G <--> router1.ethg++; router1.ethg++ <--> Eth1G <--> Host2.ethg++; Host3.ethg++ <--> Eth1G <--> router1.ethg++; Host4.ethg++ <--> Eth1G <--> router2.ethg++; Host5.ethg++ <--> Eth1G <--> router2.ethg++; Host6.ethg++ <--> Eth1G <--> router2.ethg++; router2.ethg++ <--> Eth1G <--> router3.ethg++; router1.ethg++ <--> Eth1G <--> router3.ethg++; router3.ethg++ <--> Eth1G <--> router5.ethg++; router3.ethg++ <--> Eth1G <--> router4.ethg++; Host7.ethg++ <--> Eth1G <--> router4.ethg++; Host8.ethg++ <--> Eth1G <--> router4.ethg++; Host9.ethg++ <--> Eth1G <--> router4.ethg++; Host10.ethg++ <--> Eth1G <--> router5.ethg++; Host11.ethg++ <--> Eth1G <--> router5.ethg++; Host12.ethg++ <--> Eth1G <--> router5.ethg++; }