diff options
author | Dragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com> | 2020-11-26 14:46:06 +0100 |
---|---|---|
committer | Miruna Paun <mrpa@enea.se> | 2020-11-26 18:08:09 +0200 |
commit | 08ae5cc34d44679d22b0a64e103f8c614255428a (patch) | |
tree | c7508030f5d482e024845e19757df09ba208d847 /doc/book-enea-nfv-access-getting-started | |
parent | 8db06eee5979940bf60913381525c9d5464d18ee (diff) | |
download | nfv-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>
Diffstat (limited to 'doc/book-enea-nfv-access-getting-started')
-rw-r--r-- | doc/book-enea-nfv-access-getting-started/doc/getting_started_nfv_access.xml | 16 |
1 files changed, 15 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 | ||