We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3180801 commit bdcd30fCopy full SHA for bdcd30f
1 file changed
_ont/ont-yotc-m2-2050-g40.md
@@ -248,10 +248,17 @@ reboot
248
249
## Enable Ethernet Ports
250
```
251
+# enable lan1
252
mib set SW_PORT_TBL.0.Enable 1
253
+# disable lan1 power down state
254
+diag port set phy-force-power-down port 0 state disable
255
+
256
+#enable lan 2
257
mib set SW_PORT_TBL.1.Enable 1
-mib set SW_PORT_TBL.2.Enable 1
-mib set SW_PORT_TBL.3.Enable 1
258
+# disable lan 2 power down state
259
+diag port set phy-force-power-down port 1 state disable
260
261
+mib commit
262
263
264
## Enable WiFi
@@ -260,6 +267,7 @@ mib set SW_PORT_TBL.3.Enable 1
267
mib set WLAN_MBSSIB_TBL.0.wlanDisabled 0
268
# 2.4GHz
269
mib set WLAN1_MBSSIB_TBL.0.wlanDisabled 0
270
+wlan_apply restart
271
272
265
273
# Teardown and other photos
0 commit comments