Skip to main content

Discovering the parameters

Confirm Device Connection

At this point, you should have a device successfully connected to the CONTROL platform, similar to the example shown below:

image.png

Note: If the device list is empty, perform the following troubleshooting steps locally on the device:

  • Try HTTP instead of HTTPS: Change the CONTROL URL from https://control.zequenze.com/cwmp/ to http://control.zequenze.com/cwmp/. If this works, the device does not support HTTPS or encrypted communication.

  • Use IP address instead of domain: Replace the domain control.zequenze.com with the CONTROL platform's IP address (e.g., https://35.171.123.57/cwmp/ or http://35.171.123.57/cwmp/). If this works, verify the device's DNS configuration.

  • Verify TR069 service: Validate that the WAN interface has the TR069 service enabled to achieve connectivity to the CONTROL platform.

Understanding the Interface

The screenshot above displays the following elements:

  1. Inventory — Located on the left sidebar, this section contains devices, profiles, and other resources.
  2. Devices — Displays the list of connected devices, showing their status as online or offline (with reasons for offline status).
  3. General — The default section view when accessing a device.
  4. Name — Automatically assigned by CONTROL as a unique identifier using the ONT's OUI-FSAN or serial number.
  5. Status — Shows whether the device is UP or DOWN. Devices have a configured "Periodic Inform Interval" (e.g., 180 seconds). If the device fails to report within this interval, its status changes to DOWN.
  6. Profile — Indicates which profile the device is assigned to.
  7. Serial — Displays the serial number or FSAN reported by the device.
  8. SW Version — Shows the current software version running on the device.

Enable Parameter Discovery

To discover all available parameters from a device on the CONTROL platform, follow these steps:

image.png

Step 1: Navigate to Profiles

  1. Click Inventory in the left sidebar.
  2. Select Profiles from the menu.
  3. (Optional) Use the filter to search for a specific profile name and press Enter.
  4. Check the checkbox next to the desired profile to reveal additional options.

image.png

Once you check the checkbox:

  1. The checkbox is marked and selected.
  2. A new "Action" button appears.

Step 2: Toggle Discovery

image.png

  1. Click the "Action" button.
  2. Select "Toggle Discovery" from the dropdown menu.
  3. A green gear icon will appear, confirming that the discovery process has started.

The CONTROL platform will now wait for the device to connect and retrieve all available parameters.

Step 3: Monitor Discovery Progress

image.png

The green gear icon indicates that the platform is waiting to obtain all parameters from the device. Refresh the webpage to check when the gear icon disappears, signaling that discovery is complete.

image.png

View Discovered Parameters

Once discovery is complete, you can view all discovered parameters.

Access the Profile

Click on the profile name to open its details:

image.png

Locate System Groups

Inside the profile, scroll down to the bottom of the page to find the System groups section:

image.png

This section contains:

  1. System groups — Where discovered parameters are stored.
  2. Group — The name of the parameter group. For discovered parameters, this is typically the profile name followed by "Discovered".
  3. Move — A button that displays the parameters and their count.

View Parameter Details

Click the "Move" button to open the parameter viewer:

image.png

This window displays:

  1. Variable name — The name of each discovered parameter.
  2. Type — The parameter data type (e.g., string, integer, date, etc.).
  3. Read-only — Indicates whether the parameter is read-only or writable.
  4. Discovered value — The value discovered from the example device.
  5. Values — A table containing all parameter information.
  6. Pages — Navigation controls for browsing multiple pages of parameters.
  7. Quantity — The total number of parameters available for this device with its current firmware or software version.

Reference: For detailed information about parameters, consult the standard documentation for TR-098 or TR-181.

Next Steps

You can now export all discovered parameters to Excel or other formats for local analysis. This process will be covered in the next section.