SmartOLT icon

SmartOLT

Consume SmartOLT API (v0.2.17)

Overview

This node operation sets the WiFi port mode to LAN for a specific ONU (Optical Network Unit) identified by its unique external ID. It is useful in network management scenarios where administrators need to configure the WiFi port behavior of ONUs remotely, such as enabling LAN mode on a particular WiFi port to control network traffic flow or access settings. For example, an ISP technician can automate the configuration of WiFi ports on customer ONUs to switch them to LAN mode based on operational requirements.

Use Case Examples

  1. Set the WiFi port mode to LAN on an ONU identified by its unique external ID to enable LAN traffic on that port.
  2. Configure DHCP, SSID, password, and authentication mode for the WiFi port while setting it to LAN mode.

Properties

Name Meaning
ONU External ID The unique external identifier of the ONU device to be configured.
WiFi Port The specific WiFi port on the ONU to set to LAN mode.
Additional Fields Optional parameters to further configure the WiFi port such as DHCP settings, SSID, password, and authentication mode.

Output

JSON

  • * - Response data from the SmartOLT API after setting the WiFi port mode to LAN, typically including status or confirmation details.

Dependencies

  • Requires an API key credential for SmartOLT API access.

Troubleshooting

  • Common issues include invalid ONU External ID or WiFi port values, resulting in API errors.
  • Errors may occur if required parameters are missing or if the API credentials are incorrect or expired.
  • Network connectivity issues to the SmartOLT API endpoint can cause request failures.

Links

Discussion