Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

Enterprise Networking Mikrotik Routers (RouterBoard & RouterOS), User and owner discussion group

views
     
thankyou
post Dec 8 2011, 04:03 PM

Regular
******
Senior Member
1,941 posts

Joined: Jan 2003
I can see that the new model has SFP port. Does it support all kind of SFP? i.e. GPON ONU SFP?

http://www.alibaba.com/product-gs/51369418...ceiver_OLT.html
thankyou
post Dec 8 2011, 08:33 PM

Regular
******
Senior Member
1,941 posts

Joined: Jan 2003
Interesting... Interesting... one device rule them all!

Hopefully its not that expensive!
thankyou
post Dec 3 2015, 11:57 AM

Regular
******
Senior Member
1,941 posts

Joined: Jan 2003
QUOTE(knuxed @ Nov 8 2015, 05:47 PM)
With Mikrotik coming out with a GPON SFP module,do you think we could replace the BTU with this?

http://mt.lv/gpon
*
QUOTE(yushin @ Nov 26 2015, 11:53 AM)
I am interested in this GPON SFP too.
If can work then it will be good.
*
Most likely we can replace the BTU but you will lose VoIP functionality unless you get an ATA or VoIP phone

http://forum.mikrotik.com/viewtopic.php?t=101952

QUOTE
krisjanis
MikroTik Support

@TomjNorthIdaho and some other that are interested in this

Datasheet for more technical details:
http://mt.lv/gpon

Some info that was forgotent in datasheet. (datasheet will be updated)
* ITU-T G984.1 – GPON General Characteristics
* ITU-T G984.2 – GPON Physical Media Dependent (PMD) Layer Specifications
* ITU-T G984.3 – GPON Transmission Convergence Layer Specifications – GEM MAC Layer
* ITU-T G984.4 – GPON ONT Management and Control Interface (OMCI) Specifications

Confirmed OLT devices that work with this GPON ONT module.

* ZTE
* Huawei
* Alcatel-Lucent
* Calix
* Adtran
GPON ONU module
Pluggable GPON ONU interface for Fiber to Home
new $89.00

Not cheap, You can get Huawei HG unit from China and spare some cash for better router...

This post has been edited by thankyou: Dec 3 2015, 12:18 PM
thankyou
post Jun 12 2016, 03:13 PM

Regular
******
Senior Member
1,941 posts

Joined: Jan 2003
Guys, all the Mikrotik guru... I've just gotten a RB2011UiAS-RM for my company together with Unifi Biz + 5 Fixed IP. Really need some help on how to configure the router.

Question 1
Any of you using 5 fixed IP? I have a question on how Unifi assign fixed IPs to customers? Is it a block of /29 IPs of they assign only host IPs to customer?

TM dynamically assigned the first static IP via PPPoE and am I suppose to use /32 for subsequent IPs? For Example:

PPPoE IP: 202.188.12.129
I have no problem specify additional IP on Mikrotik router on PPP interface
202.188.12.130/32
202.188.12.131/32
202.188.12.132/32
202.188.12.133/32
202.188.12.134/32
202.188.12.135/32

Question 2
user posted image
Currently I'm having this running setup running and port forwarding + static NAT works. But CheckPoint firewall requirement came down from the 'top' for so called "Secure" network.

What I'm trying to achieve is as below:
user posted image
Right now I'm simulating the environment by plugging one PC with public IP address on eth2 but it didn't work. Is there a way Mikrotik setup can be done to achieve the 2nd diagram?

eth2 - Public Interface (DMZ)
eth3 - NATed network

Any idea/setup config is very much appreciated!!!
thankyou
post Jun 13 2016, 07:58 PM

Regular
******
Senior Member
1,941 posts

Joined: Jan 2003
I've found the solution to setup 5 fixed IP as what I need. So please ignore the above question.

TQ
thankyou
post Jun 14 2016, 02:44 AM

Regular
******
Senior Member
1,941 posts

