Skip to content

Commit d2728dc

Browse files
authored
modify m2-2050-g40 page & add m2-2050-g40-pcb-top.jpg (#441)
* yotc-m2-2050-g40-pcb-top.jpg * Revise ONT configuration and add advanced settings Updated configuration details and added advanced settings for management MAC, IP, and rebooting the ONU.
1 parent 04dceda commit d2728dc

2 files changed

Lines changed: 30 additions & 4 deletions

File tree

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

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,17 @@ parent: YOTC
2323
| Web Gui | ✅ user `super`, password `opticalink` OR user `User`, password `User` |
2424
| Telnet | ✅ user `super`, password `opticalink` OR user `User`, password `User` |
2525
| SSH | NO |
26+
| Serial baud | 115200 |
27+
| Serial encoding | 8-N-1 |
2628
| Form Factor | ONT |
27-
| UART | 115200 8N1 |
29+
30+
2831
# External Media
2932

3033
{% include image.html file="yotc-m2-2050-g40-top.jpg" alt="YOTC M2-2050-G40 Top" caption="YOTC M2-2050-G40 Top" %}
3134
{% include image.html file="yotc-m2-2050-g40-bottom.jpg" alt="YOTC M2-2050-G40 Bottom" caption="YOTC M2-2050-G40 Bottom" %}
32-
{% include image.html file="yotc-m2-2050-g40-pcb.jpg" alt="YOTC M2-2050-G40 PCB" caption="YOTC M2-2050-G40 PCB" %}
35+
{% include image.html file="yotc-m2-2050-g40-pcb-top.jpg" alt="YOTC M2-2050-G40 PCB Top" caption="YOTC M2-2050-G40 PCB Top" %}
36+
{% include image.html file="yotc-m2-2050-g40-pcb.jpg" alt="YOTC M2-2050-G40 PCB Bottom" caption="YOTC M2-2050-G40 PCB Bottom" %}
3337

3438
## List of partitions (MTD)
3539

@@ -56,7 +60,8 @@ parent: YOTC
5660
| ubi0_3 | 5332992B | dynamic | "ubi_k1" |
5761
| ubi0_4 | 21078016B | dynamic | "ubi_r1" |
5862

59-
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)
63+
64+
To back up a volume, `cat` the appropriate `/dev/ubi0_X` device to a file or pipe, to restore a volume, use the `ubiupdatevol` utility.
6065

6166
This ONT supports dual boot.
6267

@@ -139,7 +144,28 @@ omcicli mib get 257
139144
omcicli mib get 329
140145
```
141146

142-
# Other Commands
147+
148+
# Advanced Settings
149+
150+
## Setting management MAC
151+
```
152+
mib set ELAN_MAC_ADDR 1A2B3C4D5E6F
153+
```
154+
155+
## Setting management IP
156+
```
157+
mib set LAN_IP_ADDR 192.168.8.1
158+
```
159+
160+
## Rebooting the ONU
161+
```
162+
reboot
163+
```
164+
165+
## Delete the ISP Default Configuration (it is recommended to back it up first)
166+
```
167+
rm /var/config/config_custom_default.xml
168+
```
143169

144170
## Enable Ethernet Ports
145171
```
5.05 MB
Loading

0 commit comments

Comments
 (0)