You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _ont/ont-zyxel-pmg3000-d20b.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,7 @@ exit
131
131
hal
132
132
set sn ALCLf0f0f0f0
133
133
```
134
+
Do not worry if you're missing one of the two commands, the change is still applied with just one of them.
134
135
135
136
## Setting ONU GPON PLOAM password
136
137
{% 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
141
142
```
142
143
143
144
## 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.
145
146
The entries for the software version are:
146
147
```
147
148
SW_VER0:0xabcdef
@@ -155,6 +156,14 @@ manufactory
155
156
set hardware version 3FE49165BFAA01
156
157
```
157
158
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
+
158
167
## Setting OMCI equipment ID (ME 257)
159
168
{% include alert.html content="Model number must not be more than 20 characters long in total." alert="Note" icon="svg-info" color="blue" %}
160
169
```sh
@@ -165,6 +174,15 @@ omci
165
174
equipment id MYEQUIPMENTID
166
175
```
167
176
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.
0 commit comments