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 Mgmt IP mode to DHCP by ONU unique external ID" operation configures the management IP mode of a specified ONU to use DHCP. This is useful in network management scenarios where dynamic IP addressing is preferred for ONUs, simplifying IP management and reducing manual configuration. For example, a network administrator can automate setting the management IP mode to DHCP for multiple ONUs identified by their unique external IDs.

Use Case Examples

  1. Automate setting the management IP mode to DHCP for ONUs in a large network.
  2. Dynamically configure ONUs to use DHCP for management IP to ease network changes and expansions.

Properties

Name Meaning
ONU External ID Unique identifier of the ONU to configure.
VLAN VLAN ID used for ONU management.
Additional Fields Optional additional parameters for the configuration, including CVLAN, SVLAN, and Tag Transform Mode.

Output

JSON

  • response - API response confirming the setting of the ONU management IP mode to DHCP.

Dependencies

  • Requires SmartOLT API credentials for authentication.

Troubleshooting

  • Common issues include invalid ONU External ID causing API errors, missing required VLAN parameter, or incorrect additional field values leading to failed requests.
  • Error messages from the API typically indicate invalid parameters or authentication failures. Ensure the ONU External ID is correct and the API credentials are valid.
  • If the node fails, verify network connectivity to the SmartOLT API and check that the API endpoint is reachable.

Links

Discussion