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 "Set ONU Mgmt IP mode to DHCP by ONU unique external ID" operation configures the management IP mode of a specified ONU to use DHCP. This is useful in network management scenarios where dynamic IP addressing is preferred for ONUs, simplifying IP management and reducing manual configuration. For example, a network administrator can automate setting the management IP mode to DHCP for multiple ONUs identified by their unique external IDs.
Use Case Examples
- Automate setting the management IP mode to DHCP for ONUs in a large network.
- Dynamically configure ONUs to use DHCP for management IP to ease network changes and expansions.
Properties
| Name | Meaning |
|---|---|
| ONU External ID | Unique identifier of the ONU to configure. |
| VLAN | VLAN ID used for ONU management. |
| Additional Fields | Optional additional parameters for the configuration, including CVLAN, SVLAN, and Tag Transform Mode. |
Output
JSON
response- API response confirming the setting of the ONU management IP mode to DHCP.
Dependencies
- Requires SmartOLT API credentials for authentication.
Troubleshooting
- Common issues include invalid ONU External ID causing API errors, missing required VLAN parameter, or incorrect additional field values leading to failed requests.
- Error messages from the API typically indicate invalid parameters or authentication failures. Ensure the ONU External ID is correct and the API credentials are valid.
- If the node fails, verify network connectivity to the SmartOLT API and check that the API endpoint is reachable.
Links
- SmartOLT API Documentation - Official API documentation for SmartOLT, detailing endpoints and parameters.