From 68f2921c5344e80aeb1716e92ddc185ed0eea53d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kosta=20Pribi=C4=87?= Date: Fri, 4 Sep 2009 22:20:00 +0200 Subject: [PATCH] Datoteka sa testnom mreznom topologijom --- test1.imn | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 test1.imn diff --git a/test1.imn b/test1.imn new file mode 100644 index 0000000..a392200 --- /dev/null +++ b/test1.imn @@ -0,0 +1,55 @@ +node n0 { + type host + cpu {{min 0} {max 100} {weight 1}} + network-config { + hostname pero + ! + interface eth0 + ip address 10.0.0.10/24 + ipv6 address a:0::10/64 + ! + } + canvas c0 + iconcoords {168.0 192.0} + labelcoords {168.0 224.0} + interface-peer {eth0 n1} +} + +node n1 { + type host + cpu {{min 0} {max 100} {weight 1}} + network-config { + hostname stipa + ! + interface eth0 + ip address 10.0.0.11/24 + ipv6 address a:0::11/64 + ! + } + canvas c0 + iconcoords {504.0 192.0} + labelcoords {504.0 224.0} + interface-peer {eth0 n0} +} + +link l0 { + nodes {n0 n1} + 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