feat: ap3825i2: prep to replace the mr16_3
This commit reconfigures the ap3825i2 in preparation for having it replace mr16_3. We set up STP, prep some mesh VIFs and match it to the mr16_3's channels. Replacing the mr16_3 will fix Matt Woodbury's issues.
This commit is contained in:
parent
e1fd69bfee
commit
08dab0af7d
@ -18,11 +18,14 @@ openwrt:
|
|||||||
ports:
|
ports:
|
||||||
- eth0
|
- eth0
|
||||||
- eth1
|
- eth1
|
||||||
|
stp: 1
|
||||||
|
|
||||||
- name: br-vgolan
|
- name: br-vgolan
|
||||||
type: bridge
|
type: bridge
|
||||||
ports:
|
ports:
|
||||||
- eth0.2
|
- eth0.2
|
||||||
|
- eth1.2
|
||||||
|
stp: 1
|
||||||
|
|
||||||
interface:
|
interface:
|
||||||
- key: lan
|
- key: lan
|
||||||
@ -38,10 +41,12 @@ openwrt:
|
|||||||
- name: radio0
|
- name: radio0
|
||||||
path: ffe0a000.pcie/pcia000:02/a000:02:00.0/a000:03:00.0
|
path: ffe0a000.pcie/pcia000:02/a000:02:00.0/a000:03:00.0
|
||||||
template: qca9880_5
|
template: qca9880_5
|
||||||
|
channel: 48
|
||||||
|
|
||||||
- name: radio1
|
- name: radio1
|
||||||
path: ffe09000.pcie/pci9000:00/9000:00:00.0/9000:01:00.0
|
path: ffe09000.pcie/pci9000:00/9000:00:00.0/9000:01:00.0
|
||||||
template: ath9k_2
|
template: ath9k_2
|
||||||
|
channel: 6
|
||||||
|
|
||||||
wifi_iface:
|
wifi_iface:
|
||||||
- ifname: vgo2
|
- ifname: vgo2
|
||||||
@ -49,6 +54,11 @@ openwrt:
|
|||||||
template: vgo2
|
template: vgo2
|
||||||
disabled: 1
|
disabled: 1
|
||||||
|
|
||||||
|
- ifname: vgomesh2
|
||||||
|
device: radio1
|
||||||
|
template: vgomesh2
|
||||||
|
disabled: 1
|
||||||
|
|
||||||
- ifname: vgo5
|
- ifname: vgo5
|
||||||
device: radio0
|
device: radio0
|
||||||
template: vgo5
|
template: vgo5
|
||||||
@ -58,10 +68,20 @@ openwrt:
|
|||||||
device: radio1
|
device: radio1
|
||||||
template: labb
|
template: labb
|
||||||
|
|
||||||
|
- ifname: labbmesh5
|
||||||
|
device: radio0
|
||||||
|
template: labbmesh
|
||||||
|
disabled: 1
|
||||||
|
|
||||||
- ifname: labb5
|
- ifname: labb5
|
||||||
device: radio0
|
device: radio0
|
||||||
template: labb
|
template: labb
|
||||||
|
|
||||||
|
- ifname: labbmesh2
|
||||||
|
device: radio1
|
||||||
|
template: labbmesh
|
||||||
|
disabled: 1
|
||||||
|
|
||||||
ap3825i3.lan:
|
ap3825i3.lan:
|
||||||
network:
|
network:
|
||||||
device:
|
device:
|
||||||
|
Loading…
Reference in New Issue
Block a user