SmartOLT icon

SmartOLT

Consume SmartOLT API (v0.2.17)

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

  1. Enable TR069 on an ONU by providing its unique external ID and the desired TR069 profile name.
  2. 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

Discussion