From 7561f583d3143434dcf12f5e4255fc14570e67ab Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Mon, 26 Aug 2019 15:02:19 +0200 Subject: Example Use-cases: Update In-band Management example - Replace bundles with VNF images and update onboarding instructions - Removed screenshots of uCPE manager GUI - Some cleanup Change-Id: Id4421d4d8683209098bfba4eae2afcf9bc725145 --- .../doc/inband_management.xml | 271 ++++++++++----------- 1 file changed, 129 insertions(+), 142 deletions(-) diff --git a/doc/book-enea-nfv-access-example-usecases/doc/inband_management.xml b/doc/book-enea-nfv-access-example-usecases/doc/inband_management.xml index f557cbc..4a5cd06 100644 --- a/doc/book-enea-nfv-access-example-usecases/doc/inband_management.xml +++ b/doc/book-enea-nfv-access-example-usecases/doc/inband_management.xml @@ -5,13 +5,13 @@ In the case of an NFV Access device installed on a network with limited access, In-band management can be a solution to manage the device and to pass data traffic (through only one physical interface). This example - use-case will show how to enable the In-band management on the NFV Access + use-case will show how to enable In-band management on the NFV Access device and to access a VNF on the same physical interface.
Prerequisites - This use-case requires the following network configuration: + System requirements for the uCPE device: @@ -23,6 +23,39 @@ + + No other physical port for In-band management can be used. + FIXME: What does this mean? + + + The following files are needed for this example use case: + + + + FortiGate VNF image. This file is provided by the local Fortinet + sales representatives in your region. + + + + FortiGate VNF license file. This file is provided by the local + Fortinet sales representatives in your region. + + + + FortiGate specific documentation. This is provided by the local + Fortinet sales representatives in your region. + + + + FortiGate configuration example files. These files are provided + with your Enea NFV Access release. + + +
+ +
+ In-band Management Activation + In-band management activation is done by creating a special bridge which manages all traffic from the WAN interface. The active physical port of the device (used by the device manager to communicate with the uCPE @@ -31,18 +64,11 @@ Once the In-band management bridge is activated, communication to the uCPE Manager will be reactivated, passing through the bridge. - - No other physical port for In-band management can be used. - - - For further details, please see Are these references still - valid?. -
- -
- In-band management activation for FortiGate VNF - Instantiation + For further details, please see in_band_managemen in .
NFV Access In-band management solution setup @@ -50,7 +76,7 @@ + contentwidth="600" />
@@ -58,156 +84,117 @@
Use-case Setup - Configuring Network Interfaces on uCPE - devices: + Network Configuration: - Create an In-band management WAN Bridge: - - - - Select the Device menu. - - - - In the Configuration tab select - OpenVSwitch. - - - - Select Bridges and click - Add. - - - - Use dpdkWAN as the - ovs-bridge-type. - - + Create an In-band management WAN Bridge (set + dpdkWan as the bridge type). - Bind the physical port which will be used for LAN access to - dpdk: - - - - Select the Device menu. - - - - In the Configuration tab select - OpenVSwitch. - - - - Select the Host Interfaces menu and - click Add. - - - - Use dpdk as the - ovs-bridge-type. - - + Bind the physical network interface that will be used for LAN + access to the DPDK. - Create a LAN Bridge: - - - - Select the Device. - - - - In the Configuration menu select - OpenVSwitch. - - - - Open the Bridges menu and click - Add. - - - - At this step the following bridges should exist: - -
- Bridges - - - - - - -
- - - The WAN port of the very first VNF instantiated on the - device must be connected to the - ibm-wan-brbridge. All other VNFs must be - connected in chain with the first VNF. - + Create a LAN Bridge and attach the DPDK LAN interface.
- Onboarding the VNFs: + + The WAN port of the very first VNF instantiated on the device + must be connected to the WAN bridge. All other VNFs + must be connected in chain with the first VNF. + - - - Select the Device. - + Onboarding the VNF: - - Select the VNF menu. - + See onboarding parameters in . - - In the Descriptors menu, choose the - VNF Package option. - + Instantiating the VNF: - - Browse and select the Fortigate bundle you require, before - pressing the Send button. - - + Instantiate the FortiGate VNF by filling the required fields with + the following values: - Instantiating the VNFs: + + Instantiation Requirements - - - Select the Device. - + + - - Select the VNF menu. - + - - Choose the Instances option, select the VNF - configuration you desire and press Add. - + + + Field - - Browse and select the Fortigate bundle you require, before - pressing the Send button. - - + Description + + + + + + Name + + Name of the VM which will be created on the + uCPE device. + + + + VNF Type + + Name of the onboarded VNF. + + + + uCPE Device + + Select the uCPE device where the VNF will be + instantiated. + + + + License file + + The FortiGate license file provided by + Fortinet. + + + + Configuration file + + The Firewall example configuration file provided + by Enea + (FGVM080000136187_20180828_0353_basic_fw.conf). + + + + Port1 - WAN + + Set the External Interface type to + DPDK and connect it to the ibm-wan-br ovs + bridge. + + + + Port2 - LAN1 + + Set the Incoming Interface type to + DPDK and connect it to the lan-br ovs + bridge. + -
- Instantiate the FortiGate VNF + + Port3 - LAN2 - - - - - -
+ Set the Outgoing Interface type to + DPDK and connect it to the lan-br ovs + bridge. + + + +
-- cgit v1.2.3-54-g00ecf