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 signal information for Optical Network Units (ONUs). Specifically, the 'Get All ONUs Signals' operation fetches signal data from ONUs across various OLTs (Optical Line Terminals), boards, ports, or zones. This is useful for network administrators who need to monitor the status and signal quality of ONUs in their network infrastructure. For example, it can be used to gather signal metrics for troubleshooting or performance analysis across all ONUs or filtered by specific OLT IDs, boards, ports, or zones.
Use Case Examples
- A network admin wants to get signal data for all ONUs connected to a specific OLT ID to check for signal degradation.
- An operator needs to monitor ONU signals across all boards and ports within a particular zone to ensure network stability.
Properties
| Name | Meaning |
|---|---|
| OLT ID | The ID of the OLT for which to get the ONUs statuses. Leave empty to get signals from all OLTs. |
| Board | OLT board where the ONUs are placed. Leave empty to get signals from all boards on the provided OLT ID. |
| Port | OLT PON port where ONUs are placed. Leave empty to get signals from all PON ports on the provided board. |
| Zone | The zone where the ONUs are located. Can contain alphanumeric characters, spaces, underscore, and dash. Leave empty to get signals from all zones. |
Output
JSON
*- Signal data for ONUs, structure depends on API response but generally includes signal metrics and identifiers
Dependencies
- Requires SmartOLT API credentials for authentication.
Troubleshooting
- Common issues include invalid or missing API credentials, resulting in authentication errors.
- Incorrect or unsupported filter values (e.g., invalid OLT ID, board, port, or zone) may cause the API to return errors or empty results.
- Network connectivity issues to the SmartOLT API endpoint can cause request failures.
Links
- SmartOLT API Documentation - Official API documentation for SmartOLT, detailing endpoints and parameters.