Skip to content

Commit 961dcc1

Browse files
authored
Fix formatting for serial settings in documentation
1 parent 8bba144 commit 961dcc1

1 file changed

Lines changed: 29 additions & 3 deletions

File tree

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

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ 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+
2830

2931
# External Media
3032

@@ -57,7 +59,8 @@ parent: YOTC
5759
| ubi0_3 | 5332992B | dynamic | "ubi_k1" |
5860
| ubi0_4 | 21078016B | dynamic | "ubi_r1" |
5961

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.
6164

6265
This ONT supports dual boot.
6366

@@ -140,7 +143,28 @@ omcicli mib get 257
140143
omcicli mib get 329
141144
```
142145

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+
```
144168

145169
## Enable Ethernet Ports
146170
```
@@ -154,3 +178,5 @@ mib set SW_PORT_TBL.3.Enable 1
154178
```
155179
mib set WLAN_MBSSIB_TBL.0.wlanDisabled 0
156180
```
181+
182+

0 commit comments

Comments
 (0)