SmartOLT icon

SmartOLT

Consume SmartOLT API (v0.2.17)

Overview

This node interacts with the SmartOLT API to manage Optical Network Units (ONUs). Specifically, the 'Set ONU VoIP mode to Enabled by ONU unique external ID' operation enables the VoIP mode on an ONU identified by its unique external ID. This is useful in scenarios where network administrators need to remotely enable VoIP services on specific ONUs within a network. For example, enabling VoIP on an ONU to provide voice services to end-users connected to that ONU.

Use Case Examples

  1. Enabling VoIP mode on an ONU by providing its unique external ID and specifying whether to attach VoIP to WAN or Management interface.
  2. Automating VoIP service activation on multiple ONUs in a telecom network.

Properties

Name Meaning
ONU External ID The unique external identifier of the ONU. It must contain only alphanumeric characters and is required to specify which ONU to enable VoIP mode on.
VoIP Attach To Specifies whether to attach VoIP to the WAN or Management interface on the ONU.

Output

JSON

  • result - The response from the SmartOLT API after setting the ONU VoIP mode, typically indicating success or failure of the operation.

Dependencies

  • Requires SmartOLT API credentials for authentication to make API requests.

Troubleshooting

  • Common issues include providing an invalid or non-alphanumeric ONU External ID, which will cause the API request to fail.
  • If the VoIP Attach To parameter is not set correctly, the VoIP mode may not be enabled as expected.
  • API errors may occur if the SmartOLT API credentials are missing or incorrect; ensure valid credentials are configured.
  • Network connectivity issues to the SmartOLT API endpoint can cause request failures.

Links

Discussion