Joined: Jan 2003
QUOTE(JinXXX @ Jun 13 2016, 08:55 PM)
care to share the solution ?
*
will share more by tomorrow...
thankyou
post Jun 14 2016, 06:00 PM

Regular
******
Senior Member
1,941 posts

Joined: Jan 2003
QUOTE(JinXXX @ Jun 13 2016, 08:55 PM)
care to share the solution ?
*
Basically TM routes a /29 to customer so in my case it's

202.188.123.128/29 with 6 hosts IP. the "5 Fixed IP" TM advertise because 1st IP will always be assigned to the PPPoE client which is the router.

In our case, all 6 IPs are actually usable.

1 - Standard configuration
http://www.mikrotik.com.my/setup-for-unifi/

2 - You do not want everything to be NATed since there are 5 more usable IPs

Create additional bridge:

bridge-WAN
bridge-LAN

3 - Configure Bridge Port

I have ether2 assigned as public interface so the CheckPoint firewall will connect to ether2 w/ public IP. ether3/4/5 will be NATed to 202.188.123.129 IP (Or any of the additional IPs if it's assigned WAN interface).

CODE
#    INTERFACE  BRIDGE  PRIORITY  PATH-COST     HORIZON
0    ether3-NAT bridge-LAN  0x80         10        none
3    ether2-Public bridge-WAN 0x80         10        none


4 - Now, depending on how do you want to assign the interface, this is my sample:

CODE
#     NAME                                TYPE       ACTUAL-MTU L2MTU  MAX-L2MTU  
0  R  ether1-gateway                      ether            1500  1598       4074
1   S ether2-Public                       ether            1500  1598       4074
2  RS ether3-NAT                          ether            1500  1598       4074
3   S ether4                              ether            1500  1598       4074
4   S ether5                              ether            1500  1598       4074


5 - Configure IP

Default bridge-LAN (preset according to the guide)
assign the /29 network to bridge-WAN. Make sure the 1st IP is the PPPoE IP on the bridge.

CODE
0   192.168.88.1/24     192.168.11.0     bridge-LAN
1   [B]202.188.123.129/29[/B]  202.188.123.128  [B]bridge-WAN[/B]
2 D [B]202.188.123.129[/B]/32  1.1.1.1     [B]Unifi-Biz[/B]  


Now, you should be able to use Public IP on ether2. Just assign more ports to bridge-WAN if needed.

Summary

CODE
|PPPoE Client - UniBiz (Assigned 1st IP)
|--- Bridge-WAN
   |--- Assign IP (1st-IP/29)
      |--- Bridge Port (ether2)
|--- Bridge-LAN
   |--- Assign IP (Local NATed network)
      |--- Bridge Port (ether3) - Master
         |--- Interface Port (ether4) - Slave -> Master(ether3)
         |--- Interface Port (ether5) - Slave -> Master(ether3)


I *think* this is correct as it works. Hopefully it gives you some idea on how to configure the 5 fixed IPs.
thankyou
post Oct 10 2018, 06:37 PM

Regular
******
Senior Member
1,941 posts

Joined: Jan 2003
Attached Image
RB4011iGS+RM

Looks good! Overkill for home?

CODE
https://mikrotik.com/product/rb4011igs_rm

QUOTE
RB4011 series - amazingly powerful routers with ten Gigabit ports, SFP+ 10Gbps interface and IPsec hardware acceleration for a great price!

The RB4011 uses a quad core Cortex A15 CPU, same as in our carrier grade RB1100AHx4 unit. The unit is equipped with 1GB of RAM, can provide PoE output on port #10 and comes with a compact and professional looking solid metal enclosure in matte black.

RB4011iGS+RM (Ethernet model) includes two rackmount ears that will securely fasten the unit in a standard 1U rack space.

thankyou
post Nov 12 2018, 08:55 PM

Regular
******
Senior Member
1,941 posts

Joined: Jan 2003
QUOTE(mhwee @ Nov 12 2018, 08:42 PM)
Finally, i got this unit!!    bruce.gif
*
Is it available locally? How much?
thankyou
post Nov 12 2018, 11:28 PM

Regular
******
Senior Member
1,941 posts

Joined: Jan 2003
QUOTE(mhwee @ Nov 12 2018, 09:51 PM)
yes , locally, from an authorized supplier listed below.

[attachmentid=10102315]

I think his sale still at lazada. You can get it before run out of stock. Please note that i choose RB4011 ethernet version. You may want to wait for wireless version. From what i communicated with the seller, the wireless version need few more weeks to come.
*
Thanks! Not looking for WiFi version as most likely I'll replace WiFi with Deco M9 Plus.

Almost pull the trigger for hEX S. now I'm going to re-consider this for Unifi 800Mbps...
thankyou
post Oct 5 2021, 05:18 PM

Regular
******
Senior Member
1,941 posts

Joined: Jan 2003
Nice... finally the Marvell88E6393X switch chip supply both 10g/2.5g/1g ports altogether... unlike 4011 that has to go through CPU...

the CPU bound also increased from 2.5+2.5 -> single 10G lane... nice upgrade!
thankyou
post Nov 1 2021, 12:45 AM

Regular
******
Senior Member
1,941 posts

Joined: Jan 2003
QUOTE(asellus @ Oct 29 2021, 09:12 PM)
So that WAN network doesn't have to waste CPU-switch 10Gbps link capacity. With RB4011, I put WAN interface on the SFP+ cage, and all Internet traffic has its own dedicated lane to the CPU (for routing et. al), before going to the two port-multipliers through their own dedicated 2.5Gb links. For RB5009, no matter if you use 2.5Gb port or the SFP+ for WAN interface, all raw Internet traffic will go through the 10Gbps link first for routing or other things before going through the 10Gbps link again to the switches.
*
I can't see the dedicated full-duplex 10Gbps Switch<->CPU has disadvantages on RB5011.

RB4011 block diagram consists of 2.5 + 2.5 + 10Gbps connecting to CPU so technically it's only 5 Gbps max transfer speed provided you are transferring from SFP+ -> SW1 (2.5Gbps) + SW2 (2.5Gbps)...

assuming SFP+ is used for WAN, you'll be using 1Gbps at max... With SFP+ transfer at full 1Gbps speed, still... you have a spare 9Gbps compare to 2.5+2.5 in RB4011.

I personally think RB5011 have a better network flow.

This post has been edited by thankyou: Nov 1 2021, 12:49 AM
thankyou
post Nov 2 2021, 12:39 AM

Regular
******
Senior Member
1,941 posts

Joined: Jan 2003
QUOTE(Gaara92 @ Nov 1 2021, 11:49 PM)
You mean RB5009, there is no RB5011 haha. Anyhow the chart showing that packets flow is more promising on the latest RB5009
*
Oh yea! thank you for the correction!
thankyou
post Mar 3 2022, 03:46 PM

Regular
******
Senior Member
1,941 posts

Joined: Jan 2003
May consider switching ER-12 -> RB5009... Afterall I'm more used to Mikrotik settings compared to Ubiquiti CLI.

Wonder what's the 2nd hand ER-12 price right now...
thankyou
post Mar 4 2022, 10:55 PM

Regular
******
Senior Member
1,941 posts

Joined: Jan 2003
Interesting product... I wonder how does it work to integrate to server? Home server?

USD199 is okay... not too expensive...

https://mikrotik.com/product/ccr2004_1g_2xs...-specifications

QUOTE
CCR2004-1G-2XS-PCIe
A smart PCIe network interface card that adds full-fledged router capabilities to your servers. The smart and easy way to create 25 Gigabit networks if you want to save space in your server room!




This post has been edited by thankyou: Mar 4 2022, 10:57 PM

 

Change to:
| Lo-Fi Version
0.0253sec    0.69    7 queries    GZIP Disabled
Time is now: 1st December 2025 - 12:32 AM