From 0bebb5e2d38e2417753a7b9485659bec8e33094b Mon Sep 17 00:00:00 2001 From: Josip Rodin Date: Mon, 14 Sep 2009 00:19:18 +0200 Subject: [PATCH] jos malo test --- test3.imn | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 test3.imn diff --git a/test3.imn b/test3.imn new file mode 100644 index 0000000..ff34391 --- /dev/null +++ b/test3.imn @@ -0,0 +1,93 @@ +node n0 { + type lanswitch + network-config { + hostname svitak + ! + } + canvas c0 + iconcoords {288.0 216.0} + labelcoords {288.0 240.0} + interface-peer {e0 n1} + interface-peer {e1 n2} + interface-peer {e2 n3} +} + +node n1 { + type pc + network-config { + hostname n1 + ! + interface eth0 + ip address 10.0.0.20/24 + ipv6 address a:0::20/64 + ! + } + canvas c0 + iconcoords {288.0 312.0} + labelcoords {288.0 344.0} + interface-peer {eth0 n0} +} + +node n2 { + type pc + network-config { + hostname n2 + ! + interface eth0 + ip address 10.0.0.21/24 + ipv6 address a:0::21/64 + ! + } + canvas c0 + iconcoords {432.0 216.0} + labelcoords {432.0 248.0} + interface-peer {eth0 n0} +} + +node n3 { + type pc + network-config { + hostname n3 + ! + interface eth0 + ip address 10.0.0.22/24 + ipv6 address a:0::22/64 + ! + } + canvas c0 + iconcoords {144.0 216.0} + labelcoords {144.0 248.0} + interface-peer {eth0 n0} +} + +link l0 { + nodes {n1 n0} + bandwidth 0 +} + +link l1 { + nodes {n0 n2} + bandwidth 0 +} + +link l2 { + nodes {n3 n0} + bandwidth 0 +} + +canvas c0 { + name {Canvas0} +} + +option show { + interface_names yes + ip_addresses yes + ipv6_addresses no + node_labels yes + link_labels yes + ipsec_configs yes + background_images no + annotations yes + grid yes +} + -- 2.39.5