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 Access on an ONU (Optical Network Unit) identified by its unique external ID. It allows configuring the WiFi port with specific VLAN settings and optional parameters such as DHCP mode, SSID, password, and authentication mode. This operation is useful in network management scenarios where administrators need to control WiFi port behavior on ONUs remotely, for example, to assign VLANs for network segmentation or to update WiFi credentials and security settings.
Use Case Examples
- Setting the WiFi port mode to Access for a specific ONU by its external ID to enable VLAN tagging and control DHCP settings.
- Updating the SSID and password of the WiFi port on an ONU to change wireless network access credentials.
Properties
| Name | Meaning |
|---|---|
| ONU External ID | The unique external identifier of the ONU device to configure. |
| WiFi Port | The specific WiFi port on the ONU to set to Access mode. |
| VLAN | The VLAN ID to assign to the WiFi port in Access mode. |
| DHCP | The DHCP control mode for the WiFi port, options include No control, From ISP, From ONU, and Forbidden. |
| SSID | The SSID (network name) to set for the WiFi port. |
| Password | The password for the WiFi port's wireless network. |
| Authentication Mode | The authentication mode for the WiFi port, such as WPA2 or Open-system. |
Output
JSON
response- The API response confirming the WiFi port mode change or containing error details.
Dependencies
- Requires an API key credential for SmartOLT API authentication.
Troubleshooting
- Common issues include invalid ONU External ID, incorrect VLAN ID, or unsupported WiFi port identifiers which may cause API errors.
- Error messages from the API typically indicate parameter validation failures or authentication issues; ensure all required fields are correctly set and the API credentials are valid.
- Network connectivity issues to the SmartOLT API endpoint can cause request failures; verify network access and API endpoint availability.
Links
- SmartOLT API Documentation - Official API documentation for SmartOLT, detailing endpoints and parameters.