Welcome Guest ( Log In | Register )

59 Pages « < 6 7 8 9 10 > » Bottom

Outline · [ Standard ] · Linear+

Home Networking Ditch ONU, use GPON SFP on Business Grade Router, 2.5G ONU that solve Unifi Ultra Plan

views
     
TSAnime4000
post Sep 26 2020, 03:08 PM

Regular
******
Senior Member
1,918 posts

Joined: Jul 2009
From: /dev/null


QUOTE(miloaisdino @ Sep 25 2020, 10:26 PM)
oops. for unifi users i heard (think @soonwai) if the config is cleared (but correct gpon password) the olt will auto reprovision the ont in about 5 mins. not sure abt maxis. this probably needs maxis technician and/or tm to fix onsite :/
*
you are right, in few minutes, it revert back to original speed, due to exactly cap + TCP/IP overhead, this is max I can get:
Attached Image
TSAnime4000
post Sep 26 2020, 08:15 PM

Regular
******
Senior Member
1,918 posts

Joined: Jul 2009
From: /dev/null


pacat miloaisdino

This should be enough for Dual WAN Fail Over?
Attached Image
pacat
post Sep 26 2020, 09:08 PM

New Member
*
Newbie
16 posts

Joined: Aug 2006
From: bendang, paya, selut, parit, etc.


QUOTE(Anime4000 @ Sep 26 2020, 08:15 PM)
pacat miloaisdino

This should be enough for Dual WAN Fail Over?
Attached Image
*
Should be enough. Depend on how long you can tolerate downtime before pppoe-out1 interface timeout. Only then will the route via pppoe-out1 removed and route via lte1 become active.

But when pppoe-out1 up again, default route via pppoe-out1 will not active, like current lte1 default route. Only after lte1 reconnected will pppoe-out1 route become active again.

This post has been edited by pacat: Sep 26 2020, 09:53 PM
miloaisdino
post Sep 26 2020, 10:54 PM

Regular
******
Senior Member
1,418 posts

Joined: Jul 2015
QUOTE(Anime4000 @ Sep 26 2020, 08:15 PM)
pacat miloaisdino

This should be enough for Dual WAN Fail Over?
Attached Image
*
maybe need ping watchdog script to be safe!
TSAnime4000
post Sep 27 2020, 02:09 AM

Regular
******
Senior Member
1,918 posts

Joined: Jul 2009
From: /dev/null


QUOTE(pacat @ Sep 26 2020, 09:08 PM)
Should be enough. Depend on how long you can tolerate downtime before pppoe-out1 interface timeout. Only then will the route via pppoe-out1 removed and route via lte1 become active.

But when pppoe-out1 up again, default route via pppoe-out1 will not active, like current lte1 default route. Only after lte1 reconnected will pppoe-out1 route become active again.
*
QUOTE(miloaisdino @ Sep 26 2020, 10:54 PM)
maybe need ping watchdog script to be safe!
*
I change lte1 default route distance to 2,
once pppoe-out1 active, traffic redirect to pppoe-out1 gateway,
so far I test, this works for now
pacat
post Sep 27 2020, 11:39 AM

New Member
*
Newbie
16 posts

Joined: Aug 2006
From: bendang, paya, selut, parit, etc.


QUOTE(Anime4000 @ Sep 27 2020, 02:09 AM)
I change lte1 default route distance to 2,
once pppoe-out1 active, traffic redirect to pppoe-out1 gateway,
so far I test, this works for now
*
Yes keep it simple. Less time to troubleshoot in the future.
TSAnime4000
post Sep 30 2020, 09:19 PM

Regular
******
Senior Member
1,918 posts

Joined: Jul 2009
From: /dev/null


thankyou miloaisdino pacat
Today I received ONT SFP Stick,
I gonna try use on RB3012UiAS-RM
Attached Image
Attached Image
Attached Image
Attached Image

Hope Configuration same like thankyou

