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 the status of an ONU (Optical Network Unit) by its unique external ID. It is useful in network management scenarios where operators need to monitor or manage ONUs individually by referencing their unique identifiers. For example, it can be used to check the operational status of a specific ONU in a fiber optic network.
Use Case Examples
- Checking the current status of an ONU by providing its unique external ID to ensure it is functioning correctly.
- Automating network monitoring workflows by fetching ONU status data for reporting or alerting purposes.
Properties
| Name | Meaning |
|---|---|
| ONU External ID | The unique external identifier of the ONU to query its status. This ID must be alphanumeric and is required for the operation. |
Output
JSON
status- The status information of the ONU retrieved from the SmartOLT API, simplified for easier consumption.
Dependencies
- Requires SmartOLT API credentials for authentication to access the API endpoints.
Troubleshooting
- Common issues include providing an invalid or non-existent ONU External ID, which may result in errors or empty responses from the API.
- API authentication failures due to incorrect or missing credentials will prevent the node from retrieving data.
- Network connectivity issues to the SmartOLT API endpoint can cause request failures.
Links
- SmartOLT API Documentation - Official documentation for the SmartOLT API, detailing available endpoints and usage.