From 6b685c3cc9bea959053aed08a894931701df8cbb Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Mon, 28 Oct 2019 14:36:03 +0100 Subject: ExampleUseCases: fortigate VNF interfaces order MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Fortigate SD-WAN use case assumes that interfaces are added in the order listed below: • Port1 - VNF Mgr: Set the type to DPDK and connect it to the vnfmgrbr bridge. • Port2 - WAN: Set the type to DPDK and connect it to the wanbr bridge. • Port3 - LAN: Set the type to DPDK and connect it to the lanbr bridge. The example doesn't work if we add interfaces in other order. Change-Id: I151472bbc04d3c6cfe5375a932db5ee7ee831a6a Signed-off-by: Sona Sarmadi --- .../doc/forti_vnf_examples.xml | 77 +++++++++++++++++++--- 1 file changed, 68 insertions(+), 9 deletions(-) (limited to 'doc/book-enea-nfv-access-example-usecases') diff --git a/doc/book-enea-nfv-access-example-usecases/doc/forti_vnf_examples.xml b/doc/book-enea-nfv-access-example-usecases/doc/forti_vnf_examples.xml index fcb8c87..06b1701 100644 --- a/doc/book-enea-nfv-access-example-usecases/doc/forti_vnf_examples.xml +++ b/doc/book-enea-nfv-access-example-usecases/doc/forti_vnf_examples.xml @@ -32,13 +32,14 @@ VNF image: - FortiGate VNF. Please contact Fortinet to get a VNF image and its license file. + FortiGate VNF. Please contact Fortinet to get a VNF image and + its license file. - VNF Configuration files, provided with your Enea - NFV Access release: + VNF Configuration files, provided with your Enea NFV Access + release: fortigate-basic-fw.conf. @@ -54,8 +55,8 @@ FortiGate VNF as a Firewall Enea provides an example of a simple basic firewall configuration - for the FortiGate VNF. FortiGate In-Band Management is a - feature used for running FortiGate Management traffic over WAN. + for the FortiGate VNF. FortiGate In-Band Management is a feature used for + running FortiGate Management traffic over WAN. Instructions on how to alter the default configuration are provided in section - Onboarding the FortiGate - VNF: + Onboarding the VNF: + + Onboard the FortiGate VNF by filling the required fields with the + following values: + + + + VM Image File: Provide the + path to the FortiGate VNF qcow2 image. + + + + Memory in MB: 1024 + + + + Num of CPUs: 1 + + + + Storage in GB: 20 + - See the onboarding parameters detailed in the previous use-case - above. + + Interfaces: Add 3 interfaces + in the same order as listed below: + + + + vnfmgr: to connect it to + the vnfmgrbr bridge. + + + + wan: to connect it to the + wanbr bridge. + + + + lan: to connect it to the + lanbr bridge. + + + + + + Cloud-init Datasource: + ConfigDrive + + + + Cloud-init Disk Type: + cdrom + + + + Cloud-init content file: Add + a license file entry. + + + + The order of the interfaces that need to be added must be exactly + as listed above or else onboarding and in turn instantiation will fail. Instantiating the FortiGate VNF: -- cgit v1.2.3-54-g00ecf