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-nokia-g-010s-p.md
+27-28Lines changed: 27 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,33 +171,6 @@ uci commit
171
171
172
172
{% include alert.html content="There is also the `onu gtc_password_set` command to set the ploam password but it does not seem to work." alert="Info" icon="svg-info" color="blue" %}
173
173
174
-
175
-
## Getting/Setting Speed LAN Mode
176
-
177
-
The known speed values are as follows:
178
-
179
-
| Value | Speed |
180
-
| ----- | -------- |
181
-
| 4 | 1 Gbps |
182
-
| 5 | 2.5 Gbps |
183
-
184
-
To set the (H)SGMII Mode:
185
-
186
-
```sh
187
-
fw_setenv sgmii_mode 5
188
-
```
189
-
190
-
To remove the value (back to default):
191
-
```sh
192
-
fw_setenv sgmii_mode
193
-
```
194
-
195
-
To get the (H)SGMII Mode:
196
-
197
-
```sh
198
-
onu lanpsg 0
199
-
```
200
-
201
174
The `link_status` value shows the speed.
202
175
203
176
## Disabling Dying Gasp
@@ -308,10 +281,36 @@ FALCON => setenv asc0 0
308
281
FALCON => saveenv
309
282
```
310
283
284
+
## Getting/Setting Speed LAN Mode
285
+
286
+
| Velue | Speed |
287
+
| ----- | ---------------------------------- |
288
+
| 4 | 1 Gbps / SGMII |
289
+
| 5 | 2.5 Gbps / HSGMII with auto-neg on |
290
+
291
+
To enable the 2.5 Gbps / HSGMII with auto-neg on:
292
+
293
+
```sh
294
+
fw_setenv sgmii_mode 5
295
+
```
296
+
297
+
To remove the value (back to default):
298
+
```sh
299
+
fw_setenv sgmii_mode
300
+
```
301
+
302
+
To get the (H)SGMII Mode:
303
+
304
+
```sh
305
+
onu lanpsg 0
306
+
```
307
+
The `link_status` variable tells the current speed
308
+
311
309
## Querying a particular OMCI ME
312
310
```sh
313
-
omci_pipe.sh meg MIB_IDX 0
311
+
omci_pipe.sh meg MIB_IDX ME_IN
314
312
```
313
+
Where `MIB_IDX` is the MIB ID and the `ME_IN` is the ME instance number
0 commit comments