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 Ethernet port mode of an ONU (Optical Network Unit) to transparent using the ONU's unique external ID. It is useful in network management scenarios where administrators need to configure ONU Ethernet ports remotely, for example, to change port modes for traffic management or troubleshooting.
Use Case Examples
- Setting the Ethernet port mode to transparent for a specific ONU identified by its unique external ID.
- Configuring DHCP control on the Ethernet port while setting it to transparent mode.
Properties
| Name | Meaning |
|---|---|
| OLT External ID | The unique external identifier of the ONU to target for the Ethernet port mode change. |
| Ethernet Port | The specific Ethernet port on the ONU to set to transparent mode. |
| DHCP | Optional control setting for the Ethernet port DHCP behavior. |
Output
JSON
response- The API response confirming the Ethernet port mode change or providing status information.
Dependencies
- SmartOLT API with an API key credential for authentication
Troubleshooting
- Common issues include invalid ONU external ID or Ethernet port values, resulting in API errors.
- Network connectivity issues to the SmartOLT API can cause request failures.
- Incorrect or missing API credentials will prevent successful API calls.
Links
- SmartOLT API Documentation - Official documentation for the SmartOLT API endpoints and usage.