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
* 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.
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.
60
65
61
66
This ONT supports dual boot.
62
67
@@ -139,7 +144,28 @@ omcicli mib get 257
139
144
omcicli mib get 329
140
145
```
141
146
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)
0 commit comments