I recently replaced my failing Richerlink ONU with a VSOL V2802RH, configured solely as an ONU (with PPPoE handled by an RT-AC68U). Excitel uses a combination of the SN + MAC for authentication with their OLTs. Note that Excitel operates on EPON in my area.
To achieve PON O5 status, I set the following parameters via Telnet:
Replace "abc" with values derived from the ONU provided by Excitel. Some tips to help speed up the process:
I had to downgrade the firmware to stock v1.1.7 due to an issue explained here.
Primary resources:
To achieve PON O5 status, I set the following parameters via Telnet:
Code:
flash set GPON_SN abc
flash set PON_VENDOR_ID abc
flash set ELAN_MAC_ADDR abc
flash set OUI abc
flash set HW_HWVER abc
Replace "abc" with values derived from the ONU provided by Excitel. Some tips to help speed up the process:
- Some ONUs allow you to export the config via their web GUI, which often reveals these values.
- Typically, two MAC addresses and serial numbers are printed on the device. Only the GPON’s MAC and serial (where your fiber terminal connects, the cage itself) are relevant. The labels on my.excitel.com can be misleading, as they refer to these as "ONU MAC" and "ONU Serial," but they are infact the PON details.
- The
PON_VENDOR_IDis usually the first four characters of theGPON_SN. OUIis the first six characters of theELAN_MAC_ADDR.PON_VENDOR_ID,OUI, andHW_HWVERare optional to set.
I had to downgrade the firmware to stock v1.1.7 due to an issue explained here.
Primary resources:
Last edited: