A
A
Andrey Yagodka2019-04-02 03:16:22
WiFi
Andrey Yagodka, 2019-04-02 03:16:22

How to forward VLAN on Wi-Fi in Mikrotik?

Hello! There is a CRS125-24G-1S-2HnD with built-in Wi-Fi, I accept 3 VLANs on it, one for management, one guest network, and the last corporate one, I need to distribute the guest network and the corporate network on the wireless interface

/interface bridge
add name=br_vlan
/interface ethernet
set [ find default-name=ether1 ] comment="Trank"
set [ find default-name=ether24 ] comment="MGMT access"
/interface vlan
add interface=br_vlan name=V-MGMT vlan-id=4545
/interface list
add name=Eth1-24
add name=Discovery
/interface bridge port
add bridge=br_vlan interface=Eth1-24
/interface ethernet switch egress-vlan-tag
add tagged-ports=ether1,switch1-cpu vlan-id=45
add tagged-ports=ether1,switch1-cpu vlan-id=300
add tagged-ports=ether1,switch1-cpu vlan-id=4545
/interface ethernet switch ingress-vlan-translation
add new-customer-vid=45 ports="ether2,ether3,ether4,ether5,ether6,ether7,ether\
    8,ether9,ether10,ether11,ether12,ether13,ether14,ether15,ether16,ether17,e\
    ther18,ether19,ether20,ether21,ether22,ether23"
add new-customer-vid=4545 ports=ether24
/interface ethernet switch vlan
add ports="ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ethe\
    r10,ether11,ether12,ether13,ether14,ether15,ether16,ether17,ether18,ether1\
    9,ether20,ether21,ether22,ether23,switch1-cpu" vlan-id=45
add ports=ether1,ether24,switch1-cpu vlan-id=4545
add ports=ether1,switch1-cpu vlan-id=300
/interface list member
add interface=ether1 list=Eth1-24
add interface=ether2 list=Eth1-24
add interface=ether3 list=Eth1-24
add interface=ether4 list=Eth1-24
add interface=ether5 list=Eth1-24
add interface=ether6 list=Eth1-24
add interface=ether7 list=Eth1-24
add interface=ether8 list=Eth1-24
add interface=ether9 list=Eth1-24
add interface=ether10 list=Eth1-24
add interface=ether11 list=Eth1-24
add interface=ether12 list=Eth1-24
add interface=ether13 list=Eth1-24
add interface=ether14 list=Eth1-24
add interface=ether15 list=Eth1-24
add interface=ether16 list=Eth1-24
add interface=ether17 list=Eth1-24
add interface=ether18 list=Eth1-24
add interface=ether19 list=Eth1-24
add interface=ether20 list=Eth1-24
add interface=ether21 list=Eth1-24
add interface=ether22 list=Eth1-24
add interface=ether23 list=Eth1-24
add interface=ether24 list=Eth1-24
add interface=V-MGMT list=Discovery

In this configuration, everything works except for the wireless interface, it is not possible to add it to the switch group, how then to work with them?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton, 2019-04-11
@Largo1

Wi-Fi interface is switched ONLY through Bridge -
dance from here ..

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question