Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Viavi Solutions XPERTrak driver help #346

Merged
merged 3 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions connector/doc/Viavi_Solutions_XPERTrak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
uid: Connector_help_Viavi_Solutions_XPERTrak
---

# Viavi Solutions XPERTrak

The Viavi Solutions XPERTrak is a Spectrum Analyzer connector. It polls data from the RCIs and allows you to view a specific trace from the upstream ports.

This connector will initially poll the data for an RCI, upon which it will poll the data from the ports from that RCI. Each port can be selected, and its trace will be requested from the API that will be shown in the list. A page with data about the RCI is also available.

## About

### Version Info

| Range | Features | Based on | System Impact |
|--------------------|-----------------|----------|----------------|
| 1.0.0.x [SLC Main] | Initial version | - | - |

### Product Info

| Range | Supported Firmware |
|---------|--------------------|
| 1.0.0.x | - |

### System Info

| Range | DCF Integration | Cassandra Compliant | Linked Components | Exported Components |
|---------|------------------|----------------------|-------------------|-----------------------|
| 1.0.0.x | No |Yes | - | |

## Configuration

### Connections

#### HTTP Connection

This connector uses an HTTP connection and requires the following input during element creation:

HTTP CONNECTION:

- **IP address/host**: The polling IP or URL of the destination.
- **IP port**: The IP port of the destination.
- **Device address**: The bus address of the device. If the proxy server has to be bypassed, specify *BypassProxy*.

### Initialization

When you have created the element, on the **Configuration** page, fill in the **Username** and **Password** required for system authentication.

## How to use

After the initial connector authentication and authorization, the connector will poll the list of all available RCIs. On the **Configuration** page, you can change which RCI is selected.

All available ports will be requested from the selected RCI, and they will be displayed on the **General** page in the **Upstreamports** table.

You can open each port individually. The trace from that port will be requested and shown on the **Spectrum Analyzer** page.

On the **General** page, the status parameter shows the status of the polling and allows you to track this in real time.
2 changes: 2 additions & 0 deletions connector/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9374,6 +9374,8 @@
topicUid: Connector_help_Viavi_Solutions_ONMSi
- name: Viavi Solutions VSA Streamer
topicUid: Connector_help_Viavi_Solutions_VSA_Streamer
- name: Viavi Solutions XPERTrak
topicUid: Connector_help_Viavi_Solutions_XPERTrak
- name: Victron
items:
- name: Victron UPS
Expand Down
Loading