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 enables the TR069 profile on an ONU (Optical Network Unit) identified by its unique external ID. It is useful in network management scenarios where remote configuration and management of ONUs are required via the TR069 protocol. For example, a network administrator can use this operation to activate TR069 on a specific ONU to allow remote monitoring and configuration.
Use Case Examples
- Enable TR069 on an ONU by providing its unique external ID and the desired TR069 profile name.
- Automate the activation of TR069 profiles on multiple ONUs in a network management workflow.
Properties
| Name | Meaning |
|---|---|
| ONU External ID | The unique external identifier of the ONU on which to enable TR069. |
| TR069 profile name | The name of the TR069 profile to enable on the ONU. |
Output
JSON
response- The response from the SmartOLT API after enabling TR069 on the specified ONU.
Dependencies
- Requires SmartOLT API credentials for authentication and access to the SmartOLT API.
Troubleshooting
- Common issues include providing an invalid or non-existent ONU External ID, which will cause the API request to fail.
- Ensure the TR069 profile name is correctly specified and exists in the system to avoid errors.
- API authentication errors may occur if the SmartOLT API credentials are missing or incorrect.
Links
- SmartOLT API Documentation - Official documentation for the SmartOLT API endpoints and usage.