Skip to content

Commit 4796664

Browse files
committed
fix HEX onu_ploam
1 parent eb6d20d commit 4796664

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_ont/ont-huawei-ma5671a-fs-mod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ fw_setenv onu_serial "YOUR_SERIAL_ASCII"
100100
fw_setenv onu_ploam "YOUR_PLOAM_ASCII"
101101
```
102102

103-
{% 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" %}
103+
{% 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 `\x7F`. If the PLOAM is less than 10 bytes (one printable character counts as one byte, `\x7F` also counts as one byte) add `\x00` to the end to get to 10 bytes." alert="Note" icon="svg-info" color="blue" %}
104104

105105
## Setting ONU GPON LOID
106106
```sh

0 commit comments

Comments
 (0)