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 operation sets the WAN mode of an ONU (Optical Network Unit) to PPPoE (Point-to-Point Protocol over Ethernet) using the ONU's unique external ID. It is useful in network management scenarios where an administrator needs to configure the WAN connection type of a specific ONU device remotely. For example, an ISP technician can automate the configuration of customer ONUs to use PPPoE for authentication and internet access.
Use Case Examples
- Set the WAN mode of an ONU identified by its unique external ID to PPPoE with specified username and password.
- Include additional configuration options such as IP protocol type and IPv6 settings when setting the WAN mode.
Properties
| Name | Meaning |
|---|---|
| ONU External ID | The unique external identifier of the ONU device to configure. |
| Username | The PPPoE username used for authentication. Must be alphanumeric and up to 64 characters. |
| Password | The PPPoE password used for authentication. Must be alphanumeric and up to 64 characters. |
| Additional Fields | Optional additional configuration parameters for the PPPoE WAN mode setup. |
Output
JSON
response- The API response confirming the WAN mode change or providing status information.
Dependencies
- Requires an API key credential for SmartOLT API access.
Troubleshooting
- Ensure the ONU External ID is correct and corresponds to an existing ONU device in the system.
- Verify that the PPPoE username and password meet the alphanumeric and length requirements.
- Check that the SmartOLT API credentials are valid and have sufficient permissions to perform WAN mode changes.
- If additional fields are used, ensure their values are valid and supported by the ONU and SmartOLT API.
Links
- SmartOLT API Documentation - Official API documentation for SmartOLT, detailing endpoints and parameters.