diff options
author | Simone <26844016+simonebortolin@users.noreply.github.com> | 2024-02-18 14:59:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-18 14:59:05 +0100 |
commit | 799747b98fc199806379eaffa9b92a82a60ee8cc (patch) | |
tree | 3b7b64c7eb07a6ba429e1194766abe51a796bb15 /_ont/ont-huawei-ma5671a-fs-mod.md | |
parent | Add uplink / vsol ont 2.5+2Gbe (#317) (diff) | |
download | hack-gpon.github.io-799747b98fc199806379eaffa9b92a82a60ee8cc.tar hack-gpon.github.io-799747b98fc199806379eaffa9b92a82a60ee8cc.tar.gz hack-gpon.github.io-799747b98fc199806379eaffa9b92a82a60ee8cc.tar.bz2 hack-gpon.github.io-799747b98fc199806379eaffa9b92a82a60ee8cc.tar.lz hack-gpon.github.io-799747b98fc199806379eaffa9b92a82a60ee8cc.tar.xz hack-gpon.github.io-799747b98fc199806379eaffa9b92a82a60ee8cc.tar.zst hack-gpon.github.io-799747b98fc199806379eaffa9b92a82a60ee8cc.zip |
Diffstat (limited to '_ont/ont-huawei-ma5671a-fs-mod.md')
-rw-r--r-- | _ont/ont-huawei-ma5671a-fs-mod.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_ont/ont-huawei-ma5671a-fs-mod.md b/_ont/ont-huawei-ma5671a-fs-mod.md index 2d43ca8..a14b22c 100644 --- a/_ont/ont-huawei-ma5671a-fs-mod.md +++ b/_ont/ont-huawei-ma5671a-fs-mod.md @@ -100,6 +100,8 @@ fw_setenv onu_serial "YOUR_SERIAL_ASCII" fw_setenv onu_ploam "YOUR_PLOAM_ASCII" ``` +{% include alert.html content="If your ploam is in HEX convert it to ASCII, any non-printable characters write them in ascii with a slash in front, such as `\7F`. If the PLOAM is less than 10 bytes (one printable character counts as one byte, `\7F` also counts as one byte) add `\00` to the end to get to 10 bytes." alert="Note" icon="svg-info" color="blue" %} + ## Setting ONU GPON LOID ```sh fw_setenv onu_loid "YOUR_LOID" |