This post has been edited by Anime4000: Sep 30 2020, 11:43 PM
thankyou
post Sep 30 2020, 10:30 PM

Regular
******
Senior Member
1,784 posts

Joined: Jan 2003
QUOTE(Anime4000 @ Sep 30 2020, 09:19 PM)
thankyou miloaisdino pacat
Today I received ONT SFP Stick,
I gonna try use on RB3012UiAS-RM
Attached Image
Attached Image
Attached Image
Attached Image
[attachmentid=10604116]

Hope Configuration same like thankyou
*
Waiting for your good news! I wonder how much can I sell for 1 month old ER-12 😁
TSAnime4000
post Oct 1 2020, 05:15 AM

Regular
******
Senior Member
1,918 posts

Joined: Jul 2009
From: /dev/null


I have setup mine!
Attached Image
Attached Image
Attached Image
Attached Image
Attached Image
Attached Image

WebGUI, Telnet Login:
CODE

admin
stdONU101


Unifi dont use LOID Authentication, and WebGUI dont accept blank, what I do:
1. Backup and download config.xml
2. Edit config.xml
3. Find and set Value="":
CODE

 <Value Name="LOID" Value=""/>
 <Value Name="LOID_PASSWD" Value=""/>
 <Value Name="LOID_OLD" Value=""/>
 <Value Name="LOID_PASSWD_OLD" Value=""/>

4. Save
5. Upload edited config.xml

ONT SFP I have, having limited GUI, so need to configure via Telnet:
Attached Image

Execute these command:
CODE

flash set OMCI_FAKE_OK 1
flash set DIRECT_BRIDGE_MODE 1
flash set PON_VENDOR_ID HWTC
flash set GPON_ONU_MODEL HG8240H
flash set GPON_SN HWTC12345678
flash set GPON_PLOAM_PASSWD 1234567890
reboot

» Click to show Spoiler - click again to hide... «


ONT SFP I have is full bridge, no need set VLAN like thankyou and have internet.
After Mikrotik starts, there is delay, apparently SFP power on same time with LAN ports.

Since I have internet, I set VLAN bridge for VoIP as usual, but maxis router give up so quickly to get IP from DHCP, I tried DHCP client on Mikrotik, it quite slow to get an IP from VLAN 822 via SFP, any idea? miloaisdino pacat
Attached Image
miloaisdino
post Oct 1 2020, 10:49 AM

Regular
******
Senior Member
1,418 posts

Joined: Jul 2015
QUOTE(Anime4000 @ Oct 1 2020, 05:15 AM)
I have setup mine!
Attached Image
Attached Image
Attached Image
Attached Image
Attached Image
Attached Image

WebGUI, Telnet Login:
CODE

admin
stdONU101


Unifi dont use LOID Authentication, and WebGUI dont accept blank, what I do:
1. Backup and download config.xml
2. Edit config.xml
3. Find and set Value="":
CODE

 <Value Name="LOID" Value=""/>
 <Value Name="LOID_PASSWD" Value=""/>
 <Value Name="LOID_OLD" Value=""/>
 <Value Name="LOID_PASSWD_OLD" Value=""/>

4. Save
5. Upload edited config.xml

ONT SFP I have, having limited GUI, so need to configure via Telnet:
Attached Image

Execute these command:
CODE

flash set OMCI_FAKE_OK 1
flash set DIRECT_BRIDGE_MODE 1
flash set PON_VENDOR_ID HWTC
flash set GPON_ONU_MODEL HG8240H
flash set GPON_SN HWTC12345678
flash set GPON_PLOAM_PASSWD 1234567890
reboot

» Click to show Spoiler - click again to hide... «


ONT SFP I have is full bridge, no need set VLAN like thankyou and have internet.
After Mikrotik starts, there is delay, apparently SFP power on same time with LAN ports.

