Actions28
- ONU Actions
- Get All Unconfigured
- Get Unconfigured By OLT Unique ID
- Get All ONUs Details
- Get ONU status by ONU unique external ID
- Get ONU Full Status Info By ONU Unique External ID
- Get ONU Traffic Graph By ONU Unique External ID
- Set ONU Mgmt IP mode to DHCP by ONU unique external ID
- Enable ONU TR069 by ONU unique external ID
- Update ONU Speed Profiles By ONU Unique External ID
- Set ONU WAN mode to PPPoE by ONU unique external ID
- Set ONU WiFi port mode to LAN by ONU unique external ID
- Set ONU WiFi port mode to Access by ONU unique external ID
- Shutdown ONU WiFi port by ONU unique external ID
- Resync ONU config by ONU unique external ID
- Disable ONU VoIP port by ONU unique external ID
- Set ONU VoIP mode to Enabled by ONU unique external ID
- Enable ONU VoIP port by ONU unique external ID
- Get All ONUs Signals
- Get ONU administrative status by ONU unique external ID
- Get ONU speed profiles by ONU unique external ID
- Authorize
- Set ONU WAN mode to DHCP by ONU unique external ID
- Set ONU Ethernet Port Mode To Transparent By ONU Unique External ID
- Reboot ONU by ONU unique external ID
- Disable ONU by ONU unique external ID
- Enable ONU by ONU unique external ID
- Delete ONU by ONU unique external ID
- OLT Actions
Overview
This node operation sets the WiFi port mode to LAN for a specific ONU (Optical Network Unit) identified by its unique external ID. It is useful in network management scenarios where administrators need to configure the WiFi port behavior of ONUs remotely, such as enabling LAN mode on a particular WiFi port to control network traffic flow or access settings. For example, an ISP technician can automate the configuration of WiFi ports on customer ONUs to switch them to LAN mode based on operational requirements.
Use Case Examples
- Set the WiFi port mode to LAN on an ONU identified by its unique external ID to enable LAN traffic on that port.
- Configure DHCP, SSID, password, and authentication mode for the WiFi port while setting it to LAN mode.
Properties
| Name | Meaning |
|---|---|
| ONU External ID | The unique external identifier of the ONU device to be configured. |
| WiFi Port | The specific WiFi port on the ONU to set to LAN mode. |
| Additional Fields | Optional parameters to further configure the WiFi port such as DHCP settings, SSID, password, and authentication mode. |
Output
JSON
*- Response data from the SmartOLT API after setting the WiFi port mode to LAN, typically including status or confirmation details.
Dependencies
- Requires an API key credential for SmartOLT API access.
Troubleshooting
- Common issues include invalid ONU External ID or WiFi port values, resulting in API errors.
- Errors may occur if required parameters are missing or if the API credentials are incorrect or expired.
- Network connectivity issues to the SmartOLT API endpoint can cause request failures.
Links
- SmartOLT API Documentation - Official API documentation for SmartOLT, detailing endpoints and parameters.