Skip to content

Commit 932b317

Browse files
authored
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
1 parent 20df4c6 commit 932b317

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

_ont/ont-zyxel-pmg3000-d20b.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ exit
131131
hal
132132
set sn ALCLf0f0f0f0
133133
```
134+
Do not worry if you're missing one of the two commands, the change is still applied with just one of them.
134135

135136
## Setting ONU GPON PLOAM password
136137
{% 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
141142
```
142143

143144
## Setting OMCI software version (ME 7)
144-
Edit the /var/config/ont.sys via vi directly on the stick itself. The file is CRLF terminated, one entry per line.
145+
Edit `/var/config/ont.sys` via vi directly on the stick itself. The file is CRLF terminated, one entry per line.
145146
The entries for the software version are:
146147
```
147148
SW_VER0:0xabcdef
@@ -155,6 +156,14 @@ manufactory
155156
set hardware version 3FE49165BFAA01
156157
```
157158

159+
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.
160+
The entry for the hardware version is:
161+
```
162+
ONTG_VER:0x463630303556362e300000000000
163+
```
164+
165+
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.
166+
158167
## Setting OMCI equipment ID (ME 257)
159168
{% include alert.html content="Model number must not be more than 20 characters long in total." alert="Note" icon="svg-info" color="blue" %}
160169
```sh
@@ -165,6 +174,15 @@ omci
165174
equipment id MYEQUIPMENTID
166175
```
167176

177+
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.
178+
The entry for the equipment id is:
179+
```
180+
ONTG_EQID:0x463630303556362E30000000000000000000000
181+
```
182+
183+
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.
184+
185+
168186
# Advanced settings
169187

170188
## Reset Web Gui admin credentials

0 commit comments

Comments
 (0)