diff options
author | Dragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com> | 2021-10-11 15:50:05 +0200 |
---|---|---|
committer | Miruna Paun <mrpa@enea.se> | 2021-10-14 17:49:23 +0100 |
commit | 84a45f22bba2e2e114184da39e2ee5bcf1c3ca29 (patch) | |
tree | 31b577b547b4d8fa4ba24a3af3b85422b7531b9a | |
parent | 7f0300cf95ac8f5592a6c43792b5b6470b69aaaf (diff) | |
download | nfv-access-documentation-84a45f22bba2e2e114184da39e2ee5bcf1c3ca29.tar.gz |
Redundant management communication documentationfeature_CPDX-3562
Change-Id: I45eb901995c7344785b40df1f6b013a9bf36b486
Signed-off-by: Dragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com>
-rw-r--r-- | doc/book-enea-edge-getting-started/doc/installation_guide.xml | 50 | ||||
-rw-r--r-- | doc/book-enea-edge-release-info/doc/main_changes.xml | 14 |
2 files changed, 60 insertions, 4 deletions
diff --git a/doc/book-enea-edge-getting-started/doc/installation_guide.xml b/doc/book-enea-edge-getting-started/doc/installation_guide.xml index da62568..42d1800 100644 --- a/doc/book-enea-edge-getting-started/doc/installation_guide.xml +++ b/doc/book-enea-edge-getting-started/doc/installation_guide.xml | |||
@@ -948,12 +948,30 @@ of=/dev/sdb bs=4M conv=fsync</programlisting> | |||
948 | 948 | ||
949 | <itemizedlist> | 949 | <itemizedlist> |
950 | <listitem> | 950 | <listitem> |
951 | <para>Select a WAN interface to use as the management network | 951 | <para>Select a WAN interface to use as the primary management network |
952 | interface. This interface is used by the Enea Edge Management | 952 | interface. This interface is used by the Enea Edge Management |
953 | application to communicate with the uCPE device.</para> | 953 | application to communicate with the uCPE device.</para> |
954 | </listitem> | 954 | </listitem> |
955 | 955 | ||
956 | <listitem> | 956 | <listitem> |
957 | <para>Select a WAN interface to use as the secondary management network | ||
958 | interface. This interface acts as a backup for the primary interface | ||
959 | and is used by the Enea Edge Management application to communicate with | ||
960 | the uCPE device if the communication through the primary management | ||
961 | interface fails. This configuration is optional (i.e. it can be left | ||
962 | empty). This interface is used only if Device Call Home communication | ||
963 | is enabled. For more details concerning Device Call Home, please | ||
964 | see <olink | ||
965 | targetdoc="book_enea_edge_getting_started" | ||
966 | targetptr="device_callhome_nat">Device Call Home Connection for | ||
967 | Deployment behind NAT in the <xi:include | ||
968 | href="../../s_docbuild/olinkdb/pardoc-names.xml" | ||
969 | xmlns:xi="http://www.w3.org/2001/XInclude" | ||
970 | xpointer="element(book_enea_edge_getting_started/1)" /></olink> | ||
971 | Manual.</para> | ||
972 | </listitem> | ||
973 | |||
974 | <listitem> | ||
957 | <para>Plug in additional WAN interfaces (if applicable) and | 975 | <para>Plug in additional WAN interfaces (if applicable) and |
958 | provide their Layer 3 configuration. An interface can be | 976 | provide their Layer 3 configuration. An interface can be |
959 | configured in <literal>dhcp</literal> or | 977 | configured in <literal>dhcp</literal> or |
@@ -1197,12 +1215,38 @@ of=/dev/sdb bs=4M conv=fsync</programlisting> | |||
1197 | <title>uCPE Device Monitorization and Control</title> | 1215 | <title>uCPE Device Monitorization and Control</title> |
1198 | 1216 | ||
1199 | <para>Once the uCPE device is connected to the Enea Edge Management | 1217 | <para>Once the uCPE device is connected to the Enea Edge Management |
1200 | application, it is ready for central management. Two important functions | 1218 | application, it is ready for central management. Redundant management |
1219 | communication support is present on the uCPE device. Two important functions | ||
1201 | available in the Enea Edge Management GUI are alarm checking and resource | 1220 | available in the Enea Edge Management GUI are alarm checking and resource |
1202 | allocation. Additionally, the device can be rebooted, the factory settings | 1221 | allocation. Additionally, the device can be rebooted, the factory settings |
1203 | can be restored or simply the Enea Edge Management Agent service can be | 1222 | can be restored or simply the Enea Edge Management Agent service can be |
1204 | restarted.</para> | 1223 | restarted.</para> |
1205 | 1224 | ||
1225 | <section id="redundant_mgmt_com"> | ||
1226 | <title>Redundant Management Communication</title> | ||
1227 | |||
1228 | <para>Redundant management communication support minimizes the risk of | ||
1229 | losing management connection by allowing the configuration of two | ||
1230 | interfaces (preferably from two different ISPs) as management | ||
1231 | interfaces.</para> | ||
1232 | |||
1233 | <para>During installation of Enea Edge Runtime on the device using the | ||
1234 | Web-installer application, the user can optionally configure a | ||
1235 | secondary management interface. The secondary management interface | ||
1236 | is used only if the Device Call Home option is enabled when adding | ||
1237 | the device in the Enea Edge Management application.</para> | ||
1238 | |||
1239 | <para>The secondary interface acts as a backup for the primary interface. | ||
1240 | Connection to the Enea Edge Management application is continuously | ||
1241 | monitored. If an issue is detected with the connection through the primary | ||
1242 | interface then the device will (try to) automatically connect using the | ||
1243 | secondary interface (<literal>fail-over</literal> operation). Once the | ||
1244 | issue has been resolved (i.e. the Enea Edge Management application is | ||
1245 | again reachable using the primary interface) the connection will | ||
1246 | automatically switch to using the primary interface | ||
1247 | (<literal>fail-back</literal> operation).</para> | ||
1248 | </section> | ||
1249 | |||
1206 | <section id="check_alarms"> | 1250 | <section id="check_alarms"> |
1207 | <title>Checking Alarms</title> | 1251 | <title>Checking Alarms</title> |
1208 | 1252 | ||
@@ -1300,4 +1344,4 @@ of=/dev/sdb bs=4M conv=fsync</programlisting> | |||
1300 | </note> | 1344 | </note> |
1301 | </section> | 1345 | </section> |
1302 | </section> | 1346 | </section> |
1303 | </chapter> \ No newline at end of file | 1347 | </chapter> |
diff --git a/doc/book-enea-edge-release-info/doc/main_changes.xml b/doc/book-enea-edge-release-info/doc/main_changes.xml index 629a892..c84dde7 100644 --- a/doc/book-enea-edge-release-info/doc/main_changes.xml +++ b/doc/book-enea-edge-release-info/doc/main_changes.xml | |||
@@ -58,6 +58,18 @@ | |||
58 | xpointer="element(book_enea_edge_getting_started/1)" /></olink> | 58 | xpointer="element(book_enea_edge_getting_started/1)" /></olink> |
59 | Manual.</para> | 59 | Manual.</para> |
60 | </listitem> | 60 | </listitem> |
61 | |||
62 | <listitem> | ||
63 | <para><remark>CPDX-3562</remark>Added redundant management communication | ||
64 | support in Enea Edge Runtime. For more details please see <olink | ||
65 | targetdoc="book_enea_edge_getting_started" | ||
66 | targetptr="redundant_mgmt_com">Redundant Management Communication | ||
67 | in the <xi:include | ||
68 | href="../../s_docbuild/olinkdb/pardoc-names.xml" | ||
69 | xmlns:xi="http://www.w3.org/2001/XInclude" | ||
70 | xpointer="element(book_enea_edge_getting_started/1)" /></olink> | ||
71 | Manual.</para> | ||
72 | </listitem> | ||
61 | </itemizedlist> | 73 | </itemizedlist> |
62 | 74 | ||
63 | <para><emphasis role="bold">Improvements:</emphasis></para> | 75 | <para><emphasis role="bold">Improvements:</emphasis></para> |
@@ -218,4 +230,4 @@ | |||
218 | This could affect existing custom scripts using Python 2 syntax. Please | 230 | This could affect existing custom scripts using Python 2 syntax. Please |
219 | update these scripts accordingly in order to run in a Python 3 environment.</para> | 231 | update these scripts accordingly in order to run in a Python 3 environment.</para> |
220 | </section> | 232 | </section> |
221 | </chapter> \ No newline at end of file | 233 | </chapter> |