Hello,
I have a RB4011 with RouterOS 6.43.12 running as capsman forwarding wifi controller with dynamic VLAN ID coming from RADIUS server. So for a client the RADIUS sends e.g.“VLAN 3000”. My goal is that VLAN 3000 is transfered through the RB4011 to the RB4011´s ether1 port. Ether1 is connected an interface running the DHCP server, so the client should get its IP from there.
DHCP server ----switch port with tagged VLAN 3000----ether1-RB4011-datapath1-bridge-f-c-d----wifi client
I succeeded in configuring this for CCR router, but the RB4011 has additional switches integrated, i.e. switch1 for ether1 and this seems the reason the setup fails
I tried many different things, mix VLAN 3000 with the bridge, ether1, … but there´s no traffic between the client and the DHCP server
Perhaps someone could give some hints?
/caps-man datapath
add bridge=bridge-f-c-d client-to-client-forwarding=no
local-forwarding=no name=datapath1 vlan-mode=use-tag
Tagged VLAN 3000 on ether1:
/interface vlan
add interface=ether1 name=VLAN3000-ether1 vlan-id=3000
Put the ether1 as bridge port:
/interface bridge port
add bridge=bridge-f-c-d frame-types=admit-only-vlan-tagged interface=ether1 pvid=3000
Regards