summaryrefslogtreecommitdiffstats
path: root/_ont/ont-huawei-ma5671a-fs-mod.md
diff options
context:
space:
mode:
authorSimone <26844016+simonebortolin@users.noreply.github.com>2023-04-24 21:05:51 +0200
committerGitHub <noreply@github.com>2023-04-24 21:05:51 +0200
commit3249248e754bcb7c6d94f352a21309503615344c (patch)
tree51af3a3c19f6dfb0c337df24c80aee64f8ec9f46 /_ont/ont-huawei-ma5671a-fs-mod.md
parentFix issue: tw236h-cdel-serial.jpg points to the wrong file (#177) (diff)
downloadhack-gpon.github.io-3249248e754bcb7c6d94f352a21309503615344c.tar
hack-gpon.github.io-3249248e754bcb7c6d94f352a21309503615344c.tar.gz
hack-gpon.github.io-3249248e754bcb7c6d94f352a21309503615344c.tar.bz2
hack-gpon.github.io-3249248e754bcb7c6d94f352a21309503615344c.tar.lz
hack-gpon.github.io-3249248e754bcb7c6d94f352a21309503615344c.tar.xz
hack-gpon.github.io-3249248e754bcb7c6d94f352a21309503615344c.tar.zst
hack-gpon.github.io-3249248e754bcb7c6d94f352a21309503615344c.zip
Diffstat (limited to '_ont/ont-huawei-ma5671a-fs-mod.md')
-rw-r--r--_ont/ont-huawei-ma5671a-fs-mod.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/_ont/ont-huawei-ma5671a-fs-mod.md b/_ont/ont-huawei-ma5671a-fs-mod.md
index 622c743..5193db0 100644
--- a/_ont/ont-huawei-ma5671a-fs-mod.md
+++ b/_ont/ont-huawei-ma5671a-fs-mod.md
@@ -50,7 +50,7 @@ onu ploam_state_get
otop -g s
```
-## Get information of the OLT
+## Get information of the OLT vendor
```sh
omci_pipe.sh meg 131 0
```
@@ -90,42 +90,42 @@ To change the default lan mode value you can use `fw_setenv sgmii_mode`. The fir
# GPON/OMCI settings
-## Setting ONU GPON serial number
+## Setting ONU GPON Serial Number
```sh
fw_setenv onu_serial "YOUR_SERIAL_ASCII"
```
-## Setting ONU GPON ploam
+## Setting ONU GPON PLOAM password
```sh
fw_setenv onu_ploam "YOUR_PLOAM_ASCII"
```
-## Setting ONU GPON loid
+## Setting ONU GPON LOID
```sh
fw_setenv onu_loid "YOUR_LOID"
```
-## Setting ONU GPON loid password
+## Setting ONU GPON LOID password
```sh
fw_setenv onu_loid_password "YOUR_LOID_PASSWORD"
```
-## Setting OMCI vendor ID
+## Setting OMCI vendor ID (ME 256)
```sh
fw_setenv omci_vendor_id "YOUR_VENDOR_ID"
```
-## Setting OMCI equipment ID
+## Setting OMCI equipment ID (ME 257)
```sh
fw_setenv omci_equip_id "YOUR_EQUIP_ID"
```
-## Setting OMCI hardware ID
+## Setting OMCI hardware version (ME 256)
```sh
fw_setenv omci_hw_ver "YOUR_HW_VER"
```
-## Setting OMCI software version
+## Setting OMCI software version (ME 7)
```sh
fw_setenv image0_version "YOUR_SW_VERSION_0"
fw_setenv image1_version "YOUR_SW_VERSION_1"
@@ -135,7 +135,7 @@ fw_setenv image1_version "YOUR_SW_VERSION_1"
{% include alert.html content="Normally they are not necessary and it would be better not to touch them" alert="Note" icon="svg-warning" color="red" %}
-## Setting custom mib file
+## Setting custom OMCI MIB file
You have to copy the MIB file to /etc/mibs and then run this command:
```sh