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 interacts with the SmartOLT API to update the speed profiles of an ONU (Optical Network Unit) identified by its unique external ID. It allows users to specify new upload and download speed profile names for the ONU. This operation is useful in network management scenarios where bandwidth allocation or speed profiles need to be adjusted dynamically for specific ONUs based on their unique identifiers.
Use Case Examples
- Updating the upload and download speed profiles of a specific ONU to manage bandwidth allocation.
- Changing speed profiles for an ONU identified by its unique external ID to optimize network performance.
Properties
| Name | Meaning |
|---|---|
| ONU External ID | The unique external identifier of the ONU whose speed profiles are to be updated. |
| Additional Fields | Optional fields to specify the new upload and download speed profile names for the ONU. |
Output
JSON
response- The response from the SmartOLT API after updating the ONU speed profiles, typically indicating success or failure and any relevant details.
Dependencies
- SmartOLT API with an API key credential for authentication
Troubleshooting
- Ensure the ONU External ID is correct and exists in the SmartOLT system to avoid 'not found' errors.
- Verify that the upload and download speed profile names are valid and recognized by the SmartOLT system.
- Check API credentials and network connectivity if the request to the SmartOLT API fails.
- Common error messages may include authentication failures, invalid parameters, or resource not found errors. Resolving these involves verifying credentials, input values, and the existence of the ONU in the system.
Links
- SmartOLT API Documentation - Official documentation for the SmartOLT API, including endpoints and parameters relevant to ONU speed profile management.