Skip to content

Commit

Permalink
rauchhaus: add second mesh vlan
Browse files Browse the repository at this point in the history
  • Loading branch information
Lino authored and pktpls committed Feb 27, 2024
1 parent 81e5059 commit 6cc0005
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion locations/rauchhaus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ snmp_devices:
address: 10.31.98.226
snmp_profile: airos_8

# 10.31.98.188/32 - mesh-emma
# 10.31.36.104/32 - mesh-xdorf
# 10.230.157.128/25 - dhcp
# 10.31.169.128/25 - privdhcp
# 10.31.98.224/27 - mgmt

ipv6_prefix: "2001:bf7:830:9200::/56"

Expand All @@ -55,6 +60,13 @@ networks:
ipv6_subprefix: -1
ptp: true

- vid: 11
role: mesh
name: mesh_xdorf
prefix: 10.31.36.104/32
ipv6_subprefix: -2
ptp: true

- vid: 40
role: dhcp
inbound_filtering: true
Expand All @@ -80,7 +92,7 @@ networks:
prefix: 10.31.98.224/27
gateway: 1
dns: 1
ipv6_subprefix: 1
ipv6_subprefix: 2
assignments:
rauchhaus-core: 1
rauchhaus-emma: 2
Expand Down

0 comments on commit 6cc0005

Please sign in to comment.