From 932b3176f4a9b3f90319522bc12de7d78da7b42f Mon Sep 17 00:00:00 2001 From: Giovanni Condello Date: Sat, 27 May 2023 14:54:07 +0200 Subject: Add new ways of changing values on the PMG3000 stick (#207) * Add new ways of changing values on the stick * Update _ont/ont-zyxel-pmg3000-d20b.md --- _ont/ont-zyxel-pmg3000-d20b.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/_ont/ont-zyxel-pmg3000-d20b.md b/_ont/ont-zyxel-pmg3000-d20b.md index f5969d1..9da5ff9 100644 --- a/_ont/ont-zyxel-pmg3000-d20b.md +++ b/_ont/ont-zyxel-pmg3000-d20b.md @@ -131,6 +131,7 @@ exit hal set sn ALCLf0f0f0f0 ``` +Do not worry if you're missing one of the two commands, the change is still applied with just one of them. ## Setting ONU GPON PLOAM password {% include alert.html content="The PLOAM password is stored in the ASCII format." alert="Note" icon="svg-info" color="blue" %} @@ -141,7 +142,7 @@ set password PLOAMPASS ``` ## Setting OMCI software version (ME 7) -Edit the /var/config/ont.sys via vi directly on the stick itself. The file is CRLF terminated, one entry per line. +Edit `/var/config/ont.sys` via vi directly on the stick itself. The file is CRLF terminated, one entry per line. The entries for the software version are: ``` SW_VER0:0xabcdef @@ -155,6 +156,14 @@ manufactory set hardware version 3FE49165BFAA01 ``` +If the above command is missing you can edit `/var/config/ont.sys` via vi directly on the stick itself. The file is CRLF terminated, one entry per line. +The entry for the hardware version is: +``` +ONTG_VER:0x463630303556362e300000000000 +``` + +The hardware version must be encoded in hex format and right padded to 28 characters with 0 (excluding the starting 0x) to avoid any spurious values. + ## Setting OMCI equipment ID (ME 257) {% include alert.html content="Model number must not be more than 20 characters long in total." alert="Note" icon="svg-info" color="blue" %} ```sh @@ -165,6 +174,15 @@ omci equipment id MYEQUIPMENTID ``` +If any of the above commands is missing you can edit `/var/config/ont.sys` via vi directly on the stick itself. The file is CRLF terminated, one entry per line. +The entry for the equipment id is: +``` +ONTG_EQID:0x463630303556362E30000000000000000000000 +``` + +The equipment id must be encoded in hex format and right padded to 39 characters with 0 (excluding the starting 0x) to avoid any spurious values. + + # Advanced settings ## Reset Web Gui admin credentials -- cgit v1.2.3