Community discussions

MikroTik App
 
levis
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 61
Joined: Tue Mar 18, 2008 3:55 pm

How to transport a vlan

Sat Mar 29, 2008 12:43 pm

Hi,

I have the following topology:

Vlan X: 10.0.0.0/24

(1) Router: ip fasteth 10.0.0.1/24

(2) A routerOS device with fasteth interface having ip 10.0.0.2/24 and default route to 10.0.0.1.


Between (1) and (2) I have a L2 switch and two other routerOS devices.
How have I to configure the last two routerOS devices to transport Vlan X from (1) to (2)?

Thanks in advance,
Levis
 
User avatar
chvdr
Member
Member
Posts: 403
Joined: Thu Sep 22, 2005 8:53 pm

Re: How to transport a vlan

Sat Mar 29, 2008 11:12 pm

take a look at documentation - VLAN, eoip-tunnel and bridge

if doesen't help, write us again
 
levis
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 61
Joined: Tue Mar 18, 2008 3:55 pm

Re: How to transport a vlan

Sun Mar 30, 2008 11:30 am

Hi
are the following steps correct?

1) create a bridge (BR1)

2) assign an IP to the fastethernet interface of the two routerOS devices ( 192.168.0.1 and 192.168.0.2)

3) add fastethernet and wlan interfaces of both devices to BR1


4) create an eoip tunnel between 192.168.0.1 and 192.168.0.2

Any others steps?

Thanks in advance,

Levis
 
wpeople
Member
Member
Posts: 380
Joined: Sat May 26, 2007 6:36 pm

Re: How to transport a vlan

Mon Apr 21, 2008 1:07 pm

Create a WDS link.
Make a bridge interface. include both ether1 and wds interface to the bridge, check if it's works as expected.

If yes, make the VLAN interface on ether (or connect the another vlan to ether2).
Make another VLAN interface on top of WDS device (wlanX if you are using station-wds).
make a vlan-bridge, what includes vlan-ether and vlan-wds.

add (management) ip address to vlan-bridge. that should work.
 
cgdit
just joined
Posts: 1
Joined: Fri Jul 20, 2007 6:38 pm

Re: How to transport a vlan

Mon Apr 21, 2008 4:15 pm

Dear, ALL

I was try vlan via wireless, only radio RB52 minipci can ping stable, but if use other product radio minipci ping very2 not stable, i'm using mikrotik v3.7 any other exprience ...?

Yusuf
CGD Bandung
 
wpeople
Member
Member
Posts: 380
Joined: Sat May 26, 2007 6:36 pm

Re: How to transport a vlan

Tue Apr 22, 2008 10:19 am

I think VLAN and MiniPCI cards have no relation. If connection is OK, VLAN should be passed.
One important thing: VLAN have extra 22bytes so, MTU and MRU (i think) should have size of at lease 1522 , not 1500.
 
wpeople
Member
Member
Posts: 380
Joined: Sat May 26, 2007 6:36 pm

Re: How to transport a vlan

Tue May 13, 2008 12:14 pm

Sadly untagged AND tagged frames cannot be handled at same time, if you want to have tagged frames (multiple VLANs on a link - wireless or even wired) you have to remove the host interface from any bridge.

added interfaces:
-wds (wds link between two wlan1)
-wds_vlan10 (VLAN interface tagged with id 10, bound to wds)
-wds_vlan11 (VLAN interface tagged with id 11, bound to wds)


The following will NOT work:
bridge1 ports: eth1,wds
bridge2 ports: eth2,wds_vlan11

but this works:
bridge1 ports: eth1,wds_vlan10
bridge2 prots: eth2,wds_vlan11

that means, the vlan or bridging code is buggy, the interface should handle tagged and untagged frames too (in the same time).
You do not have the required permissions to view the files attached to this post.
 
meno
Member Candidate
Member Candidate
Posts: 233
Joined: Sat Jul 19, 2008 4:45 am

Re: How to transport a vlan

Sun Jul 20, 2008 9:10 pm

hi.. how can I create a pseudo VLAN over wireless... like some hotspot AP has...


acording what a read, it assign a vlan per mac-wireless (customer) so u can create a vlan per customer


any idea to make this in RB333 or RB433 ?


ROS 3.10
 
meno
Member Candidate
Member Candidate
Posts: 233
Joined: Sat Jul 19, 2008 4:45 am

Re: How to transport a vlan

Wed Jul 23, 2008 12:21 am

hi.. how can I create a pseudo VLAN over wireless... like some hotspot AP has...


acording what a read, it assign a vlan per mac-wireless (customer) so u can create a vlan per customer


any idea to make this in RB333 or RB433 ?


ROS 3.10
anyideas?
 
rayvyn
just joined
Posts: 8
Joined: Fri May 16, 2014 6:23 am

Re: How to transport a vlan

Sat Sep 12, 2015 5:22 am

I have the following scenario:

Cisco3750 f0/1 --> sextant5 --> sextant5 --> rb450gl

The cisco interface is a vlan trunk

the AP is configured in ap bridge and wds dynamic
the bridge consists of eth1 and wlan1

cpe is station wds, wds dynamic and same bridge config.

the rb450 is configured as follows:

eth1 has 3 vlans: 10,20,30
i also have three bridges one for each vlan interface and a fisical interface.

this works just fine for me the management ip is set on the bridge of the radios and the physical ether1 interface, those go untaged and belong to the native vlan of the trunk.
 
User avatar
saintofinternet
Forum Veteran
Forum Veteran
Posts: 776
Joined: Thu Oct 15, 2009 3:52 am

Re: How to transport a vlan

Mon Dec 07, 2015 3:45 am

why does no one from Mikrotik support reply to such topics?

instead of us beating around the bush a direct help from Mikrotik Support team with be right on the target.

can someone help?