How to transport a vlan

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

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

if doesen’t help, write us again

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

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.

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

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.

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).
rb333.jpg

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?

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.

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?