You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

User documentation

To operate a network, it is important to get an overview about the currently raised alarms. The application offers basic fault management of devices supporting ONF-TR-532. The alarms are classified according to the severity level (warning, minor, major, critical).

Specification

“Fault” User Interface should be implemented to show the Alarm notifications of the devices.

Below are the UI elements to be implemented.

The graphical user interface is separated in three Expansion Panels.

  1. Current Alarm Notifications
  2. Alarm Notifications
  3. Alarm Log

The table view implements the common ux-framework-table supporting sorting, filtering and pagination on the server.

The following panels shows the tables with its respective data.

1)     Current Alarm Notifications

It lists all current active faults in the network. In addition, it also lists alarms sent by the SDN controller itself, which detects connections losses to the NetConf server (connectionLossOAM) or which detects connection loss to a devices via a mediator to a device (connectionLossNeOAM).

The Current Alarm Notification panel shows the table with the below columns.

  1. icon
  2. Time Stamp
  3. Node Name
  4. Count
  5. Object Id
  6. Alarm Type
  7. Severity

2)     Alarm Notifications

As long as the view is open, it lists all alarm notification reached by the SDN Controller. Please note that refreshing the view will start the collection again. Previous alarm notification can be viewed in the alarm log.

The Alarm Notification panel shows the table with the below columns.

  1. icon
  2. Time Stamp
  3. Node Name
  4. Count
  5. Object Id
  6. Alarm Type
  7. Severity

3)     Alarm Log

Next to the current active alarms an alarm log lists all alarm notifications of the past.

The Alarm Log panel shows the table with the below columns.

  1. icon
  2. Time Stamp
  3. Node Name
  4. Count
  5. Object Id
  6. Alarm Type
  7. Sverity

The Fault values are stored on an ElasticSearch database. The REST-API is provided by the ApiGateway.

The index is “sdnevents” the doctype is

  1. faultcurrent”- Data for Current Alarm Notifications
  2. faultlog”- Data for Alarm Log

 

 

  • No labels