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 manage Optical Network Units (ONUs). Specifically, the 'Shutdown ONU WiFi port by ONU unique external ID' operation allows users to remotely shut down a specified WiFi port on an ONU identified by its unique external ID. This is useful in network management scenarios where disabling WiFi ports on specific ONUs is required for maintenance, troubleshooting, or security purposes.
Use Case Examples
- A network administrator wants to disable the WiFi port 2 on an ONU with a known unique external ID to prevent unauthorized access.
- An automated workflow shuts down WiFi ports on ONUs that are flagged for security issues based on external monitoring.
Properties
| Name | Meaning |
|---|---|
| ONU External ID | The unique external identifier of the ONU whose WiFi port is to be shut down. |
| WiFi Port | The specific WiFi port on the ONU to be shut down. |
Output
JSON
response- The API response confirming the shutdown action or providing status information.
Dependencies
- Requires SmartOLT API credentials for authentication.
Troubleshooting
- Common issues include invalid ONU External ID or WiFi port values, which may cause the API to return errors indicating the ONU or port was not found.
- Network connectivity issues or incorrect API credentials can lead to authentication failures or request timeouts.
- Error messages from the API should be checked for details; ensuring the ONU External ID and WiFi port are correctly specified usually resolves most errors.
Links
- SmartOLT API Documentation - Official documentation for the SmartOLT API, detailing endpoints and usage.