source: genesis/nodes/CNodeWatertoren2/wleiden.yaml@ 10094

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

New bridges found using snmp queries (much faster).

File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ath0,vr2,vr0,vr1"
7latitude : "4.75742"
8location : "Watertoren, Kudelstaartseweg,1431 GA, Aalsmeer"
9longitude : "52.25493"
10masterip : "172.17.9.1"
11nodename : "Watertoren2"
12nodetype : "CNode"
13rdnap_x : 111998
14rdnap_y : 474286
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 interface : "ath0"
21 ip : "172.17.9.1/26"
22 desc : "OMNI voor Wifi op de westeinder (MastX:PosX)"
23 sdesc : "ap-omni"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "8"
27 ssid : "ap-westeinder-watertoren2"
28 dhcp : "20-60"
29 compass : "None"
30 status : "up"
31
32
33iface_vr0:
34 comment : "ethernet/ Switchport: 3"
35 interface : "vr0"
36 ip : "172.25.90.67/29"
37 desc : "uplink"
38 sdesc : "uplink"
39 type : "eth"
40 dhcp : "no"
41 compass : "None"
42 status : "up"
43
44
45iface_vr1:
46 interface : "vr1"
47 ip : "172.16.16.89/29"
48 desc : "Nanostation naar Schiphol (Mast1:Pos2) (UNUSED)"
49 sdesc : "2schiphol"
50 mode : "station-wds"
51 type : "eth"
52 channel : "36"
53 ssid : "il-nw.watertoren2.wleiden.net"
54 dhcp : "no"
55 bridge_type: "NanoStation5"
56 compass : "nw"
57 ns_ip : "172.16.16.90/29"
58 ns_mac : "00:15:6d:70:54:a4"
59 status : "down"
60
61
62iface_vr2:
63 comment : "webcams ips 41 t/m 44 PC 37 NS Aalsmeer 35"
64 interface : "vr2"
65 ip : "172.17.0.33/28"
66 desc : "Naar switch met webcams en nanostation naar Aalsmeer"
67 sdesc : "2webcams"
68 mode : "station-wds"
69 type : "eth"
70 channel : "44"
71 ssid : "il-n.watertoren2.wleiden.net"
72 dhcp : "no"
73 bridge_type: "NanoStation5"
74 compass : "n"
75 ns_ip : "172.17.0.34/28"
76 ns_mac : "00:15:6d:70:4e:7f"
77 status : "up"
78
79
Note: See TracBrowser for help on using the repository browser.