summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com>2020-11-26 14:46:06 +0100
committerMiruna Paun <mrpa@enea.se>2020-11-26 18:08:09 +0200
commit08ae5cc34d44679d22b0a64e103f8c614255428a (patch)
treec7508030f5d482e024845e19757df09ba208d847
parent8db06eee5979940bf60913381525c9d5464d18ee (diff)
downloadnfv-access-documentation-demo_CPDX-3447.tar.gz
Add VLAN tagging info.demo_CPDX-3447
Change-Id: I5d310e75cb3ca89763e626d54b894c8d49823ecd Signed-off-by: Dragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com>
-rw-r--r--doc/book-enea-nfv-access-getting-started/doc/getting_started_nfv_access.xml16
-rw-r--r--doc/book-enea-nfv-access-release-info/doc/main_changes.xml5
2 files changed, 20 insertions, 1 deletions
diff --git a/doc/book-enea-nfv-access-getting-started/doc/getting_started_nfv_access.xml b/doc/book-enea-nfv-access-getting-started/doc/getting_started_nfv_access.xml
index bb7b525..4f547f1 100644
--- a/doc/book-enea-nfv-access-getting-started/doc/getting_started_nfv_access.xml
+++ b/doc/book-enea-nfv-access-getting-started/doc/getting_started_nfv_access.xml
@@ -303,8 +303,22 @@ of=/dev/sdb bs=4M conv=fsync</programlisting></para>
303 <listitem> 303 <listitem>
304 <para><emphasis role="bold">The Management Interface</emphasis>. The interface that 304 <para><emphasis role="bold">The Management Interface</emphasis>. The interface that
305 will be used by the uCPE Manager to communicate with the device.</para> 305 will be used by the uCPE Manager to communicate with the device.</para>
306
307 </listitem> 306 </listitem>
307
308 <listitem>
309 <para><emphasis role="bold">VLAN Tagging for Management Interface</emphasis>.
310 Supported options for the <literal>VLAN Type</literal> are <literal>none</literal>,
311 <literal>802.1Q</literal>, <literal>802.1Q-802.1Q</literal> and
312 <literal>802.1ad-802.1Q</literal>. Depending on the option selected, the user
313 will be required to also provide <literal>Inner ID</literal>,
314 <literal>Outer ID</literal> or <literal>MTU</literal>. The <literal>Inner ID</literal>
315 is valid for all types with the exception of <literal>none</literal>. The
316 <literal>Outer ID</literal> is only valid if the type is <literal>802.1Q-802.1Q</literal>
317 or <literal>802.1ad-802.1Q</literal>. The <literal>MTU</literal> is optional.
318 If the MTU is specified, it must be less than or equal to the MTU of the original
319 WAN interface. If the MTU is not specified, the MTU of the original WAN interface
320 is used.</para>
321 </listitem>
308 </itemizedlist> 322 </itemizedlist>
309 </listitem> 323 </listitem>
310 324
diff --git a/doc/book-enea-nfv-access-release-info/doc/main_changes.xml b/doc/book-enea-nfv-access-release-info/doc/main_changes.xml
index 58435ff..4d091d8 100644
--- a/doc/book-enea-nfv-access-release-info/doc/main_changes.xml
+++ b/doc/book-enea-nfv-access-release-info/doc/main_changes.xml
@@ -22,6 +22,11 @@
22 </listitem> 22 </listitem>
23 23
24 <listitem> 24 <listitem>
25 <para>Allow for VLAN tagging configuration on the management
26 interface using the USB Installer Web User Interface.</para>
27 </listitem>
28
29 <listitem>
25 <para>Support of ZTP extensions through custom scripting.</para> 30 <para>Support of ZTP extensions through custom scripting.</para>
26 </listitem> 31 </listitem>
27 32