Since I have internet, I set VLAN bridge for VoIP as usual, but maxis router give up so quickly to get IP from DHCP, I tried DHCP client on Mikrotik, it quite slow to get an IP from VLAN 822 via SFP, any idea? miloaisdino pacat
Attached Image
*
https://forum.mikrotik.com/viewtopic.php?t=61263
a script to request dhcp after x seconds after link up if ping fails might work!

unrelated: actually i wonder if we get one of those cheap gpon OLT sticks maybe we can reconfigure some tm ONUs via omci too!

This post has been edited by miloaisdino: Oct 1 2020, 10:58 AM
TSAnime4000
post Oct 1 2020, 07:46 PM

Regular
******
Senior Member
1,918 posts

Joined: Jul 2009
From: /dev/null


QUOTE(miloaisdino @ Oct 1 2020, 10:49 AM)
a script to request dhcp after x seconds after link up if ping fails might work!
*
What I found that, ONT SFP that I have, might using smart/monitor traffic then automatically bridge VLAN, this is reason DHCP request take too long...

Kind sad, I might need buy thankyou ODI stick my self, since WebGUI have rich interface, allow configure VLAN without monitor packet/automatic VLAN. Then Maxis VoIP works.

Or using main Internet for VoIP? I saw Maxis TP-Link Router automatic switch VoIP to 4G data, so calling still works

QUOTE(miloaisdino @ Oct 1 2020, 10:49 AM)
unrelated: actually i wonder if we get one of those cheap gpon OLT sticks maybe we can reconfigure some tm ONUs via omci too!
*
not working that way, you need OLT device to do that.
pacat
post Oct 1 2020, 11:28 PM

New Member
*
Newbie
16 posts

Joined: Aug 2006
From: bendang, paya, selut, parit, etc.


QUOTE(Anime4000 @ Oct 1 2020, 07:46 PM)
What I found that, ONT SFP that I have, might using smart/monitor traffic then automatically bridge VLAN, this is reason DHCP request take too long...

Kind sad, I might need buy thankyou ODI stick my self, since WebGUI have rich interface, allow configure VLAN without monitor packet/automatic VLAN. Then Maxis VoIP works.
*
Unless you can setup vlan 822 in your sfp, I do not know any workaround to make it faster. Is there any vlan config found in backup config file? Or any way to configure vlan using telnet?

QUOTE(Anime4000 @ Oct 1 2020, 05:15 AM)
ONT SFP I have is full bridge, no need set VLAN like thankyou and have internet.
After Mikrotik starts, there is delay, apparently SFP power on same time with LAN ports.

Since I have internet, I set VLAN bridge for VoIP as usual, but maxis router give up so quickly to get IP from DHCP, I tried DHCP client on Mikrotik, it quite slow to get an IP from VLAN 822 via SFP, any idea? miloaisdino pacat
Attached Image
*
To make maxis router to retry dhcp again, try adding script onto bridge822 interface dhcp client. This script will disable and enable ether2 (I think this is where your maxis router located) interface with 5 seconds delay
CODE
:if ($bound=1) do={
   /interface ethernet disable ether2;
   :delay 5s;
   /interface ethernet enable ether2;
}

Or use this command
CODE
/ip dhcp-client set \
script=":if (\$bound=1) do={\r\
\n    /interface ethernet disable ether2;\r\
\n    :delay 5s;\r\
\n    /interface ethernet enable ether2;\r\
\n}" \
[find interface=bridge822]

TSAnime4000
post Oct 3 2020, 01:18 AM

Regular
******
Senior Member
1,918 posts

Joined: Jul 2009
From: /dev/null


QUOTE(pacat @ Oct 1 2020, 11:28 PM)
Unless you can setup vlan 822 in your sfp, I do not know any workaround to make it faster. Is there any vlan config found in backup config file? Or any way to configure vlan using telnet?
To make maxis router to retry dhcp again, try adding script onto bridge822 interface dhcp client. This script will disable and enable ether2 (I think this is where your maxis router located) interface with 5 seconds delay
CODE
:if ($bound=1) do={
   /interface ethernet disable ether2;
   :delay 5s;
   /interface ethernet enable ether2;
}

