====== SFP GPON ONU with Time Fiber Broadband ====== ===== Hardware ===== * ODI DFP-34X-2C3 (SC/APC - Time fiber termination is APC!) ==== Purchase Links ==== * Aliexpress - Fibershow Store * [[https://www.aliexpress.com/item/1005003515662920.html|PON STICK EPON GPON XPON SFP ONU Stick With MAC PPPoE IPoE HGU SC Connector pon module 1490/1330nm 1.25Gbps 802.3ah]] :!: Select //Color: **XPON APC**// for DFP-34X-2C3 * The same store sells a [[https://www.aliexpress.com/item/1005003671214339.html|Mini media converter]] that allows accessing the SFP GPON ONU without the incoming laser signal ===== Firmware ===== * The configuration below is valid for [[https://github.com/Anime4000/RTL960x/blob/main/Firmware/DFP-34X-2C2/M114_sfp_ODI_hybrid_220916.tar|M114_sfp_ODI_hybrid_220527]] ===== Information from Time ONR ===== Copy the information below into a text editor for later use. - http://192.168.100.1/ (username: admin; password: default password is printed on the ONR label) - **System Information** -> **Device** -> - **Device Type**: HG8245X6-8N-30 - **SN**: HWTC//XXXXXXXX// - **Hardware Version**: 32B0.E - **Software Version**: V5R021C10S220 - **Advanced** -> **System Management** -> **ONT Authentication** -> - **Password**: //xxxxxxxxxx// (identical to your PPPoE password in Time Self Care portal) Sample values above are from my ONR, but do use the ones from your ONR to avoid raising suspicion from Time. ===== Configuration of SFP GPON ONU ===== ==== GUI ==== - http://192.168.1.1/admin/login.asp (admin:admin) - **Admin** -> **GPON Settings** - **PLOAM Format**: ASCII (10 characters) - **PLOAM Password**: //[same as Time ONR -> ONT Authentication -> Password/PPPoE password]// - **Serial Number**: //[same as Time ONR -> SN]// ==== CLI ==== - ''**telnet** 192.168.1.1'' (''admin'':''admin'') - Set the required OMCI parameters for Time OLT authentication * ''flash set **GPON_ONU_MODEL** //[same as Time ONR -> Device Type]//'' * ''flash set **OMCI_FAKE_OK** 1'' * ''flash set **OMCI_OLT_MODE** 21'' (required due to [[https://github.com/Anime4000/RTL960x/issues/30|firmware bug that overwrites OMCI_SW_VER1 & OMCI_SW_VER2 at boot]]) * ''flash set **OMCI_SW_VER1** //[same as Time ONR -> Software Version]//'' * ''flash set **OMCI_SW_VER2** //[same as Time ONR -> Software Version]//'' * ''flash set **PON_VENDOR_ID** //[same as Time ONR -> first 4 characters of SN, e.g. HWTC]//'' - ''**reboot**'' ===== Configuration of Router ===== Set your router up with standard PPPoE WAN (no VLAN tagging required); credentials can be found in the [[https://selfcare.time.com.my/|Time Self Care portal]]. If your router has an MTU setting, override the setting to the standard Ethernet MTU of 1500 bytes, as TIME's PPPoE termination accepts jumbo frames (standard PPPoE MTU is 1492 bytes). This removes the need for your router and/or PC from needing to fragment standard 1500-byte Ethernet frames.