SmartOLT icon

SmartOLT

Consume SmartOLT API (v0.2.17)

Overview

This node operation sets the WiFi port mode to Access on an ONU (Optical Network Unit) identified by its unique external ID. It allows configuring the WiFi port with specific VLAN settings and optional parameters such as DHCP mode, SSID, password, and authentication mode. This operation is useful in network management scenarios where administrators need to control WiFi port behavior on ONUs remotely, for example, to assign VLANs for network segmentation or to update WiFi credentials and security settings.

Use Case Examples

  1. Setting the WiFi port mode to Access for a specific ONU by its external ID to enable VLAN tagging and control DHCP settings.
  2. Updating the SSID and password of the WiFi port on an ONU to change wireless network access credentials.

Properties

Name Meaning
ONU External ID The unique external identifier of the ONU device to configure.
WiFi Port The specific WiFi port on the ONU to set to Access mode.
VLAN The VLAN ID to assign to the WiFi port in Access mode.
DHCP The DHCP control mode for the WiFi port, options include No control, From ISP, From ONU, and Forbidden.
SSID The SSID (network name) to set for the WiFi port.
Password The password for the WiFi port's wireless network.
Authentication Mode The authentication mode for the WiFi port, such as WPA2 or Open-system.

Output

JSON

  • response - The API response confirming the WiFi port mode change or containing error details.

Dependencies

  • Requires an API key credential for SmartOLT API authentication.

Troubleshooting

  • Common issues include invalid ONU External ID, incorrect VLAN ID, or unsupported WiFi port identifiers which may cause API errors.
  • Error messages from the API typically indicate parameter validation failures or authentication issues; ensure all required fields are correctly set and the API credentials are valid.
  • Network connectivity issues to the SmartOLT API endpoint can cause request failures; verify network access and API endpoint availability.

Links

Discussion