Or use this command
CODE
/ip dhcp-client set \
script=":if (\$bound=1) do={\r\
\n    /interface ethernet disable ether2;\r\
\n    :delay 5s;\r\
\n    /interface ethernet enable ether2;\r\
\n}" \
[find interface=bridge822]

*
XPON SFP ONU I have cannot explicitly define VLAN, everything is automatically detect by reading the traffic, no wonder DHCP request take too long and give up so easily
Attached Image

I guess I need spend by my self, buy what thankyou using, base on his screenshot, can define VLAN, thus no need SFP stick read every packet to auto set VLAN.

pacat it is possible to have 2 different NAT? I thinking let Mikrotik get VLAN 822 DHCP and NAT + DMZ to VoIP LAN port
pacat
post Oct 3 2020, 11:31 AM

New Member
*
Newbie
16 posts

Joined: Aug 2006
From: bendang, paya, selut, parit, etc.


QUOTE(Anime4000 @ Oct 3 2020, 01:18 AM)
pacat it is possible to have 2 different NAT? I thinking let Mikrotik get VLAN 822 DHCP and NAT + DMZ to VoIP LAN port
*
Should be possible. Just add masquerade rule on outgoing interface of your vlan1.822. For DMZ just dst-nat the in-interface vlan1.822 to the ip gotten by voip interface in maxis router.
CODE
/ip firewall nat add chain=srcnat out-interface=vlan1.822 action=masquerade
/ip firewall nat add chain=dstnat in-interface=vlan1.822 action=dst-nat to-addresses=x.x.x.x

To ensure all traffic from vlan2.822 to go through vlan1.822, we need add mangle rules to mark the routing-mark to use the specified route
CODE
/ip route add dst-address=0.0.0.0/0 gateway=vlan1.822 routing-mark=maxis_voip
/ip firewall mangle add chain=prerouting action=mark-routing new-routing-mark=maxis_voip in-interface=vlan2.822 routing-mark=!maxis_voip

miloaisdino
post Oct 3 2020, 12:58 PM

Regular
******
Senior Member
1,418 posts

Joined: Jul 2015
QUOTE(pacat @ Oct 1 2020, 11:28 PM)
Unless you can setup vlan 822 in your sfp, I do not know any workaround to make it faster. Is there any vlan config found in backup config file? Or any way to configure vlan using telnet?
To make maxis router to retry dhcp again, try adding script onto bridge822 interface dhcp client. This script will disable and enable ether2 (I think this is where your maxis router located) interface with 5 seconds delay
CODE
:if ($bound=1) do={
   /interface ethernet disable ether2;
   :delay 5s;
   /interface ethernet enable ether2;
}

Or use this command
CODE
/ip dhcp-client set \
script=":if (\$bound=1) do={\r\
\n    /interface ethernet disable ether2;\r\
\n    :delay 5s;\r\
\n    /interface ethernet enable ether2;\r\
\n}" \
[find interface=bridge822]

*
just thought of this.. how about simply having some mikrotik routing rules for maxis voip gateway. maxis router can obtain ip address from mikrotik in the same subnet as every other device, then when vlan822 is finally up, mikrotik redirects voip traffic through vlan822, else voip is via regular pppoe internet (or 4g failover)

https://forum.mikrotik.com/viewtopic.php?t=157048
TSAnime4000
post Oct 3 2020, 01:51 PM

Regular
******
Senior Member
1,918 posts

Joined: Jul 2009
From: /dev/null


pacat miloaisdino thankyou

Here I dump my ONT Stick telnet and config:
https://gist.github.com/Anime4000/522b021d0...34e95c42603ed2f
amirsubhi
post Oct 3 2020, 04:08 PM

The Power Is IN Your Hand!
******
Senior Member
1,470 posts

