Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 1 | .. contents:: |
| 2 | :depth: 3 |
| 3 | .. |
| 4 | |
| 5 | Connect |
| 6 | ======= |
| 7 | |
sai-neetha | 2743139 | 2021-11-12 16:52:16 +0100 | [diff] [blame] | 8 | The ‘Connect’ application on OpenDaylight provides up-to-date |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 9 | connectivity information about the wireless devices in the network. It |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 10 | automatically displays new Network Elements and their connection status. |
| 11 | Usually, the Network Elements mount themselves. If necessary, they can |
Aijana Schumann | 2c28ede | 2020-02-28 16:59:53 +0100 | [diff] [blame] | 12 | be mounted manually by right-clicking on the element and selecting the |
sai-neetha | 2743139 | 2021-11-12 16:52:16 +0100 | [diff] [blame] | 13 | ‘mount’ action. For better understanding of alarms and status, a |
Aijana Schumann | 2c28ede | 2020-02-28 16:59:53 +0100 | [diff] [blame] | 14 | connection status log lists all the connection status changes of |
| 15 | OpenDaylight mount points. |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 16 | |
| 17 | Views |
| 18 | ----- |
| 19 | |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 20 | The graphical user interface is divided into two sections. |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 21 | |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 22 | Network Elements |
| 23 | ~~~~~~~~~~~~~~~~ |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 24 | |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 25 | Network Elements are physical network functions (PNFs). A table view |
| 26 | shows all configured and connected NetConf Servers of the SDN-R cluster. |
sai-neetha | 2743139 | 2021-11-12 16:52:16 +0100 | [diff] [blame] | 27 | This view also allows to manually configure/mount a device via the ‘+’ |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 28 | button. The SDN controller will start connecting to the NetConf server. |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 29 | |
sai-neetha | 2743139 | 2021-11-12 16:52:16 +0100 | [diff] [blame] | 30 | Network Elements can be marked as ‘required’. If an element is required, |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 31 | it will stay available even if disconnected. If an element is not |
| 32 | required, it will be deleted once disconnected. |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 33 | |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 34 | By right-clicking on an element, an action menu opens. The menu allows |
| 35 | to mount, unmount, view the details, edit and remove the element. |
| 36 | Additionally, it links to several applications like |
Michael Dürre | 9932d3b | 2023-04-14 14:14:46 +0200 | [diff] [blame] | 37 | :doc:`Fault <pnfFault>` and :doc:`Configure <pnfConfig>`, which will |
sai-neetha | 2743139 | 2021-11-12 16:52:16 +0100 | [diff] [blame] | 38 | be filtered to display information relevant to the selected element. |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 39 | |
| 40 | Connection Status Log |
| 41 | ~~~~~~~~~~~~~~~~~~~~~ |
| 42 | |
Aijana Schumann | 2c28ede | 2020-02-28 16:59:53 +0100 | [diff] [blame] | 43 | The log lists the connection status changes between SDN Controller and |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 44 | NetConf servers (devices). |