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 'Disable ONU VoIP port by ONU unique external ID' operation disables a VoIP port on an ONU identified by its unique external ID. This is useful in scenarios where a network administrator needs to remotely disable VoIP services on a specific ONU port, for example, to troubleshoot issues or enforce service policies.

Use Case Examples

  1. Disabling a VoIP port on an ONU by providing its unique external ID and the specific VoIP port to disable.
  2. Managing VoIP services on ONUs in a fiber optic network environment.

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 target.
VoIP Port The specific VoIP port on the ONU to disable. This is required to identify which VoIP port to disable on the ONU.

Output

JSON

  • result - The response from the SmartOLT API after attempting to disable the ONU VoIP port, typically indicating success or failure.

Dependencies

  • Requires SmartOLT API credentials for authentication and access to the SmartOLT API endpoints.

Troubleshooting

  • Common issues include providing an invalid ONU External ID or VoIP port, which may result in API errors or failure to disable the port.
  • Errors may occur if the SmartOLT API credentials are missing or invalid, leading to authentication failures.
  • Network connectivity issues to the SmartOLT API endpoint can cause request failures.
  • If the operation is not supported or parameters are missing, the node will throw an error indicating the problem.

Links

Discussion