Community discussions

MikroTik App
 
alex72800
just joined
Topic Author
Posts: 9
Joined: Tue Feb 14, 2017 10:34 am

1 LAN for 3 VLANS

Tue Feb 28, 2017 6:08 pm

Hello,
I want connect my router (Ruckuss) on the LAN (MIKROTIK), There is 3 VLANS:
- VLAN1 = Admin: BRIDGE with LAN
- VLAN2 = MEDIA: BRIDGE with LAN
- VLAN3 = ORGA: BRIDGE with LAN
When I connect my router in the LAN I want retrieve an IP address in my router (ruckuss) WAN And I want to be in the ADMIN VLAN.
When I enable a wifi in my phone I want see ADMIN VLAN, MEDIA VLAN and ORGA VLAN with my Router (Ruckuss).

I send a picture of Attachments.

Sorry for my English I speack French ;)

Thank's.
You do not have the required permissions to view the files attached to this post.
 
AldoJimenez
Trainer
Trainer
Posts: 30
Joined: Fri Feb 12, 2016 11:49 pm
Contact:

Re: 1 LAN for 3 VLANS

Tue Feb 28, 2017 6:42 pm

Can you post /interface export?
 
alex72800
just joined
Topic Author
Posts: 9
Joined: Tue Feb 14, 2017 10:34 am

Re: 1 LAN for 3 VLANS

Wed Mar 01, 2017 12:09 pm

My interface ;)

/interface export

/interface bridge
add name=LAN1
add name=VLAN1
add name=VLAN10
add name=VLAN20
add name=VLAN30
add name=VLAN40
add name=VLAN50
add name=VLAN60
add name=VLAN70
add name=WAN1

/interface vlan
add comment=ADMIN interface=LAN1 name=vlan1 vlan-id=1
add comment=XXX interface=LAN1 name=vlan10 vlan-id=10
add comment=ORGANISATION interface=LAN1 name=vlan20 vlan-id=20
add comment=EXPOSANTS interface=LAN1 name=vlan30 vlan-id=30
add comment=MEDIAS interface=LAN1 name=vlan40 vlan-id=40
add comment=TELEPHONE interface=LAN1 name=vlan50 vlan-id=50
add comment=WST interface=LAN1 name=vlan60 vlan-id=60
add comment=GPS interface=LAN1 name=vlan70 vlan-id=70

/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik

/interface bridge port
add bridge=VLAN40 interface=ether4
add bridge=VLAN1 interface=ether5
add bridge=WAN1 interface=ether1
add bridge=VLAN70 interface=vlan70
add bridge=VLAN1 interface=vlan1
add bridge=VLAN10 interface=vlan10
add bridge=VLAN20 interface=vlan20
add bridge=VLAN30 interface=vlan30
add bridge=VLAN40 interface=vlan40
add bridge=VLAN50 interface=vlan50
 
alex72800
just joined
Topic Author
Posts: 9
Joined: Tue Feb 14, 2017 10:34 am

Re: 1 LAN for 3 VLANS

Thu Mar 02, 2017 1:07 pm

I resolve my problem, with the same configuration of the top, I activated the DHCP on the LAN.

My website ;) http://www.alexandreatry.hol.es/