Hi ALL ![]()
I have a Mikrotik RBD53GR-5HacD2HnD router and some Mikrotik switch with VLANs set up.
WAN - ports ether1, ether2.
Bridge - ether3,ether4,ether5 ports.
On the bridge set and addressed interface VLANs: 200, 201, 202, 203, 204, 299.
When I connect to ports ether3,ether4,ether5 a managed switch and devices to this switch then VLANs work properly.
I have a specific situation that one of the switches must remain unmanaged, without VLANs. I want to connect it to ether3 port and for devices connected to it access to VLAN200.
Is there a simple way to do this?
Config:
# jan/02/1970 00:14:17 by RouterOS 6.49.10
# software id = QGMG-YU36
#
# model = RBD53GR-5HacD2HnD
# serial number = DC900E6067D8
/interface bridge
add fast-forward=no name=BR_LAN
/interface vlan
add interface=BR_LAN name=vlan200 vlan-id=200
add interface=BR_LAN name=vlan201 vlan-id=201
add interface=BR_LAN name=vlan202 vlan-id=202
add interface=BR_LAN name=vlan203 vlan-id=203
add interface=BR_LAN name=vlan299 vlan-id=299
/ip pool
add name=dhcp_pool0 ranges=10.200.0.2-10.200.0.254
add name=dhcp_pool1 ranges=10.201.0.2-10.201.0.254
add name=dhcp_pool2 ranges=10.202.0.2-10.202.0.254
add name=dhcp_pool3 ranges=10.203.0.2-10.203.0.254
add name=dhcp_pool4 ranges=10.2.99.2-10.2.99.254
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=vlan200 name=dhcp_vlan200
add address-pool=dhcp_pool1 disabled=no interface=vlan201 name=dhcp_vlan201
add address-pool=dhcp_pool2 disabled=no interface=vlan202 name=dhcp_vlan202
add address-pool=dhcp_pool3 disabled=no interface=vlan203 name=dhcp_vlan203
add address-pool=dhcp_pool4 disabled=no interface=vlan299 name=dhcp_vlan299
/interface bridge port
add bridge=BR_LAN hw=no interface=ether3
add bridge=BR_LAN hw=no interface=ether4
add bridge=BR_LAN hw=no interface=ether5
/ip address
add address=10.200.0.1/24 interface=vlan200 network=10.200.0.0
add address=10.201.0.1/24 interface=vlan201 network=10.201.0.0
add address=10.202.0.1/24 interface=vlan202 network=10.202.0.0
add address=10.203.0.1/24 interface=vlan203 network=10.203.0.0
add address=10.2.99.1/24 interface=vlan299 network=10.2.99.0
/ip dhcp-client
add disabled=no interface=ether1
/ip dhcp-server network
add address=10.2.99.0/24 gateway=10.2.99.1
add address=10.200.0.0/24 gateway=10.200.0.1
add address=10.201.0.0/24 gateway=10.201.0.1
add address=10.202.0.0/24 gateway=10.202.0.1
add address=10.203.0.0/24 gateway=10.203.0.1


Best Regards,
Pawel
