SmartOLT icon

SmartOLT

Consume SmartOLT API (v0.2.17)

Overview

This node interacts with the SmartOLT API to set the Ethernet port mode of an ONU (Optical Network Unit) to transparent using the ONU's unique external ID. It is useful in network management scenarios where administrators need to configure ONU Ethernet ports remotely, for example, to change port modes for traffic management or troubleshooting.

Use Case Examples

  1. Setting the Ethernet port mode to transparent for a specific ONU identified by its unique external ID.
  2. Configuring DHCP control on the Ethernet port while setting it to transparent mode.

Properties

Name Meaning
OLT External ID The unique external identifier of the ONU to target for the Ethernet port mode change.
Ethernet Port The specific Ethernet port on the ONU to set to transparent mode.
DHCP Optional control setting for the Ethernet port DHCP behavior.

Output

JSON

  • response - The API response confirming the Ethernet port mode change or providing status information.

Dependencies

  • SmartOLT API with an API key credential for authentication

Troubleshooting

  • Common issues include invalid ONU external ID or Ethernet port values, resulting in API errors.
  • Network connectivity issues to the SmartOLT API can cause request failures.
  • Incorrect or missing API credentials will prevent successful API calls.

Links

Discussion