Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions _ont_xgs/ont-yotc-m2-2050-g40.md → _ont/ont-yotc-m2-2050-g40.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,21 @@ mib set ELAN_MAC_ADDR 1A2B3C4D5E6F
```
mib set LAN_IP_ADDR 192.168.8.1
```
## Switch PON Mode
```
# GPON mode
mib set PON_MODE 1
```

```
# EPON mode
mib set PON_MODE 2
```

```
# Ethernet mode
mib set PON_MODE 3
```

## Checking the currently active image
```
Expand Down
File renamed without changes.
Loading