Community discussions

MikroTik App
 
koMar
newbie
Topic Author
Posts: 43
Joined: Fri Feb 10, 2006 2:12 am

Route vlans is it possible

Fri Nov 02, 2012 5:22 pm

Hi everyone!

Can someone help me how to find solution to my problem..
I have network like in diagram (attach). I would like to manage my network in the way that all my wireless cpe devices will be in one subnet/vlan, and all core wireless devices in other subnet/vlan. So, separated from rest of the networks.

We use mikrotik as routers, but ubiquiti as wireless vendor. So, what is reccomended solution to this problem? Is it possible to pass vlan from cpe to core router, like in scheme? Basically, i can create vlan on ubnt cpe device, and give him ip address (for example 172.16.10.1). On first mikrotik router i can also create that same vlan and gave him ip address to (172.16.10.2). Now i can ping from cpe device mikrotik router on that subnet. But, now i have problem how pass that vlan/subnet to my destination (last router on which is connected my server from which i would like to manage this devices).
You do not have the required permissions to view the files attached to this post.
 
jandafields
Forum Guru
Forum Guru
Posts: 1515
Joined: Mon Sep 19, 2005 6:12 pm

Re: Route vlans is it possible

Fri Nov 02, 2012 5:42 pm

Just make route(s) for those, just like you would as if they were separate cables on a physical interface. The VLAN interfaces can be thought of as regular interfaces, and routed/filtered/etc just the same.

In other words, make sure there is a route in place on the router to actually reach the core router. (/ip route)

If there is a route on the cpe (or other routers) that includes the address of the core router, it will find it.

On the core router, make sure there is a route that includes the ip address of the cpe router (or whatever router you want to reach).

If the routes are there, and nothing is blocking it, it will just work.