Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simeon: swap core router #1112

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 16 additions & 10 deletions locations/simeon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,18 @@ hosts:

- hostname: simeon-core
role: corerouter
model: "avm_fritzbox-7530"
wireless_profile: freifunk_default
model: "ubnt_edgerouter-x"
poe_on: []
openwrt_version: 24.10-SNAPSHOT
log_size: 1024


snmp_devices:

- hostname: simeon-switch
address: 10.31.104.130
snmp_profile: edgeswitch

- hostname: simeon-mgh
address: 10.31.104.131
snmp_profile: airos_8
Expand Down Expand Up @@ -55,31 +62,30 @@ networks:
role: mesh
name: mesh_mgh
prefix: 10.31.51.136/32
ipv6_subprefix: -1
ipv6_subprefix: -10

- vid: 11
role: mesh
name: mesh_nord
prefix: 10.31.51.137/32
ipv6_subprefix: -2
ipv6_subprefix: -11

- vid: 12
role: mesh
name: mesh_emma
prefix: 10.31.51.138/32
ipv6_subprefix: -3
ipv6_subprefix: -12

- vid: 13
role: mesh
name: mesh_rhx
name: mesh_rhxb
prefix: 10.31.51.139/32
ipv6_subprefix: -4
ipv6_subprefix: -13

- vid: 40
role: dhcp
prefix: 10.31.104.0/25
ipv6_subprefix: 0
untagged: true
inbound_filtering: true
enforce_client_isolation: true
assignments:
Expand All @@ -93,8 +99,8 @@ networks:
ipv6_subprefix: 1
assignments:
simeon-core: 1
simeon-poe-switch: 2
simeon-switch: 2
simeon-mgh: 3
simeon-nord: 4
simeon-emma: 5
simeon-rhx: 6
simeon-rhxb: 6
Loading