VLAN on dumb ap (solved)

hi, i configured the router as dumb AP, the router receives the signal from a managed switch via vlan. i'll start by saying that everything works correctly but my question is if the configuration is correct.

config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'

config globals 'globals'
option ula_prefix 'fde9:8b42:6337::/48'

config device
option name 'br-lan'
option type 'bridge'
list ports 'eth1'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
list ports 'lan5'

config interface 'lan'
option device 'br-lan.1'
option proto 'none'

config bridge-vlan
option device 'br-lan'
option vlan '1'
list ports 'eth1:t'
list ports 'lan5:u*'

config bridge-vlan
option device 'br-lan'
option vlan '3'
list ports 'eth1:t'
list ports 'lan1:u*'
list ports 'lan2:u*'

config bridge-vlan
option device 'br-lan'
option vlan '4'
list ports 'eth1:t'
list ports 'lan3:u*'
list ports 'lan4:u*'

config interface 'HOME'
option proto 'dhcp'
option device 'br-lan.4'

config interface 'IOT'
option proto 'none'
option device 'br-lan.3'

Config looks good. If it is working as expected, no changes would be recommended or required.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.