Actions28
- ONU Actions
- Get All Unconfigured
- Get Unconfigured By OLT Unique ID
- Get All ONUs Details
- Get ONU status by ONU unique external ID
- Get ONU Full Status Info By ONU Unique External ID
- Get ONU Traffic Graph By ONU Unique External ID
- Set ONU Mgmt IP mode to DHCP by ONU unique external ID
- Enable ONU TR069 by ONU unique external ID
- Update ONU Speed Profiles By ONU Unique External ID
- Set ONU WAN mode to PPPoE by ONU unique external ID
- Set ONU WiFi port mode to LAN by ONU unique external ID
- Set ONU WiFi port mode to Access by ONU unique external ID
- Shutdown ONU WiFi port by ONU unique external ID
- Resync ONU config by ONU unique external ID
- Disable ONU VoIP port by ONU unique external ID
- Set ONU VoIP mode to Enabled by ONU unique external ID
- Enable ONU VoIP port by ONU unique external ID
- Get All ONUs Signals
- Get ONU administrative status by ONU unique external ID
- Get ONU speed profiles by ONU unique external ID
- Authorize
- Set ONU WAN mode to DHCP by ONU unique external ID
- Set ONU Ethernet Port Mode To Transparent By ONU Unique External ID
- Reboot ONU by ONU unique external ID
- Disable ONU by ONU unique external ID
- Enable ONU by ONU unique external ID
- Delete ONU by ONU unique external ID
- OLT Actions
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
- Authorizing a new ONU device on an OLT by specifying its serial number, ONU type, mode (Routing or Bridging), VLAN ID, and zone location.
- 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
- SmartOLT API Documentation - Official API documentation for SmartOLT, including ONU authorization endpoints.