aboutsummaryrefslogtreecommitdiff
path: root/vland.cfg
blob: 78be7ded43af94f2187e5bb98e20802b81bc0da3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Example config for VLANd

[database]
#server=
#port=
dbname = vland
username = vland
#password=

[vland]
port = 3080
#default_vlan_tag = 1

[visualisation]
enabled = True
port = 3081
refresh = False

[logging]
# Supply a filename, or leave unspecified for stderr
filename = vland.log
# valid options are DEBUG INFO WARNING ERROR CRITICAL
level = DEBUG

##########
# Example switch configs below for the various types of supported
# switch
##########

#[switch vlandswitch01]
#name = vlandswitch01
#driver = CiscoCatalyst
##username = username
#password = password
#enable_password = enable
#debug = True
#
#[switch vlandswitch02]
#name = vlandswitch02
#driver = CiscoSX300
#username = cisco
#password = cisco
#enable_password = 
#
#[switch vlandswitch03]
#name = vlandswitch03
#driver = CiscoSX300
#username = cisco
#password = cisco
#enable_password = 
##debug = True
#
#[switch vlandswitch04]
#name = vlandswitch04
#driver = TPLinkTLSG2XXX
#username = admin
#password = admin
#enable_password = 
#debug = True

#[switch vlandswitch05]
#name = vlandswitch05
#driver = NetgearXSM
#username = admin
#password = 
#enable_password =
#debug = True

#[switch dummy-48]
#name = dummy-48
#driver = Dummy
#
#[switch dummy-25]
#name = dummy-25
#driver = Dummy
#
#[switch dummy-41]
#name = dummy-41
#driver = Dummy
#
#[switch dummy-42]
#name = dummy-42
#driver = Dummy

#[wibble]