Community discussions

MikroTik App
 
nabikamalian
just joined
Topic Author
Posts: 6
Joined: Sun Dec 30, 2018 2:18 pm
Contact:

sharing 2 virtual ssid on vlan

Mon Dec 31, 2018 7:04 am

hi guys
I config 2 vlan (once for internet and once other for internal traffic) on sw 2960 and then one of interfaces are trunk for transfer vlans traffic.

on mikrotik rb951 i config below setting:

i create 2 vlan( on ether4) similar to sw 2960

and i add 2 bridge

and then i setting up wlan1 for internet vlan and adding virtual ap for internal-traffic vlan then put on wlan1 master port for wlan2.
finally in port bridge i added vlan of internet and wlan1 to bridge1
and added vlan of internal traffic and wlan2 to bridge2.
finallyyyyyyyyy i test connect to one of ssid cant send and receive data
help me please
 
User avatar
mkx
Forum Guru
Forum Guru
Posts: 13250
Joined: Thu Mar 03, 2016 10:23 pm

Re: sharing 2 virtual ssid on vlan

Mon Dec 31, 2018 7:04 pm

If one of VLAN ids is 1, then it won't work as easily on Mikrotik.

Probably you're missing some VLAN related config on ether1 and/or bridge. It's hard to tell from your novel, if you posted /export results it'd be easier.

Other than that, your config is overly complex (regarding resource usage, perhaps not regarding number of config commands). You should create single bridge, add ether1, wlan1 and wlan2 to it (with appropriate VLAN config for every involved interface), use vlan-mode=use-tag vlan-id=<value> on both wlan interfaces (real and virtual) and enable vlan-filtering on bridge. Possibly add vlan interface for management of RB to bridge ...