MikroTik RouterBOARD for Next Gen NGN Fibre Network - Discussion

chriscel

Senior Member
Joined
Jan 1, 2000
Messages
2,045
Reaction score
0
hi chris, have you manage to get it up and running? all you need is vlan 10, dhcp client and nat.

Six months already still didn't get it to work...cuz i'm not network expert.

still using...
RB250G --> RB2011UAS-2HnD-IN:(
 

s_alagas

Junior Member
Joined
Jan 3, 2012
Messages
89
Reaction score
2
Six months already still didn't get it to work...cuz i'm not network expert.

still using...
RB250G --> RB2011UAS-2HnD-IN:(

create vlan interface on the interface where you connect your ONT, then enable dhcp client, don't forget to enable nat for that vlan interface.

Interface > Add Vlan. Specify VLAN ID 10
IP > DHCP Client. Add a dhcp client on your VLAN 10 interface
IP > Firewall > NAT. Add a rule with Out Interface = VLAN 10, action Masquerade.

That's all.
 

chriscel

Senior Member
Joined
Jan 1, 2000
Messages
2,045
Reaction score
0
create vlan interface on the interface where you connect your ONT, then enable dhcp client, don't forget to enable nat for that vlan interface.

Interface > Add Vlan. Specify VLAN ID 10
IP > DHCP Client. Add a dhcp client on your VLAN 10 interface
IP > Firewall > NAT. Add a rule with Out Interface = VLAN 10, action Masquerade.

That's all.
Many many many Thanks.. It's working...
Now I want more... possible to setup for MIO TV too?
 
Last edited:

s_alagas

Junior Member
Joined
Jan 3, 2012
Messages
89
Reaction score
2
yes, add VLAN 20 to your ONT facing interface, strip priority for incoming packet on vlan20, set priority 4 to out going packet on vlan20, create a bridge, add vlan20 and the ethernet port where you connect your miobox, done.

strange, not getting any notification on new post on this thread.
 

chriscel

Senior Member
Joined
Jan 1, 2000
Messages
2,045
Reaction score
0
yes, add VLAN 20 to your ONT facing interface, strip priority for incoming packet on vlan20, set priority 4 to out going packet on vlan20, create a bridge, add vlan20 and the ethernet port where you connect your miobox, done.

strange, not getting any notification on new post on this thread.

Thanks... Will try it.
 

chriscel

Senior Member
Joined
Jan 1, 2000
Messages
2,045
Reaction score
0
yes, add VLAN 20 to your ONT facing interface, strip priority for incoming packet on vlan20, set priority 4 to out going packet on vlan20, create a bridge, add vlan20 and the ethernet port where you connect your miobox, done.
Can't figure how to do this. Can u post a sample of the code here?

Thanks.
 

seeyourhead_jiejie

Arch-Supremacy Member
Joined
Nov 3, 2007
Messages
13,104
Reaction score
0
Can't figure how to do this. Can u post a sample of the code here?

Thanks.

mine is set to this.. but the miotv stb is unable to connect.. :(
not sure what is wrong. anyone can advise ?

1U7y0av.jpg

rbNy0mz.jpg

fAnM9AQ.jpg

zhX7PW8.jpg
QansChb.jpg
 

chriscel

Senior Member
Joined
Jan 1, 2000
Messages
2,045
Reaction score
0
mine is set to this.. but the miotv stb is unable to connect.. :(
not sure what is wrong. anyone can advise ?

1U7y0av.jpg

rbNy0mz.jpg

fAnM9AQ.jpg

zhX7PW8.jpg
QansChb.jpg

Thanks... It's works for me.

Code:
/interface bridge
add l2mtu=1594 name=bridge2 protocol-mode=rstp
/interface ethernet
set [ find default-name=ether1 ] name=ether1-gateway
set [ find default-name=ether10 ] name=ether10-master-local
/interface vlan
add interface=ether1-gateway l2mtu=1594 name=vlan10 vlan-id=10
add interface=ether1-gateway l2mtu=1594 name=vlan20 vlan-id=20
/interface bridge port
add bridge=bridge2 interface=vlan20
add bridge=bridge2 interface=ether10-master-local
/interface bridge filter
add action=set-priority chain=forward limit=1,5 new-priority=4 packet-type=\
    host
 
Last edited:

fullerms

Senior Member
Joined
Feb 26, 2006
Messages
2,344
Reaction score
0
Is it possible to connect Starhub Fibre direct to RouterBOARD 2011UAS-2HnD-IN

Hi Bros,

As above, is it possible to bypass the ONT and plugin fibre to the SFP port of the RouterBOARD 2011UAS-2HnD-IN?

Is the SFP available in SG. ISP is Starhub btw.
 

s_alagas

Junior Member
Joined
Jan 3, 2012
Messages
89
Reaction score
2
Hi Bros,

As above, is it possible to bypass the ONT and plugin fibre to the SFP port of the RouterBOARD 2011UAS-2HnD-IN?

Is the SFP available in SG. ISP is Starhub btw.

not possible. ont is more than a SFP module.
 

fullerms

Senior Member
Joined
Feb 26, 2006
Messages
2,344
Reaction score
0
not possible. ont is more than a SFP module.

Ok thanks. So what is this VLAN details some guys are posting about. Are we supposed to connect ISP supplied router to ONT first?

Is it like this?

ONT ----> ISP given router -----> Home router

or can we do this?

ONT ----> Home router


Btw,

How to stop the link activity LED on Routeros v6.x? I just want Up / down state. The constant blinking is distracting when watching movies.
 

s_alagas

Junior Member
Joined
Jan 3, 2012
Messages
89
Reaction score
2
you can connect mikrotik router directly to ONT, configure vlan interface on the port connected to ont, you can find the vlan information in another post in hwz, ftth.

for the led, check /system leds
 

fullerms

Senior Member
Joined
Feb 26, 2006
Messages
2,344
Reaction score
0
you can connect mikrotik router directly to ONT, configure vlan interface on the port connected to ont, you can find the vlan information in another post in hwz, ftth.

for the led, check /system leds

The LED activity seems to be default behavior. Nothing there to stop the blinking on activity.
 

disruptorxx

Junior Member
Joined
Apr 7, 2012
Messages
6
Reaction score
0
RouterBOARD 2011UiAS-2HnD-IN in VQ FiberNet

is anyone using RouterBOARD 2011UiAS-2HnD-IN with VQ fiber plan? any special settings to set up the network?

I like to use the Zhone device in bridged mode and connect RouterBOARD 2011UiAS-2HnD-IN to it
 

seeyourhead_jiejie

Arch-Supremacy Member
Joined
Nov 3, 2007
Messages
13,104
Reaction score
0
is anyone using RouterBOARD 2011UiAS-2HnD-IN with VQ fiber plan? any special settings to set up the network?

I like to use the Zhone device in bridged mode and connect RouterBOARD 2011UiAS-2HnD-IN to it

Nothing much special. Just those standard settings to setup as a router..
 

edwin21

Supremacy Member
Joined
Apr 23, 2000
Messages
5,038
Reaction score
0
is anyone using RouterBOARD 2011UiAS-2HnD-IN with VQ fiber plan? any special settings to set up the network?

I like to use the Zhone device in bridged mode and connect RouterBOARD 2011UiAS-2HnD-IN to it

no other special requirements, do note it has a bottleneck of ard 350mbps, the more firewall rules the slower it gets
 
Important Forum Advisory Note
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ. Forum members and moderators are responsible for their own posts.

Please refer to our Community Guidelines and Standards, Terms of Service and Member T&Cs for more information.
Top