Skip to content

Commit 7a621e7

Browse files
authored
Add PON mode configuration instructions
Add instructions for setting PON mode with GPON, EPON, and Ethernet options.
1 parent 836c209 commit 7a621e7

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

_ont/ont-yotc-m2-2050-g40.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,21 @@ mib set ELAN_MAC_ADDR 1A2B3C4D5E6F
194194
```
195195
mib set LAN_IP_ADDR 192.168.8.1
196196
```
197+
## Switch PON Mode
198+
```
199+
# GPON mode
200+
mib set PON_MODE 1
201+
```
202+
203+
```
204+
# EPON mode
205+
mib set PON_MODE 2
206+
```
207+
208+
```
209+
# Ethernet mode
210+
mib set PON_MODE 3
211+
```
197212

198213
## Checking the currently active image
199214
```

0 commit comments

Comments
 (0)