SmartOLT icon

SmartOLT

Consume SmartOLT API (v0.2.17)

Overview

This node operation authorizes an ONU (Optical Network Unit) on a specified OLT (Optical Line Terminal) using the SmartOLT API. It is useful in network management scenarios where new ONUs need to be registered and configured on the network. For example, a network administrator can use this operation to authorize a newly installed ONU by providing its serial number, type, mode, VLAN settings, and location details.

Use Case Examples

  1. Authorizing a new ONU device on an OLT by specifying its serial number, ONU type, mode (Routing or Bridging), VLAN ID, and zone location.
  2. Adding additional configuration such as custom profiles, board and port numbers, and speed profiles during the authorization process.

Properties

Name Meaning
OLT ID The unique identifier of the OLT where the ONU will be authorized.
Pon Type The PON type of the ONU, either GPON or EPON.
SN The serial number of the ONU to be authorized.
ONU Type The type/model of the ONU device.
ONU Mode The operational mode of the ONU, either Routing or Bridging.
VLAN The VLAN ID assigned to the ONU.
Zone The zone or location where the ONU is installed. Only alphanumeric characters, spaces, underscores, and dashes are allowed.
Name The name of the ONU. Allowed characters include alphanumeric, spaces, and special characters @#{{ $json.table }}()-`.+,/_.
Additional Fields Optional additional configuration fields such as board number, port number, custom profile, CVLAN, SVLAN, tag transform mode, TLS VLAN usage, ODB splitter, address or comment, ONU external ID, and speed profile names.

Output

JSON

  • json - The JSON response from the SmartOLT API after authorizing the ONU, typically containing the authorization result or status.

Dependencies

  • SmartOLT API with an API key credential

Troubleshooting

  • Ensure all required fields (OLT ID, Pon Type, SN, ONU Type, ONU Mode, VLAN, Zone, Name) are provided and valid to avoid API errors.
  • Check that the custom profile name does not contain whitespaces if used.
  • Verify that the Zone and Name fields contain only allowed characters to prevent validation errors.
  • If the API returns authorization failure, confirm that the ONU serial number is correct and the OLT ID exists in the system.

Links

Discussion