What are SS7 SGC alarms?
Alarms in the SS7 SGC stack alert the administrator to exceptional conditions. Subsystems in the SS7 SGC stack raise them upon detecting an error condition or an event of high importance. The SS7 SGC stack clears alarms automatically when the error conditions are resolved; an administrator can clear any alarm at any time. When an alarm is raised or cleared, the SS7 SGC stack generates a notification that is sent as a JMX Notification and an SNMP trap/notification.
The SS7 SGC stack defines multiple alarm types. Each alarm type corresponds to a type of error condition or important event (such as "SCTP association down"). The SGC stack can raise multiple alarms of any type (for example, multiple "SCTP association down" alarms, one for each disconnected association).
Alarms are inspected and managed through a set of commands exposed by the Command-Line Management Console, which is distributed with SGC SS7 Stack.
See also
|
Below are details of Active Alarms and Event History, Generic Alarm Attributes, and Alarm Types.
Active alarms and event history
The SS7 SGC Stack stores and exposes two types of alarm-related information:
-
active alarms — a list of alarms currently active
-
event history — a list of alarms and notifications that where raised or emitted in the last 24 hours (this is default value — see Configuring the SS7 SGC Stack).
At any time, an administrator can clear all or selected alarms.
Generic alarm attributes
Alarm attributes represent information about events that result in an alarm being raised. Each alarm type has the following generic attributes, plus a group of attributes specific to that alarm type (described in the following sections).
There are two types of generic attribute; basic and extended.
Basic attributes:
-
Are displayed by default in the SGC’s CLI.
-
They are always included in full in SNMP traps.
-
And they are returned in full by SNMP queries.
Extended attributes:
-
Are not displayed by default in the SGC’s CLI. This behaviour may be overridden by specifiying additional columns using the
column
attribute in thedisplay-active-alarm
ordisplay-event-history
CLI commands. -
Will be included in an SNMP trap or inform if the SNMP agent is configured for
extended-traps
, otherwise these will be omitted. -
Are returned in full by SNMP queries.
The full set of attributes is described in the following table:
Attribute | Type | Description |
---|---|---|
|
|
A unique alarm instance identifier, presented as a number. This identifier can be used to track alarms, for example by using it to identify the raise and clear event entries for an alarm in the event history, or to refer to a specific alarm in the commands which can be used to manipulate alarms. |
|
|
The name of the alarm type. A catalogue of alarm types is given below. |
|
|
The alarm severity:
|
|
|
The date and time at which the event occurred. |
|
|
A comma-separated list of |
|
|
A short description of the alarm. |
|
|
A longer description of the alarm. |
|
|
A guide to some possible causes of the alarm. The described causes should not be considered exhaustive. |
|
|
The possible consequences of the condition that caused the alarm to be raised. |
|
|
Actions that can be taken to remedy the alarm. Note that not all remedies can be described within the constraints of an alarm text. Refer back to this guide or contact support for more assistance. |
Alarm types
This section describes all alarm types that can be raised in an SGC cluster.
General Alarms
This section describes alarms raised concerning the general operational state of the SGC or SGC cluster.
commswitchbindfailure
The CommSwitch is unable to bind to the configured switch-local-address and switch-port. This alarm is cleared when the CommSwitch is able to successfully bind the configured address and port.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
affected node |
|
the cause of the bind failure |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
The CommSwitch is unable to bind to the configured switch-local-address and switch-port. This alarm is cleared when the CommSwitch is able to successfully bind the configured address and port. |
|
possible alarm causes |
Typically misconfigured; the administrator must ensure that the CommSwitch is configured to use a host and port pair which is always available for the SGC’s exclusive use. |
|
potential consequences |
SGC nodes in the same cluster are unable to route messages to each other. |
|
summary of remedial action |
Correct the SGC’s CommSwitch configuration or locate and terminate the process that is bound to the SGC’s CommSwitch address and port. |
configSaveFailed
This alarm is raised when the SGC is unable to save its configuration. This alarm is cleared when the configuration file is next successfully saved.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
affected node |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised when the SGC is unable to save its configuration. This alarm is cleared when the configuration file is next successfully saved. |
|
possible alarm causes |
Insufficient storage space, or changes to the read/write permissions of any previously saved configuration files. |
|
potential consequences |
The SGC configuration may be out of date or not saved at all. |
|
summary of remedial action |
Examine SGC logs to determine cause of save failure and rectify. |
distributedDataInconsistency
This alarm is raised when a distributed data inconsistency is detected. This alarm must be cleared manually since it indicates a problem that may result in undefined behaviour within the SGC, and requires a restart of the SGC cluster to correct. When restarting the cluster it is necessary to fully stop all SGC nodes and only then begin restarting them to properly correct the problem detected by this alarm.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
affected node |
|
the location where the data inconsistency was detected |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised when a distributed data inconsistency is detected. This alarm must be cleared manually since it indicates a problem that may result in undefined behaviour within the SGC, and requires a restart of the SGC cluster to correct. When restarting the cluster it is necessary to fully stop all SGC nodes and only then begin restarting them to properly correct the problem detected by this alarm. |
|
possible alarm causes |
A distributed data inconsistency has been detected; the most likely cause of this is a misconfigured |
|
potential consequences |
Undefined behaviour from the SGC is possible at any time |
|
summary of remedial action |
Fully terminate the cluster, correct the underlying issue, then restart the whole cluster |
illegalClusterEntry
This alarm is raised when a node that doesn’t support the current cluster version enters the cluster. This alarm must be cleared manually.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
information about the illegally entering node |
|
current cluster mode |
|
current cluster version |
|
target cluster version |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised when a node that doesn’t support the current cluster version enters the cluster. This alarm must be cleared manually. |
|
possible alarm causes |
A node that doesn’t support the current cluster version entered the cluster. |
|
potential consequences |
Potential for cluster data corruption and instability. |
|
summary of remedial action |
Terminate the node that doesn’t support the current cluster version. Evaluate cluster status. |
mapdatalosspossible
This alarm is raised when the number of SGC nodes present in the cluster exceeds 1 plus the backup-count
configured for Hazelcast map data structures. See Hazelcast cluster configuration for information on how to fix this. This alarm must be cleared manually since it indicates a configuration error requiring correction and a restart of the SGC.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
the currently configured backup count |
|
the number of nodes in the cluster when at its largest |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised when the number of SGC nodes present in the cluster exceeds 1 plus the |
|
possible alarm causes |
Misconfiguration of cluster nodes or unexpected nodes have entered the cluster. |
|
potential consequences |
Potential for distributed data loss. |
|
summary of remedial action |
See Hazelcast cluster configuration for information on how to correct this. |
migrationErrors
This alarm is raised when errors are encountered during the data migration phase of an SGC cluster upgrade or revert. This alarm must be cleared manually since it indicates a potentially critical error during the cluster upgrade which may have an impact on cluster stability.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
data version before migration |
|
data version being migrated to |
|
detailed information about the migration errors |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised when errors are encountered during the data migration phase of an SGC cluster upgrade or revert. This alarm must be cleared manually since it indicates a potentially critical error during the cluster upgrade which may have an impact on cluster stability. |
|
possible alarm causes |
One or more errors were encountered during the data migration phase of an SGC cluster upgrade or revert. |
|
potential consequences |
The SGC cluster’s behaviour may be undefined, either now or in the future. |
|
summary of remedial action |
Run bin/generate-report.sh on each cluster member, then terminate the whole cluster. Reinstate the previous cluster version from backups and start the old cluster. Submit a support request. |
nodeManagerBindFailure
This alarm is raised when the legacy node manager is unable to bind to the configured stack-http-address and stack-http-port for any reason. This is typically caused by misconfiguration; the administrator must ensure that the node manager is configured to use a host and port pair which is always available for the SGC’s exclusive use. This alarm is cleared when the node manager is able to successfully bind the configured socket.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
affected node |
|
additional information about the failure |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised when the legacy node manager is unable to bind to the configured stack-http-address and stack-http-port for any reason. This is typically caused by misconfiguration; the administrator must ensure that the node manager is configured to use a host and port pair which is always available for the SGC’s exclusive use. This alarm is cleared when the node manager is able to successfully bind the configured socket. |
|
possible alarm causes |
The configured stack-http-address and stack-http-port cannot be bound. |
|
potential consequences |
Legacy TCAP stacks (those using the urlList method) will not be able to connect to the affected SGC. |
|
summary of remedial action |
Ensure that stack-http-address and stack-http-port are correctly configured and that no other applications have bound the configured address and port. |
nodefailure
This alarm is raised whenever a node configured in the cluster is down. It is cleared when an SGC instance acting as that particular node becomes active.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
affected node |
|
additional information about the node failure |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised whenever a node configured in the cluster is down. It is cleared when an SGC instance acting as that particular node becomes active. |
|
possible alarm causes |
A configured node is not running. This may be due to administrative action, or the node may have exited abnormally. |
|
potential consequences |
Any remaining cluster nodes will continue to provide service. |
|
summary of remedial action |
Determine why the node is not running, resolve any issues and restart the stopped node. |
poolCongestion
This alarm is raised whenever over 80% of a pool’s pooled objects are in use. This is typically caused by misconfiguration, see Static SGC instance configuration. It is cleared when less than 50% of pooled objects are in use.
What is a task pool?
A task pool is a pool of objects used during message processing, where each allocated object represents a message that may be processing or waiting to be processed. Each SGC node uses separate task pools for outgoing and incoming messages. |
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
affected node |
|
name of the affected task pool |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised whenever over 80% of a pool’s pooled objects are in use. This is typically caused by misconfiguration, see Static SGC instance configuration. It is cleared when less than 50% of pooled objects are in use. |
|
possible alarm causes |
Misconfiguration |
|
potential consequences |
None unless |
|
summary of remedial action |
Examine the SGC’s sizing requirements |
poolExhaustion
This alarm is raised whenever a task allocation request is made on a pool whose objects are all already allocated. This is typically caused by misconfiguration, see Static SGC instance configuration. This alarm must be cleared manually.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
affected node |
|
name of the affected task pool |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised whenever a task allocation request is made on a pool whose objects are all already allocated. This is typically caused by misconfiguration, see Static SGC instance configuration. This alarm must be cleared manually. |
|
possible alarm causes |
A task allocation request is made on a task pool whose members are all in use |
|
potential consequences |
Delays processing messages and/or messages being dropped |
|
summary of remedial action |
Examine the SGC’s sizing requirements. |
workgroupCongestion
This alarm is raised when the worker work queue is over 80% occupied. It is cleared when the worker work queue is less than 50% occupied.
What is a worker group?
A worker group is a group of workers (threads) that are responsible for processing tasks (incoming/outgoing messages). Each worker has a separate work queue. |
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
affected node |
|
affected worker index |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised when the worker work queue is over 80% occupied. It is cleared when the worker work queue is less than 50% occupied. |
|
possible alarm causes |
The queue of tasks waiting to be processed is larger than 80% of the configured maximum worker queue size |
|
potential consequences |
Tasks may fail to be queued if the workgroup congestion hits 100% |
|
summary of remedial action |
Examine the SGC’s sizing requirements. |
M3UA
This section describes alarms raised concerning the M3UA layer of the SGC cluster.
asConnDown
This alarm is raised when an AS connection which was active becomes inactive. This alarm can be caused either by misconfiguration at one or both ends of the M3UA association used, such as by a disagreement on the routing context to be used, or by network failure. It is cleared when the Application Server becomes active on the connection.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
the affected AS |
|
name of affected connection |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised when an AS connection which was active becomes inactive. This alarm can be caused either by misconfiguration at one or both ends of the M3UA association used, such as by a disagreement on the routing context to be used, or by network failure. It is cleared when the Application Server becomes active on the connection. |
|
possible alarm causes |
Misconfiguration of one or both ends of the M3UA association or network failure. |
|
potential consequences |
The affected AS connection cannot be used for message send or receive. |
|
summary of remedial action |
Correct configuration or resolve network failure. |
asDown
This alarm is raised whenever a configured M3UA Application Server is not active. This alarm is typically caused by either a misconfiguration at one or both ends of an M3UA association or by network failure. It is cleared when the Application Server becomes active again.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
the affected AS |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised whenever a configured M3UA Application Server is not active. This alarm is typically caused by either a misconfiguration at one or both ends of an M3UA association or by network failure. It is cleared when the Application Server becomes active again. |
|
possible alarm causes |
Misconfiguration of one or both ends of the M3UA association or network failure. |
|
potential consequences |
The Application Server is down and messages cannot be sent or received on that AS |
|
summary of remedial action |
Correct configuration or resolve network failure. |
associationCongested
This alarm is raised whenever an SCTP association becomes congested. An association is considered congested if the outbound queue size grows to more than 80% of the configured out-queue-size
for the connection. This alarm is cleared when the outbound queue size drops below 50% of the configured out-queue-size
.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
name of affected connection |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised whenever an SCTP association becomes congested. An association is considered congested if the outbound queue size grows to more than 80% of the configured |
|
possible alarm causes |
The association’s outbound queue size has grown to more than 80% of the configured out-queue-size. |
|
potential consequences |
Possible higher latency sending M3UA messages and if the queue becomes full, message send failure. |
|
summary of remedial action |
Examine the SGC’s sizing requirements |
associationDown
This alarm is raised whenever a configured connection is not active. This alarm is typically caused either by a misconfiguration at one or both ends of the M3UA association or by network failure. It is cleared when an association becomes active again.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
name of affected connection |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised whenever a configured connection is not active. This alarm is typically caused either by a misconfiguration at one or both ends of the M3UA association or by network failure. It is cleared when an association becomes active again. |
|
possible alarm causes |
Misconfiguration at one or both ends of the M3UA association or network failure. |
|
potential consequences |
The SCTP association will not be used. |
|
summary of remedial action |
Correct configuration or resolve network failure. |
associationPathDown
This alarm is raised whenever a network path within an association becomes unreachable but the association as a whole remains functional because at least one other path remains available. This alarm is only raised for assocations using SCTP’s multi-homing feature (i.e. having multiple connection IP addresses assigned to a single connection). Association path failure is typically caused by either misconfiguration at one or both ends or by network failure. This alarm will be cleared when SCTP signals that the path is available again, or when all paths have failed, in which case a single associationDown alarm will be raised to replace all the former associationPathDown
alarms.
This alarm will also always be raised briefly during association establishment for all paths within the association which SCTP does not consider primary while SCTP is testing the alternative paths. |
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
name of affected connection |
|
the peer address which has become unreachable |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised whenever a network path within an association becomes unreachable but the association as a whole remains functional because at least one other path remains available. This alarm is only raised for assocations using SCTP’s multi-homing feature (i.e. having multiple connection IP addresses assigned to a single connection). Association path failure is typically caused by either misconfiguration at one or both ends or by network failure. This alarm will be cleared when SCTP signals that the path is available again, or when all paths have failed, in which case a single associationDown alarm will be raised to replace all the former |
|
possible alarm causes |
A network path within the SCTP association has become unreachable. |
|
potential consequences |
Other path(s) within the association will be used. |
|
summary of remedial action |
Correct configuration or resolve network failure. |
associationUnresolvable
This alarm is raised whenever an association is detected to be configured with an unresolvable remote address. This alarm will be cleared whenever a connect attempt is made using any address on the association and the unresolvable address has since become resolvable. It may also be cleared if the connection is disabled and the address has become unresolvable.
Since automatic clearing of the alarm is dependent upon association activity (reconnect attempts or disabling) this may not happen for some time - for example if there are alternate addresses and one of those was used for a successful connect. In this case the user may prefer to clear the alarm manually.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
name of affected connection |
|
the peer address which could not be resolved |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised whenever an association is detected to be configured with an unresolvable remote address. This alarm will be cleared whenever a connect attempt is made using any address on the association and the unresolvable address has since become resolvable. It may also be cleared if the connection is disabled and the address has become unresolvable. |
|
possible alarm causes |
An association has been configured with an unresolvable remote address. |
|
potential consequences |
If this is the only address on the association, then the association will be DOWN. If other resolvable addresses exist, one of these will be used to establish the association. |
|
summary of remedial action |
Correct configuration or resolve network failure (e.g. DNS lookup). |
dpcRestricted
This alarm is raised when the SGC receives a Destination Restricted message from its remote SGP or IPSP peer for a remote destination point code. It is cleared when the DPC restricted state abates on a particular SCTP association.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
the affected AS |
|
the affected DPC |
|
name of affected connection |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised when the SGC receives a Destination Restricted message from its remote SGP or IPSP peer for a remote destination point code. It is cleared when the DPC restricted state abates on a particular SCTP association. |
|
possible alarm causes |
The remote SGP or IPSP peer has sent a Destination Restricted message to the SGC. |
|
potential consequences |
The SGC will route traffic to the affected DPC via an alternate route if possible. |
|
summary of remedial action |
None at the SGC. |
dpcUnavailable
This alarm is raised when a configured DPC is unreachable through a particular SCTP association. It is cleared when a DPC becomes reachable again through the particular SCTP association.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
the affected AS |
|
the affected DPC |
|
name of affected connection |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised when a configured DPC is unreachable through a particular SCTP association. It is cleared when a DPC becomes reachable again through the particular SCTP association. |
|
possible alarm causes |
Network failure or misconfiguration. |
|
potential consequences |
The DPC cannot be reached through the affected connection and affected AS. |
|
summary of remedial action |
Correct configuration or resolve network failure. |
mtpCongestion
This alarm is raised whenever a remote MTP reports congestion for an association and a specific destination point code normally reachable through that association. It is cleared when the remote MTP reports that congestion has abated.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
name of affected connection |
|
the affected DPC |
|
the reported MTP congestion level (ANSI only) |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised whenever a remote MTP reports congestion for an association and a specific destination point code normally reachable through that association. It is cleared when the remote MTP reports that congestion has abated. |
|
possible alarm causes |
The remote MTP has reported congestion. |
|
potential consequences |
Standard MTP congestion procedures are followed. |
|
summary of remedial action |
None; the alarm is automatically cleared when the remote MTP reports abatement. |
SCCP
This section describes Alarms raised by the SCCP subsystem.
sccpLocalSsnProhibited
This alarm is raised whenever all previously connected TCAP stacks (with the CGIN RA) using a particular SSN become disconnected. This is typically caused by either network failure or administrative action (such as deactivating an RA entity in Rhino). It is cleared when at least one TCAP stack configured for the affected SSN connects.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
affected SubSystem |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised whenever all previously connected TCAP stacks (with the CGIN RA) using a particular SSN become disconnected. This is typically caused by either network failure or administrative action (such as deactivating an RA entity in Rhino). It is cleared when at least one TCAP stack configured for the affected SSN connects. |
|
possible alarm causes |
All TCAP stacks registered for the affected SSN have disconnected. |
|
potential consequences |
Messages received for the affected SSN will follow SCCP return procedures. |
|
summary of remedial action |
Correct network failure or resolve administrative action. |
sccpRemoteNodeCongestion
This alarm is raised whenever a remote SCCP node reports congestion. It is cleared when the congestion abates. This alarm will only be emitted when the sccp-variant
in General Configuration is configured for ITU. See mtpCongestion
for information on MTP-level congestion notification (SCON/MTP-STATUS) alarms.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
affected PointCode |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised whenever a remote SCCP node reports congestion. It is cleared when the congestion abates. This alarm will only be emitted when the |
|
possible alarm causes |
The remote SCCP has reported congestion. |
|
potential consequences |
ITU-T SCCP congestion algorithms will be applied to the specified DPC. |
|
summary of remedial action |
None; this alarm is automatically cleared when congestion abates. |
sccpRemoteNodeNotAvailable
This alarm is raised whenever a remote SCCP node becomes unavailable. It is cleared when the remote node becomes available.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
affected PointCode |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised whenever a remote SCCP node becomes unavailable. It is cleared when the remote node becomes available. |
|
possible alarm causes |
The remote SCCP node has become unavailable. |
|
potential consequences |
The remote SCCP will not have messages sent to it. |
|
summary of remedial action |
None; this alarm is cleared when the remote SCCP becomes available. |
sccpRemoteSsnProhibited
This alarm is raised whenever a remote SCCP node reports that a particular SSN is prohibited. It is cleared when the remote SCCP node reports that the affected SSN is available.
The following table shows the basic attributes raised as part of this alarm.
Attribute | Description | Values of constants |
---|---|---|
|
unique alarm identifier |
|
|
name of alarm type |
|
|
alarm severity |
|
|
timestamp when the event occurred |
|
|
short alarm description |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following alarm-specific parameters:
Attribute | Description |
---|---|
|
affected PointCode |
|
affected SubSystem |
This alarm’s extended attributes have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long alarm description |
This alarm is raised whenever a remote SCCP node reports that a particular SSN is prohibited. It is cleared when the remote SCCP node reports that the affected SSN is available. |
|
possible alarm causes |
The remote SCCP has reported the affected SSN to be prohibited. |
|
potential consequences |
The affected SSN at the affected point code will not have messages sent to it. |
|
summary of remedial action |
None; this alarm is cleared when the remote SCCP reports that the affected SSN is available. |