aboutsummaryrefslogtreecommitdiff
path: root/Vland/config/test-clashing-ports.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Vland/config/test-clashing-ports.cfg')
-rw-r--r--Vland/config/test-clashing-ports.cfg33
1 files changed, 33 insertions, 0 deletions
diff --git a/Vland/config/test-clashing-ports.cfg b/Vland/config/test-clashing-ports.cfg
new file mode 100644
index 0000000..46b2f3e
--- /dev/null
+++ b/Vland/config/test-clashing-ports.cfg
@@ -0,0 +1,33 @@
+[database]
+server = foo
+port = 123
+dbname = vland
+username = vland
+password = vland
+
+[switch foo]
+name = 10.172.2.51
+driver = CiscoSX300
+username = cisco
+password = cisco
+#enable_password =
+
+[switch bar]
+name = 10.172.2.52
+driver = CiscoSX300
+username = cisco
+password = cisco
+#enable_password =
+
+[switch baz]
+name = baz
+driver = CiscoSX300
+username = cisco
+password = cisco
+
+[vland]
+port = 245
+
+[visualisation]
+enabled = yes
+port = 245