Skip to content

Commit 69bdf93

Browse files
authored
Merge pull request SkylineCommunications#346 from amargenjac/main
Viavi Solutions XPERTrak driver help
2 parents 5adebbd + 575bd32 commit 69bdf93

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed
+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
uid: Connector_help_Viavi_Solutions_XPERTrak
3+
---
4+
5+
# Viavi Solutions XPERTrak
6+
7+
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.
8+
9+
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.
10+
11+
## About
12+
13+
### Version Info
14+
15+
| Range | Features | Based on | System Impact |
16+
|--------------------|-----------------|----------|----------------|
17+
| 1.0.0.x [SLC Main] | Initial version | - | - |
18+
19+
### Product Info
20+
21+
| Range | Supported Firmware |
22+
|---------|--------------------|
23+
| 1.0.0.x | - |
24+
25+
### System Info
26+
27+
| Range | DCF Integration | Cassandra Compliant | Linked Components | Exported Components |
28+
|---------|------------------|----------------------|-------------------|-----------------------|
29+
| 1.0.0.x | No |Yes | - | |
30+
31+
## Configuration
32+
33+
### Connections
34+
35+
#### HTTP Connection
36+
37+
This connector uses an HTTP connection and requires the following input during element creation:
38+
39+
HTTP CONNECTION:
40+
41+
- **IP address/host**: The polling IP or URL of the destination.
42+
- **IP port**: The IP port of the destination.
43+
- **Device address**: The bus address of the device. If the proxy server has to be bypassed, specify *BypassProxy*.
44+
45+
### Initialization
46+
47+
When you have created the element, on the **Configuration** page, fill in the **Username** and **Password** required for system authentication.
48+
49+
## How to use
50+
51+
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.
52+
53+
All available ports will be requested from the selected RCI, and they will be displayed on the **General** page in the **Upstreamports** table.
54+
55+
You can open each port individually. The trace from that port will be requested and shown on the **Spectrum Analyzer** page.
56+
57+
On the **General** page, the status parameter shows the status of the polling and allows you to track this in real time.

connector/toc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9388,6 +9388,8 @@
93889388
topicUid: Connector_help_Viavi_Solutions_ONMSi
93899389
- name: Viavi Solutions VSA Streamer
93909390
topicUid: Connector_help_Viavi_Solutions_VSA_Streamer
9391+
- name: Viavi Solutions XPERTrak
9392+
topicUid: Connector_help_Viavi_Solutions_XPERTrak
93919393
- name: Victron
93929394
items:
93939395
- name: Victron UPS

0 commit comments

Comments
 (0)