Joined: Apr 2005
From: SumwHeRe In MaLaYsIa



QUOTE(miloaisdino @ Oct 1 2020, 10:49 AM)
https://forum.mikrotik.com/viewtopic.php?t=61263
a script to request dhcp after x seconds after link up if ping fails might work!

unrelated: actually i wonder if we get one of those cheap gpon OLT sticks maybe we can reconfigure some tm ONUs via omci too!
*
The things is GPON are quite dependent on OMCI send by the OLT, if you config on the other OLT, when you plug back to TM OLT, the OLT itself will send back the OMCI and overwrite it. except for some layer 3 configuration if necessary

This post has been edited by amirsubhi: Oct 3 2020, 04:08 PM
pacat
post Oct 3 2020, 04:17 PM

New Member
*
Newbie
16 posts

Joined: Aug 2006
From: bendang, paya, selut, parit, etc.


QUOTE(miloaisdino @ Oct 3 2020, 12:58 PM)
just thought of this.. how about simply having some mikrotik routing rules for maxis voip gateway. maxis router can obtain ip address from mikrotik in the same subnet as every other device, then when vlan822 is finally up, mikrotik redirects voip traffic through vlan822, else voip is via regular pppoe internet (or 4g failover)

https://forum.mikrotik.com/viewtopic.php?t=157048
*
Also can. But maxis SIP use fqdn in their OutboundProxy (homegw01.maxis.com.my), so need to resolve to know the ip address. Resolve using dns from vlan822 dhcp to get ip to route to vlan822, resolve using public dns will get public ip that can be connected using regular internet.

QUOTE(Anime4000 @ Oct 3 2020, 01:51 PM)
pacat miloaisdino thankyou

Here I dump my ONT Stick telnet and config:
https://gist.github.com/Anime4000/522b021d0...34e95c42603ed2f
*
Any info on VLAN_MANU_MODE?
What happen when set VLAN_MANU_MODE to 1 (Tagging). Any difference in webUI?
Can extract /home/httpd/web from the stick?

This post has been edited by pacat: Oct 3 2020, 04:37 PM
aneip
post Oct 3 2020, 04:35 PM

Look at all my stars!!
*******
Senior Member
2,433 posts

Joined: Nov 2004


Long time left this thread.. Loss already.. How many SFP now can use?
TSAnime4000
post Oct 3 2020, 04:57 PM

Regular
******
Senior Member
1,918 posts

Joined: Jul 2009
From: /dev/null


QUOTE(pacat @ Oct 3 2020, 04:17 PM)
Also can. But maxis SIP use fqdn in their OutboundProxy (homegw01.maxis.com.my), so need to resolve to know the ip address. Resolve using dns from vlan822 dhcp to get ip to route to vlan822, resolve using public dns will get public ip that can be connected using regular internet.
*
I tried your command, Mikrotik and Maxis Router can ping each other.
Yet cannot register VoIP, something happen with FQDN you said earlier.

QUOTE(pacat @ Oct 3 2020, 04:17 PM)
Any info on VLAN_MANU_MODE?
What happen when set VLAN_MANU_MODE to 1 (Tagging). Any difference in webUI?
*
in vlan.asp page, only 1 tag can be set, thus Internet Only.

XPON SFP ONU, V2801F using Realtek Chipset (RTL8672)
thankyou DFP-34G-2C2 seem using ZTE Chipset

Google search "stdONU101" password lead to:
https://bsnlteleservices.com/netlink-onu-co...voice-internet/
WebGUI look same

QUOTE(pacat @ Oct 3 2020, 04:17 PM)
Can extract /home/httpd/web from the stick?
*
Extract via TFTP ?

59 Pages « < 6 7 8 9 10 > » Top
 

Change to:
| Lo-Fi Version
0.0185sec    0.71    6 queries    GZIP Disabled
Time is now: 29th March 2024 - 09:40 PM