You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _ont/ont-yotc-m2-2050-g40.md
+29-3Lines changed: 29 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,10 @@ parent: YOTC
23
23
| Web Gui | ✅ user `super`, password `opticalink` OR user `User`, password `User`|
24
24
| Telnet | ✅ user `super`, password `opticalink` OR user `User`, password `User`|
25
25
| SSH | NO |
26
+
| Serial baud | 115200 |
27
+
| Serial encoding | 8-N-1 |
26
28
| Form Factor | ONT |
27
-
| UART | 115200 8N1 |
29
+
28
30
29
31
# External Media
30
32
@@ -57,7 +59,8 @@ parent: YOTC
57
59
| ubi0_3 | 5332992B | dynamic | "ubi_k1" |
58
60
| ubi0_4 | 21078016B | dynamic | "ubi_r1" |
59
61
60
-
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)
62
+
63
+
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.
61
64
62
65
This ONT supports dual boot.
63
66
@@ -140,7 +143,28 @@ omcicli mib get 257
140
143
omcicli mib get 329
141
144
```
142
145
143
-
# Other Commands
146
+
147
+
# Advanced Settings
148
+
149
+
## Setting management MAC
150
+
```
151
+
mib set ELAN_MAC_ADDR 1A2B3C4D5E6F
152
+
```
153
+
154
+
## Setting management IP
155
+
```
156
+
mib set LAN_IP_ADDR 192.168.8.1
157
+
```
158
+
159
+
## Rebooting the ONU
160
+
```
161
+
reboot
162
+
```
163
+
164
+
## Delete the ISP Default Configuration (it is recommended to back it up first)
165
+
```
166
+
rm /var/config/config_custom_default.xml
167
+
```
144
168
145
169
## Enable Ethernet Ports
146
170
```
@@ -154,3 +178,5 @@ mib set SW_PORT_TBL.3.Enable 1
0 commit comments