Skip to content

Commit f40c58b

Browse files
added Ericsson_SAU-IP connector help
1 parent dd46fd4 commit f40c58b

File tree

2 files changed

+114
-0
lines changed

2 files changed

+114
-0
lines changed

connector/doc/Ericsson_SAU-IP.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
uid: Connector_help_Ericsson_SAU-IP
3+
---
4+
5+
# Ericsson SAU-IP
6+
7+
This connector monitors the Ericsson Service Access Unit (SAU).
8+
9+
## About
10+
11+
### Key Features
12+
13+
- **Monitoring of Connected Devices**: The connector discovers the devices and modules connected to the main Ericsson SAU and provides detailed information of each part.
14+
- **Inputs and Outputs Alarm Configuration**: Input and Output alarm settings can be changed directly from the connector, including; port configuration, alarm severity and specific name of the monitored port.
15+
- **Alarm Monitoring**: Alarms are collected on DataMiner and easily monitored from the alarm console.
16+
17+
## Use Cases
18+
19+
### Input and Output Alarm Configuration
20+
21+
**Challenge**: Alarm monitoring can be complex on the **Ericsson SAU** as configuration is very versatile.
22+
23+
**Solution**: The connector supports the user by supplying detailed information of each configurable setting and how they affect the subsequent alarming.
24+
Name of the alarm can be changed to provide more specific details of the issue, default configuration of the alarm can be set to either Normally Closed or Normally Opened for different purposes, and severity can be set from a dropdown menu all on one page.
25+
26+
**Benefit**: Simple, straightforward way to configure alarming.
27+
28+
### Source of Monitored Physical Entities
29+
30+
**Challenge**: The monitored physical entities are available on a generic Physical Entities table from the MIB. Although the devices are on different hierarchical levels (parent and child relationship), they are stored on the same table making it confusing to track the entire hierarchy.
31+
32+
**Solution**: The connector automatically traces the hierarchy of monitored physical entity and prefixes the hierarchy to the entity, making it clear which parent component it is connected to.
33+
34+
**Benefit**: Reduce the need to manually trace physical entity hierarchy.
35+
36+
## Prerequisites
37+
38+
- **DataMiner version 10.2 or higher** is required.
39+
40+
## Technical Information
41+
42+
> [!NOTE]
43+
> For detailed technical information, refer to our [technical documentation](xref:Connector_help_Ericsson_SAU-IP_Technical).
+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
uid: Connector_help_Ericsson_SAU-IP
3+
---
4+
5+
# Ericsson SAU-IP
6+
7+
This connector monitors the Ericsson Service Access Unit (SAU).
8+
9+
## About
10+
11+
### Version Info
12+
13+
| Range | Key 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 | - |
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 - [Name of the 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+
41+
SNMP Settings:
42+
43+
- **Port number**: [The port of the connected device, by default 161.]
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+
## How to use
48+
49+
### Input Alarm Configuration
50+
These settings can be accessed on the Inputs page.
51+
- **Name**: This parameter can be set to provide a better description of what the sensor is monitoring.
52+
53+
- **State**: This parameter toggles between enabling and disabling the alarm for the row item. Disabling an enabled alarm will also clear the existing alarm, if any.
54+
55+
- **Configuration**: This parameter refers to the default state of the monitored Input; a Normally Closed Input will trigger an alarm when it opens and vice versa
56+
57+
- **Severity**: This parameter is a configuration parameter that allows the user to set the severity of the resultant alarm for the associated Input.
58+
59+
When an Input alarm is activated, it will be indicated as 'Active' in the **Status** column. This alarm will also be represented on the Alarms table.
60+
The user can choose which location (Alarm table or Inputs table) to alarm on, noting that alarming on both locations will result in duplicate alarms for the same incident.
61+
62+
### Output Alarm Configuration
63+
These settings can be accessed on the Outputs page.
64+
- **Name**: This parameter can be set to provide a better description of what the sensor is monitoring.
65+
66+
- **State**: This parameter toggles between enabling and disabling the alarm for the row item. Disabling an enabled alarm will also clear the existing alarm, if any.
67+
68+
- **Severity**: This parameter is a configuration parameter that allows the user to set the severity of the resultant alarm for the associated Input.
69+
70+
- **Status**: As an output parameter, the status can be manually toggled between Alarm and No Alarm states. To make a valid remote set from this connector/device to the sensor, the **State** should be Enabled and **Severity** should be Remote.
71+

0 commit comments

Comments
 (0)