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). Specifically, the 'Get All Unconfigured' operation fetches a list of all unconfigured ONUs, optionally filtered by additional fields such as serial number (SN) or ONU type. This node is useful in network management scenarios where administrators need to identify and manage ONUs that have not yet been configured, enabling efficient provisioning and monitoring of network devices.
Use Case Examples
- A network administrator uses this node to get a list of all unconfigured ONUs to prepare them for configuration and deployment.
- An automated workflow retrieves unconfigured ONUs filtered by a specific serial number pattern to track new devices entering the network.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Optional filters to refine the search for unconfigured ONUs. |
Output
JSON
- `` - Array of unconfigured ONU objects returned by the SmartOLT API, simplified for easier use.
Dependencies
- Requires SmartOLT API credentials for authentication.
Troubleshooting
- Ensure the SmartOLT API credentials are correctly configured and valid to avoid authentication errors.
- If the API returns no data, verify that the filters (SN or ONU type) are correctly specified and that unconfigured ONUs exist matching those criteria.
- Network connectivity issues to the SmartOLT API endpoint can cause request failures; check network settings and API availability.
Links
- SmartOLT API Documentation - Official documentation for the SmartOLT API used by this node.