Skip to content

Commit 926c3d1

Browse files
Segen: Change router, Add switch, fix model for NF (#1561)
1 parent ccfd9dd commit 926c3d1

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

locations/segen.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,34 @@ contacts:
1111
hosts:
1212
- hostname: segen-core
1313
role: corerouter
14-
model: "ubnt_edgerouter-x-sfp-24-10"
15-
poe_on: [0, 1, 2, 3]
14+
model: "genexis_pulse-ex400"
15+
wireless_profile: freifunk_default
1616

1717
- hostname: segen-n-nf-2ghz
1818
role: ap
19-
model: ubnt_nanostation-m2_xm
19+
model: ubnt_nanostation-m2-xm
2020

2121
- hostname: segen-o-nf-2ghz
2222
role: ap
23-
model: ubnt_nanostation-m2_xm
23+
model: ubnt_nanostation-m2-xm
2424

2525
- hostname: segen-s-nf-2ghz
2626
role: ap
27-
model: ubnt_nanostation-m2_xm
27+
model: ubnt_nanostation-m2-xm
2828

2929
- hostname: segen-w-nf-2ghz
3030
role: ap
31-
model: ubnt_nanostation-m2_xm
31+
model: ubnt_nanostation-m2-xm
3232

3333
snmp_devices:
3434
- hostname: segen-switch
3535
address: 10.31.6.2
3636
snmp_profile: edgeswitch
3737

38+
- hostname: segen-switch-2
39+
address: 10.31.6.3
40+
snmp_profile: edgeswitch
41+
3842
# Despite being a 60GHz devices the SNMP-data that is reported is in the same format as the airmax devices
3943
- hostname: segen-saarbr
4044
address: 10.31.6.10
@@ -131,6 +135,7 @@ networks:
131135
assignments:
132136
segen-core: 1
133137
segen-switch: 2
138+
segen-switch-2: 3
134139

135140
# bbb links
136141
segen-saarbr: 10

0 commit comments

Comments
 (0)