source: genesis/nodes/SOM1/wleiden.yaml@ 14240

Last change on this file since 14240 was 14234, checked in by rick, 6 years ago

Add missing status variable

'status' is a implicit required variable, how-ever the explicit use in
r14232 is causing failures when missing entries.

File size: 3.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16950"
7location : "Luba, Eschertoren 1A, 2316 ET, Leiden"
8longitude : "4.49378"
9masterip : "172.21.160.1"
10monitoring_group: "wleiden"
11nodename : "SOM1"
12nodetype : "Hybrid"
13rdnap_x : 93880
14rdnap_y : 464970
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Ap noord"
26 ip : "172.21.160.1/24"
27 sdesc : "ap-n"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "WiFi-Leiden-1"
32 wlan_mac : "00:1b:b1:02:bf:88"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Interlink naar JorisdeWitte, wartel 1"
39 ip : "172.16.7.9/29"
40 sdesc : "2jorisdw"
41 mode : "ap"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "140"
45 ssid : "il-nnw.som1.wleiden.net"
46 dhcp : False
47 compass : "o"
48 ns_ip : "172.16.7.10/29"
49 ns_mac : "24:a4:3c:0a:54:99"
50 bridge_type: "NanoStation M5"
51 status : "up"
52
53iface_ue0_alias0:
54 comment : "Link naar Testsite"
55 ip : "172.16.7.121/29"
56 sdesc : "2testsite"
57 type : "eth"
58 dhcp : False
59 status : "up"
60
61
62iface_vr0:
63 comment : "Ethernet naar SOM2 kabel rood"
64 ip : "172.16.3.137/30"
65 sdesc : "2som2"
66 type : "eth"
67 dhcp : False
68 status : "up"
69
70
71iface_vr1:
72 comment : "Oude Link naar Broekplein M5 "
73 ip : "172.16.5.121/29"
74 sdesc : "2ouderaadhuis"
75 mode : "ap-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "108"
79 ssid : "il-n.som1.wleiden.net"
80 dhcp : False
81 compass : "n"
82 ns_ip : "172.16.5.122/29"
83 ns_mac : "04:18:d6:cc:01:e8"
84 bridge_type: "NanoStationM5"
85 status : "up"
86
87
88iface_vr1_alias0:
89 comment : "Link naar Juffermans"
90 ip : "172.16.3.161/29"
91 sdesc : "2Juffermans"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 dhcp : False
95 bridge_type: "NanoStation M5"
96 status : "up"
97
98
99iface_vr1_alias1:
100 comment : "Link naar OudeRaadhuis"
101 ip : "172.16.9.57/29"
102 sdesc : "2raadhuis"
103 type : "eth"
104 extra_type : "eth2wifibridge"
105 dhcp : False
106 bridge_type: "NanoStation M5"
107 status : "up"
108
109
110iface_vr1_alias2:
111 comment : "Nieuwe Link naar Broekplein via switch"
112 ip : "172.16.6.201/29"
113 sdesc : "2broekplein"
114 mode : "ap-wds"
115 type : "eth"
116 extra_type : "eth2wifibridge"
117 channel : "108"
118 ssid : "il-nno.som1.wleiden.net"
119 dhcp : False
120 compass : "no"
121 ns_ip : "172.16.6.202/29"
122 ns_mac : "04:18:d6:ca:fd:db"
123 bridge_type: "NanoStationM5"
124 status : "up"
125
126iface_vr1_alias3:
127 comment : "Lora Gateway 02:4b:0b:03:01:7b"
128 ip : "172.31.250.1/29"
129 dhcp : False
130 type : "eth"
131 status : "up"
132
133
134iface_vr2:
135 comment : "Link naar Stadhuis M5 wartel 7"
136 ip : "172.16.3.169/29"
137 sdesc : "2Stadhuis"
138 mode : "ap-wds"
139 type : "eth"
140 extra_type : "eth2wifibridge"
141 channel : "52"
142 ssid : "il-z.som1.wleiden.net"
143 dhcp : False
144 compass : "z"
145 ns_ip : "172.16.3.170/29"
146 ns_mac : "04:18:d6:cc:00:d1"
147 bridge_type: "NanoStationM5"
148 status : "up"
149
150
151iface_vr2_alias0:
152 comment : "Link naar Houtmarkt"
153 ip : "172.16.17.217/29"
154 sdesc : "2Houtmarkt"
155 type : "eth"
156 extra_type : "eth2wifibridge"
157 dhcp : False
158 bridge_type: "NanoStationM5"
159 status : "up"
160
161
Note: See TracBrowser for help on using the repository browser.