RTL960x/Docs/Setup_Stick.md

4.6 KiB

Setup

In this guide, how to setup your SFP XPON ONU Stick based on your existing ONU and get Authenticated!

Know your fiber

  • Some fiber vendor provide "Universal 1-port or 4-port or All in One ONU
  • Some fiber limit "verified" ONU
  • Some fiber doesn't care PLOAM Password or MAC Address or both
  • Your PLOAM Password
  • Your MAC Address

Prepair Information

You need to login into your old ONU, most ONU will have information page where you can get:

Information Flash Set Value
MAC Address ELAN_MAC_ADDR V2801F
Hardware Version HW_HWVER V2801F
Software Version OMCI_SW_VER1, OMCI_SW_VER2, CUSTOM_OMCI_SW_VER1, CUSTOM_OMCI_SW_VER2
Serial Number GPON_SN
Manufacture Info PON_VENDOR_ID
Device Type GPON_ONU_MODEL

V2801F

When changing ELAN_MAC_ADDR and/or HW_HWVER, you are required to update VS_AUTH_KEY by using VsAuthKeyGen.exe in command prompt.

Syntax:

VsAuthKeyGen.exe <mac_address> [HW_HWVER]

Example

Open a Command Prompt where VsAuthKeyGen.exe is reside, example:

VsAuthKeyGen.exe 000000111111 168D.A

Return value look like this:

9E7E54597511D721D3A2932B048C0494

Copy and update VS_AUTH_KEY in telnet:

flash set VS_AUTH_KEY 9E7E54597511D721D3A2932B048C0494

ONU

G-240G-E

SFU

HG8240H

RGW

HG8240H5

RGW

Update Stick

Every flash set require reboot to take effect

Basic

Both are most important, try set these if works.

PLOAM Password

flash set GPON_PLOAM_PASSWD 0123456789

MAC Address

flash set ELAN_MAC_ADDR 000000111111

Note to V2801F users:

Require generate new VS_AUTH_KEY, run VsAuthKeyGen.exe in Command Prompt like this VsAuthKeyGen 000000111111

OMCI Authentication

If basic still don't have access or pppoe not working, highly chance that your OLT need additional device information

Device Info

flash set GPON_ONU_MODEL HG8240H5
flash set PON_VENDOR_ID HWTC
flash set OMCI_SW_VER1 V5R019C00S125
flash set OMCI_SW_VER2 V5R019C00S125
flash set CUSTOM_OMCI_SW_VER1 V5R019C00S125
flash set CUSTOM_OMCI_SW_VER2 V5R019C00S125

Hardware Version

In some rare case, OLT need to know which hardware are you using

flash set HW_HWVER 168D.A

Note to V2801F users:

Require generate new VS_AUTH_KEY, run VsAuthKeyGen.exe in Command Prompt like this VsAuthKeyGen 000000111111 168D.A

OMCI Fake OK

Sometime SFP XPON ONU Stick doesn't understand what OLT is sending, setting this let SFP XPON ONU Stick reply OK

flash set OMCI_FAKE_OK 1

OMCI OLT Mode

Make SFP XPON ONU Stick universal, doesn't care which OLT brand, it make SFP XPON ONU Stick act like Huawei/ZTE, allow OLT send appropriate OMCI

Default

flash set OMCI_OLT_MODE 0

Huawei

flash set OMCI_OLT_MODE 1

ZTE

flash set OMCI_OLT_MODE 2

CWMP

You can skip this if you have internet access, this may not required in most cases, some very strict OLT need

flash set HW_CWMP_MANUFACTURER 'Huawei Technologies Co., Ltd'
flash set HW_CWMP_PRODUCTCLASS HG8240H5

Summary

flash set GPON_PLOAM_PASSWD 0123456789
flash set GPON_SN ALCL00000000

flash set GPON_ONU_MODEL G-240G-E
flash set PON_VENDOR_ID ALCL
flash set OMCI_SW_VER1 3FE46606BGCB45
flash set OMCI_SW_VER2 3FE46606BGCB45
flash set CUSTOM_OMCI_SW_VER1 3FE46606BGCB45
flash set CUSTOM_OMCI_SW_VER2 3FE46606BGCB45

flash set HW_HWVER 3FE48153CBAA
flash set ELAN_MAC_ADDR 781735000000
flash set VS_AUTH_KEY EF0FC1A970A27D52DF340835F0561507

flash set OMCI_FAKE_OK 1
flash set OMCI_OLT_MODE 1

O5 No Internet

Your stick get O5 status mean it was registed on the fiber network, most user have internet access, however some OLT doesn't permit your traffic due to wrong OMCI.

If your original ONU doesnt give any "Device Information" page, try buy different cheap ONU box like Huawei HG8240H, if that ONU can give internet, copy that ONU info!

My fiber vendor (TM) and my ISP (Maxis) doesn't care MAC Address, only PLOAM Password and Full OMCI Information, it may different, for the best option update everything.

Original

You may need to write down your original value:

flash get PON_VENDOR_ID
flash get HW_CWMP_MANUFACTURER
flash get HW_CWMP_PRODUCTCLASS
flash get HW_HWVER
flash get OMCI_VEIP_SLOT_ID
flash get OMCI_OLT_MODE
flash get OMCI_FAKE_OK
flash get OMCI_SW_VER1
flash get OMCI_SW_VER2
flash get GPON_ONU_MODEL
flash get GPON_SN
flash get GPON_PLOAM_PASSWD
flash get ELAN_MAC_ADDR