--- /dev/null
+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
+}
+