Community discussions

MikroTik App
 
KBoris
just joined
Topic Author
Posts: 21
Joined: Sun Sep 30, 2012 10:06 pm

Tagged abd Untagged VLAN on same port RB250GS

Thu Sep 03, 2015 7:56 pm

Hi guys,

I know how to confgure access port (Untagged VLAN) on RB250GS, and I know how to configure Trunk port (Tagged VLANS), but can anybody tell me how to configura on por one Untagged VLAN (100) and for example 5 Tagged VLAN's (501,502,503,504,505) ?

Tab VLAN:
Vlan Mode :
Default VLAN ID:
Force VLAN ID:
Vlan Header:

Tab VLANs:
VLAN100:
VLAN501:
VLAN502:
VLAN503:
VLAN504:
VLAN505:

Thank you
Boris
 
becs
MikroTik Support
MikroTik Support
Posts: 499
Joined: Thu Jul 07, 2011 8:26 am

Re: Tagged abd Untagged VLAN on same port RB250GS

Fri Sep 04, 2015 9:41 am

There is no way to configure it with RB250GS.
But just to mention - it is possible with RB260GS/RB260GSP.
 
marrold
Member
Member
Posts: 427
Joined: Wed Sep 04, 2013 10:45 am

Re: Tagged abd Untagged VLAN on same port RB250GS

Fri Sep 04, 2015 10:50 am

Is it possible in RouterOS? I have seen mixed information.

Thanks
 
becs
MikroTik Support
MikroTik Support
Posts: 499
Joined: Thu Jul 07, 2011 8:26 am

Re: Tagged abd Untagged VLAN on same port RB250GS

Fri Sep 04, 2015 2:36 pm

It is possible in RouterOS and CRS switches.

So called hybrid VLAN port configuration is described in CRS Port Based VLAN example #2
http://wiki.mikrotik.com/wiki/Manual:CR ... Based_VLAN

Here is hybrid port example using RouterOS bridges and VLAN interfaces.
The setup is similar to CRS Port Based VLAN example #2:
//ether1 is Trunk port
//ether2 is Hybrid port with vlan200 untagged
//ether3 is Hybrid port with vlan300 untagged
//ether4 is Hybrid port with vlan400 untagged

/interface vlan
add name=ether1-vlan200 interface=ether1 vlan-id=200
add name=ether1-vlan300 interface=ether1 vlan-id=300
add name=ether1-vlan400 interface=ether1 vlan-id=400

add name=ether2-vlan300 interface=ether2 vlan-id=300
add name=ether2-vlan400 interface=ether2 vlan-id=400

add name=ether3-vlan200 interface=ether3 vlan-id=200
add name=ether3-vlan400 interface=ether3 vlan-id=400

add name=ether4-vlan200 interface=ether4 vlan-id=200
add name=ether4-vlan300 interface=ether4 vlan-id=300


/interface bridge
add name=bridge-vlan200
add name=bridge-vlan300
add name=bridge-vlan400


/interface bridge port
add bridge=bridge-vlan200 interface=ether1-vlan200
add bridge=bridge-vlan200 interface=ether2
add bridge=bridge-vlan200 interface=ether3-vlan200
add bridge=bridge-vlan200 interface=ether4-vlan200

add bridge=bridge-vlan300 interface=ether1-vlan300
add bridge=bridge-vlan300 interface=ether2-vlan300
add bridge=bridge-vlan300 interface=ether3
add bridge=bridge-vlan300 interface=ether4-vlan300

add bridge=bridge-vlan400 interface=ether1-vlan400
add bridge=bridge-vlan400 interface=ether2-vlan400
add bridge=bridge-vlan400 interface=ether3-vlan400
add bridge=bridge-vlan400 interface=ether4
 
KBoris
just joined
Topic Author
Posts: 21
Joined: Sun Sep 30, 2012 10:06 pm

Re: Tagged abd Untagged VLAN on same port RB250GS

Sat Sep 05, 2015 11:00 am

Huh... good answer after I spend hours to find solution. Never mind, I am satisfied with answer and explanation how to do that on RouterOS.

Thank you all for your time

Regards

Who is online

Users browsing this forum: anav, GoogleOther [Bot], kennethrc, SkypilotLDO, synchro and 13 guests