Page tree
Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 3 Next »

NEXT includes the following features:

  • Wireless links real-time monitoring.
  • Automatic network nodes discovery.
  • Event formation.

NOTE

The NEXT system is intended only for monitoring Infinet Wireless devices. Devices from other manufacturers are not supported.

Architecture

The NEXT monitoring system consists of several subsystems, each performs a specific function:

  • Polling subsystem - periodically polling network nodes and obtaining their parameters values.
  • "SNMP Trap" processing subsystem - provides "SNMP Trap" reception, preliminary processing and transmission to the polling subsystem.
  • Event formation subsystem - monitors the change in parameter values provided by the polling subsystem, and creates the events in accordance with a certain set of rules.
  • Device discovery subsystem - performs automatic search and the network nodes addition.
  • Web GUI - graphical interface which allows the NEXT operating engineer to manage the monitoring system.
  • Storage subsystem - the data base.

Polling subsystem 

The main NEXT subsystem periodically polling network nodes and obtaining their parameters values.

The subsystem is working constantly. It distributes the all necessary network nodes polling to perform it within 5 minutes, so NEXT prevents peak loads on the wireless network:

  • The time required for sequential polling of all network nodes is determined, depending on their number.If there are too many devices, a situation may occur that the available time to polling each is less than the minimum required. In this case, the network nodes will be grouped, and the survey will be conducted in parallel for all network nodes of each group.
  • Checks the network nodes readiness for the survey. Nodes with polling completed in the previous cycle will be polled first. Nodes with incomplete polling in the previous cycle will be polled last.
  • If network nodes polling that had begun in the previous cycle had not been completed in a current 5 minutes period, then these nodes would be queued for polling in the next cycle.
  • All data received from the node during the survey are placed in the storage subsystem.

"SNMP Trap" processing subsystem 

Network node parameter values can also be obtained using the SNMP Trap notification mechanism. Usually, a node using this mechanism to notify NEXT about a change in parameter values that are critical for the operability of the device and/or wireless link, for example, connectivity loss between devices, etc.

While the polling subsystem is an active part in accessing network nodes, the SNMP Trap processing subsystem is a passive. It is always ready to receive Traps from network nodes. After receiving the notification, the subsystem proceeds to their unscheduled processing, it allows timely respond to changes, without waiting for the completion of the polling cycle.

Event subsystem 

The subsystem task is to create an event based on rules set by a NEXT administrator.

The event subsystem work starts after the information about changes in the network nodes parameters obtained through the polling subsystem or the "SNMP Trap" processing subsystem is placed in the storage subsystem. This subsystem verifies matching the conditions of the event formation rule to the relevant parameters. If the condition specified in any rule is met, an event is generated, and can be viewed in the web interface of the monitoring system.

Discovery subsystem 

The subsystem performs the automatic search and addition of network nodes. After a device was added manually, the detection subsystem performs the following functions:

  • Detects a neighboring device of the added in the same MINT area with which connection is established, but has not yet been added to NEXT.
  • Generates a polling task for a neighboring network node using SNMP authentication data specified by the NEXT engineer for the added device.
  • The polling subsystem performs an unscheduled poll of a device neighboring to an already added. If the specified authentication data is suitable, then the neighboring device will be added automatically. If the data does not match, a new request will be generated to the polling subsystem with the authentication data that was specified for other devices previously added to NEXT. Requests will be repeated until any authentication data matches or runs out.
  • After adding the detected network node, a search for neighboring nodes will be also carried out. This process ends when the neighbors of all nodes previously added to the NEXT have been discovered and polled. The network nodes without authentication data matched will not be added, and attempts to add them will continue in the future.

An important subsystem feature is the search only within one MINT area. If there is several MINT areas on a wireless network, then at least one node from each area must be added to detect network nodes.

Notification subsystem

The subsystem is designed to send notifications to the monitoring system users.

Web GUI 

For the NEXT monitoring system management, a graphical web interface is used. Web GUI interacts with all subsystems.

Web GUI works properly with the following web browsers:

  • Chrome 81 and older, and its derivatives browsers;
  • Firefox 75 and older, and its derivatives browsers.

Recommended minimum screen resolution 1600×900.

Storage subsystem 

The subsystem provides data storage and quick access to them by the web GUI to NEXT engineers.

  • No labels