The FRITZ!Repeater 3000 has two LAN ports and I want to configure the network as follows:
LAN 1 should be used only for accessing the box over e.g. the IP 192.168.100.2. LAN 1 is connected to a switch port configured as "ACCESS". This works.
LAN 2 is connected to a switch port configured as TRUNK. The VLAN 110 is e.g. provided through the switch port. Radio 1 should be set up as an access point and bridged it with VLAN 110... I cannot get it working.
My network configuration:
# cat /etc/config/network
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 'fd9f:732d:22af::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth0'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option netmask '255.255.255.0'
option ipaddr '192.168.100.2'
option gateway '192.168.100.1'
list dns '8.8.8.8'
option delegate '0'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0 4 5'
option vid '1'
config switch_vlan
option device 'switch0'
option vlan '2'
option vid '110'
option description 'VLAN110'
option ports '0t 5t'
config device
option name 'eth0.110'
option type '8021q'
option ifname 'eth0'
option vid '110'
config interface 'VLAN110'
option proto 'none'
option device 'eth0.110'
option delegate '0'
option type 'bridge'
It worked for me, too. I have been trying to setup the box with LuCi...and I had to reinstall 21.02 (twice...) from scratch...it worked simply from CLI
I have a couple of questions regarding your setup:
LAN 2 is not connected. Why do you have to define it as "untagged" for VLAN20?
There are three radios in the Fritz!Repeater 3000. Is it possible to setup more than one AP per radio? I see that you have wifinet2 & wifinet3 configured on radio1. I thought that only 1 access point is possible per radio...
LAN 2 is not connected. Why do you have to define it as "untagged" for VLAN20?
simply ignore, a remnant of previous tests.
If the trunk does not work, you can still access the manamgent of the AP.
There are three radios in the Fritz!Repeater 3000. Is it possible to setup more than one AP per radio? I see that you have wifinet2 & wifinet3 configured on radio1. I thought that only 1 access point is possible per radio...
the AVM 3000 has three radios
5 GHz (1,733 MBit/s), channel from 100
5 GHz (866 MBit/s), channel 36 to 64
2.4 GHz (400 MBit/s)
For each radio you can set up multiple SSIDs (Multi SSID), each SSID can be assigned a separate VLAN.
if I understand it correctly you can create 16 SSIDs per radio.
However, you should use as little SSID as possible to save airtime.