From 4fb15a971cf9bca0e926e77ad2cd3731a76c5d60 Mon Sep 17 00:00:00 2001 From: Simone <26844016+simonebortolin@users.noreply.github.com> Date: Sun, 31 Mar 2024 00:46:40 +0100 Subject: Update ont-huawei-ma5671a-fs-mod.md (#321) * Update ont-huawei-ma5671a-fs-mod.md Add note for non ascii ploam #318 * Update _ont/ont-huawei-ma5671a-fs-mod.md Co-authored-by: Giovanni Condello --------- Co-authored-by: Giovanni Condello --- _ont/ont-huawei-ma5671a-fs-mod.md | 2 ++ 1 file changed, 2 insertions(+) (limited to '_ont') diff --git a/_ont/ont-huawei-ma5671a-fs-mod.md b/_ont/ont-huawei-ma5671a-fs-mod.md index 2d43ca8..3f9b79d 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 HEX 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" -- cgit v1.2.3