Skip to content

Commit 904f3fe

Browse files
fix speed
1 parent c5a88b6 commit 904f3fe

File tree

1 file changed

+27
-28
lines changed

1 file changed

+27
-28
lines changed

_ont/ont-nokia-g-010s-p.md

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -171,33 +171,6 @@ uci commit
171171

172172
{% 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" %}
173173

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-
201174
The `link_status` value shows the speed.
202175

203176
## Disabling Dying Gasp
@@ -308,10 +281,36 @@ FALCON => setenv asc0 0
308281
FALCON => saveenv
309282
```
310283

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+
311309
## Querying a particular OMCI ME
312310
```sh
313-
omci_pipe.sh meg MIB_IDX 0
311+
omci_pipe.sh meg MIB_IDX ME_IN
314312
```
313+
Where `MIB_IDX` is the MIB ID and the `ME_IN` is the ME instance number
315314

316315
# EEPROM (I2C slave simulated EEPROM)
317316

0 commit comments

Comments
 (0)