Skip to content

Commit 77d53e8

Browse files
authored
add "switch pon mode" section (#453)
* moved back to gpon, there isn't actually an xpon category. sorry! * moved back to gpon, there isn't actually an xpon category. sorry! * Add PON mode configuration instructions Add instructions for setting PON mode with GPON, EPON, and Ethernet options.
1 parent 351f4b1 commit 77d53e8

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

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
```
File renamed without changes.

0 commit comments

Comments
 (0)