Community discussions

MikroTik App

Search found 10 matches

by AutoEmocion
Wed May 02, 2018 7:47 pm
Forum: Beginner Basics
Topic: Trunking bridged VLANS
Replies: 9
Views: 2370

Re: Trunking bridged VLANS

1 set up a new bridge "sfp1-trunk" 2 go to interface vlan and create Vlans "sfp1-vlan10" vlan id 10 interface sfp1-trunk. 3 repeat step 2 for vlan20 4 create bridges "vlan10 bridge" and "vlan20 bridge" 5 add physical ports (ether to 10) to the respective vlanx...
by AutoEmocion
Tue May 01, 2018 9:30 am
Forum: General
Topic: RB2011UAS-2HnD-IN v6.4.1 VLAN Trunk with WLAN
Replies: 16
Views: 2669

Re: RB2011UAS-2HnD-IN v6.4.1 VLAN Trunk with WLAN

i think a practical way to do this is: you have to clear all the vlan configuration on switch menu leave it as default create and manage all vlans on bridge configuration, dont forget to enable vlan filtering to make vlans on bridge work Thank you. I suspect that could be the only way to get both s...
by AutoEmocion
Tue May 01, 2018 2:54 am
Forum: General
Topic: RB2011UAS-2HnD-IN v6.4.1 VLAN Trunk with WLAN
Replies: 16
Views: 2669

Re: RB2011UAS-2HnD-IN v6.4.1 VLAN Trunk with WLAN

I have Google very hard and found this blog.

https://blog.ligos.net/2018-01-01/Mikro ... -VLAN.html

This could be the type config I am after. Put vlan on the bridge.

What do u guys think?



Sent from my SM-N9005 using Tapatalk

by AutoEmocion
Tue May 01, 2018 2:51 am
Forum: General
Topic: RB2011UAS-2HnD-IN v6.4.1 VLAN Trunk with WLAN
Replies: 16
Views: 2669

Re: RB2011UAS-2HnD-IN v6.4.1 VLAN Trunk with WLAN

i think a practical way to do this is: you have to clear all the vlan configuration on switch menu leave it as default create and manage all vlans on bridge configuration, dont forget to enable vlan filtering to make vlans on bridge work Thank you. I suspect that could be the only way to get both s...
by AutoEmocion
Tue May 01, 2018 2:49 am
Forum: General
Topic: RB2011UAS-2HnD-IN v6.4.1 VLAN Trunk with WLAN
Replies: 16
Views: 2669

Re: RB2011UAS-2HnD-IN v6.4.1 VLAN Trunk with WLAN

You talk about trunk in the topic subject, and then you talk about adding a single VLAN. Is your intention to transport tagged packets over WiFi or you're fine with a dedicated SSID for each VLAN? Because wireless packets cannot accommodate the VLAN tag directly, you have to use an EoIP or VPLS tun...
by AutoEmocion
Mon Apr 30, 2018 5:14 pm
Forum: General
Topic: RB2011UAS-2HnD-IN v6.4.1 VLAN Trunk with WLAN
Replies: 16
Views: 2669

Re: RB2011UAS-2HnD-IN v6.4.1 VLAN Trunk with WLAN

Hi.

Dhcp has no issues as I am able to request IP on ether5 of the rb2011uas.

The wlan1 just doesn't get the vlan.

Sent from my SM-N9005 using Tapatalk
by AutoEmocion
Mon Apr 30, 2018 4:50 pm
Forum: General
Topic: RB2011UAS-2HnD-IN v6.4.1 VLAN Trunk with WLAN
Replies: 16
Views: 2669

Re: RB2011UAS-2HnD-IN v6.4.1 VLAN Trunk with WLAN

I think you need to also add vlan 5 to interface wlan under interface vlan
thanks again,

Code: Select all

/interface vlan
add interface=wlan1 name=vlan5-wlan1 vlan-id=5
No Go,,,, not able to get IP....
Do i need to bridge it?
by AutoEmocion
Mon Apr 30, 2018 3:51 pm
Forum: General
Topic: RB2011UAS-2HnD-IN v6.4.1 VLAN Trunk with WLAN
Replies: 16
Views: 2669

Re: RB2011UAS-2HnD-IN v6.4.1 VLAN Trunk with WLAN

In wireless (WLAN) config, specify VLAN Mode as "use tag" and specify the VLAN ID thanks for the prompt reply, I am still not getting a DHCP on the wlan from RB2011LS (works on my ether5 port). /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik add...
by AutoEmocion
Mon Apr 30, 2018 12:35 pm
Forum: General
Topic: RB2011UAS-2HnD-IN v6.4.1 VLAN Trunk with WLAN
Replies: 16
Views: 2669

RB2011UAS-2HnD-IN v6.4.1 VLAN Trunk with WLAN

I owned a RB2011LS (ether1 connects to internet, DHCP Servers) and RB2011UAS-2HD-IN, both with v6.4.1 I have successfully configure the SFP port to be a VLAN Trunk Port carrying Vlan 5,10,20,30,40. I have problems trying to configure the wireless (interface=wlan) to join the VLAN, I have include. It...
by AutoEmocion
Sun Apr 15, 2018 5:33 pm
Forum: Beginner Basics
Topic: VLAN TRUNK
Replies: 0
Views: 822

VLAN TRUNK

hi, this is my first attempt to configure my RB2011. I am trying to configure VLAN Trunk on port_10 of my RB2011 to another RB2011 Vlan Trunk Port. I have followed the tutorials and doesn't seem to be right, I can VLAN Trunk from RB2011 to another TPLink L2 Switch, but I cant trunk to another RB2011...