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 set the WAN mode of an ONU (Optical Network Unit) to DHCP using the ONU's unique external ID. It is useful in network management scenarios where automated configuration of ONU WAN settings is required, such as in ISP environments managing multiple ONUs remotely. For example, it can be used to switch an ONU's WAN mode to DHCP dynamically based on network policies or troubleshooting needs.
Use Case Examples
- Automatically configure the WAN mode of an ONU to DHCP after provisioning.
- Change the WAN mode to DHCP for an ONU identified by its unique external ID during network maintenance.
Properties
| Name | Meaning |
|---|---|
| ONU External ID | The unique external identifier of the ONU for which the WAN mode will be set to DHCP. |
| Additional Fields | Optional parameters to customize the WAN mode configuration, including configuration method, IP protocol, IPv6 address mode, IPv6 address, IPv6 gateway, DHCPv6 prefix delegation mode, and IPv6 prefix address. |
Output
JSON
success- Indicates whether the WAN mode was successfully set to DHCP.message- Additional information or status message from the API response.
Dependencies
- SmartOLT API
Troubleshooting
- Ensure the ONU External ID is correct and exists in the SmartOLT system to avoid 'not found' errors.
- Verify that the API credentials are valid and have sufficient permissions to perform WAN mode changes.
- Check network connectivity to the SmartOLT API endpoint to prevent request failures.
- If the operation fails, review the error message returned by the API for specific issues such as invalid parameters or unsupported configuration methods.
Links
- SmartOLT API Documentation - Official documentation for the SmartOLT API used by this node.