Skip to content
Closed
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
33 changes: 30 additions & 3 deletions _ont/ont-yotc-m2-2050-g40.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ parent: YOTC
| Web Gui | ✅ user `super`, password `opticalink` OR user `User`, password `User` |
| Telnet | ✅ user `super`, password `opticalink` OR user `User`, password `User` |
| SSH | NO |
| Serial baud | 115200 |
| Serial encoding | 8-N-1 |
| Form Factor | ONT |
| UART | 115200 8N1 |


# External Media

{% include image.html file="yotc-m2-2050-g40-top.jpg" alt="YOTC M2-2050-G40 Top" caption="YOTC M2-2050-G40 Top" %}
Expand Down Expand Up @@ -56,7 +59,8 @@ parent: YOTC
| ubi0_3 | 5332992B | dynamic | "ubi_k1" |
| ubi0_4 | 21078016B | dynamic | "ubi_r1" |

To back up a volume, `cat` or `dd` the appropriate `/dev/ubi0_X` device to a file or pipe, to restore a volume, use the `ubiupdatevol` utility (or just do it safely via the WebGUI)

To back up a volume, `cat` or `dd` the appropriate `/dev/ubi0_X` device to a file or pipe, to restore a volume, use the `ubiupdatevol` utility.

This ONT supports dual boot.

Expand Down Expand Up @@ -139,7 +143,28 @@ omcicli mib get 257
omcicli mib get 329
```

# Other Commands

# Advanced Settings

## Setting management MAC
```
mib set ELAN_MAC_ADDR 1A2B3C4D5E6F
```

## Setting management IP
```
mib set LAN_IP_ADDR 192.168.8.1
```

## Rebooting the ONU
```
reboot
```

## Delete the ISP Default Configuration (it is recommended to back it up first)
```
rm /var/config/config_custom_default.xml
```

## Enable Ethernet Ports
```
Expand All @@ -153,3 +178,5 @@ mib set SW_PORT_TBL.3.Enable 1
```
mib set WLAN_MBSSIB_TBL.0.wlanDisabled 0
```