Skip to content

Commit 33baf73

Browse files
authored
Merge pull request SkylineCommunications#432 from JelleHoorne/main
Added Calix AXOS
2 parents d21edef + 3dddb36 commit 33baf73

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed

connector/doc/Calix_AXOS.md

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
uid: Connector_help_Calix_AXOS
3+
---
4+
5+
# Calix AXOS
6+
7+
Calix AXOS (Access eXtensible Operating System) is a software-defined networking (SDN) platform designed for telecommunications networks. It provides a unified, modular, and scalable operating system for network services, enabling service providers to simplify operations, accelerate service delivery, and reduce costs. AXOS supports the deployment of fiber-to-the-home (FTTH), fixed wireless, and other broadband access technologies, allowing seamless upgrades and future-proofing of network infrastructure.
8+
9+
## About
10+
11+
### Version Info
12+
13+
| Range | Features | Based on | System Impact |
14+
|--------------------|------------------|----------|---------------|
15+
| 1.0.0.x [SLC Main] | Initial version. | - | - |
16+
17+
### Product Info
18+
19+
| Range | Supported Firmware |
20+
|---------|----------------------------------------|
21+
| 1.0.0.x | Generic connector for the XGSPON cards |
22+
23+
### System Info
24+
25+
| Range | DCF Integration | Cassandra Compliant | Linked Components | Exported Components |
26+
|---------|-----------------|---------------------|-------------------|---------------------|
27+
| 1.0.0.x | No | Yes | - | - |
28+
29+
## Configuration
30+
31+
### Connections
32+
33+
#### SNMP Connection
34+
35+
This connector uses a Simple Network Management Protocol (SNMP) connection and requires the following input during element creation:
36+
37+
SNMP CONNECTION:
38+
39+
- **IP address/host**: The polling IP or URL of the destination.
40+
- **IP port**: The IP port of the destination.
41+
42+
SNMP Settings:
43+
44+
- **Get community string**: The community string used when reading values from the device (default: *public*).
45+
- **Set community string**: The community string used when setting values on the device (default: *private*).
46+
47+
### Web Interface
48+
49+
The web interface is only accessible when the client machine has network access to the product.
50+
51+
## How to Use
52+
53+
On the **General** page of this connector, you can find all general and Axos system information.
54+
55+
The **Alarms** page contains parameters displaying the Axos alarm count for all severities as well as an overview alarm table.
56+
57+
The **Cards** page contains a table displaying all available cards.
58+
59+
The **OLT** page contains a table displaying information about the OLT ODN ports.
60+
61+
The **ONT** page contains a table displaying information about ONT.

connector/toc.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1772,6 +1772,10 @@
17721772
topicUid: Connector_help_CA_Spectrum
17731773
- name: CA Spectrum Device
17741774
topicUid: Connector_help_CA_Spectrum_Device
1775+
- name: Calix
1776+
items:
1777+
- name: Calix AXOS
1778+
topicUid: Connector_help_Calix_AXOS
17751779
- name: Calrec
17761780
items:
17771781
- name: Calrec Apollo

0 commit comments

Comments
 (0)