source: genesis/nodes/CNodeCeTIM2/wleiden.yaml@ 10081

Last change on this file since 10081 was 10081, checked in by rick, 13 years ago

New bridges found using snmp queries (much faster).

File size: 3.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ue0,vr2,ath0,vr0,vr1"
7latitude : "4.49423"
8location : "Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden"
9longitude : "52.15797"
10masterip : "172.17.137.1"
11nodename : "CeTIM2"
12nodetype : "CNode"
13rdnap_x : 93895
14rdnap_y : 463687
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "APs Z+W"
21 interface : "ath0"
22 ip : "172.17.137.1/26"
23 desc : "CeTIM AP richting Z en W"
24 sdesc : "zw"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "9"
28 ssid : "ap-wirelessleiden-cetim2"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ath0_alias1:
35 comment : "link naar Burcht"
36 interface : "ath0:1"
37 ip : "172.16.0.105/30"
38 desc : "Link naar Burcht"
39 sdesc : "2burcht"
40 type : "11b"
41 dhcp : "no"
42 compass : "None"
43 status : "up"
44
45
46iface_ue0:
47 comment : "Ethernet naar lokaal AP"
48 interface : "ue0"
49 ip : "172.17.139.1/26"
50 desc : "CeTIM lokaal AP"
51 sdesc : "lokaalAP"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "6"
56 ssid : "ap-wirelessleiden-hooglandsekerk"
57 dhcp : "10-60"
58 bridge_type: "NanoStation2"
59 compass : "None"
60 ns_ip : "172.17.139.2/26"
61 ns_mac : "00:15:6d:fc:4d:60"
62 status : "up"
63
64
65iface_vr0:
66 comment : "Ethernet naar CeTIM1"
67 interface : "vr0"
68 ip : "172.16.0.34/30"
69 desc : "Link naar cetim1"
70 sdesc : "2cetim1"
71 type : "eth"
72 dhcp : "no"
73 compass : "None"
74 status : "up"
75
76
77iface_vr1:
78 comment : "a-link Noord-West naar LUMC"
79 interface : "vr1"
80 ip : "172.16.4.100/29"
81 desc : "Link to LUMC"
82 sdesc : "2lumc"
83 mode : "station-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "136"
87 ssid : "il-z.lumc.wleiden.net"
88 dhcp : "no"
89 bridge_type: "NanoStation5"
90 compass : "s"
91 ns_ip : "172.16.4.99/29"
92 ns_mac : "00:15:6d:f2:36:5d"
93 status : "up"
94
95
96iface_vr2:
97 comment : "Interlinks ZW"
98 interface : "vr2"
99 ip : "172.16.16.249/29"
100 desc : "Link to IMI"
101 sdesc : "2imi"
102 mode : "station-wds"
103 type : "eth"
104 extra_type : "eth2wifibridge"
105 channel : "36"
106 ssid : "il-zw.cetim2.wleiden.net"
107 dhcp : "no"
108 bridge_type: "NanoStation5"
109 compass : "sw"
110 ns_ip : "172.16.16.250/29"
111 ns_mac : "00:15:6d:f2:37:bd"
112 status : "up"
113
114
115iface_vr2_alias0:
116 comment : "link naar Victoria"
117 interface : "vr2:0"
118 ip : "172.16.17.201/29"
119 desc : "Link naar Victoria"
120 sdesc : "2victoria"
121 type : "eth"
122 dhcp : "no"
123 compass : "None"
124 status : "up"
125
126
127iface_vr2_alias1:
128 comment : "link naar Huub"
129 interface : "vr2:1"
130 ip : "172.16.4.25/29"
131 desc : "Link naar Huub"
132 sdesc : "2huub"
133 type : "eth"
134 dhcp : "no"
135 compass : "None"
136 status : "up"
137
138
Note: See TracBrowser for help on using the repository browser.