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 interacts with the SmartOLT API to retrieve information about unconfigured ONUs (Optical Network Units) associated with a specific OLT (Optical Line Terminal) identified by its unique ID. It is useful in network management scenarios where operators need to identify and manage ONUs that have not yet been configured on a given OLT. For example, a network administrator can use this node to fetch a list of unconfigured ONUs for a particular OLT to prepare for provisioning or troubleshooting.
Use Case Examples
- Fetch unconfigured ONUs for OLT with ID 12345 to identify devices pending configuration.
- Search unconfigured ONUs by serial number substring to locate specific devices needing setup.
Properties
| Name | Meaning |
|---|---|
| OLT ID | The unique identifier of the OLT for which to retrieve unconfigured ONUs. This is a required numeric input. |
| Additional Fields | Optional filters to refine the search for unconfigured ONUs. Includes: SN (serial number substring search) and DN Onu Type (ONU type substring search). |
Output
JSON
- `` - Array of unconfigured ONUs matching the specified OLT ID and optional filters.
Dependencies
- SmartOLT API with API key credential
Troubleshooting
- Ensure the OLT ID provided is valid and exists in the SmartOLT system to avoid empty results or errors.
- If the API request fails, check that the SmartOLT API credentials are correctly configured and have necessary permissions.
- When using substring filters (SN or DN Onu Type), ensure the input strings are correctly formatted to match expected values.
Links
- SmartOLT API Documentation - Official documentation for the SmartOLT API endpoints used by this node.