We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3180801 commit abe70fcCopy full SHA for abe70fc
1 file changed
_ont/ont-yotc-m2-2050-g40.md
@@ -248,10 +248,15 @@ 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
262
## Enable WiFi
@@ -260,6 +265,7 @@ mib set SW_PORT_TBL.3.Enable 1
265
mib set WLAN_MBSSIB_TBL.0.wlanDisabled 0
266
# 2.4GHz
267
mib set WLAN1_MBSSIB_TBL.0.wlanDisabled 0
268
+wlan_apply restart
263
269
264
270
271
# Teardown and other photos
0 commit comments