summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Paál <robert.paal@enea.com>2020-01-10 10:17:13 +0100
committerRobert Paál <robert.paal@enea.com>2020-01-16 13:09:39 +0100
commitf12ff03a804963032c77db7821dd364f39066252 (patch)
treea73f20fde042d866abc8c91c0d1aafcb8cff7c9a
parent0993e2eed4deea123e72df962939d3fd6a41c936 (diff)
downloadel_releases-nfv-access-f12ff03a804963032c77db7821dd364f39066252.tar.gz
BookExampleUseCases: Added pictures to use cases.
Change-Id: Icb5a2962558bcb54854d5088bd5ce4882016444c
-rw-r--r--doc/book-enea-nfv-access-example-usecases/doc/clav_vnf_examples.xml26
-rw-r--r--doc/book-enea-nfv-access-example-usecases/doc/forti_vnf_examples.xml33
-rwxr-xr-xdoc/book-enea-nfv-access-example-usecases/doc/images/uc_clavister_bridge.pngbin71833 -> 34561 bytes
-rwxr-xr-xdoc/book-enea-nfv-access-example-usecases/doc/images/uc_clavister_bridge.svg1234
-rwxr-xr-xdoc/book-enea-nfv-access-example-usecases/doc/images/uc_clavister_sriov.pngbin59756 -> 38010 bytes
-rwxr-xr-xdoc/book-enea-nfv-access-example-usecases/doc/images/uc_clavister_sriov.svg1024
-rwxr-xr-xdoc/book-enea-nfv-access-example-usecases/doc/images/uc_enea_test_vnf.pngbin54473 -> 36212 bytes
-rwxr-xr-xdoc/book-enea-nfv-access-example-usecases/doc/images/uc_enea_test_vnf.svg197
-rwxr-xr-xdoc/book-enea-nfv-access-example-usecases/doc/images/uc_fortigate_fw.pngbin41760 -> 25416 bytes
-rwxr-xr-xdoc/book-enea-nfv-access-example-usecases/doc/images/uc_fortigate_fw.svg830
-rwxr-xr-xdoc/book-enea-nfv-access-example-usecases/doc/images/uc_fortigate_sdwan.pngbin63135 -> 43402 bytes
-rwxr-xr-xdoc/book-enea-nfv-access-example-usecases/doc/images/uc_fortigate_sdwan.svg1341
-rwxr-xr-xdoc/book-enea-nfv-access-example-usecases/doc/images/uc_vnf_chaining.pngbin58717 -> 39325 bytes
-rwxr-xr-xdoc/book-enea-nfv-access-example-usecases/doc/images/uc_vnf_chaining.svg1763
-rw-r--r--doc/book-enea-nfv-access-example-usecases/doc/vnf_chaining.xml21
15 files changed, 2951 insertions, 3518 deletions
diff --git a/doc/book-enea-nfv-access-example-usecases/doc/clav_vnf_examples.xml b/doc/book-enea-nfv-access-example-usecases/doc/clav_vnf_examples.xml
index 806430a..7d69d43 100644
--- a/doc/book-enea-nfv-access-example-usecases/doc/clav_vnf_examples.xml
+++ b/doc/book-enea-nfv-access-example-usecases/doc/clav_vnf_examples.xml
@@ -40,7 +40,7 @@
40 NFV Access release:</para> 40 NFV Access release:</para>
41 41
42 <listitem> 42 <listitem>
43 <para><filename>clavister-cloudinit.conf</filename>. </para> 43 <para><filename>clavister-cloudinit.conf</filename>.</para>
44 </listitem> 44 </listitem>
45 45
46 <listitem> 46 <listitem>
@@ -61,6 +61,17 @@
61 applications. The uCPE devices are connected using OVS-DPDK 61 applications. The uCPE devices are connected using OVS-DPDK
62 bridges.</para> 62 bridges.</para>
63 63
64 <figure>
65 <title>Clavister VNF using an Open vSwitch bridge</title>
66
67 <mediaobject>
68 <imageobject>
69 <imagedata align="center" contentwidth="600"
70 fileref="images/uc_clavister_bridge.png" />
71 </imageobject>
72 </mediaobject>
73 </figure>
74
64 <section id="clav_vnf_setup_1"> 75 <section id="clav_vnf_setup_1">
65 <title>Use-case Setup</title> 76 <title>Use-case Setup</title>
66 77
@@ -294,6 +305,17 @@ root@qemux86-64:~# iperf3 -c 192.168.10.10</programlisting>
294 above, in this scenario however, the uCPE devices are connected using 305 above, in this scenario however, the uCPE devices are connected using
295 SR-IOV, with two virtual functions.</para> 306 SR-IOV, with two virtual functions.</para>
296 307
308 <figure>
309 <title>Clavister VNF using SR-IOV</title>
310
311 <mediaobject>
312 <imageobject>
313 <imagedata align="center" contentwidth="600"
314 fileref="images/uc_clavister_sriov.png" />
315 </imageobject>
316 </mediaobject>
317 </figure>
318
297 <section id="clav_vnf_setup_2"> 319 <section id="clav_vnf_setup_2">
298 <title>Use-case Setup</title> 320 <title>Use-case Setup</title>
299 321
@@ -329,4 +351,4 @@ root@qemux86-64:~# iperf3 -c 192.168.10.10</programlisting>
329 above.</para> 351 above.</para>
330 </section> 352 </section>
331 </section> 353 </section>
332</chapter> 354</chapter> \ No newline at end of file
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 06b1701..1187b07 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
@@ -66,6 +66,17 @@
66 xpointer="element(book_enea_nfv_access_example_usecases/1)" /></olink> 66 xpointer="element(book_enea_nfv_access_example_usecases/1)" /></olink>
67 Manual.</para> 67 Manual.</para>
68 68
69 <figure>
70 <title>Fortigate VNF as a Firewall</title>
71
72 <mediaobject>
73 <imageobject>
74 <imagedata align="center" contentwidth="600"
75 fileref="images/uc_fortigate_fw.png" />
76 </imageobject>
77 </mediaobject>
78 </figure>
79
69 <section id="exam_setup_fortifirewall"> 80 <section id="exam_setup_fortifirewall">
70 <title>Use-case Setup</title> 81 <title>Use-case Setup</title>
71 82
@@ -268,6 +279,17 @@
268 <para>Example SD-WAN configurations for the FortiGate VNF are provided by 279 <para>Example SD-WAN configurations for the FortiGate VNF are provided by
269 Enea.</para> 280 Enea.</para>
270 281
282 <figure>
283 <title>Fortigate VNF as an SD-WAN or a VPN</title>
284
285 <mediaobject>
286 <imageobject>
287 <imagedata align="center" contentwidth="600"
288 fileref="images/uc_fortigate_sdwan.png" />
289 </imageobject>
290 </mediaobject>
291 </figure>
292
271 <section id="forti_examsetup_uc2"> 293 <section id="forti_examsetup_uc2">
272 <title>Use-case Setup</title> 294 <title>Use-case Setup</title>
273 295
@@ -381,9 +403,12 @@
381 a license file entry.</para> 403 a license file entry.</para>
382 </listitem> 404 </listitem>
383 </itemizedlist> 405 </itemizedlist>
384 406
385 <note><para>The order of the interfaces that need to be added must be exactly 407 <note>
386 as listed above or else onboarding and in turn instantiation will fail.</para></note> 408 <para>The order of the interfaces that need to be added must be
409 exactly as listed above or else onboarding and in turn instantiation
410 will fail.</para>
411 </note>
387 412
388 <para><emphasis role="bold">Instantiating the FortiGate 413 <para><emphasis role="bold">Instantiating the FortiGate
389 VNF</emphasis>:</para> 414 VNF</emphasis>:</para>
@@ -557,4 +582,4 @@ virsh console &lt;id of FortiGate VNF&gt;</programlisting>
557 </listitem> 582 </listitem>
558 </orderedlist> 583 </orderedlist>
559 </section> 584 </section>
560</chapter> 585</chapter> \ No newline at end of file
diff --git a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_clavister_bridge.png b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_clavister_bridge.png
index 48b5782..6366b61 100755
--- a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_clavister_bridge.png
+++ b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_clavister_bridge.png
Binary files differ
diff --git a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_clavister_bridge.svg b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_clavister_bridge.svg
index 6f3d420..6aafc23 100755
--- a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_clavister_bridge.svg
+++ b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_clavister_bridge.svg
@@ -13,13 +13,13 @@
13 version="1.1" 13 version="1.1"
14 id="svg2" 14 id="svg2"
15 width="1118.8589" 15 width="1118.8589"
16 height="425.12503" 16 height="430.20746"
17 viewBox="0 0 1118.8589 425.12503" 17 viewBox="0 0 1118.8589 430.20746"
18 sodipodi:docname="uc_clavister_bridge.svg" 18 sodipodi:docname="uc_clavister_bridge_new.svg"
19 inkscape:version="0.92.4 (5da689c313, 2019-01-14)" 19 inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
20 inkscape:export-filename="L:\docu_work\el_releases-nfv-access\doc\book-enea-nfv-access-example-usecases\doc\images\clavister_vnf_diagram.png" 20 inkscape:export-filename="E:\Documents\ENEA Work files\ENFV work\ENA 2.2.2\Example Usecase pics\uc_clavister_bridge_new.png"
21 inkscape:export-xdpi="96" 21 inkscape:export-xdpi="51.48"
22 inkscape:export-ydpi="96"> 22 inkscape:export-ydpi="51.48">
23 <metadata 23 <metadata
24 id="metadata8"> 24 id="metadata8">
25 <rdf:RDF> 25 <rdf:RDF>
@@ -28,7 +28,7 @@
28 <dc:format>image/svg+xml</dc:format> 28 <dc:format>image/svg+xml</dc:format>
29 <dc:type 29 <dc:type
30 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 30 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
31 <dc:title /> 31 <dc:title></dc:title>
32 </cc:Work> 32 </cc:Work>
33 </rdf:RDF> 33 </rdf:RDF>
34 </metadata> 34 </metadata>
@@ -155,22 +155,6 @@
155 inkscape:connector-curvature="0" /> 155 inkscape:connector-curvature="0" />
156 </marker> 156 </marker>
157 <marker 157 <marker
158 inkscape:stockid="Arrow2Lend"
159 orient="auto"
160 refY="0"
161 refX="0"
162 id="Arrow2Lend"
163 style="overflow:visible"
164 inkscape:isstock="true"
165 inkscape:collect="always">
166 <path
167 id="path6144"
168 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
169 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
170 transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
171 inkscape:connector-curvature="0" />
172 </marker>
173 <marker
174 inkscape:stockid="EmptyTriangleOutL" 158 inkscape:stockid="EmptyTriangleOutL"
175 orient="auto" 159 orient="auto"
176 refY="0" 160 refY="0"
@@ -196,7 +180,7 @@
196 <path 180 <path
197 inkscape:connector-curvature="0" 181 inkscape:connector-curvature="0"
198 id="path7046-7" 182 id="path7046-7"
199 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26868;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" 183 style="fill:#777777;fill-opacity:1;fill-rule:evenodd;stroke:#777777;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
200 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" 184 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
201 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" /> 185 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
202 </marker> 186 </marker>
@@ -211,7 +195,7 @@
211 <path 195 <path
212 inkscape:connector-curvature="0" 196 inkscape:connector-curvature="0"
213 id="path7046-7-8" 197 id="path7046-7-8"
214 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26868;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" 198 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26f6f;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
215 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" 199 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
216 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" /> 200 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
217 </marker> 201 </marker>
@@ -413,12 +397,12 @@
413 <filter 397 <filter
414 inkscape:collect="always" 398 inkscape:collect="always"
415 style="color-interpolation-filters:sRGB" 399 style="color-interpolation-filters:sRGB"
416 id="filter4332"> 400 id="filter4332-4">
417 <feBlend 401 <feBlend
418 inkscape:collect="always" 402 inkscape:collect="always"
419 mode="screen" 403 mode="screen"
420 in2="BackgroundImage" 404 in2="BackgroundImage"
421 id="feBlend4334" /> 405 id="feBlend4334-1" />
422 </filter> 406 </filter>
423 </defs> 407 </defs>
424 <sodipodi:namedview 408 <sodipodi:namedview
@@ -430,17 +414,17 @@
430 guidetolerance="10" 414 guidetolerance="10"
431 inkscape:pageopacity="0" 415 inkscape:pageopacity="0"
432 inkscape:pageshadow="2" 416 inkscape:pageshadow="2"
433 inkscape:window-width="1858" 417 inkscape:window-width="1366"
434 inkscape:window-height="1177" 418 inkscape:window-height="713"
435 id="namedview4" 419 id="namedview4"
436 showgrid="false" 420 showgrid="false"
437 inkscape:zoom="1.000373" 421 inkscape:zoom="0.62"
438 inkscape:cx="384.2452" 422 inkscape:cx="570.58298"
439 inkscape:cy="14.849467" 423 inkscape:cy="298.20108"
440 inkscape:window-x="-8" 424 inkscape:window-x="-8"
441 inkscape:window-y="-8" 425 inkscape:window-y="-8"
442 inkscape:window-maximized="1" 426 inkscape:window-maximized="1"
443 inkscape:current-layer="layer4" 427 inkscape:current-layer="layer3"
444 fit-margin-top="0" 428 fit-margin-top="0"
445 fit-margin-left="0" 429 fit-margin-left="0"
446 fit-margin-right="0" 430 fit-margin-right="0"
@@ -448,368 +432,175 @@
448 showguides="true" 432 showguides="true"
449 inkscape:guide-bbox="true" 433 inkscape:guide-bbox="true"
450 inkscape:showpageshadow="false" 434 inkscape:showpageshadow="false"
451 showborder="true" /> 435 showborder="false" />
452 <g 436 <g
453 inkscape:groupmode="layer" 437 inkscape:groupmode="layer"
454 id="layer1" 438 id="layer13"
455 inkscape:label="original by aroosa" 439 inkscape:label="Legend"
456 transform="translate(-83.597268,107.23818)" 440 transform="translate(99.430872,8.1370483)"
457 style="display:none" 441 style="display:inline"
458 sodipodi:insensitive="true"> 442 sodipodi:insensitive="true">
443 <path
444 style="fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:0.95087308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker7435-1)"
445 d="m 969.98303,410.67565 h 18.08769"
446 id="path899-1"
447 inkscape:connector-curvature="0" />
448 <path
449 style="fill:#d26f6f;fill-opacity:1;stroke:#d26f6f;stroke-width:0.95100003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker7435-1-2)"
450 d="m 994.77678,410.83051 h 20.76712"
451 id="path899-9-2"
452 inkscape:connector-curvature="0" />
453 <g
454 style="display:inline"
455 id="g1353"
456 transform="translate(185.06726,-129.85637)">
457 <text
458 transform="matrix(0.50317032,0,0,0.50317032,596.72244,344.04651)"
459 id="text4338-8"
460 y="284.13779"
461 x="-0.59244788"
462 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994;filter:url(#filter4332-4)"
463 xml:space="preserve"><tspan
464 id="tspan4344-6"
465 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.14851379px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
466 y="284.13779"
467 x="-0.59244788"
468 sodipodi:role="line">Legend: </tspan><tspan
469 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.79837799px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
470 y="320.57343"
471 x="-0.59244788"
472 sodipodi:role="line"
473 id="tspan1311"><tspan
474 id="tspan1469"
475 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.14851379px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994">- Connection via cloud/internet:</tspan></tspan><tspan
476 id="tspan1497"
477 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.79837799px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
478 y="359.39594"
479 x="-0.59244788"
480 sodipodi:role="line">-<tspan
481 id="tspan1499"
482 style="font-size:29.14851379px"> VPN/Back to Back (BTB):</tspan></tspan><tspan
483 id="tspan1514"
484 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.79837799px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
485 y="399.14392"
486 x="-0.59244788"
487 sodipodi:role="line">- Flow rules:</tspan><tspan
488 id="tspan4651-8"
489 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
490 y="427.06345"
491 x="-0.59244788"
492 sodipodi:role="line" /><tspan
493 id="tspan4340-3"
494 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
495 y="450.39679"
496 x="-0.59244788"
497 sodipodi:role="line" /><tspan
498 id="tspan4342-1"
499 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
500 y="473.7301"
501 x="-0.59244788"
502 sodipodi:role="line" /></text>
503 </g>
504 <g
505 style="display:inline"
506 id="g1581"
507 transform="matrix(0.95007258,0,0,1,-83.207297,8.34514)">
508 <g
509 id="g1577">
510 <path
511 style="display:inline;fill:none;stroke:#000000;stroke-width:1.245;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.49, 1.245, 0.6225, 1.245;stroke-dashoffset:0;stroke-opacity:1"
512 d="m 1157.8689,363.46686 h -30.0356"
513 id="path8471-3-0-5-7-0"
514 inkscape:connector-curvature="0" />
515 </g>
516 </g>
459 <image 517 <image
460 width="684.53156" 518 y="389.75635"
461 height="351.75931" 519 x="987.85223"
520 id="image1509"
521 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAACCAYAAACg5gd8AAAABHNCSVQICAgIfAhkiAAAAC5JREFU
522CJlj/CIo+P//jx8MDN+/M9AT8DQ0CLOwhIUVE6Wamfk/k4jIFyra/wkAZPAMTyDetBwAAAAASUVO
523RK5CYII=
524"
462 preserveAspectRatio="none" 525 preserveAspectRatio="none"
463 xlink:href="data:image/png;base64,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 " 526 height="2"
464 id="image4865" 527 width="30.799999" />
465 x="396.7233"
466 y="-478.24615" />
467 </g> 528 </g>
468 <g 529 <g
469 inkscape:groupmode="layer" 530 inkscape:groupmode="layer"
470 id="layer2" 531 id="layer5"
471 inkscape:label="template tools" 532 inkscape:label="btb, internet, ucpe manager"
472 style="display:none" 533 transform="translate(99.430872,8.1370483)"
473 transform="translate(-83.597268,107.23818)" 534 style="display:inline"
474 sodipodi:insensitive="true"> 535 sodipodi:insensitive="true">
475 <g 536 <path
476 transform="matrix(3.7795276,0,0,3.7795276,428.74031,418.42027)" 537 style="fill:#ff1515;fill-opacity:1;stroke:#d26868;stroke-width:1.23500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
477 style="display:inline" 538 d="m 444.5424,89.232813 h 76.42476"
478 id="g6026"> 539 id="path11527"
479 <path 540 inkscape:connector-curvature="0" />
480 inkscape:connector-curvature="0"
481 id="path5091"
482 d="m 31.538813,3.8416243 a 11.244819,11.377083 0 0 0 -7.355063,2.79001 8.066935,6.3499999 0 0 0 -1.689683,-0.144176 8.066935,6.3499999 0 0 0 -6.917722,3.098003 11.200332,9.3218613 0 0 0 -1.104811,-0.04599 11.200332,9.3218613 0 0 0 -11.2004163,9.3219107 11.200332,9.3218613 0 0 0 3.025577,6.361371 5.6224094,4.4979166 0 0 0 -0.180951,1.10845 5.6224094,4.4979166 0 0 0 5.6224103,4.49792 5.6224094,4.4979166 0 0 0 1.971375,-0.28784 5.1335043,7.4083332 0 0 0 3.406581,1.87534 5.1335043,7.4083332 0 0 0 2.910991,-1.3162 9.2891982,7.9374999 0 0 0 6.62266,2.37453 9.2891982,7.9374999 0 0 0 7.184136,-2.91299 13.689345,6.614583 0 0 0 6.505209,0.79633 13.689345,6.614583 0 0 0 13.689345,-6.61459 13.689345,6.614583 0 0 0 -0.814047,-2.227764 10.595344,7.4083332 0 0 0 3.426157,-5.445146 A 10.595344,7.4083332 0 0 0 46.045546,9.6624603 10.595344,7.4083332 0 0 0 41.68073,10.33012 11.244819,11.377083 0 0 0 31.538813,3.8416263 Z"
483 style="fill:#64bef2;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.23997603;stroke-opacity:1" />
484 <g
485 id="g5968">
486 <text
487 xml:space="preserve"
488 style="font-style:normal;font-weight:normal;font-size:8.46666622px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
489 x="18.006182"
490 y="21.814686"
491 id="text5964"><tspan
492 sodipodi:role="line"
493 id="tspan5962"
494 x="18.006182"
495 y="21.814686"
496 style="font-size:8.46666622px;stroke-width:0.26458332">Cloud</tspan></text>
497 </g>
498 </g>
499 <rect 541 <rect
500 style="fill:#ffffff;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" 542 style="fill:#ff9955;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.84495008;stroke-opacity:1"
501 id="rect5977" 543 id="rect5992-5"
502 width="206.47517" 544 width="221.36246"
503 height="215.66757" 545 height="63.53022"
504 x="773.99725" 546 x="375.70361"
505 y="470.81998" 547 y="353.04373"
506 rx="22.677166" /> 548 rx="24.146883" />
507 <text 549 <text
508 xml:space="preserve" 550 xml:space="preserve"
509 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.99999809px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994" 551 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.99999809px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
510 x="876.67236" 552 x="485.46494"
511 y="570.11469" 553 y="391.01978"
512 id="text5981"><tspan 554 id="text5996-5"><tspan
513 sodipodi:role="line" 555 sodipodi:role="line"
514 id="tspan5979" 556 x="485.46494"
515 x="876.67236" 557 y="391.01978"
516 y="570.11469" 558 style="font-size:24px;stroke-width:0.99999994"
517 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.99999809px;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;text-anchor:middle;stroke-width:0.99999994">uCPE</tspan><tspan 559 id="tspan5998-2">uCPE Manager</tspan></text>
518 sodipodi:role="line"
519 x="876.67236"
520 y="610.11469"
521 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.99999809px;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;text-anchor:middle;stroke-width:0.99999994"
522 id="tspan5983">Device</tspan></text>
523 <g
524 transform="matrix(3.7795276,0,0,3.7795276,428.74031,418.42027)"
525 style="display:inline"
526 id="g6108">
527 <rect
528 rx="5.9960117"
529 y="49.31292"
530 x="8.4991493"
531 height="32.516785"
532 width="54.967422"
533 id="rect5992"
534 style="fill:#ff9955;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.30122805;stroke-opacity:1" />
535 <text
536 id="text5996"
537 y="62.470726"
538 x="35.614925"
539 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8.46666622px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
540 xml:space="preserve"><tspan
541 style="stroke-width:0.26458332"
542 y="62.470726"
543 x="35.614925"
544 id="tspan5994"
545 sodipodi:role="line">uCPE</tspan><tspan
546 id="tspan5998"
547 style="stroke-width:0.26458332"
548 y="73.054062"
549 x="35.614925"
550 sodipodi:role="line">Manager</tspan></text>
551 </g>
552 <g
553 transform="matrix(3.7795276,0,0,3.7795276,330.56322,389.13939)"
554 style="display:inline"
555 id="g6016">
556 <rect
557 rx="6.0000091"
558 y="99.434349"
559 x="9.3544331"
560 height="17.96051"
561 width="191.95297"
562 id="rect6007"
563 style="fill:#5858ff;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.26458332;stroke-opacity:1" />
564 <text
565 id="text6011"
566 y="111.3953"
567 x="104.96505"
568 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8.46666622px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
569 xml:space="preserve"><tspan
570 style="stroke-width:0.26458332"
571 y="111.3953"
572 x="104.96505"
573 id="tspan6009"
574 sodipodi:role="line">Internet</tspan></text>
575 </g>
576 <g
577 transform="matrix(3.7795276,0,0,3.7795276,463.18842,421.86508)"
578 style="display:inline"
579 id="g6095">
580 <rect
581 rx="5"
582 y="24.212065"
583 x="154.2233"
584 height="18"
585 width="40"
586 id="rect6039"
587 style="fill:#73b500;fill-opacity:0.83888891;stroke:#000000;stroke-width:0.28113171;stroke-opacity:1" />
588 <text
589 id="text6054"
590 y="36.242371"
591 x="174.40106"
592 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8.46666622px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
593 xml:space="preserve"><tspan
594 style="font-size:8.46666622px;stroke-width:0.26458332"
595 y="36.242371"
596 x="174.40106"
597 id="tspan6052"
598 sodipodi:role="line">VNF</tspan></text>
599 </g>
600 <g
601 transform="matrix(3.7795276,0,0,3.7795276,463.18842,421.86508)"
602 style="display:inline"
603 id="g6087">
604 <rect
605 rx="4.99999"
606 y="56.694904"
607 x="146.30602"
608 height="18"
609 width="45"
610 id="rect6062"
611 style="fill:#c48ed1;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-opacity:1" />
612 <text
613 id="text6066"
614 y="68.725212"
615 x="168.60965"
616 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8.46666622px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
617 xml:space="preserve"><tspan
618 style="font-size:8.46666622px;stroke-width:0.26458332"
619 y="68.725212"
620 x="168.60965"
621 id="tspan6064"
622 sodipodi:role="line">Guest</tspan></text>
623 </g>
624 <g
625 transform="matrix(3.7795276,0,0,3.7795276,330.56322,389.13939)"
626 style="display:inline"
627 id="g897">
628 <rect
629 rx="4.9939055"
630 y="128.50735"
631 x="16.233601"
632 height="59.711037"
633 width="19.975622"
634 id="rect6098"
635 style="fill:#ffd32a;fill-opacity:0.64313725;stroke:#000000;stroke-width:0.28896147;stroke-opacity:1" />
636 <text
637 transform="rotate(90)"
638 id="text892"
639 y="-24.028263"
640 x="158.336"
641 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8.46666622px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
642 xml:space="preserve"><tspan
643 style="font-size:8.46666622px;writing-mode:lr-tb;stroke-width:0.26458332"
644 y="-24.028263"
645 x="158.336"
646 id="tspan890"
647 sodipodi:role="line">OVS Bridge</tspan></text>
648 </g>
649 <path
650 style="display:inline;fill:none;stroke:#000000;stroke-width:1.88976383;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3.7795276, 1.8897638, 0.9448819, 1.8897638;stroke-dashoffset:0;stroke-opacity:1"
651 d="M 585.56323,1111.659 H 716.06325"
652 id="path8471"
653 inkscape:connector-curvature="0" />
654 <path
655 style="display:inline;fill:none;stroke:#000000;stroke-width:1.88976383;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3.77952764, 1.88976384, 0.9448819, 1.88976384;stroke-dashoffset:0;stroke-opacity:1"
656 d="m 754.06325,1180.9091 v -130.5"
657 id="path8471-3"
658 inkscape:connector-curvature="0" />
659 <path
660 style="display:inline;fill:none;stroke:#000000;stroke-width:1.88976383;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
661 d="m 786.06325,1182.9091 v -130.5"
662 id="path8471-3-2"
663 inkscape:connector-curvature="0" />
664 <path
665 style="display:inline;fill:none;stroke:#000000;stroke-width:1.88976383;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
666 d="M 585.81326,1136.6591 H 716.31325"
667 id="path8471-3-2-4"
668 inkscape:connector-curvature="0" />
669 <path
670 style="display:inline;fill:none;stroke:#000000;stroke-width:1.00157475;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#Arrow2Lend)"
671 d="M 611.99173,962.94417 H 753.06325"
672 id="path6121"
673 inkscape:connector-curvature="0" />
674 <path 560 <path
675 style="display:inline;fill:none;stroke:#000000;stroke-width:1.00157475;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Arrow2Lstart)" 561 style="display:inline;fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3, 1.5, 0.75, 1.5;stroke-dashoffset:0;stroke-opacity:1"
676 d="M 612.19031,985.67675 H 753.26185" 562 d="M 460.37542,254.79742 V 149.42008"
677 id="path6121-4" 563 id="path8471-3-0"
678 inkscape:connector-curvature="0" /> 564 inkscape:connector-curvature="0" />
679 <path 565 <path
680 style="display:inline;fill:none;stroke:#000000;stroke-width:1.00157475;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Arrow2Lstart-2)" 566 style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2, 1, 0.5, 1;stroke-dashoffset:0;stroke-opacity:1"
681 d="m 773.19215,918.49096 80.7291,115.68914" 567 d="M 460.37542,149.42008 H 443.94994"
682 id="path6121-4-7" 568 id="path11659"
683 inkscape:connector-curvature="0" /> 569 inkscape:connector-curvature="0" />
684 <path 570 <path
685 style="display:inline;fill:none;stroke:#000000;stroke-width:1.00157475;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Arrow2Lstart-2-1)" 571 style="display:inline;fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3, 1.5, 0.75, 1.5;stroke-dashoffset:0;stroke-opacity:1"
686 d="m 946.07325,917.8837 -80.7292,115.6891" 572 d="M 505.46723,255.09094 V 149.7136"
687 id="path6121-4-7-5" 573 id="path8471-3-0-5"
688 inkscape:connector-curvature="0" /> 574 inkscape:connector-curvature="0" />
689 <path
690 style="display:inline;fill:none;stroke:#000000;stroke-width:1.00157475;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Arrow2Lstart-2-4)"
691 d="m 856.55325,1003.9344 80.7291,-115.68915"
692 id="path6121-4-7-3"
693 inkscape:connector-curvature="0" />
694 <path
695 style="display:inline;fill:none;stroke:#000000;stroke-width:1.00157475;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Arrow2Lstart-2-4-9)"
696 d="M 857.47845,981.60744 776.74935,865.9183"
697 id="path6121-4-7-3-6"
698 inkscape:connector-curvature="0" />
699 <path
700 style="display:inline;fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:4.62614155;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#EmptyTriangleOutL)"
701 d="m 603.82134,1241.7088 h 84.96869"
702 id="path899"
703 inkscape:connector-curvature="0" />
704 <path
705 style="display:inline;fill:#d26f6f;fill-opacity:1;stroke:#d26f6f;stroke-width:4.62614155;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#EmptyTriangleOutL-0)"
706 d="m 722.03935,1240.6591 h 84.9687"
707 id="path899-9"
708 inkscape:connector-curvature="0" />
709 </g>
710 <g
711 inkscape:groupmode="layer"
712 id="layer5"
713 inkscape:label="btb, internet, ucpe manager"
714 sodipodi:insensitive="true"
715 transform="translate(99.430872,8.1370483)"
716 style="display:inline">
717 <g
718 id="g11597">
719 <path
720 inkscape:connector-curvature="0"
721 id="path11527"
722 d="m 444.5424,89.232813 h 76.42476"
723 style="fill:#d26868;fill-opacity:1;stroke:#d26868;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
724 <text
725 id="text11531"
726 y="86.056633"
727 x="482.57706"
728 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
729 xml:space="preserve"><tspan
730 y="86.056633"
731 x="482.57706"
732 id="tspan11529"
733 sodipodi:role="line">BTB</tspan></text>
734 </g>
735 <g 575 <g
736 id="g11688" 576 id="g11695">
737 transform="translate(11.372251,4)">
738 <rect
739 rx="23.192089"
740 y="349.04373"
741 x="368.70782"
742 height="63.53022"
743 width="212.60954"
744 id="rect5992-5"
745 style="fill:#ff9955;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.82807648;stroke-opacity:1" />
746 <text
747 id="text5996-5"
748 y="386.32968"
749 x="474.19489"
750 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.99999809px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
751 xml:space="preserve"><tspan
752 id="tspan5998-2"
753 style="font-size:21.33333397px;stroke-width:0.99999994"
754 y="386.32968"
755 x="474.19489"
756 sodipodi:role="line">uCPE Manager</tspan></text>
757 </g>
758 <g
759 id="g11704">
760 <path 577 <path
761 inkscape:connector-curvature="0" 578 inkscape:connector-curvature="0"
762 id="path8471-3-0" 579 id="path11661"
763 d="M 460.37542,254.79742 V 149.42008" 580 d="m 505.46723,149.7136 h 16.20624"
764 style="display:inline;fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3, 1.5, 0.75, 1.5;stroke-dashoffset:0;stroke-opacity:1" />
765 <path
766 inkscape:connector-curvature="0"
767 id="path11659"
768 d="M 460.37542,149.42008 H 443.94994"
769 style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2, 1, 0.5, 1;stroke-dashoffset:0;stroke-opacity:1" /> 581 style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2, 1, 0.5, 1;stroke-dashoffset:0;stroke-opacity:1" />
770 </g> 582 </g>
771 <g
772 id="g11700">
773 <path
774 inkscape:connector-curvature="0"
775 id="path8471-3-0-5"
776 d="M 505.46723,255.09094 V 149.7136"
777 style="display:inline;fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3, 1.5, 0.75, 1.5;stroke-dashoffset:0;stroke-opacity:1" />
778 <g
779 id="g11695">
780 <path
781 style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2, 1, 0.5, 1;stroke-dashoffset:0;stroke-opacity:1"
782 d="m 505.46723,149.7136 h 16.20624"
783 id="path11661"
784 inkscape:connector-curvature="0" />
785 </g>
786 </g>
787 <path 583 <path
788 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3, 1.5, 0.75, 1.5;stroke-dashoffset:0;stroke-opacity:1" 584 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3, 1.5, 0.75, 1.5;stroke-dashoffset:0;stroke-opacity:1"
789 d="M 483.51599,322.71911 V 352.8612" 585 d="M 486.38484,322.71911 V 352.8612"
790 id="path11692" 586 id="path11692"
791 inkscape:connector-curvature="0" /> 587 inkscape:connector-curvature="0" />
792 <g 588 <path
793 transform="matrix(3.7795276,0,0,3.7795276,345.16324,-1088.4042)" 589 style="fill:#8fd0f6;fill-opacity:1;stroke:#000000;stroke-width:0.75520343;stroke-opacity:1"
794 style="display:inline" 590 d="m 491.81875,246.74813 a 38.600327,32.823472 0 0 0 -25.24788,8.04933 27.691538,18.320077 0 0 0 -5.80018,-0.41593 27.691538,18.320077 0 0 0 -23.74662,8.93786 38.447615,26.894051 0 0 0 -3.79253,-0.13266 38.447615,26.894051 0 0 0 -38.4479,26.89421 38.447615,26.894051 0 0 0 10.38596,18.35286 19.300164,12.976722 0 0 0 -0.62115,3.19793 19.300164,12.976722 0 0 0 19.30015,12.97675 19.300164,12.976722 0 0 0 6.7672,-0.83044 17.621889,21.373424 0 0 0 11.69382,5.41047 17.621889,21.373424 0 0 0 9.99262,-3.79733 31.887227,22.900097 0 0 0 22.73375,6.85066 31.887227,22.900097 0 0 0 24.66115,-8.40412 46.991706,19.083413 0 0 0 22.33058,2.29742 46.991706,19.083413 0 0 0 46.9917,-19.0834 46.991706,19.083413 0 0 0 -2.79443,-6.4272 36.370861,21.373424 0 0 0 11.76106,-15.70957 36.370861,21.373424 0 0 0 -36.36972,-21.37342 36.370861,21.373424 0 0 0 -14.98321,1.92624 38.600327,32.823472 0 0 0 -34.81437,-18.71962 z"
795 id="g3208"> 591 id="path5091-2"
796 <path 592 inkscape:connector-curvature="0" />
797 inkscape:connector-curvature="0" 593 <text
798 id="path5091-2" 594 xml:space="preserve"
799 d="m 38.802604,353.25905 a 10.213003,8.6845435 0 0 0 -6.68017,2.12972 7.3267194,4.8471871 0 0 0 -1.53463,-0.11005 7.3267194,4.8471871 0 0 0 -6.28296,2.36481 10.172598,7.1157176 0 0 0 -1.00344,-0.0351 10.172598,7.1157176 0 0 0 -10.172673,7.11576 10.172598,7.1157176 0 0 0 2.747952,4.85586 5.1065016,3.4334242 0 0 0 -0.164347,0.84612 5.1065016,3.4334242 0 0 0 5.106498,3.43343 5.1065016,3.4334242 0 0 0 1.79049,-0.21972 4.662458,5.6550516 0 0 0 3.09399,1.43152 4.662458,5.6550516 0 0 0 2.64388,-1.00471 8.4368287,6.0589839 0 0 0 6.01497,1.81257 8.4368287,6.0589839 0 0 0 6.52493,-2.22359 12.433222,5.0491531 0 0 0 5.9083,0.60786 12.433222,5.0491531 0 0 0 12.43322,-5.04915 12.433222,5.0491531 0 0 0 -0.73936,-1.70053 9.6231236,5.6550516 0 0 0 3.11178,-4.15649 9.6231236,5.6550516 0 0 0 -9.62282,-5.65505 9.6231236,5.6550516 0 0 0 -3.96431,0.50965 10.213003,8.6845435 0 0 0 -9.2113,-4.9529 z" 595 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
800 style="fill:#8fd0f6;fill-opacity:1;stroke:#000000;stroke-width:0.19981423;stroke-opacity:1" /> 596 x="485.34775"
801 <text 597 y="297.94391"
802 id="text6011-4" 598 id="text6011-4"><tspan
803 y="367.05307" 599 sodipodi:role="line"
804 x="37.059994" 600 id="tspan6009-5"
805 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.05555534px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332" 601 x="485.34775"
806 xml:space="preserve"><tspan 602 y="297.94391"
807 style="font-size:7.05555534px;stroke-width:0.26458332" 603 style="font-size:24px;stroke-width:0.99999994">Internet</tspan></text>
808 y="367.05307"
809 x="37.059994"
810 id="tspan6009-5"
811 sodipodi:role="line">Internet</tspan></text>
812 </g>
813 </g> 604 </g>
814 <g 605 <g
815 inkscape:groupmode="layer" 606 inkscape:groupmode="layer"
@@ -827,237 +618,24 @@
827 sodipodi:role="line" 618 sodipodi:role="line"
828 id="tspan16004" 619 id="tspan16004"
829 x="1111.8201" 620 x="1111.8201"
830 y="222.24199" /></text> 621 y="221.1394" /></text>
622 <rect
623 style="display:inline;fill:#ffffff;fill-opacity:0.64141415;stroke:#000000;stroke-width:1.45701396;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
624 id="rect5977-6-3"
625 width="488.61987"
626 height="203.46994"
627 x="713.10773"
628 y="-81.675179"
629 rx="42.650982" />
831 <g 630 <g
832 transform="translate(183.02814,-99.101132)"
833 style="display:inline" 631 style="display:inline"
834 id="g361"> 632 id="g9849"
835 <rect 633 transform="translate(0,-2.70139)">
836 rx="42.650982"
837 y="-81.675179"
838 x="713.10773"
839 height="203.46994"
840 width="488.61987"
841 id="rect5977-6-3"
842 style="display:inline;fill:#ffffff;fill-opacity:0.64141415;stroke:#000000;stroke-width:1.45701396;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
843 transform="translate(-183.02814,99.101132)" />
844 <g 634 <g
845 transform="translate(-183.02814,96.399742)" 635 id="g9810">
846 id="g9849"
847 style="display:inline">
848 <g
849 id="g9810">
850 <rect
851 rx="1.8328245"
852 y="31.997553"
853 x="704.77173"
854 height="40.698528"
855 width="16.687834"
856 id="rect5977-9-8"
857 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
858 </g>
859 <g
860 id="g9842">
861 <path
862 inkscape:connector-curvature="0"
863 id="path8471-3-2-5-7-2"
864 d="M 713.63739,-8.0163969 838.31673,33.050084"
865 style="display:inline;fill:none;stroke:#000000;stroke-width:1.89580917;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
866 <rect
867 rx="1.8328245"
868 y="-27.173712"
869 x="704.18042"
870 height="40.698528"
871 width="16.687834"
872 id="rect5977-9"
873 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
874 </g>
875 </g>
876 <text
877 id="text5981-3-7"
878 y="-92.298775"
879 x="957.31738"
880 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
881 xml:space="preserve"
882 transform="translate(-183.02814,99.101132)"><tspan
883 id="tspan5983-4-5"
884 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;text-anchor:middle;stroke-width:0.99999994"
885 y="-92.298775"
886 x="957.31738"
887 sodipodi:role="line">uCPE Device 2</tspan></text>
888 <path
889 inkscape:connector-curvature="0"
890 id="path8471-3-2-5"
891 d="M 889.79783,13.454384 1014.4745,-27.920222"
892 style="display:inline;fill:none;stroke:#000000;stroke-width:1.90288782;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
893 transform="translate(-183.02814,99.101132)" />
894 <rect
895 rx="18.8976"
896 y="-62.158096"
897 x="1012.4092"
898 height="68.031494"
899 width="170.07874"
900 id="rect6062-5"
901 style="display:inline;fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1"
902 transform="translate(-183.02814,99.101132)" />
903 <text
904 id="text6066-5"
905 y="-33.128029"
906 x="1097.0156"
907 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
908 xml:space="preserve"
909 transform="translate(-183.02814,99.101132)"><tspan
910 style="font-size:17.33333397px;stroke-width:0.99999994"
911 y="-33.128029"
912 x="1097.0156"
913 id="tspan6064-5"
914 sodipodi:role="line">Iperf client</tspan><tspan
915 id="tspan5627"
916 style="font-size:16px;stroke-width:0.99999994"
917 y="-11.461362"
918 x="1097.0156"
919 sodipodi:role="line" /></text>
920 <path
921 inkscape:connector-curvature="0"
922 id="path8471-3-2-5-7"
923 d="m 889.77508,32.419454 124.67932,41.06648"
924 style="display:inline;fill:none;stroke:#000000;stroke-width:1.89580917;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
925 transform="translate(-183.02814,99.101132)" />
926 <rect
927 rx="18.8976"
928 y="36.394951"
929 x="1012.7281"
930 height="68.031494"
931 width="170.07874"
932 id="rect6062-3"
933 style="display:inline;fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1"
934 transform="translate(-183.02814,99.101132)" />
935 <text
936 id="text6066-5-5"
937 y="67.194824"
938 x="1097.1962"
939 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
940 xml:space="preserve"
941 transform="translate(-183.02814,99.101132)"><tspan
942 id="tspan5627-2"
943 style="font-size:17.33333397px;stroke-width:0.99999994"
944 y="67.194824"
945 x="1097.1962"
946 sodipodi:role="line">Iperf server</tspan></text>
947 <path
948 inkscape:connector-curvature="0"
949 id="path7023"
950 d="M 991.56978,-10.333059 919.04394,14.086634"
951 style="display:inline;fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-0)"
952 transform="translate(-183.02814,99.101132)" />
953 <path
954 inkscape:connector-curvature="0"
955 id="path7023-6"
956 d="m 917.57518,31.402044 72.61477,24.15394"
957 style="display:inline;fill:#d26f6f;fill-opacity:1;stroke:#d26868;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-1-4)"
958 transform="translate(-183.02814,99.101132)" />
959 <path
960 inkscape:connector-curvature="0"
961 id="path7023-6-9"
962 d="m 743.04011,12.306484 72.61477,24.15394"
963 style="display:inline;fill:#d26f6f;fill-opacity:1;stroke:#d26868;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-1-3-4)"
964 transform="translate(-183.02814,99.101132)" />
965 <path
966 inkscape:connector-curvature="0"
967 id="path7023-4"
968 d="M 816.53454,9.707294 743.91598,-14.435249"
969 style="display:inline;fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-6-9)"
970 transform="translate(-183.02814,99.101132)" />
971 <text
972 id="text6066-5-66"
973 y="-6.1860938"
974 x="1070.3387"
975 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
976 xml:space="preserve"
977 transform="translate(-183.02814,99.101132)"><tspan
978 id="tspan5627-5"
979 style="font-size:16px;stroke-width:0.99999994"
980 y="-6.1860938"
981 x="1070.3387"
982 sodipodi:role="line">192.168.20.20</tspan></text>
983 <text
984 id="text6066-5-5-5"
985 y="95.599319"
986 x="1068.9252"
987 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
988 xml:space="preserve"
989 transform="translate(-183.02814,99.101132)"><tspan
990 id="tspan5627-2-7"
991 style="font-size:16px;stroke-width:0.99999994"
992 y="95.599319"
993 x="1068.9252"
994 sodipodi:role="line">192.168.10.10</tspan></text>
995 <g
996 id="g293"
997 style="display:inline">
998 <g
999 transform="translate(394.32478,-1.0086352)"
1000 style="display:inline"
1001 id="g224-9">
1002 <rect
1003 transform="scale(-1)"
1004 rx="12.87534"
1005 y="-177.55771"
1006 x="-312.70386"
1007 height="112.77705"
1008 width="51.501362"
1009 id="rect6098-9-6-7"
1010 style="fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.63764977;stroke-opacity:1" />
1011 <text
1012 transform="rotate(-90)"
1013 id="text892-7-6-7"
1014 y="293.63873"
1015 x="-121.59303"
1016 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1017 xml:space="preserve"><tspan
1018 style="font-size:18.66666603px;writing-mode:lr-tb;stroke-width:0.99999994"
1019 y="293.63873"
1020 x="-121.59303"
1021 id="tspan890-2-5-4"
1022 sodipodi:role="line">bridge</tspan></text>
1023 </g>
1024 <text
1025 xml:space="preserve"
1026 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
1027 x="667.90558"
1028 y="186.91054"
1029 id="text252"><tspan
1030 sodipodi:role="line"
1031 id="tspan250"
1032 x="667.90558"
1033 y="186.91054"
1034 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">dpdk</tspan></text>
1035 </g>
1036 </g>
1037 </g>
1038 <g
1039 inkscape:groupmode="layer"
1040 id="layer4"
1041 inkscape:label="uCPE Device 1"
1042 transform="translate(99.430872,8.1370483)"
1043 style="display:inline"
1044 sodipodi:insensitive="true">
1045 <g
1046 id="g426">
1047 <rect
1048 rx="46.7006"
1049 y="16.076391"
1050 x="-98.668564"
1051 height="203.46994"
1052 width="535.01324"
1053 id="rect5977-6-3-6"
1054 style="display:inline;fill:#ffffff;fill-opacity:0.64141415;stroke:#000000;stroke-width:1.52461576;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1055 <g
1056 transform="matrix(-1,0,0,1,1148.9726,96.615258)"
1057 id="g9810-0">
1058 <rect 636 <rect
1059 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 637 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1060 id="rect5977-9-8-7" 638 id="rect5977-9-8"
1061 width="16.687834" 639 width="16.687834"
1062 height="40.698528" 640 height="40.698528"
1063 x="704.77173" 641 x="704.77173"
@@ -1065,215 +643,333 @@
1065 rx="1.8328245" /> 643 rx="1.8328245" />
1066 </g> 644 </g>
1067 <g 645 <g
1068 transform="matrix(-1,0,0,1,1148.9726,96.615258)" 646 id="g9842">
1069 id="g9842-9">
1070 <path 647 <path
1071 style="display:inline;fill:none;stroke:#000000;stroke-width:1.89580917;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" 648 style="display:inline;fill:none;stroke:#000000;stroke-width:1.89580917;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
1072 d="M 713.63739,-8.0163969 838.31673,33.050084" 649 d="M 713.63739,-8.0163969 838.31673,33.050084"
1073 id="path8471-3-2-5-7-2-9" 650 id="path8471-3-2-5-7-2"
1074 inkscape:connector-curvature="0" /> 651 inkscape:connector-curvature="0" />
1075 <rect 652 <rect
1076 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 653 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1077 id="rect5977-9-7" 654 id="rect5977-9"
1078 width="16.687834" 655 width="16.687834"
1079 height="40.698528" 656 height="40.698528"
1080 x="704.18042" 657 x="704.18042"
1081 y="-27.173712" 658 y="-27.173712"
1082 rx="1.8328245" /> 659 rx="1.8328245" />
1083 </g> 660 </g>
1084 <text 661 </g>
1085 id="text5981-3-7-7" 662 <text
1086 y="5.452795" 663 xml:space="preserve"
1087 x="193.15585" 664 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1088 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994" 665 x="957.31738"
1089 xml:space="preserve"><tspan 666 y="-92.298775"
1090 id="tspan5983-4-5-6" 667 id="text5981-3-7"><tspan
1091 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;text-anchor:middle;stroke-width:0.99999994" 668 sodipodi:role="line"
1092 y="5.452795" 669 x="957.31738"
1093 x="193.15585" 670 y="-92.298775"
1094 sodipodi:role="line">uCPE Device 1</tspan></text> 671 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;text-anchor:middle;stroke-width:0.99999994"
1095 <path 672 id="tspan5983-4-5">uCPE Device 2</tspan></text>
1096 inkscape:connector-curvature="0" 673 <path
1097 id="path8471-3-2-5-5" 674 style="display:inline;fill:none;stroke:#000000;stroke-width:1.90288782;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
1098 d="m 129.65036,90.254302 131.36257,0.06849" 675 d="M 889.79783,13.454384 1014.4745,-27.920222"
1099 style="display:inline;fill:none;stroke:#000000;stroke-width:1.90288782;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 676 id="path8471-3-2-5"
1100 <path 677 inkscape:connector-curvature="0" />
1101 inkscape:connector-curvature="0" 678 <rect
1102 id="path7023-1" 679 style="display:inline;fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1"
1103 d="m 233.72971,99.786419 -76.52602,0.293821" 680 id="rect6062-5"
1104 style="display:inline;fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-0-1)" /> 681 width="170.07874"
1105 <path 682 height="68.031494"
1106 inkscape:connector-curvature="0" 683 x="1012.4092"
1107 id="path8471-3-2-5-7-27" 684 y="-62.158096"
1108 d="m 129.61598,150.85761 131.26826,0.17563" 685 rx="18.8976" />
1109 style="display:inline;fill:none;stroke:#000000;stroke-width:1.89580917;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 686 <text
1110 <path 687 xml:space="preserve"
1111 inkscape:connector-curvature="0" 688 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1112 id="path7023-6-0" 689 x="1096.642"
1113 d="m 155.71525,141.2291 76.52589,0.3268" 690 y="-37.128029"
1114 style="display:inline;fill:#d26f6f;fill-opacity:1;stroke:#d26868;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-1-4-8)" /> 691 id="text6066-5"><tspan
1115 <path 692 sodipodi:role="line"
1116 inkscape:connector-curvature="0" 693 id="tspan6064-5"
1117 id="path7023-6-9-8" 694 x="1096.642"
1118 d="m 328.87165,139.00008 72.41851,-24.73616" 695 y="-37.128029"
1119 style="display:inline;fill:#d26f6f;fill-opacity:1;stroke:#d26868;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-1-3-4-6)" /> 696 style="font-size:18.66666603px;stroke-width:0.99999994">Iperf client</tspan><tspan
1120 <path 697 sodipodi:role="line"
1121 inkscape:connector-curvature="0" 698 x="1096.642"
1122 id="path7023-4-3" 699 y="-14.995701"
1123 d="M 403.31844,83.695159 330.90382,108.44269" 700 style="font-size:16px;stroke-width:0.99999994"
1124 style="display:inline;fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-6-9-7)" /> 701 id="tspan5627" /></text>
702 <path
703 style="display:inline;fill:none;stroke:#000000;stroke-width:1.89580917;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
704 d="m 889.77508,32.419454 124.67932,41.06648"
705 id="path8471-3-2-5-7"
706 inkscape:connector-curvature="0" />
707 <rect
708 style="display:inline;fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1"
709 id="rect6062-3"
710 width="170.07874"
711 height="68.031494"
712 x="1012.7281"
713 y="36.394951"
714 rx="18.8976" />
715 <text
716 xml:space="preserve"
717 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
718 x="1096.7786"
719 y="59.194824"
720 id="text6066-5-5"><tspan
721 sodipodi:role="line"
722 x="1096.7786"
723 y="59.194824"
724 style="font-size:18.66666603px;stroke-width:0.99999994"
725 id="tspan5627-2">Iperf server</tspan></text>
726 <path
727 style="display:inline;fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-0)"
728 d="M 991.56978,-10.333059 919.04394,14.086634"
729 id="path7023"
730 inkscape:connector-curvature="0" />
731 <path
732 style="display:inline;fill:#d26f6f;fill-opacity:1;stroke:#d26868;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-1-4)"
733 d="m 917.57518,31.402044 72.61477,24.15394"
734 id="path7023-6"
735 inkscape:connector-curvature="0" />
736 <path
737 style="display:inline;fill:#d26f6f;fill-opacity:1;stroke:#d26868;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-1-3-4)"
738 d="m 743.04011,12.306484 72.61477,24.15394"
739 id="path7023-6-9"
740 inkscape:connector-curvature="0" />
741 <path
742 style="display:inline;fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-6-9)"
743 d="M 816.53454,9.707294 743.91598,-14.435249"
744 id="path7023-4"
745 inkscape:connector-curvature="0" />
746 <text
747 xml:space="preserve"
748 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
749 x="1096.9641"
750 y="-2.1860938"
751 id="text6066-5-66"><tspan
752 sodipodi:role="line"
753 x="1096.9641"
754 y="-2.1860938"
755 style="font-size:16px;stroke-width:0.99999994"
756 id="tspan5627-5">192.168.20.20</tspan></text>
757 <text
758 xml:space="preserve"
759 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
760 x="1097.2831"
761 y="95.599319"
762 id="text6066-5-5-5"><tspan
763 sodipodi:role="line"
764 x="1097.2831"
765 y="95.599319"
766 style="font-size:16px;stroke-width:0.99999994"
767 id="tspan5627-2-7">192.168.10.10</tspan></text>
768 <g
769 style="display:inline"
770 id="g293"
771 transform="translate(183.02814,-99.101132)">
1125 <g 772 <g
1126 id="g204"> 773 id="g224-9"
774 style="display:inline"
775 transform="translate(394.32478,-1.0086352)">
1127 <rect 776 <rect
1128 style="fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:1.55714905;stroke-opacity:1" 777 style="fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.63764977;stroke-opacity:1"
1129 id="rect6062-5-3" 778 id="rect6098-9-6-7"
1130 width="204.60944" 779 width="51.501362"
1131 height="137.1181" 780 height="112.77705"
1132 x="-74.993454" 781 x="-312.70386"
1133 y="48.282818" 782 y="-177.55771"
1134 rx="22.734337" /> 783 rx="12.87534"
1135 <text 784 transform="scale(-1)" />
1136 xml:space="preserve"
1137 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1138 x="-29.048643"
1139 y="123.04565"
1140 id="text6066-5-6"><tspan
1141 sodipodi:role="line"
1142 x="-26.644997"
1143 y="123.04565"
1144 style="font-size:17.33333397px;stroke-width:0.99999994"
1145 id="tspan8402">Clavister </tspan></text>
1146 <text 785 <text
1147 xml:space="preserve" 786 xml:space="preserve"
1148 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none" 787 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1149 x="77.112869" 788 x="-121.59303"
1150 y="93.066238" 789 y="293.63873"
1151 id="text11491"><tspan 790 id="text892-7-6-7"
791 transform="rotate(-90)"><tspan
1152 sodipodi:role="line" 792 sodipodi:role="line"
1153 id="tspan11489" 793 id="tspan890-2-5-4"
1154 x="77.112869"
1155 y="93.066238">192.168.10.1</tspan></text>
1156 <text
1157 xml:space="preserve"
1158 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
1159 x="77.112869"
1160 y="156.63571"
1161 id="text11491-5"><tspan
1162 sodipodi:role="line"
1163 id="tspan11489-3"
1164 x="77.112869"
1165 y="156.63571">192.168.20.1</tspan></text>
1166 </g>
1167 <g
1168 id="g278"
1169 style="display:inline">
1170 <g
1171 id="g224">
1172 <rect
1173 transform="scale(-1)"
1174 rx="12.87534"
1175 y="-177.55771"
1176 x="-312.70386"
1177 height="112.77705"
1178 width="51.501362"
1179 id="rect6098-9-6"
1180 style="fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.63764977;stroke-opacity:1" />
1181 <text
1182 transform="rotate(-90)"
1183 id="text892-7-6"
1184 y="293.63873"
1185 x="-121.59303" 794 x="-121.59303"
1186 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994" 795 y="293.63873"
1187 xml:space="preserve"><tspan 796 style="font-size:18.66666603px;writing-mode:lr-tb;stroke-width:0.99999994">bridge</tspan></text>
1188 style="font-size:18.66666603px;writing-mode:lr-tb;stroke-width:0.99999994"
1189 y="293.63873"
1190 x="-121.59303"
1191 id="tspan890-2-5"
1192 sodipodi:role="line">bridge</tspan></text>
1193 </g>
1194 <text
1195 xml:space="preserve"
1196 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
1197 x="273.58078"
1198 y="188.12259"
1199 id="text252-9"><tspan
1200 sodipodi:role="line"
1201 id="tspan250-1"
1202 x="273.58078"
1203 y="188.12259"
1204 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">dpdk</tspan></text>
1205 </g> 797 </g>
798 <text
799 id="text252"
800 y="186.91054"
801 x="667.90558"
802 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
803 xml:space="preserve"><tspan
804 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start"
805 y="186.91054"
806 x="667.90558"
807 id="tspan250"
808 sodipodi:role="line">dpdk</tspan></text>
1206 </g> 809 </g>
1207 </g> 810 </g>
1208 <g 811 <g
1209 inkscape:groupmode="layer" 812 inkscape:groupmode="layer"
1210 id="layer13" 813 id="layer4"
1211 inkscape:label="Legend" 814 inkscape:label="uCPE Device 1"
1212 transform="translate(99.430872,8.1370483)" 815 transform="translate(99.430872,8.1370483)"
1213 sodipodi:insensitive="true" 816 style="display:inline"
1214 style="display:inline"> 817 sodipodi:insensitive="true">
818 <rect
819 style="display:inline;fill:#ffffff;fill-opacity:0.64141415;stroke:#000000;stroke-width:1.52461576;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
820 id="rect5977-6-3-6"
821 width="535.01324"
822 height="203.46994"
823 x="-98.668564"
824 y="16.076391"
825 rx="46.7006" />
826 <g
827 id="g9810-0"
828 transform="matrix(-1,0,0,1,1148.9726,96.615258)">
829 <rect
830 rx="1.8328245"
831 y="31.997553"
832 x="704.77173"
833 height="40.698528"
834 width="16.687834"
835 id="rect5977-9-8-7"
836 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
837 </g>
1215 <g 838 <g
1216 style="filter:url(#filter6631)" 839 id="g9842-9"
1217 transform="matrix(1.9017461,0,0,1.9017461,745.88176,196.91014)" 840 transform="matrix(-1,0,0,1,1148.9726,96.615258)">
1218 id="g6770">
1219 <path 841 <path
1220 inkscape:connector-curvature="0" 842 inkscape:connector-curvature="0"
1221 id="path8471-2" 843 id="path8471-3-2-5-7-2-9"
1222 d="m 137.87025,103.5657 h 9.12038" 844 d="M 713.63739,-8.0163969 838.31673,33.050084"
1223 style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 0.5, 0.25, 0.5;stroke-dashoffset:0;stroke-opacity:1" 845 style="display:inline;fill:none;stroke:#000000;stroke-width:1.89580917;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
1224 transform="translate(-3.1511298,-3.7216363)" /> 846 <rect
847 rx="1.8328245"
848 y="-27.173712"
849 x="704.18042"
850 height="40.698528"
851 width="16.687834"
852 id="rect5977-9-7"
853 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
854 </g>
855 <text
856 xml:space="preserve"
857 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
858 x="169.95915"
859 y="5.452795"
860 id="text5981-3-7-7"><tspan
861 sodipodi:role="line"
862 x="169.95915"
863 y="5.452795"
864 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;text-anchor:middle;stroke-width:0.99999994"
865 id="tspan5983-4-5-6">uCPE Device 1</tspan></text>
866 <path
867 style="display:inline;fill:none;stroke:#000000;stroke-width:1.90288782;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
868 d="m 129.65036,87.37965 131.36257,0.06849"
869 id="path8471-3-2-5-5"
870 inkscape:connector-curvature="0" />
871 <path
872 style="display:inline;fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-0-1)"
873 d="m 233.72971,99.786419 -76.52602,0.293821"
874 id="path7023-1"
875 inkscape:connector-curvature="0" />
876 <path
877 style="display:inline;fill:none;stroke:#000000;stroke-width:1.89580917;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
878 d="m 129.61598,152.89555 131.26826,0.17563"
879 id="path8471-3-2-5-7-27"
880 inkscape:connector-curvature="0" />
881 <path
882 style="display:inline;fill:#d26f6f;fill-opacity:1;stroke:#d26868;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-1-4-8)"
883 d="m 155.71525,141.2291 76.52589,0.3268"
884 id="path7023-6-0"
885 inkscape:connector-curvature="0" />
886 <path
887 style="display:inline;fill:#d26f6f;fill-opacity:1;stroke:#d26868;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-1-3-4-6)"
888 d="m 328.87165,139.00008 72.41851,-24.73616"
889 id="path7023-6-9-8"
890 inkscape:connector-curvature="0" />
891 <path
892 style="display:inline;fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-6-9-7)"
893 d="M 403.31844,83.695159 330.90382,108.44269"
894 id="path7023-4-3"
895 inkscape:connector-curvature="0" />
896 <rect
897 style="fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:1.55714905;stroke-opacity:1"
898 id="rect6062-5-3"
899 width="204.60944"
900 height="137.1181"
901 x="-74.993454"
902 y="48.282818"
903 rx="22.734337" />
904 <text
905 xml:space="preserve"
906 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
907 x="-29.048643"
908 y="123.04565"
909 id="text6066-5-6"><tspan
910 sodipodi:role="line"
911 x="-26.644997"
912 y="123.04565"
913 style="font-size:17.33333397px;stroke-width:0.99999994"
914 id="tspan8402">Clavister </tspan></text>
915 <text
916 xml:space="preserve"
917 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
918 x="77.112869"
919 y="93.066238"
920 id="text11491"><tspan
921 sodipodi:role="line"
922 id="tspan11489"
923 x="77.112869"
924 y="93.066238">192.168.10.1</tspan></text>
925 <text
926 xml:space="preserve"
927 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
928 x="77.112869"
929 y="156.63571"
930 id="text11491-5"><tspan
931 sodipodi:role="line"
932 id="tspan11489-3"
933 x="77.112869"
934 y="156.63571">192.168.20.1</tspan></text>
935 <g
936 style="display:inline"
937 id="g278">
1225 <g 938 <g
1226 id="g6020"> 939 id="g224">
1227 <path 940 <rect
1228 transform="translate(-3.1511298,-3.7216363)" 941 style="fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.63764977;stroke-opacity:1"
1229 style="fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#EmptyTriangleOutL-1-6)" 942 id="rect6098-9-6"
1230 d="m 95.766901,115.77833 h 9.511109" 943 width="51.501362"
1231 id="path899-1" 944 height="112.77705"
1232 inkscape:connector-curvature="0" /> 945 x="-312.70386"
1233 <path 946 y="-177.55771"
1234 transform="translate(-3.1511298,-3.7216363)" 947 rx="12.87534"
1235 style="fill:#d26f6f;fill-opacity:1;stroke:#d26f6f;stroke-width:0.59490627;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#EmptyTriangleOutL-0-9-7)" 948 transform="scale(-1)" />
1236 d="m 108.80427,115.85976 h 10.92006"
1237 id="path899-9-2"
1238 inkscape:connector-curvature="0" />
1239 <text 949 <text
1240 xml:space="preserve" 950 xml:space="preserve"
1241 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994;filter:url(#filter4332)" 951 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1242 x="-0.59244788" 952 x="-121.59303"
1243 y="284.13779" 953 y="293.63873"
1244 id="text4338" 954 id="text892-7-6"
1245 transform="matrix(0.26458333,0,0,0.26458333,63.993921,19.755859)"><tspan 955 transform="rotate(-90)"><tspan
1246 sodipodi:role="line"
1247 x="-0.59244788"
1248 y="284.13779"
1249 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1250 id="tspan4344">Legend: </tspan><tspan
1251 sodipodi:role="line" 956 sodipodi:role="line"
1252 x="-0.59244788" 957 id="tspan890-2-5"
1253 y="307.47113" 958 x="-121.59303"
1254 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994" 959 y="293.63873"
1255 id="tspan4348">- Connection via cloud/internet:</tspan><tspan 960 style="font-size:18.66666603px;writing-mode:lr-tb;stroke-width:0.99999994">bridge</tspan></text>
1256 sodipodi:role="line"
1257 x="-0.59244788"
1258 y="330.80444"
1259 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1260 id="tspan4350">- Back to Back: BTB</tspan><tspan
1261 sodipodi:role="line"
1262 x="-0.59244788"
1263 y="354.13779"
1264 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1265 id="tspan4651">- Flow rules: </tspan><tspan
1266 sodipodi:role="line"
1267 x="-0.59244788"
1268 y="377.47113"
1269 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1270 id="tspan4340" /><tspan
1271 sodipodi:role="line"
1272 x="-0.59244788"
1273 y="400.80444"
1274 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1275 id="tspan4342" /></text>
1276 </g> 961 </g>
962 <text
963 id="text252-9"
964 y="188.12259"
965 x="273.58078"
966 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
967 xml:space="preserve"><tspan
968 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start"
969 y="188.12259"
970 x="273.58078"
971 id="tspan250-1"
972 sodipodi:role="line">dpdk</tspan></text>
1277 </g> 973 </g>
1278 </g> 974 </g>
1279</svg> 975</svg>
diff --git a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_clavister_sriov.png b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_clavister_sriov.png
index 11689c6..d6a8d57 100755
--- a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_clavister_sriov.png
+++ b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_clavister_sriov.png
Binary files differ
diff --git a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_clavister_sriov.svg b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_clavister_sriov.svg
index 19d70d3..40cbd93 100755
--- a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_clavister_sriov.svg
+++ b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_clavister_sriov.svg
@@ -7,16 +7,20 @@
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg" 8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg" 9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" 11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" 12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="238.40312mm" 13 width="238.40312mm"
13 height="130.64748mm" 14 height="130.7467mm"
14 viewBox="0 0 238.40312 130.64748" 15 viewBox="0 0 238.40312 130.74671"
15 version="1.1" 16 version="1.1"
16 id="svg8" 17 id="svg8"
17 inkscape:version="0.92.4 (5da689c313, 2019-01-14)" 18 inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
18 sodipodi:docname="uc_clavister_sriov.svg" 19 sodipodi:docname="uc_clavister_sriov_new.svg"
19 style="enable-background:new"> 20 style="enable-background:new"
21 inkscape:export-filename="E:\Documents\ENEA Work files\ENFV work\ENA 2.2.2\Example Usecase pics\uc_clavister_sriov_new.png"
22 inkscape:export-xdpi="63.925339"
23 inkscape:export-ydpi="63.925339">
20 <defs 24 <defs
21 id="defs2"> 25 id="defs2">
22 <marker 26 <marker
@@ -419,28 +423,88 @@
419 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26f6f;stroke-width:1.00000003pt;stroke-opacity:1" 423 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26f6f;stroke-width:1.00000003pt;stroke-opacity:1"
420 transform="matrix(0.8,0,0,0.8,-4.8,0)" /> 424 transform="matrix(0.8,0,0,0.8,-4.8,0)" />
421 </marker> 425 </marker>
426 <marker
427 inkscape:stockid="Arrow2Lend"
428 orient="auto"
429 refY="0"
430 refX="0"
431 id="marker7435-0-2-2"
432 style="overflow:visible"
433 inkscape:isstock="true">
434 <path
435 inkscape:connector-curvature="0"
436 id="path7046-6-4-6"
437 style="fill:#777777;fill-opacity:1;fill-rule:evenodd;stroke:#777777;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
438 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
439 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
440 </marker>
441 <marker
442 inkscape:stockid="Arrow2Lend"
443 orient="auto"
444 refY="0"
445 refX="0"
446 id="marker7435-1-4-4-6"
447 style="overflow:visible"
448 inkscape:isstock="true">
449 <path
450 inkscape:connector-curvature="0"
451 id="path7046-7-6-9-7"
452 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26868;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
453 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
454 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
455 </marker>
456 <marker
457 inkscape:stockid="Arrow2Lend"
458 orient="auto"
459 refY="0"
460 refX="0"
461 id="marker7435-1-4-4-8"
462 style="overflow:visible"
463 inkscape:isstock="true">
464 <path
465 inkscape:connector-curvature="0"
466 id="path7046-7-6-9-8"
467 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26868;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
468 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
469 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
470 </marker>
471 <marker
472 inkscape:stockid="Arrow2Lend"
473 orient="auto"
474 refY="0"
475 refX="0"
476 id="marker7435-0-2-7"
477 style="overflow:visible"
478 inkscape:isstock="true">
479 <path
480 inkscape:connector-curvature="0"
481 id="path7046-6-4-7"
482 style="fill:#777777;fill-opacity:1;fill-rule:evenodd;stroke:#777777;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
483 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
484 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
485 </marker>
422 <filter 486 <filter
423 inkscape:collect="always" 487 inkscape:collect="always"
424 style="color-interpolation-filters:sRGB" 488 style="color-interpolation-filters:sRGB"
425 id="filter4332-4"> 489 id="filter4332-4-5">
426 <feBlend 490 <feBlend
427 inkscape:collect="always" 491 inkscape:collect="always"
428 mode="screen" 492 mode="screen"
429 in2="BackgroundImage" 493 in2="BackgroundImage"
430 id="feBlend4334-4" /> 494 id="feBlend4334-1" />
431 </filter> 495 </filter>
432 <marker 496 <marker
433 inkscape:stockid="Arrow2Lend" 497 inkscape:stockid="Arrow2Lend"
434 orient="auto" 498 orient="auto"
435 refY="0" 499 refY="0"
436 refX="0" 500 refX="0"
437 id="marker7435-0-2-2" 501 id="marker7435-1-2"
438 style="overflow:visible" 502 style="overflow:visible"
439 inkscape:isstock="true"> 503 inkscape:isstock="true">
440 <path 504 <path
441 inkscape:connector-curvature="0" 505 inkscape:connector-curvature="0"
442 id="path7046-6-4-6" 506 id="path7046-7-8"
443 style="fill:#777777;fill-opacity:1;fill-rule:evenodd;stroke:#777777;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" 507 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26f6f;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
444 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" 508 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
445 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" /> 509 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
446 </marker> 510 </marker>
@@ -449,13 +513,13 @@
449 orient="auto" 513 orient="auto"
450 refY="0" 514 refY="0"
451 refX="0" 515 refX="0"
452 id="marker7435-1-4-4-6" 516 id="marker7435-1"
453 style="overflow:visible" 517 style="overflow:visible"
454 inkscape:isstock="true"> 518 inkscape:isstock="true">
455 <path 519 <path
456 inkscape:connector-curvature="0" 520 inkscape:connector-curvature="0"
457 id="path7046-7-6-9-7" 521 id="path7046-7"
458 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26868;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" 522 style="fill:#777777;fill-opacity:1;fill-rule:evenodd;stroke:#777777;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
459 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" 523 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
460 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" /> 524 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
461 </marker> 525 </marker>
@@ -467,15 +531,15 @@
467 borderopacity="1.0" 531 borderopacity="1.0"
468 inkscape:pageopacity="0.0" 532 inkscape:pageopacity="0.0"
469 inkscape:pageshadow="2" 533 inkscape:pageshadow="2"
470 inkscape:zoom="1.1486984" 534 inkscape:zoom="0.81225243"
471 inkscape:cx="431.73338" 535 inkscape:cx="514.32224"
472 inkscape:cy="238.25707" 536 inkscape:cy="255.43341"
473 inkscape:document-units="mm" 537 inkscape:document-units="mm"
474 inkscape:current-layer="layer10" 538 inkscape:current-layer="layer10"
475 showgrid="false" 539 showgrid="false"
476 inkscape:showpageshadow="false" 540 inkscape:showpageshadow="false"
477 inkscape:window-width="1858" 541 inkscape:window-width="1366"
478 inkscape:window-height="1177" 542 inkscape:window-height="713"
479 inkscape:window-x="-8" 543 inkscape:window-x="-8"
480 inkscape:window-y="-8" 544 inkscape:window-y="-8"
481 inkscape:window-maximized="1" 545 inkscape:window-maximized="1"
@@ -484,8 +548,36 @@
484 fit-margin-right="0" 548 fit-margin-right="0"
485 fit-margin-bottom="0" 549 fit-margin-bottom="0"
486 inkscape:pagecheckerboard="false" 550 inkscape:pagecheckerboard="false"
487 showborder="true" 551 showborder="false"
488 width="300mm" /> 552 width="300mm"
553 showguides="true"
554 inkscape:guide-bbox="true">
555 <sodipodi:guide
556 position="234.31314,62.223912"
557 orientation="1,0"
558 id="guide2243"
559 inkscape:locked="false" />
560 <sodipodi:guide
561 position="154.07514,0"
562 orientation="0,1"
563 id="guide2245"
564 inkscape:locked="false" />
565 <sodipodi:guide
566 position="117.00924,69.560623"
567 orientation="0,1"
568 id="guide2340"
569 inkscape:locked="false" />
570 <sodipodi:guide
571 position="141.16588,97.159503"
572 orientation="1,0"
573 id="guide2342"
574 inkscape:locked="false" />
575 <sodipodi:guide
576 position="96.121255,97.308402"
577 orientation="1,0"
578 id="guide2344"
579 inkscape:locked="false" />
580 </sodipodi:namedview>
489 <metadata 581 <metadata
490 id="metadata5"> 582 id="metadata5">
491 <rdf:RDF> 583 <rdf:RDF>
@@ -494,53 +586,178 @@
494 <dc:format>image/svg+xml</dc:format> 586 <dc:format>image/svg+xml</dc:format>
495 <dc:type 587 <dc:type
496 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 588 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
497 <dc:title /> 589 <dc:title></dc:title>
498 </cc:Work> 590 </cc:Work>
499 </rdf:RDF> 591 </rdf:RDF>
500 </metadata> 592 </metadata>
501 <g 593 <g
502 inkscape:groupmode="layer" 594 inkscape:groupmode="layer"
595 id="layer11"
596 inkscape:label="Legend"
597 transform="translate(-1.4413696,-88.546398)"
598 style="display:inline;opacity:1">
599 <flowRoot
600 xml:space="preserve"
601 id="flowRoot1095"
602 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
603 transform="matrix(0.26458333,0,0,0.26458333,48.861044,36.808653)"><flowRegion
604 id="flowRegion1097"><rect
605 id="rect1099"
606 width="196.74443"
607 height="71.385147"
608 x="73.126244"
609 y="-106.76833" /></flowRegion><flowPara
610 id="flowPara1101" /></flowRoot> <flowRoot
611 transform="translate(45.709914,33.087017)"
612 xml:space="preserve"
613 id="flowRoot1107"
614 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"><flowRegion
615 id="flowRegion1109"><rect
616 id="rect1111"
617 width="87.055054"
618 height="156.6991"
619 x="128.84148"
620 y="-61.499702" /></flowRegion><flowPara
621 id="flowPara1113" /></flowRoot> <text
622 xml:space="preserve"
623 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
624 x="63.141701"
625 y="70.058487"
626 id="text6115"><tspan
627 sodipodi:role="line"
628 id="tspan6113"
629 x="63.141701"
630 y="79.422256"
631 style="stroke-width:0.26458332" /></text>
632 <g
633 id="g2241"
634 transform="translate(-15.799047,-41.898826)">
635 <path
636 inkscape:connector-curvature="0"
637 id="path899-1"
638 d="m 238.82185,259.40946 h 4.7857"
639 style="display:inline;fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:0.25158516;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker7435-1)" />
640 <path
641 inkscape:connector-curvature="0"
642 id="path899-9-2"
643 d="m 245.38186,259.45043 h 5.49464"
644 style="display:inline;fill:#d26f6f;fill-opacity:1;stroke:#d26f6f;stroke-width:0.25161877;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker7435-1-2)" />
645 <g
646 transform="matrix(0.26458333,0,0,0.26458333,31.146217,116.39369)"
647 id="g1353"
648 style="display:inline">
649 <text
650 xml:space="preserve"
651 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994;filter:url(#filter4332-4-5)"
652 x="-0.59244788"
653 y="284.13779"
654 id="text4338-8"
655 transform="matrix(0.50317032,0,0,0.50317032,596.72244,344.04651)"><tspan
656 sodipodi:role="line"
657 x="-0.59244788"
658 y="284.13779"
659 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.14851379px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
660 id="tspan4344-6">Legend: </tspan><tspan
661 id="tspan1311"
662 sodipodi:role="line"
663 x="-0.59244788"
664 y="320.57343"
665 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.79837799px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"><tspan
666 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.14851379px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
667 id="tspan1469">- Connection via cloud/internet:</tspan></tspan><tspan
668 sodipodi:role="line"
669 x="-0.59244788"
670 y="359.39594"
671 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.79837799px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
672 id="tspan1497">-<tspan
673 style="font-size:29.14851379px"
674 id="tspan1499"> VPN/Back to Back (BTB):</tspan></tspan><tspan
675 sodipodi:role="line"
676 x="-0.59244788"
677 y="399.14392"
678 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.79837799px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
679 id="tspan1514">- Flow rules:</tspan><tspan
680 sodipodi:role="line"
681 x="-0.59244788"
682 y="427.06345"
683 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
684 id="tspan4651-8" /><tspan
685 sodipodi:role="line"
686 x="-0.59244788"
687 y="450.39679"
688 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
689 id="tspan4340-3" /><tspan
690 sodipodi:role="line"
691 x="-0.59244788"
692 y="473.7301"
693 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
694 id="tspan4342-1" /></text>
695 </g>
696 <g
697 transform="matrix(0.25137337,0,0,0.26458333,-39.834753,152.95951)"
698 id="g1581"
699 style="display:inline">
700 <g
701 id="g1577">
702 <path
703 inkscape:connector-curvature="0"
704 id="path8471-3-0-5-7-0"
705 d="m 1157.8689,363.46686 h -30.0356"
706 style="display:inline;fill:none;stroke:#000000;stroke-width:1.245;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.49, 1.245, 0.6225, 1.245;stroke-dashoffset:0;stroke-opacity:1" />
707 </g>
708 </g>
709 <image
710 width="8.1491661"
711 height="0.52916664"
712 preserveAspectRatio="none"
713 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAACCAYAAACg5gd8AAAABHNCSVQICAgIfAhkiAAAAC5JREFU CJlj/CIo+P//jx8MDN+/M9AT8DQ0CLOwhIUVE6Wamfk/k4jIFyra/wkAZPAMTyDetBwAAAAASUVO RK5CYII= "
714 id="image1509"
715 x="243.54974"
716 y="253.87456"
717 style="display:inline" />
718 </g>
719 </g>
720 <g
721 inkscape:groupmode="layer"
503 id="layer12" 722 id="layer12"
504 inkscape:label="Internet, BTB, ucpe manager" 723 inkscape:label="Internet, BTB, ucpe manager"
505 style="display:inline" 724 style="display:inline"
506 transform="translate(-1.4413696,-10.764254)" 725 transform="translate(-1.4413696,-10.665035)">
507 sodipodi:insensitive="true">
508 <g 726 <g
509 transform="translate(84.751362,-267.93595)" 727 id="g2253">
510 style="display:inline;opacity:1;filter:url(#filter4332);enable-background:new"
511 id="g3208">
512 <path 728 <path
513 inkscape:connector-curvature="0" 729 inkscape:connector-curvature="0"
514 id="path5091-2" 730 id="path5091-2"
515 d="m 38.802604,353.25905 a 10.213003,8.6845435 0 0 0 -6.68017,2.12972 7.3267194,4.8471871 0 0 0 -1.53463,-0.11005 7.3267194,4.8471871 0 0 0 -6.28296,2.36481 10.172598,7.1157176 0 0 0 -1.00344,-0.0351 10.172598,7.1157176 0 0 0 -10.172673,7.11576 10.172598,7.1157176 0 0 0 2.747952,4.85586 5.1065016,3.4334242 0 0 0 -0.164347,0.84612 5.1065016,3.4334242 0 0 0 5.106498,3.43343 5.1065016,3.4334242 0 0 0 1.79049,-0.21972 4.662458,5.6550516 0 0 0 3.09399,1.43152 4.662458,5.6550516 0 0 0 2.64388,-1.00471 8.4368287,6.0589839 0 0 0 6.01497,1.81257 8.4368287,6.0589839 0 0 0 6.52493,-2.22359 12.433222,5.0491531 0 0 0 5.9083,0.60786 12.433222,5.0491531 0 0 0 12.43322,-5.04915 12.433222,5.0491531 0 0 0 -0.73936,-1.70053 9.6231236,5.6550516 0 0 0 3.11178,-4.15649 9.6231236,5.6550516 0 0 0 -9.62282,-5.65505 9.6231236,5.6550516 0 0 0 -3.96431,0.50965 10.213003,8.6845435 0 0 0 -9.2113,-4.9529 z" 731 d="m 123.55397,85.3231 a 10.213003,8.6845435 0 0 0 -6.68017,2.12972 7.3267194,4.8471871 0 0 0 -1.53463,-0.11005 7.3267194,4.8471871 0 0 0 -6.28296,2.36481 10.172598,7.1157176 0 0 0 -1.00344,-0.0351 10.172598,7.1157176 0 0 0 -10.172677,7.11576 10.172598,7.1157176 0 0 0 2.747957,4.85586 5.1065016,3.4334242 0 0 0 -0.16435,0.84612 5.1065016,3.4334242 0 0 0 5.1065,3.43343 5.1065016,3.4334242 0 0 0 1.79049,-0.21972 4.662458,5.6550516 0 0 0 3.09399,1.43152 4.662458,5.6550516 0 0 0 2.64388,-1.00471 8.4368287,6.0589839 0 0 0 6.01497,1.81257 8.4368287,6.0589839 0 0 0 6.52493,-2.22359 12.433222,5.0491531 0 0 0 5.9083,0.60786 12.433222,5.0491531 0 0 0 12.43322,-5.04915 12.433222,5.0491531 0 0 0 -0.73936,-1.70053 9.6231236,5.6550516 0 0 0 3.11178,-4.15649 9.6231236,5.6550516 0 0 0 -9.62282,-5.65505 9.6231236,5.6550516 0 0 0 -3.96431,0.50965 10.213003,8.6845435 0 0 0 -9.2113,-4.9529 z"
516 style="fill:#8fd0f6;fill-opacity:1;stroke:#000000;stroke-width:0.19981423;stroke-opacity:1" /> 732 style="fill:#8fd0f6;fill-opacity:1;stroke:#000000;stroke-width:0.19981423;stroke-opacity:1;filter:url(#filter4332)" />
517 <text 733 <text
518 id="text6011-4" 734 id="text1462"
519 y="367.05307" 735 y="98.868729"
520 x="37.059994" 736 x="111.07041"
521 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.05555534px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332" 737 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
522 xml:space="preserve"><tspan 738 xml:space="preserve"><tspan
523 style="font-size:7.05555534px;stroke-width:0.26458332" 739 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332"
524 y="367.05307" 740 y="98.868729"
525 x="37.059994" 741 x="111.07041"
526 id="tspan6009-5" 742 id="tspan1460"
527 sodipodi:role="line">Internet</tspan></text> 743 sodipodi:role="line">Internet</tspan></text>
528 </g> 744 </g>
529 <g 745 <g
530 style="display:inline;opacity:1;enable-background:new" 746 id="g1346">
531 transform="translate(45.709914,-44.794347)"
532 id="g15054">
533 <g 747 <g
534 transform="translate(41.805469,112.97842)" 748 transform="translate(87.515383,68.184073)"
535 id="g6108"> 749 id="g6108">
536 <rect 750 <g
537 style="fill:#ff9955;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.25908634;stroke-opacity:1" 751 id="g2625">
538 id="rect5992" 752 <rect
539 width="55.009563" 753 rx="6.0006089"
540 height="24.0366" 754 y="49.061516"
541 x="8.1325779" 755 x="8.1325779"
542 y="49.061516" 756 height="24.0366"
543 rx="6.0006089" /> 757 width="55.009563"
758 id="rect5992"
759 style="fill:#ff9955;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.25908634;stroke-opacity:1" />
760 </g>
544 <text 761 <text
545 id="text15008" 762 id="text15008"
546 y="60.119961" 763 y="60.119961"
@@ -548,32 +765,32 @@
548 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332" 765 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
549 xml:space="preserve"><tspan 766 xml:space="preserve"><tspan
550 style="stroke-width:0.26458332" 767 style="stroke-width:0.26458332"
551 y="69.775459" 768 y="69.483727"
552 x="53.59409" 769 x="53.59409"
553 id="tspan15006" 770 id="tspan15006"
554 sodipodi:role="line" /><tspan 771 sodipodi:role="line" /><tspan
555 id="tspan15010" 772 id="tspan15010"
556 style="stroke-width:0.26458332" 773 style="stroke-width:0.26458332"
557 y="83.004623" 774 y="82.712898"
558 x="53.59409" 775 x="53.59409"
559 sodipodi:role="line" /></text> 776 sodipodi:role="line" /></text>
560 </g> 777 </g>
561 <text 778 <text
562 transform="scale(0.94922996,1.0534855)" 779 transform="scale(0.94922996,1.0534855)"
563 id="text6054-2-0-3" 780 id="text6054-2-0-3"
564 y="163.45988" 781 y="120.37572"
565 x="80.932686" 782 x="129.69933"
566 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.43264198px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.16977006" 783 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.43264198px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.16977006"
567 xml:space="preserve"><tspan 784 xml:space="preserve"><tspan
568 id="tspan1118-7-2-0" 785 id="tspan1118-7-2-0"
569 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.64444447px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.16977006" 786 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.16977006"
570 y="163.45988" 787 y="120.37572"
571 x="80.932686" 788 x="129.69933"
572 sodipodi:role="line">uCPE</tspan><tspan 789 sodipodi:role="line">uCPE</tspan><tspan
573 id="tspan6174-7" 790 id="tspan6174-7"
574 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.64444447px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.16977006" 791 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.16977006"
575 y="170.51544" 792 y="128.3132"
576 x="80.932686" 793 x="129.69933"
577 sodipodi:role="line"> Manager</tspan></text> 794 sodipodi:role="line"> Manager</tspan></text>
578 </g> 795 </g>
579 <path 796 <path
@@ -584,7 +801,7 @@
584 inkscape:connector-curvature="0" /> 801 inkscape:connector-curvature="0" />
585 <path 802 <path
586 transform="translate(0,-77.881364)" 803 transform="translate(0,-77.881364)"
587 style="display:inline;opacity:1;fill:none;stroke:#000000;stroke-width:0.25472125;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.50944256, 0.25472128, 0.12736064, 0.25472128;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" 804 style="display:inline;opacity:1;fill:none;stroke:#000000;stroke-width:0.455;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.91,0.455,0.2275,0.455;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
588 d="m 121.88591,194.7504 v -8.96115" 805 d="m 121.88591,194.7504 v -8.96115"
589 id="path8471-3" 806 id="path8471-3"
590 inkscape:connector-curvature="0" /> 807 inkscape:connector-curvature="0" />
@@ -612,25 +829,13 @@
612 d="m 166.33095,174.51457 h -20.4778" 829 d="m 166.33095,174.51457 h -20.4778"
613 id="path8471-0" 830 id="path8471-0"
614 inkscape:connector-curvature="0" /> 831 inkscape:connector-curvature="0" />
615 <text
616 xml:space="preserve"
617 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332;enable-background:new"
618 x="114.34132"
619 y="37.263927"
620 id="text6401"><tspan
621 sodipodi:role="line"
622 id="tspan6399"
623 x="114.34132"
624 y="37.263927"
625 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.64444447px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">BTB</tspan></text>
626 </g> 832 </g>
627 <g 833 <g
628 inkscape:groupmode="layer" 834 inkscape:groupmode="layer"
629 id="layer10" 835 id="layer10"
630 inkscape:label="uCPE Device 2" 836 inkscape:label="uCPE Device 2"
631 style="display:inline" 837 style="display:inline"
632 transform="translate(-1.4413696,-10.764254)" 838 transform="translate(-1.4413696,-10.665035)">
633 sodipodi:insensitive="true">
634 <path 839 <path
635 style="display:inline;fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:0.24164599px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-0-2-2);enable-background:new" 840 style="display:inline;fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:0.24164599px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-0-2-2);enable-background:new"
636 d="m 125.08777,42.406111 -9.70428,-0.0571" 841 d="m 125.08777,42.406111 -9.70428,-0.0571"
@@ -639,38 +844,58 @@
639 sodipodi:nodetypes="cc" /> 844 sodipodi:nodetypes="cc" />
640 <path 845 <path
641 style="display:inline;fill:#d26f6f;fill-opacity:1;stroke:#d26868;stroke-width:0.2302406px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-1-4-4-6);enable-background:new" 846 style="display:inline;fill:#d26f6f;fill-opacity:1;stroke:#d26868;stroke-width:0.2302406px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-1-4-4-6);enable-background:new"
642 d="m 114.62011,49.179407 10.44434,0.1349" 847 d="m 114.62011,48.65024 10.44434,0.1349"
643 id="path7023-6-2-1" 848 id="path7023-6-2-1"
644 inkscape:connector-curvature="0" 849 inkscape:connector-curvature="0"
645 sodipodi:nodetypes="cc" /> 850 sodipodi:nodetypes="cc" />
851 <rect
852 style="display:inline;fill:#ffffff;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.36017093;stroke-opacity:1;enable-background:new"
853 id="rect5977-4"
854 width="94.84668"
855 height="60.904282"
856 x="140.90782"
857 y="18.283546"
858 rx="10.417009" />
859 <text
860 xml:space="preserve"
861 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332;enable-background:new"
862 x="171.21869"
863 y="16.540989"
864 id="text1105-2"><tspan
865 sodipodi:role="line"
866 id="tspan1103-4"
867 x="171.21869"
868 y="16.540989"
869 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">uCPE Device2</tspan></text>
646 <g 870 <g
647 style="display:inline;enable-background:new" 871 id="g2338"
648 id="g1319"> 872 transform="translate(0,-1.5875)">
649 <rect
650 rx="10.845516"
651 y="17.598242"
652 x="140.9115"
653 height="61.585911"
654 width="98.748222"
655 id="rect5977-4"
656 style="display:inline;fill:#ffffff;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.36955491;stroke-opacity:1;enable-background:new" />
657 <text
658 id="text1105-2"
659 y="14.95349"
660 x="170.15736"
661 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332;enable-background:new"
662 xml:space="preserve"><tspan
663 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.64444447px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332"
664 y="14.95349"
665 x="170.15736"
666 id="tspan1103-4"
667 sodipodi:role="line">uCPE Device2</tspan></text>
668 <path 873 <path
669 inkscape:connector-curvature="0" 874 inkscape:connector-curvature="0"
670 id="path8471-3-2-4-6-9-5" 875 id="path8471-3-2-4-6-9-5"
671 d="m 146.76356,59.088906 h 37.56759" 876 d="m 146.76356,59.088906 h 37.56759"
672 style="display:inline;fill:none;stroke:#000000;stroke-width:0.52154309;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" /> 877 style="display:inline;fill:none;stroke:#000000;stroke-width:0.52154309;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" />
673 <path 878 <path
879 sodipodi:nodetypes="cc"
880 inkscape:connector-curvature="0"
881 id="path7023-6-2"
882 d="m 160.13347,56.801693 10.44433,0.1349"
883 style="display:inline;fill:#d26f6f;fill-opacity:1;stroke:#d26868;stroke-width:0.2302406px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-1-4-4);enable-background:new" />
884 </g>
885 <rect
886 style="display:inline;fill:#ffffff;stroke:#320000;stroke-width:0.37;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
887 id="rect5985-3-1-0"
888 width="3.6857402"
889 height="8.9551888"
890 x="77.145737"
891 y="-170.44228"
892 rx="0.31801966"
893 ry="0"
894 transform="rotate(90)" />
895 <g
896 id="g2328"
897 transform="translate(0,2.1166667)">
898 <path
674 inkscape:connector-curvature="0" 899 inkscape:connector-curvature="0"
675 id="path8471-3-2-4-6-9-1" 900 id="path8471-3-2-4-6-9-1"
676 d="m 146.41806,37.610346 h 37.86539" 901 d="m 146.41806,37.610346 h 37.86539"
@@ -678,399 +903,268 @@
678 <path 903 <path
679 sodipodi:nodetypes="cc" 904 sodipodi:nodetypes="cc"
680 inkscape:connector-curvature="0" 905 inkscape:connector-curvature="0"
681 id="path7023-6-2" 906 id="path7023-9"
682 d="m 159.18957,56.801693 10.44433,0.1349" 907 d="m 170.40453,35.416576 -9.70428,-0.0571"
683 style="display:inline;fill:#d26f6f;fill-opacity:1;stroke:#d26868;stroke-width:0.2302406px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-1-4-4);enable-background:new" /> 908 style="display:inline;fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:0.24164599px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-0-2);enable-background:new" />
684 <g 909 </g>
685 id="g6265-2" 910 <rect
686 transform="matrix(-1,0,0,1,194.45997,-44.645446)" 911 style="display:inline;fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-opacity:1"
687 style="display:inline;enable-background:new"> 912 id="rect6062-3"
688 <rect 913 width="45"
689 style="fill:#ffffff;stroke:#320000;stroke-width:0.11140624;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 914 height="18"
690 id="rect5985-2" 915 x="184.52567"
691 width="7.3845434" 916 y="52.42894"
692 height="38.091103" 917 rx="4.99999" />
693 x="49.601616" 918 <text
694 y="74.669312" 919 xml:space="preserve"
695 rx="0.63716644" 920 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611107px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
696 ry="0" /> 921 x="206.77724"
697 <rect 922 y="58.461411"
698 style="fill:#ffffff;stroke:#320000;stroke-width:0.03816239;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 923 id="text6066-5-5"><tspan
699 id="rect5985-3-6" 924 sodipodi:role="line"
700 width="3.6857402" 925 x="206.77724"
701 height="8.9551888" 926 y="58.461411"
702 x="48.166977" 927 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:Arial;-inkscape-font-specification:Arial;stroke-width:0.26458332"
703 y="79.942505" 928 id="tspan5627-2">Iperf server</tspan></text>
704 rx="0.31801963" 929 <text
705 ry="0" /> 930 xml:space="preserve"
706 <rect 931 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611107px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
707 style="fill:#ffffff;stroke:#320000;stroke-width:0.0381624;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 932 x="206.91074"
708 id="rect5985-3-1-4" 933 y="68.09343"
709 width="3.6857402" 934 id="text6066-5-5-5"><tspan
710 height="8.9551888" 935 sodipodi:role="line"
711 x="47.605217" 936 x="206.91074"
712 y="97.394569" 937 y="68.09343"
713 rx="0.31801966" 938 style="font-size:4.23333311px;stroke-width:0.26458332"
714 ry="0" /> 939 id="tspan5627-2-7">192.168.10.10</tspan></text>
715 </g> 940 <g
941 id="g1222"
942 style="stroke-width:0.37;stroke-miterlimit:4;stroke-dasharray:none">
943 <rect
944 transform="scale(-1,1)"
945 ry="0"
946 rx="0.63716644"
947 y="30.023865"
948 x="-144.85835"
949 height="38.091103"
950 width="7.3845434"
951 id="rect5985-2"
952 style="fill:#ffffff;stroke:#320000;stroke-width:0.37;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
716 <rect 953 <rect
717 transform="rotate(90)" 954 transform="scale(-1,1)"
718 ry="0" 955 ry="0"
719 rx="0.31801966" 956 rx="0.31801963"
720 y="-170.44228" 957 y="35.297058"
721 x="77.145737" 958 x="-146.293"
722 height="8.9551888" 959 height="8.9551888"
723 width="3.6857402" 960 width="3.6857402"
724 id="rect5985-3-1-0" 961 id="rect5985-3-6"
725 style="display:inline;fill:#ffffff;stroke:#320000;stroke-width:0.0381624;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new" /> 962 style="fill:#ffffff;stroke:#320000;stroke-width:0.37;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
726 <path
727 sodipodi:nodetypes="cc"
728 inkscape:connector-curvature="0"
729 id="path7023-9"
730 d="m 168.53786,35.416576 -9.70428,-0.0571"
731 style="display:inline;fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:0.24164599px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-0-2);enable-background:new" />
732 <g
733 transform="translate(0,1.1184082)"
734 id="g885"
735 style="display:inline;enable-background:new">
736 <rect
737 style="display:inline;fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-opacity:1"
738 id="rect6062-5"
739 width="45"
740 height="18"
741 x="184.44131"
742 y="25.235046"
743 rx="4.99999" />
744 <text
745 xml:space="preserve"
746 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611107px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
747 x="206.82675"
748 y="32.915909"
749 id="text6066-5"><tspan
750 sodipodi:role="line"
751 id="tspan6064-5"
752 x="206.82675"
753 y="32.915909"
754 style="font-size:4.58611107px;stroke-width:0.26458332">Iperf client</tspan><tspan
755 sodipodi:role="line"
756 x="206.82675"
757 y="38.648548"
758 style="font-size:4.23333311px;stroke-width:0.26458332"
759 id="tspan5627" /></text>
760 <rect
761 style="display:inline;fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-opacity:1"
762 id="rect6062-3"
763 width="45"
764 height="18"
765 x="184.52567"
766 y="51.310532"
767 rx="4.99999" />
768 <text
769 xml:space="preserve"
770 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611107px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
771 x="206.87451"
772 y="59.459671"
773 id="text6066-5-5"><tspan
774 sodipodi:role="line"
775 x="206.87451"
776 y="59.459671"
777 style="font-size:4.58611107px;stroke-width:0.26458332"
778 id="tspan5627-2">Iperf server</tspan></text>
779 <text
780 xml:space="preserve"
781 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611107px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
782 x="199.76849"
783 y="40.044296"
784 id="text6066-5-66"><tspan
785 sodipodi:role="line"
786 x="199.76849"
787 y="40.044296"
788 style="font-size:4.23333311px;stroke-width:0.26458332"
789 id="tspan5627-5">192.168.20.20</tspan></text>
790 <text
791 xml:space="preserve"
792 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611107px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
793 x="199.3945"
794 y="66.975021"
795 id="text6066-5-5-5"><tspan
796 sodipodi:role="line"
797 x="199.3945"
798 y="66.975021"
799 style="font-size:4.23333311px;stroke-width:0.26458332"
800 id="tspan5627-2-7">192.168.10.10</tspan></text>
801 </g>
802 <text
803 inkscape:transform-center-y="1.9265409"
804 inkscape:transform-center-x="-12.281703"
805 id="text4883-3-7-0"
806 y="70.57373"
807 x="143.36409"
808 style="font-style:normal;font-weight:normal;font-size:11.06507587px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27662691;enable-background:new"
809 xml:space="preserve"><tspan
810 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.27662691"
811 y="70.57373"
812 x="143.36409"
813 id="tspan4881-7-2-8"
814 sodipodi:role="line">SR-<tspan
815 id="tspan646-0"
816 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.27662691">IOV</tspan></tspan></text>
817 </g> 963 </g>
964 <rect
965 style="fill:#ffffff;stroke:#320000;stroke-width:0.37;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
966 id="rect5985-3-1-4"
967 width="3.6857402"
968 height="8.9551888"
969 x="-146.85475"
970 y="52.749123"
971 rx="0.31801966"
972 ry="0"
973 transform="scale(-1,1)" />
974 <text
975 xml:space="preserve"
976 style="font-style:normal;font-weight:normal;font-size:11.06507587px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27662691;enable-background:new"
977 x="144.95157"
978 y="71.632065"
979 id="text4883-3-7-0"
980 inkscape:transform-center-x="-12.281703"
981 inkscape:transform-center-y="1.9265409"><tspan
982 sodipodi:role="line"
983 id="tspan4881-7-2-8"
984 x="144.95157"
985 y="71.632065"
986 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:Arial;-inkscape-font-specification:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.27662691">SR-IOV</tspan></text>
987 <rect
988 style="display:inline;fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-opacity:1"
989 id="rect6062-5-1"
990 width="45"
991 height="18"
992 x="184.53889"
993 y="27.305798"
994 rx="4.99999" />
995 <text
996 xml:space="preserve"
997 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611107px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
998 x="206.82547"
999 y="33.928337"
1000 id="text6066-5-7"><tspan
1001 sodipodi:role="line"
1002 id="tspan6064-5-1"
1003 x="206.82547"
1004 y="33.928337"
1005 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888855px;font-family:Arial;-inkscape-font-specification:Arial;stroke-width:0.26458332">Iperf client</tspan><tspan
1006 sodipodi:role="line"
1007 x="206.82547"
1008 y="39.784184"
1009 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:Arial;-inkscape-font-specification:Arial;stroke-width:0.26458332"
1010 id="tspan5627-1" /></text>
1011 <text
1012 xml:space="preserve"
1013 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611107px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1014 x="206.91074"
1015 y="43.173389"
1016 id="text6066-5-66-0"><tspan
1017 sodipodi:role="line"
1018 x="206.91074"
1019 y="43.173389"
1020 style="font-size:4.23333311px;stroke-width:0.26458332"
1021 id="tspan5627-5-9">192.168.20.20</tspan></text>
818 </g> 1022 </g>
819 <g 1023 <g
820 inkscape:groupmode="layer" 1024 inkscape:groupmode="layer"
821 id="layer4" 1025 id="layer4"
822 inkscape:label="uCPE Device 1" 1026 inkscape:label="uCPE Device 1"
823 style="display:inline" 1027 style="display:inline"
824 transform="translate(-1.4413696,-10.764254)" 1028 transform="translate(-1.4413696,-10.665035)">
825 sodipodi:insensitive="true"> 1029 <rect
1030 style="fill:#ffffff;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.36955491;stroke-opacity:1"
1031 id="rect5977"
1032 width="98.748222"
1033 height="61.585907"
1034 x="1.626147"
1035 y="17.598242"
1036 rx="10.845516" />
1037 <text
1038 xml:space="preserve"
1039 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1040 x="33.868488"
1041 y="15.210441"
1042 id="text1105"><tspan
1043 sodipodi:role="line"
1044 id="tspan1103"
1045 x="33.868488"
1046 y="15.210441"
1047 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">uCPE Device1</tspan></text>
1048 <path
1049 style="fill:none;stroke:#000000;stroke-width:0.480912;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
1050 d="M 62.395761,39.457166 H 94.337973"
1051 id="path8471-3-2-4-3"
1052 inkscape:connector-curvature="0" />
1053 <path
1054 style="fill:none;stroke:#000000;stroke-width:0.47503719;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
1055 d="M 62.082936,57.231476 H 93.249493"
1056 id="path8471-3-2-4-3-6"
1057 inkscape:connector-curvature="0" />
1058 <text
1059 xml:space="preserve"
1060 style="font-style:normal;font-weight:normal;font-size:11.06507587px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.37;stroke-miterlimit:4;stroke-dasharray:none"
1061 x="85.768204"
1062 y="71.705055"
1063 id="text4883-3-7"
1064 inkscape:transform-center-x="-12.281703"
1065 inkscape:transform-center-y="1.9265409"><tspan
1066 sodipodi:role="line"
1067 id="tspan4881-7-2"
1068 x="85.768204"
1069 y="71.705055"
1070 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:Arial;-inkscape-font-specification:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.37;stroke-miterlimit:4;stroke-dasharray:none">SR-IOV</tspan></text>
826 <g 1071 <g
827 style="display:inline;enable-background:new" 1072 style="stroke-width:0.37;stroke-miterlimit:4;stroke-dasharray:none"
828 id="g1266"> 1073 id="g1209"
1074 transform="translate(0.52916667)">
829 <rect 1075 <rect
830 rx="10.845516" 1076 ry="0"
831 y="17.598242" 1077 rx="0.63716644"
832 x="1.626147" 1078 y="29.874964"
833 height="61.585907" 1079 x="95.311531"
834 width="98.748222" 1080 height="38.091103"
835 id="rect5977" 1081 width="7.3845434"
836 style="fill:#ffffff;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.36955491;stroke-opacity:1" /> 1082 id="rect5985"
837 <text 1083 style="fill:#ffffff;stroke:#320000;stroke-width:0.37;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
838 id="text1105"
839 y="15.210441"
840 x="32.507389"
841 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
842 xml:space="preserve"><tspan
843 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.64444447px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332"
844 y="15.210441"
845 x="32.507389"
846 id="tspan1103"
847 sodipodi:role="line">uCPE Device1</tspan></text>
848 <path
849 inkscape:connector-curvature="0"
850 id="path8471-3-2-4-3"
851 d="M 62.395761,39.457166 H 94.337973"
852 style="fill:none;stroke:#000000;stroke-width:0.480912;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
853 <path
854 inkscape:connector-curvature="0"
855 id="path8471-3-2-4-3-6"
856 d="M 62.082936,57.231476 H 93.249493"
857 style="fill:none;stroke:#000000;stroke-width:0.47503719;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
858 <text
859 inkscape:transform-center-y="1.9265409"
860 inkscape:transform-center-x="-12.281703"
861 id="text4883-3-7"
862 y="70.646721"
863 x="87.884872"
864 style="font-style:normal;font-weight:normal;font-size:11.06507587px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.27662688"
865 xml:space="preserve"><tspan
866 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.27662688"
867 y="70.646721"
868 x="87.884872"
869 id="tspan4881-7-2"
870 sodipodi:role="line">SR-<tspan
871 id="tspan646"
872 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">IOV</tspan></tspan></text>
873 <g
874 id="g15071"
875 transform="translate(45.709914,-44.794347)">
876 <rect
877 style="fill:#ffffff;stroke:#320000;stroke-width:0.11140624;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
878 id="rect5985"
879 width="7.3845434"
880 height="38.091103"
881 x="49.601616"
882 y="74.669312"
883 rx="0.63716644"
884 ry="0" />
885 <rect
886 style="fill:#ffffff;stroke:#320000;stroke-width:0.03816239;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
887 id="rect5985-3"
888 width="3.6857402"
889 height="8.9551888"
890 x="48.166977"
891 y="79.942505"
892 rx="0.31801963"
893 ry="0" />
894 <rect
895 style="fill:#ffffff;stroke:#320000;stroke-width:0.0381624;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
896 id="rect5985-3-1"
897 width="3.6857402"
898 height="8.9551888"
899 x="47.605217"
900 y="97.394569"
901 rx="0.31801966"
902 ry="0" />
903 </g>
904 <rect 1084 <rect
905 transform="rotate(90)"
906 ry="0" 1085 ry="0"
907 rx="0.31801966" 1086 rx="0.31801963"
908 y="-82.003784" 1087 y="35.148159"
909 x="77.145737" 1088 x="93.876892"
910 height="8.9551888" 1089 height="8.9551888"
911 width="3.6857402" 1090 width="3.6857402"
912 id="rect5985-3-1-8" 1091 id="rect5985-3"
913 style="fill:#ffffff;stroke:#320000;stroke-width:0.0381624;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 1092 style="fill:#ffffff;stroke:#320000;stroke-width:0.37;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
914 <path 1093 </g>
915 sodipodi:nodetypes="cc" 1094 <rect
916 inkscape:connector-curvature="0" 1095 style="fill:#ffffff;stroke:#320000;stroke-width:0.37;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
917 id="path7023-0-6" 1096 id="rect5985-3-1"
918 d="m 83.908884,37.168626 -9.70428,-0.0571" 1097 width="3.6857402"
919 style="display:inline;fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:0.24164599px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-0-6-3)" /> 1098 height="8.9551888"
920 <path 1099 x="93.315132"
921 sodipodi:nodetypes="cc" 1100 y="52.600224"
922 inkscape:connector-curvature="0" 1101 rx="0.31801966"
923 id="path7023-6-5" 1102 ry="0" />
924 d="m 72.584306,54.613526 10.444332,0.1349" 1103 <rect
925 style="display:inline;fill:#d26f6f;fill-opacity:1;stroke:#d26868;stroke-width:0.2302406px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-1-4-8)" /> 1104 style="fill:#ffffff;stroke:#320000;stroke-width:0.37;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
926 <g 1105 id="rect5985-3-1-8"
927 id="g204" 1106 width="3.6857402"
928 style="display:inline" 1107 height="8.9551888"
929 transform="matrix(0.26458333,0,0,0.26458333,28.07424,17.476784)"> 1108 x="77.145737"
930 <rect 1109 y="-82.003784"
931 style="fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:1.55714905;stroke-opacity:1" 1110 rx="0.31801966"
932 id="rect6062-5-3" 1111 ry="0"
933 width="204.60944" 1112 transform="rotate(90)" />
934 height="137.1181" 1113 <path
935 x="-74.993454" 1114 style="display:inline;fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:0.24164599px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-0-6-3)"
936 y="48.282818" 1115 d="m 83.420641,37.168626 -9.70428,-0.0571"
937 rx="22.734337" /> 1116 id="path7023-0-6"
938 <text 1117 inkscape:connector-curvature="0"
939 xml:space="preserve" 1118 sodipodi:nodetypes="cc" />
940 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994" 1119 <path
941 x="-29.048643" 1120 style="display:inline;fill:#d26f6f;fill-opacity:1;stroke:#d26868;stroke-width:0.2302406px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7435-1-4-8)"
1121 d="m 72.252331,54.613526 10.444332,0.1349"
1122 id="path7023-6-5"
1123 inkscape:connector-curvature="0"
1124 sodipodi:nodetypes="cc" />
1125 <g
1126 transform="matrix(0.26458333,0,0,0.26458333,28.07424,17.476784)"
1127 style="display:inline"
1128 id="g204">
1129 <rect
1130 rx="22.734337"
1131 y="48.282818"
1132 x="-74.993454"
1133 height="137.1181"
1134 width="204.60944"
1135 id="rect6062-5-3"
1136 style="fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:1.55714905;stroke-opacity:1" />
1137 <text
1138 id="text6066-5-6"
1139 y="123.04565"
1140 x="-29.048643"
1141 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1142 xml:space="preserve"><tspan
1143 id="tspan8402"
1144 style="font-size:17.33333397px;stroke-width:0.99999994"
942 y="123.04565" 1145 y="123.04565"
943 id="text6066-5-6"><tspan 1146 x="-26.644997"
944 sodipodi:role="line" 1147 sodipodi:role="line">Clavister </tspan></text>
945 x="-26.644997" 1148 <text
946 y="123.04565" 1149 id="text11491"
947 style="font-size:17.33333397px;stroke-width:0.99999994" 1150 y="93.066238"
948 id="tspan8402">Clavister </tspan></text> 1151 x="77.112869"
949 <text 1152 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
950 xml:space="preserve" 1153 xml:space="preserve"><tspan
951 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
952 x="77.112869"
953 y="93.066238" 1154 y="93.066238"
954 id="text11491"><tspan
955 sodipodi:role="line"
956 id="tspan11489"
957 x="77.112869"
958 y="93.066238">192.168.10.1</tspan></text>
959 <text
960 xml:space="preserve"
961 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
962 x="77.112869" 1155 x="77.112869"
1156 id="tspan11489"
1157 sodipodi:role="line">192.168.10.1</tspan></text>
1158 <text
1159 id="text11491-5"
1160 y="156.63571"
1161 x="77.112869"
1162 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
1163 xml:space="preserve"><tspan
963 y="156.63571" 1164 y="156.63571"
964 id="text11491-5"><tspan 1165 x="77.112869"
965 sodipodi:role="line" 1166 id="tspan11489-3"
966 id="tspan11489-3" 1167 sodipodi:role="line">192.168.20.1</tspan></text>
967 x="77.112869"
968 y="156.63571">192.168.20.1</tspan></text>
969 </g>
970 </g>
971 </g>
972 <g
973 inkscape:groupmode="layer"
974 id="layer11"
975 inkscape:label="Legend"
976 transform="translate(-1.4413696,-88.645617)"
977 style="display:inline;opacity:1"
978 sodipodi:insensitive="true">
979 <flowRoot
980 xml:space="preserve"
981 id="flowRoot1095"
982 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
983 transform="matrix(0.26458333,0,0,0.26458333,48.861044,36.808653)"><flowRegion
984 id="flowRegion1097"><rect
985 id="rect1099"
986 width="196.74443"
987 height="71.385147"
988 x="73.126244"
989 y="-106.76833" /></flowRegion><flowPara
990 id="flowPara1101" /></flowRoot> <flowRoot
991 transform="translate(45.709914,33.087017)"
992 xml:space="preserve"
993 id="flowRoot1107"
994 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"><flowRegion
995 id="flowRegion1109"><rect
996 id="rect1111"
997 width="87.055054"
998 height="156.6991"
999 x="128.84148"
1000 y="-61.499702" /></flowRegion><flowPara
1001 id="flowPara1113" /></flowRoot> <text
1002 xml:space="preserve"
1003 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1004 x="63.141701"
1005 y="70.058487"
1006 id="text6115"><tspan
1007 sodipodi:role="line"
1008 id="tspan6113"
1009 x="63.141701"
1010 y="79.713982"
1011 style="stroke-width:0.26458332" /></text>
1012 <g
1013 style="filter:url(#filter6631)"
1014 transform="matrix(0.50317032,0,0,0.50317032,167.12437,160.89078)"
1015 id="g6770-9">
1016 <path
1017 inkscape:connector-curvature="0"
1018 id="path8471-2-0"
1019 d="m 137.87025,103.5657 h 9.12038"
1020 style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 0.5, 0.25, 0.5;stroke-dashoffset:0;stroke-opacity:1"
1021 transform="translate(-3.1511298,-3.7216363)" />
1022 <g
1023 id="g6020-1">
1024 <path
1025 transform="translate(-3.1511298,-3.7216363)"
1026 style="fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#EmptyTriangleOutL-1-6)"
1027 d="m 95.766901,115.77833 h 9.511109"
1028 id="path899-1-9"
1029 inkscape:connector-curvature="0" />
1030 <path
1031 transform="translate(-3.1511298,-3.7216363)"
1032 style="fill:#d26f6f;fill-opacity:1;stroke:#d26f6f;stroke-width:0.59490627;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#EmptyTriangleOutL-0-9-7)"
1033 d="m 108.80427,115.85976 h 10.92006"
1034 id="path899-9-2-4"
1035 inkscape:connector-curvature="0" />
1036 <text
1037 xml:space="preserve"
1038 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994;filter:url(#filter4332-4)"
1039 x="-0.59244788"
1040 y="284.13779"
1041 id="text4338-3"
1042 transform="matrix(0.26458333,0,0,0.26458333,63.993921,19.755859)"><tspan
1043 sodipodi:role="line"
1044 x="-0.59244788"
1045 y="284.13779"
1046 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1047 id="tspan4344-2">Legend: </tspan><tspan
1048 sodipodi:role="line"
1049 x="-0.59244788"
1050 y="307.47113"
1051 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1052 id="tspan4348-8">- Connection via cloud/internet:</tspan><tspan
1053 sodipodi:role="line"
1054 x="-0.59244788"
1055 y="330.80444"
1056 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1057 id="tspan4350-2">- Back to Back: BTB</tspan><tspan
1058 sodipodi:role="line"
1059 x="-0.59244788"
1060 y="354.13779"
1061 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1062 id="tspan4651-9">- Flow rules: </tspan><tspan
1063 sodipodi:role="line"
1064 x="-0.59244788"
1065 y="377.47113"
1066 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1067 id="tspan4340-0" /><tspan
1068 sodipodi:role="line"
1069 x="-0.59244788"
1070 y="400.80444"
1071 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1072 id="tspan4342-6" /></text>
1073 </g>
1074 </g> 1168 </g>
1075 </g> 1169 </g>
1076</svg> 1170</svg>
diff --git a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_enea_test_vnf.png b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_enea_test_vnf.png
index 4209a0a..48ff9cc 100755
--- a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_enea_test_vnf.png
+++ b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_enea_test_vnf.png
Binary files differ
diff --git a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_enea_test_vnf.svg b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_enea_test_vnf.svg
index 867b2b7..8e692f2 100755
--- a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_enea_test_vnf.svg
+++ b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_enea_test_vnf.svg
@@ -17,15 +17,43 @@
17 id="svg8" 17 id="svg8"
18 inkscape:version="0.92.4 (5da689c313, 2019-01-14)" 18 inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
19 sodipodi:docname="uc_enea_test_vnf.svg" 19 sodipodi:docname="uc_enea_test_vnf.svg"
20 inkscape:export-filename="Z:\uc_enea_test_vnf.png" 20 inkscape:export-filename="X:\images\uc_enea_test_vnf.png"
21 inkscape:export-xdpi="96" 21 inkscape:export-xdpi="65.025185"
22 inkscape:export-ydpi="96" 22 inkscape:export-ydpi="65.025185"
23 style="enable-background:new"> 23 style="enable-background:new">
24 <defs 24 <defs
25 id="defs2"> 25 id="defs2">
26 <marker 26 <marker
27 inkscape:stockid="Arrow2Lend" 27 inkscape:stockid="Arrow2Lend"
28 orient="auto" 28 orient="auto"
29 refY="0.0"
30 refX="0.0"
31 id="marker3867"
32 style="overflow:visible;"
33 inkscape:isstock="true">
34 <path
35 id="path3865"
36 style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round;stroke:#d26f6f;stroke-opacity:1;fill:#d26f6f;fill-opacity:1"
37 d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
38 transform="scale(1.1) rotate(180) translate(1,0)" />
39 </marker>
40 <marker
41 inkscape:stockid="Arrow2Lend"
42 orient="auto"
43 refY="0.0"
44 refX="0.0"
45 id="Arrow2Lend"
46 style="overflow:visible;"
47 inkscape:isstock="true">
48 <path
49 id="path2590"
50 style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round;stroke:#777777;stroke-opacity:1;fill:#777777;fill-opacity:1"
51 d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
52 transform="scale(1.1) rotate(180) translate(1,0)" />
53 </marker>
54 <marker
55 inkscape:stockid="Arrow2Lend"
56 orient="auto"
29 refY="0" 57 refY="0"
30 refX="0" 58 refX="0"
31 id="marker5596" 59 id="marker5596"
@@ -486,10 +514,10 @@
486 inkscape:pageopacity="0.0" 514 inkscape:pageopacity="0.0"
487 inkscape:pageshadow="2" 515 inkscape:pageshadow="2"
488 inkscape:zoom="1.0610016" 516 inkscape:zoom="1.0610016"
489 inkscape:cx="435.7479" 517 inkscape:cx="543.91141"
490 inkscape:cy="257.93873" 518 inkscape:cy="26.216313"
491 inkscape:document-units="mm" 519 inkscape:document-units="mm"
492 inkscape:current-layer="layer12" 520 inkscape:current-layer="svg8"
493 showgrid="false" 521 showgrid="false"
494 inkscape:showpageshadow="false" 522 inkscape:showpageshadow="false"
495 showborder="true" 523 showborder="true"
@@ -512,7 +540,7 @@
512 <dc:format>image/svg+xml</dc:format> 540 <dc:format>image/svg+xml</dc:format>
513 <dc:type 541 <dc:type
514 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 542 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
515 <dc:title></dc:title> 543 <dc:title />
516 </cc:Work> 544 </cc:Work>
517 </rdf:RDF> 545 </rdf:RDF>
518 </metadata> 546 </metadata>
@@ -637,31 +665,29 @@
637 id="tspan6009-5" 665 id="tspan6009-5"
638 sodipodi:role="line">Internet</tspan></text> 666 sodipodi:role="line">Internet</tspan></text>
639 </g> 667 </g>
640 <g 668 <path
641 transform="matrix(0.26458333,0,0,0.26458333,-91.324441,288.26957)" 669 style="fill:#d26868;fill-opacity:1;stroke:#d26868;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
642 id="g11597"> 670 d="M 26.294068,311.87908 H 46.514785"
643 <path 671 id="path11527-2"
644 inkscape:connector-curvature="0" 672 inkscape:connector-curvature="0" />
645 id="path11527-2" 673 <text
646 d="m 444.5424,89.232813 h 76.42476" 674 xml:space="preserve"
647 style="fill:#d26868;fill-opacity:1;stroke:#d26868;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 675 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888855px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
648 <text 676 x="36.357403"
649 id="text11531" 677 y="311.03873"
650 y="86.056633" 678 id="text11531"><tspan
651 x="482.57706" 679 sodipodi:role="line"
652 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none" 680 id="tspan11529"
653 xml:space="preserve"><tspan 681 x="36.357403"
654 y="86.056633" 682 y="311.03873"
655 x="482.57706" 683 style="stroke-width:0.26458332">BTB</tspan></text>
656 id="tspan11529"
657 sodipodi:role="line">BTB</tspan></text>
658 </g>
659 </g> 684 </g>
660 <g 685 <g
661 inkscape:groupmode="layer" 686 inkscape:groupmode="layer"
662 id="layer4" 687 id="layer4"
663 inkscape:label="uCPE device 1" 688 inkscape:label="uCPE device 1"
664 transform="translate(43.000002,-286.11663)"> 689 transform="translate(43.000002,-286.11663)"
690 sodipodi:insensitive="true">
665 <rect 691 <rect
666 style="display:inline;fill:#ffffff;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.39700001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 692 style="display:inline;fill:#ffffff;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.39700001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
667 id="rect5977-6-3-6" 693 id="rect5977-6-3-6"
@@ -743,7 +769,8 @@
743 id="layer5" 769 id="layer5"
744 inkscape:label="uCPE device 2" 770 inkscape:label="uCPE device 2"
745 style="display:inline;filter:url(#filter2724)" 771 style="display:inline;filter:url(#filter2724)"
746 transform="translate(43.000002,-286.11663)"> 772 transform="translate(43.000002,-286.11663)"
773 sodipodi:insensitive="true">
747 <g 774 <g
748 id="g9810" 775 id="g9810"
749 transform="matrix(0.26458333,0,0,0.26458333,-139.75064,313.77533)" /> 776 transform="matrix(0.26458333,0,0,0.26458333,-139.75064,313.77533)" />
@@ -909,68 +936,68 @@
909 id="layer12" 936 id="layer12"
910 inkscape:label="Legend" 937 inkscape:label="Legend"
911 style="filter:url(#filter6631)" 938 style="filter:url(#filter6631)"
912 transform="translate(43.000002,-286.11663)"> 939 transform="translate(43.000002,-286.11663)"
940 sodipodi:insensitive="true">
913 <g 941 <g
914 transform="matrix(0.50317031,0,0,0.50317031,106.02345,340.36871)" 942 id="g1447">
915 id="g6770"> 943 <path
944 inkscape:connector-curvature="0"
945 id="path11527-2-9"
946 d="m 171.71217,390.41254 h 4.70348"
947 style="display:inline;fill:#d26868;fill-opacity:1;stroke:#d26868;stroke-width:0.26499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
948 transform="translate(-6.8750002e-7,-3.125e-6)" />
916 <path 949 <path
917 inkscape:connector-curvature="0" 950 inkscape:connector-curvature="0"
918 id="path8471-2" 951 id="path8471-2"
919 d="m 137.87025,103.5657 h 9.12038" 952 d="m 171.95863,385.93448 h 4.5891"
920 style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 0.5, 0.25, 0.5;stroke-dashoffset:0;stroke-opacity:1" 953 style="fill:none;stroke:#000000;stroke-width:0.25158516;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.50317031, 0.25158516, 0.12579258, 0.25158516;stroke-dashoffset:0;stroke-opacity:1" />
921 transform="translate(-3.1511298,-3.7216363)" /> 954 <path
922 <g 955 inkscape:connector-curvature="0"
923 id="g6020"> 956 id="path899-1"
924 <path 957 d="m 164.03904,396.02651 h 4.78571"
925 transform="translate(-3.1511298,-3.7216363)" 958 style="fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:0.25158516;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#Arrow2Lend)" />
926 style="fill:#777777;fill-opacity:1;stroke:#777777;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#EmptyTriangleOutL-1-6)" 959 <path
927 d="m 95.766901,115.77833 h 9.511109" 960 inkscape:connector-curvature="0"
928 id="path899-1" 961 id="path899-9-2"
929 inkscape:connector-curvature="0" /> 962 d="m 170.59906,396.06748 h 5.49465"
930 <path 963 style="fill:#d26f6f;fill-opacity:1;stroke:#d26f6f;stroke-width:0.252;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker3867)" />
931 transform="translate(-3.1511298,-3.7216363)" 964 <text
932 style="fill:#d26f6f;fill-opacity:1;stroke:#d26f6f;stroke-width:0.59490627;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#EmptyTriangleOutL-0-9-7)" 965 transform="matrix(0.13313048,0,0,0.13313048,114.76941,344.49028)"
933 d="m 108.80427,115.85976 h 10.92006" 966 id="text4338"
934 id="path899-9-2" 967 y="284.13779"
935 inkscape:connector-curvature="0" /> 968 x="-0.59244788"
936 <text 969 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994;filter:url(#filter4332)"
937 xml:space="preserve" 970 xml:space="preserve"><tspan
938 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994;filter:url(#filter4332)" 971 id="tspan4344"
939 x="-0.59244788" 972 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.14851379px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
940 y="284.13779" 973 y="284.13779"
941 id="text4338" 974 x="-0.59244788"
942 transform="matrix(0.26458333,0,0,0.26458333,63.993921,19.755859)"><tspan 975 sodipodi:role="line">Legend: </tspan><tspan
943 sodipodi:role="line" 976 id="tspan4348"
944 x="-0.59244788" 977 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.14851379px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
945 y="284.13779" 978 y="320.57343"
946 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994" 979 x="-0.59244788"
947 id="tspan4344">Legend: </tspan><tspan 980 sodipodi:role="line">- Connection via cloud/internet:</tspan><tspan
948 sodipodi:role="line" 981 id="tspan4350"
949 x="-0.59244788" 982 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.14851379px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
950 y="307.47113" 983 y="357.00906"
951 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994" 984 x="-0.59244788"
952 id="tspan4348">- Connection via cloud/internet:</tspan><tspan 985 sodipodi:role="line">- Back to Back: BTB</tspan><tspan
953 sodipodi:role="line" 986 id="tspan4651"
954 x="-0.59244788" 987 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.14851379px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
955 y="330.80444" 988 y="393.4447"
956 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994" 989 x="-0.59244788"
957 id="tspan4350">- Back to Back: BTB</tspan><tspan 990 sodipodi:role="line">- Flow rules: </tspan><tspan
958 sodipodi:role="line" 991 id="tspan4340"
959 x="-0.59244788" 992 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
960 y="354.13779" 993 y="420.43878"
961 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994" 994 x="-0.59244788"
962 id="tspan4651">- Flow rules: </tspan><tspan 995 sodipodi:role="line" /><tspan
963 sodipodi:role="line" 996 id="tspan4342"
964 x="-0.59244788" 997 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
965 y="377.47113" 998 y="443.77213"
966 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994" 999 x="-0.59244788"
967 id="tspan4340" /><tspan 1000 sodipodi:role="line" /></text>
968 sodipodi:role="line"
969 x="-0.59244788"
970 y="400.80444"
971 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
972 id="tspan4342" /></text>
973 </g>
974 </g> 1001 </g>
975 </g> 1002 </g>
976</svg> 1003</svg>
diff --git a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_fortigate_fw.png b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_fortigate_fw.png
index 9e32573..fe18850 100755
--- a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_fortigate_fw.png
+++ b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_fortigate_fw.png
Binary files differ
diff --git a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_fortigate_fw.svg b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_fortigate_fw.svg
index 980ced1..191ec5e 100755
--- a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_fortigate_fw.svg
+++ b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_fortigate_fw.svg
@@ -9,14 +9,17 @@
9 xmlns="http://www.w3.org/2000/svg" 9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" 10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" 11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="245.05228mm" 12 width="210.00377mm"
13 height="83.061554mm" 13 height="81.219772mm"
14 viewBox="0 0 245.05228 83.061554" 14 viewBox="0 0 210.00378 81.219772"
15 version="1.1" 15 version="1.1"
16 id="svg8" 16 id="svg8"
17 inkscape:version="0.92.4 (5da689c313, 2019-01-14)" 17 inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
18 sodipodi:docname="uc_fortigate_fw.svg" 18 sodipodi:docname="uc_fortigate_fw_new.svg"
19 style="enable-background:new"> 19 style="enable-background:new"
20 inkscape:export-filename="E:\Documents\ENEA Work files\ENFV work\ENA 2.2.2\Example Usecase pics\uc_fortigate_fw_new.png"
21 inkscape:export-xdpi="62.189999"
22 inkscape:export-ydpi="62.189999">
20 <defs 23 <defs
21 id="defs2"> 24 id="defs2">
22 <marker 25 <marker
@@ -229,16 +232,6 @@
229 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26f6f;stroke-width:1.00000003pt;stroke-opacity:1" 232 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26f6f;stroke-width:1.00000003pt;stroke-opacity:1"
230 transform="matrix(0.8,0,0,0.8,-4.8,0)" /> 233 transform="matrix(0.8,0,0,0.8,-4.8,0)" />
231 </marker> 234 </marker>
232 <filter
233 inkscape:collect="always"
234 style="color-interpolation-filters:sRGB"
235 id="filter4332">
236 <feBlend
237 inkscape:collect="always"
238 mode="screen"
239 in2="BackgroundImage"
240 id="feBlend4334" />
241 </filter>
242 <marker 235 <marker
243 inkscape:stockid="EmptyTriangleOutL" 236 inkscape:stockid="EmptyTriangleOutL"
244 orient="auto" 237 orient="auto"
@@ -422,12 +415,12 @@
422 <filter 415 <filter
423 inkscape:collect="always" 416 inkscape:collect="always"
424 style="color-interpolation-filters:sRGB" 417 style="color-interpolation-filters:sRGB"
425 id="filter4332-4"> 418 id="filter4332">
426 <feBlend 419 <feBlend
427 inkscape:collect="always" 420 inkscape:collect="always"
428 mode="screen" 421 mode="screen"
429 in2="BackgroundImage" 422 in2="BackgroundImage"
430 id="feBlend4334-4" /> 423 id="feBlend4334" />
431 </filter> 424 </filter>
432 </defs> 425 </defs>
433 <sodipodi:namedview 426 <sodipodi:namedview
@@ -437,15 +430,15 @@
437 borderopacity="1.0" 430 borderopacity="1.0"
438 inkscape:pageopacity="0.0" 431 inkscape:pageopacity="0.0"
439 inkscape:pageshadow="2" 432 inkscape:pageshadow="2"
440 inkscape:zoom="1.1486984" 433 inkscape:zoom="0.81640387"
441 inkscape:cx="391.51832" 434 inkscape:cx="400.67601"
442 inkscape:cy="174.88182" 435 inkscape:cy="137.53467"
443 inkscape:document-units="mm" 436 inkscape:document-units="mm"
444 inkscape:current-layer="layer12" 437 inkscape:current-layer="layer12"
445 showgrid="false" 438 showgrid="false"
446 inkscape:showpageshadow="false" 439 inkscape:showpageshadow="false"
447 inkscape:window-width="1858" 440 inkscape:window-width="1366"
448 inkscape:window-height="1177" 441 inkscape:window-height="713"
449 inkscape:window-x="-8" 442 inkscape:window-x="-8"
450 inkscape:window-y="-8" 443 inkscape:window-y="-8"
451 inkscape:window-maximized="1" 444 inkscape:window-maximized="1"
@@ -454,10 +447,11 @@
454 fit-margin-right="0" 447 fit-margin-right="0"
455 fit-margin-bottom="0" 448 fit-margin-bottom="0"
456 inkscape:pagecheckerboard="false" 449 inkscape:pagecheckerboard="false"
457 showborder="true" 450 showborder="false"
458 width="300mm" 451 width="300mm"
459 inkscape:snap-global="false" 452 inkscape:snap-global="false"
460 showguides="false" /> 453 showguides="true"
454 inkscape:guide-bbox="true" />
461 <metadata 455 <metadata
462 id="metadata5"> 456 id="metadata5">
463 <rdf:RDF> 457 <rdf:RDF>
@@ -466,191 +460,61 @@
466 <dc:format>image/svg+xml</dc:format> 460 <dc:format>image/svg+xml</dc:format>
467 <dc:type 461 <dc:type
468 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 462 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
469 <dc:title /> 463 <dc:title></dc:title>
470 </cc:Work> 464 </cc:Work>
471 </rdf:RDF> 465 </rdf:RDF>
472 </metadata> 466 </metadata>
473 <g 467 <g
474 inkscape:groupmode="layer" 468 inkscape:groupmode="layer"
475 id="layer12" 469 id="layer1"
476 inkscape:label="Internet, BTB, ucpe manager" 470 inkscape:label="Test Machine"
477 style="display:inline" 471 style="display:inline"
478 transform="translate(-2.5004296,-16.28218)" 472 transform="translate(-24.600193,-22.751582)"
479 sodipodi:insensitive="true"> 473 sodipodi:insensitive="true">
480 <flowRoot
481 xml:space="preserve"
482 id="flowRoot4170"
483 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
484 transform="scale(0.26458333)"><flowRegion
485 id="flowRegion4172"><rect
486 id="rect4174"
487 width="162.51106"
488 height="43.090054"
489 x="27.085176"
490 y="256.68076" /></flowRegion><flowPara
491 id="flowPara4176">Test</flowPara></flowRoot> <flowRoot
492 xml:space="preserve"
493 id="flowRoot4685"
494 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
495 transform="scale(0.26458333)"><flowRegion
496 id="flowRegion4687"><rect
497 id="rect4689"
498 width="71.406372"
499 height="36.934334"
500 x="790.39471"
501 y="328.7027" /></flowRegion><flowPara
502 id="flowPara4691" /></flowRoot> <g
503 style="display:inline;enable-background:new"
504 id="g4303"
505 transform="translate(14.280656,7.6009942)">
506 <path
507 transform="matrix(1.0775374,0,0,1.585281,161.67156,-541.47989)"
508 inkscape:connector-curvature="0"
509 id="path5091-2"
510 d="m 38.802604,353.25905 a 10.213003,8.6845435 0 0 0 -6.68017,2.12972 7.3267194,4.8471871 0 0 0 -1.53463,-0.11005 7.3267194,4.8471871 0 0 0 -6.28296,2.36481 10.172598,7.1157176 0 0 0 -1.00344,-0.0351 10.172598,7.1157176 0 0 0 -10.172673,7.11576 10.172598,7.1157176 0 0 0 2.747952,4.85586 5.1065016,3.4334242 0 0 0 -0.164347,0.84612 5.1065016,3.4334242 0 0 0 5.106498,3.43343 5.1065016,3.4334242 0 0 0 1.79049,-0.21972 4.662458,5.6550516 0 0 0 3.09399,1.43152 4.662458,5.6550516 0 0 0 2.64388,-1.00471 8.4368287,6.0589839 0 0 0 6.01497,1.81257 8.4368287,6.0589839 0 0 0 6.52493,-2.22359 12.433222,5.0491531 0 0 0 5.9083,0.60786 12.433222,5.0491531 0 0 0 12.43322,-5.04915 12.433222,5.0491531 0 0 0 -0.73936,-1.70053 9.6231236,5.6550516 0 0 0 3.11178,-4.15649 9.6231236,5.6550516 0 0 0 -9.62282,-5.65505 9.6231236,5.6550516 0 0 0 -3.96431,0.50965 10.213003,8.6845435 0 0 0 -9.2113,-4.9529 z"
511 style="fill:#8fd0f6;fill-opacity:1;stroke:#000000;stroke-width:0.19981423;stroke-opacity:1;filter:url(#filter4332)" />
512 <flowRoot
513 transform="matrix(0.26458333,0,0,0.26458333,-1.4641277,1.0679098)"
514 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
515 id="flowRoot4290"
516 xml:space="preserve"><flowRegion
517 id="flowRegion4292"><rect
518 y="117.72504"
519 x="720.81586"
520 height="33.080921"
521 width="88.796158"
522 id="rect4294" /></flowRegion><flowPara
523 id="flowPara4296">Internet</flowPara></flowRoot> </g>
524 <g 474 <g
525 style="display:inline;enable-background:new" 475 id="g1759"
526 id="g4701"> 476 transform="translate(22.124598,-1.1458096)">
527 <g 477 <g
528 transform="matrix(0.7553545,0,0,0.79238659,189.80677,41.31912)" 478 transform="matrix(0.81480178,0,0,0.62159753,-4.0452924,4.8643852)"
529 id="g6108"> 479 id="g6108-0"
480 style="fill:#ac9d93">
530 <rect 481 <rect
531 style="fill:#ff9955;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.25908634;stroke-opacity:1" 482 ry="6.0006089"
532 id="rect5992" 483 style="fill:#ac9d93;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.25908634;stroke-opacity:1"
484 id="rect5992-4"
533 width="55.009563" 485 width="55.009563"
534 height="24.0366" 486 height="24.0366"
535 x="8.1325779" 487 x="8.1325779"
536 y="49.061516" 488 y="49.061516"
537 rx="6.0006089" /> 489 rx="6.0006089" />
538 <text 490 <text
539 id="text15008" 491 id="text15008-4"
540 y="60.119961" 492 y="60.119961"
541 x="53.59409" 493 x="53.59409"
542 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332" 494 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ac9d93;fill-opacity:1;stroke:none;stroke-width:0.26458332"
543 xml:space="preserve"><tspan 495 xml:space="preserve"><tspan
544 style="stroke-width:0.26458332" 496 style="fill:#ac9d93;stroke-width:0.26458332"
545 y="69.775459" 497 y="69.483727"
546 x="53.59409" 498 x="53.59409"
547 id="tspan15006" 499 id="tspan15006-8"
548 sodipodi:role="line" /><tspan 500 sodipodi:role="line" /><tspan
549 id="tspan15010" 501 id="tspan15010-2"
550 style="stroke-width:0.26458332" 502 style="fill:#ac9d93;stroke-width:0.26458332"
551 y="83.004623" 503 y="82.712898"
552 x="53.59409" 504 x="53.59409"
553 sodipodi:role="line" /></text> 505 sodipodi:role="line" /></text>
554 </g> 506 </g>
555 <text 507 <text
556 transform="scale(0.92678347,1.0790007)" 508 id="text4180"
557 id="text6054-2-0-3" 509 y="45.066971"
558 y="81.7864" 510 x="6.3358655"
559 x="233.3425" 511 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
560 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.20295763px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.13134243"
561 xml:space="preserve"><tspan 512 xml:space="preserve"><tspan
562 id="tspan1118-7-2-0" 513 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;font-family:Arial;-inkscape-font-specification:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332"
563 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.13134243" 514 y="45.066971"
564 y="81.7864" 515 x="6.3358655"
565 x="233.3425" 516 id="tspan4178"
566 sodipodi:role="line">uCPE</tspan><tspan 517 sodipodi:role="line">Test Machine</tspan></text>
567 id="tspan6174-7"
568 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.13134243"
569 y="87.078064"
570 x="233.3425"
571 sodipodi:role="line"> Manager</tspan></text>
572 </g>
573 <path
574 style="display:inline;opacity:1;fill:none;stroke:#000000;stroke-width:0.36356106;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.72712207, 0.36356105, 0.18178051, 0.36356105;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
575 d="M 216.96992,61.711725 V 79.966961"
576 id="path8471-8"
577 inkscape:connector-curvature="0" />
578 <path
579 style="display:inline;opacity:1;fill:none;stroke:#000000;stroke-width:0.32031047;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.64062098, 0.3203105, 0.16015523, 0.3203105;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
580 d="M 191.25298,39.565752 H 177.0828"
581 id="path8471-0"
582 inkscape:connector-curvature="0" />
583 <path
584 style="display:inline;opacity:1;fill:none;stroke:#000000;stroke-width:0.42473787;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.8494757, 0.42473787, 0.21236892, 0.42473787;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
585 d="M 202.11053,64.603975 H 177.19472"
586 id="path8471-6-5"
587 inkscape:connector-curvature="0" />
588 <path
589 style="display:inline;opacity:1;fill:none;stroke:#000000;stroke-width:0.375;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.75, 0.375, 0.1875, 0.375;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
590 d="m 202.14801,60.343449 -0.18144,4.030193"
591 id="path8471-6-5-4"
592 inkscape:connector-curvature="0" />
593 </g>
594 <g
595 inkscape:groupmode="layer"
596 id="layer1"
597 inkscape:label="Test Machine"
598 style="display:inline"
599 transform="translate(-2.5004296,-16.28218)"
600 sodipodi:insensitive="true">
601 <g
602 style="display:inline;enable-background:new"
603 id="g1622">
604 <path
605 inkscape:connector-curvature="0"
606 id="path8471-3-2-4-6-6"
607 d="M 47.215771,41.927636 H 58.249903"
608 style="display:inline;fill:none;stroke:#000000;stroke-width:0.28265244;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" />
609 <g
610 transform="translate(-23.292417,-6.3519354)"
611 id="g4241"
612 style="display:inline;enable-background:new">
613 <g
614 style="fill:#ac9d93"
615 id="g6108-0"
616 transform="matrix(0.81390308,0,0,1.0004963,19.279152,-11.926746)">
617 <rect
618 rx="6.0006089"
619 y="49.061516"
620 x="8.1325779"
621 height="24.0366"
622 width="55.009563"
623 id="rect5992-4"
624 style="fill:#ac9d93;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.25908634;stroke-opacity:1" />
625 <text
626 xml:space="preserve"
627 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ac9d93;fill-opacity:1;stroke:none;stroke-width:0.26458332"
628 x="53.59409"
629 y="60.119961"
630 id="text15008-4"><tspan
631 sodipodi:role="line"
632 id="tspan15006-8"
633 x="53.59409"
634 y="69.775459"
635 style="fill:#ac9d93;stroke-width:0.26458332" /><tspan
636 sodipodi:role="line"
637 x="53.59409"
638 y="83.004623"
639 style="fill:#ac9d93;stroke-width:0.26458332"
640 id="tspan15010-2" /></text>
641 </g>
642 <text
643 xml:space="preserve"
644 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
645 x="30.144014"
646 y="51.284893"
647 id="text4180"><tspan
648 sodipodi:role="line"
649 id="tspan4178"
650 x="30.144014"
651 y="51.284893"
652 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.64444447px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">Test Machine</tspan></text>
653 </g>
654 </g> 518 </g>
655 </g> 519 </g>
656 <g 520 <g
@@ -658,7 +522,7 @@
658 id="layer4" 522 id="layer4"
659 inkscape:label="uCPE Device" 523 inkscape:label="uCPE Device"
660 style="display:inline" 524 style="display:inline"
661 transform="translate(-2.5004296,-16.28218)" 525 transform="translate(-24.600193,-22.751582)"
662 sodipodi:insensitive="true"> 526 sodipodi:insensitive="true">
663 <flowRoot 527 <flowRoot
664 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.64444447px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:tb-rl;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332" 528 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.64444447px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:tb-rl;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
@@ -673,259 +537,210 @@
673 id="rect4211" 537 id="rect4211"
674 style="stroke-width:0.07000434" /></flowRegion><flowPara 538 style="stroke-width:0.07000434" /></flowRegion><flowPara
675 id="flowPara4213" 539 id="flowPara4213"
676 style="stroke-width:0.26458332" /></flowRoot> <g 540 style="stroke-width:0.26458332" /></flowRoot> <rect
677 style="display:inline;enable-background:new" 541 style="fill:#ffffff;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.31052992;stroke-opacity:1"
678 id="g289"> 542 id="rect5977"
679 <rect 543 width="97.136261"
680 rx="12.641122" 544 height="44.611748"
681 y="21.45524" 545 x="78.595802"
682 x="60.334274" 546 y="27.117105"
683 height="57.135506" 547 rx="10.668472"
684 width="115.0972" 548 ry="9.8702631" />
685 id="rect5977" 549 <text
686 style="fill:#ffffff;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.38428995;stroke-opacity:1" /> 550 xml:space="preserve"
551 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:vertical-lr;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
552 x="63.08812"
553 y="89.025627"
554 id="text1502"><tspan
555 sodipodi:role="line"
556 id="tspan1500"
557 x="89.025627"
558 y="67.05687"
559 style="stroke-width:0.26458332"></tspan></text>
560 <path
561 style="display:inline;fill:none;stroke:#000000;stroke-width:0.3192617;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
562 d="m 140.76137,41.619283 33.63394,0.0069"
563 id="path8471-3-2-5-5-29-4-8-2-9-4-1"
564 inkscape:connector-curvature="0" />
565 <g
566 id="g1656">
687 <text 567 <text
688 id="text1105" 568 id="text265-1"
689 y="19.415838" 569 y="49.513149"
690 x="108.44845" 570 x="150.1429"
691 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332" 571 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
692 xml:space="preserve"><tspan 572 xml:space="preserve"><tspan
693 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332" 573 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332"
694 y="19.415838" 574 y="49.513149"
695 x="108.44845" 575 x="150.1429"
696 id="tspan1103" 576 id="tspan263-9"
697 sodipodi:role="line">uCPE Device</tspan></text> 577 sodipodi:role="line">dpdk</tspan></text>
698 <g 578 <g
699 id="g1469"> 579 transform="matrix(0.26458333,0,0,0.26458333,-13.632398,2.5553132)"
700 <rect 580 id="g2099">
701 style="fill:#ffffff;stroke:#320000;stroke-width:0.0381624;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
702 id="rect5985-3-1"
703 width="3.6857402"
704 height="8.9551888"
705 x="173.54588"
706 y="59.60516"
707 rx="0.31801966"
708 ry="0" />
709 <rect 581 <rect
710 style="fill:#ffffff;stroke:#320000;stroke-width:0.0381624;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 582 style="display:inline;fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.4464258;stroke-opacity:1"
711 id="rect5985-3-1-8" 583 id="rect6098-9-2-8-5"
712 width="3.6857402" 584 width="69.460823"
713 height="8.9551888" 585 height="40.985825"
714 x="173.6274" 586 x="619.80499"
715 y="34.432095" 587 y="126.25166"
716 rx="0.31801966" 588 rx="9.5899591"
717 ry="0" /> 589 ry="9.7688789" />
718 </g>
719 <path
720 inkscape:connector-curvature="0"
721 id="path8471-3-2-4-6"
722 d="M 62.006428,41.927636 H 71.92701"
723 style="fill:none;stroke:#000000;stroke-width:0.26801071;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
724 <g
725 transform="translate(6.9895738,2.174346)"
726 id="g4613">
727 <rect
728 style="fill:#73b500;fill-opacity:0.83888891;stroke:#000000;stroke-width:0.33378413;stroke-opacity:1"
729 id="rect6039"
730 width="36.359413"
731 height="27.914343"
732 x="93.509888"
733 y="33.862564"
734 rx="4.5449266" />
735 <text
736 id="text4221"
737 y="45.951542"
738 x="113.0969"
739 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.5259409px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.21215346"
740 xml:space="preserve"
741 transform="scale(0.98676608,1.0134114)"><tspan
742 style="stroke-width:0.21215346"
743 y="45.951542"
744 x="113.0969"
745 id="tspan4219"
746 sodipodi:role="line">Fortigate</tspan><tspan
747 id="tspan4223"
748 style="stroke-width:0.21215346"
749 y="51.608967"
750 x="113.0969"
751 sodipodi:role="line">Firewall</tspan></text>
752 </g>
753 <path
754 inkscape:connector-curvature="0"
755 id="path8471-3-2-4-6-1"
756 d="m 92.10862,41.365613 h 8.66532"
757 style="display:inline;fill:none;stroke:#000000;stroke-width:0.25048164;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" />
758 <path
759 inkscape:connector-curvature="0"
760 id="path8471-3-2-4-6-4"
761 d="m 136.8428,41.756971 h 10.12777"
762 style="display:inline;fill:none;stroke:#000000;stroke-width:0.27079487;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" />
763 <path
764 inkscape:connector-curvature="0"
765 id="path8471-3-2-4-6-8"
766 d="m 165.77078,39.565752 h 7.80807"
767 style="display:inline;fill:none;stroke:#000000;stroke-width:0.23776902;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" />
768 <path
769 inkscape:connector-curvature="0"
770 id="path8471-3-2-4-6-1-9"
771 d="m 91.492359,57.974718 h 8.665321"
772 style="display:inline;fill:none;stroke:#000000;stroke-width:0.25048164;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" />
773 <rect
774 ry="0"
775 rx="0.31801966"
776 y="55.171356"
777 x="58.109966"
778 height="8.9551888"
779 width="3.6857402"
780 id="rect5985-3-1-3"
781 style="fill:#ffffff;stroke:#320000;stroke-width:0.0381624;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
782 <rect
783 ry="0"
784 rx="0.31801966"
785 y="37.816059"
786 x="58.517216"
787 height="8.9551888"
788 width="3.6857402"
789 id="rect5985-3-1-8-0"
790 style="fill:#ffffff;stroke:#320000;stroke-width:0.0381624;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
791 <path
792 inkscape:connector-curvature="0"
793 id="path8471-3-2-4-6-47"
794 d="m 61.710973,59.60342 h 9.920583"
795 style="display:inline;fill:none;stroke:#000000;stroke-width:0.26801071;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" />
796 <g
797 id="g245">
798 <g
799 id="g278"
800 transform="translate(8.9578577,-50.65664)">
801 <g
802 id="g247">
803 <rect
804 style="display:inline;fill:#ffd32a;fill-opacity:0.64313725;stroke:#000000;stroke-width:0.12147886;stroke-opacity:1;enable-background:new"
805 id="rect6098-3"
806 width="11.115809"
807 height="18.964243"
808 x="-97.898224"
809 y="137.97273"
810 rx="2.7789524"
811 transform="rotate(-90)" />
812 <text
813 id="text172-9"
814 y="90.900421"
815 x="145.99776"
816 style="font-style:normal;font-weight:normal;font-size:10.32413673px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.2581034;enable-background:new"
817 xml:space="preserve"
818 transform="scale(0.97526418,1.0253632)"><tspan
819 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.75310326px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.2581034"
820 y="90.900421"
821 x="145.99776"
822 id="tspan170-8"
823 sodipodi:role="line">wan_br</tspan></text>
824 </g>
825 </g>
826 <text 590 <text
827 xml:space="preserve" 591 xml:space="preserve"
828 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332" 592 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
829 x="148.53166" 593 x="654.4104"
830 y="50.052437" 594 y="150.88129"
831 id="text193"><tspan 595 id="text892-7-8-9"><tspan
832 sodipodi:role="line" 596 sodipodi:role="line"
833 id="tspan191" 597 id="tspan890-2-1-9"
834 x="148.53166" 598 x="654.4104"
835 y="50.052437" 599 y="150.88129"
836 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">dpdk</tspan></text> 600 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994">wan_br</tspan></text>
837 </g> 601 </g>
602 </g>
603 <path
604 style="display:inline;fill:none;stroke:#000000;stroke-width:0.32090589;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
605 d="m 69.418354,41.588665 43.833976,0.0061"
606 id="path8471-3-2-5-5-29-4-8-2-9-4-1-4"
607 inkscape:connector-curvature="0" />
608 <g
609 id="g1586"
610 transform="translate(30.564764,-47.369395)">
611 <text
612 id="text265"
613 y="96.958344"
614 x="55.008671"
615 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
616 xml:space="preserve"><tspan
617 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332"
618 y="96.958344"
619 x="55.008671"
620 id="tspan263"
621 sodipodi:role="line">dpdk</tspan></text>
838 <g 622 <g
839 id="g236"> 623 transform="translate(2.2457483,1.6699154)"
840 <g 624 id="g1561">
841 id="g252" 625 <rect
842 transform="translate(-0.35052016,-0.36310675)"> 626 style="display:inline;fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.12101606;stroke-opacity:1;enable-background:new"
843 <g 627 id="rect6098-9-2-8-9-8"
844 id="g257" 628 width="19.29661"
845 transform="translate(-14.739748,-28.828015)"> 629 height="10.841267"
846 <rect 630 x="53.084244"
847 style="fill:#ffd32a;fill-opacity:0.64313725;stroke:#000000;stroke-width:0.12147886;stroke-opacity:1" 631 y="81.682137"
848 id="rect6098" 632 rx="2.664145"
849 width="11.115809" 633 ry="2.5839915" />
850 height="18.964243"
851 x="-93.606415"
852 y="86.854408"
853 rx="2.7789524"
854 transform="rotate(-90)" />
855 <text
856 id="text172"
857 y="86.714767"
858 x="93.372528"
859 style="font-style:normal;font-weight:normal;font-size:10.32413673px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.2581034"
860 xml:space="preserve"
861 transform="scale(0.97526418,1.0253632)"><tspan
862 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.75310326px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.2581034"
863 y="86.714767"
864 x="93.372528"
865 id="tspan170"
866 sodipodi:role="line">lan2_br</tspan></text>
867 </g>
868 </g>
869 <text 634 <text
870 xml:space="preserve" 635 xml:space="preserve"
871 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332;enable-background:new" 636 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888855px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
872 x="73.129593" 637 x="62.570286"
873 y="67.654999" 638 y="88.203476"
874 id="text193-7"><tspan 639 id="text892-7-06-88"><tspan
875 sodipodi:role="line" 640 sodipodi:role="line"
876 id="tspan191-6" 641 id="tspan890-2-0-9"
877 x="73.129593" 642 x="62.570286"
878 y="67.654999" 643 y="88.203476"
879 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">dpdk</tspan></text> 644 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.26458332">lan1_br</tspan></text>
880 </g> 645 </g>
646 </g>
647 <path
648 style="display:inline;fill:none;stroke:#000000;stroke-width:0.3192617;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
649 d="m 78.442243,57.523546 33.633817,0.0069"
650 id="path8471-3-2-5-5-29-4-8-2-9-4-1-8"
651 inkscape:connector-curvature="0" />
652 <g
653 id="g1574"
654 transform="translate(9.9112526,-30.975048)">
655 <text
656 id="text265-3"
657 y="96.955482"
658 x="75.671005"
659 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332;enable-background:new"
660 xml:space="preserve"><tspan
661 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332"
662 y="96.955482"
663 x="75.671005"
664 id="tspan263-5"
665 sodipodi:role="line">dpdk</tspan></text>
881 <g 666 <g
882 id="g227"> 667 id="g1566">
883 <g 668 <rect
884 id="g221" 669 style="display:inline;fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.12101606;stroke-opacity:1;enable-background:new"
885 transform="translate(5.6171391,-34.858231)" 670 id="rect6098-9-2-8-9"
886 inkscape:transform-center-x="0.97722084" 671 width="19.29661"
887 inkscape:transform-center-y="1.140091"> 672 height="10.841267"
888 <rect 673 x="75.88723"
889 transform="rotate(-90)" 674 y="83.403175"
890 rx="2.7789524" 675 rx="2.6641448"
891 y="65.984131" 676 ry="2.5839915" />
892 x="-82.099815"
893 height="18.964243"
894 width="11.115809"
895 id="rect6098-8"
896 style="display:inline;fill:#ffd32a;fill-opacity:0.64313725;stroke:#000000;stroke-width:0.12147886;stroke-opacity:1;enable-background:new" />
897 <text
898 transform="scale(0.97526418,1.0253632)"
899 xml:space="preserve"
900 style="font-style:normal;font-weight:normal;font-size:10.32413673px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.2581034;enable-background:new"
901 x="71.972916"
902 y="75.492805"
903 id="text172-6"><tspan
904 sodipodi:role="line"
905 id="tspan170-2"
906 x="71.972916"
907 y="75.492805"
908 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.75310326px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.2581034">lan1_br</tspan></text>
909 </g>
910 <text 677 <text
911 xml:space="preserve" 678 xml:space="preserve"
912 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332;enable-background:new" 679 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888855px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332;enable-background:new"
913 x="73.129593" 680 x="85.373268"
914 y="49.689011" 681 y="89.924515"
915 id="text193-2"><tspan 682 id="text892-7-06-88-2"><tspan
916 sodipodi:role="line" 683 sodipodi:role="line"
917 id="tspan191-65" 684 id="tspan890-2-0-9-9"
918 x="73.129593" 685 x="85.373268"
919 y="49.689011" 686 y="89.924515"
920 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">dpdk</tspan></text> 687 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.26458332">lan2_br</tspan></text>
921 </g> 688 </g>
922 </g> 689 </g>
690 <rect
691 style="fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:0.28885183;stroke-opacity:1"
692 id="rect6062-3-1-8-6"
693 width="32.942356"
694 height="29.305943"
695 x="111.48036"
696 y="34.214493"
697 rx="3.6602547" />
698 <text
699 xml:space="preserve"
700 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888855px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
701 x="127.82442"
702 y="50.472015"
703 id="text1458-5"><tspan
704 sodipodi:role="line"
705 x="127.82442"
706 y="50.472015"
707 id="tspan1460-5"
708 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;font-family:Arial;-inkscape-font-specification:Arial;stroke-width:0.26458332">Fortigate</tspan></text>
709 <rect
710 style="display:inline;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.24650952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
711 id="rect5977-9-8-71-3-5"
712 width="2.9787803"
713 height="6.1577935"
714 x="76.875908"
715 y="-60.603203"
716 rx="0.32715935"
717 transform="scale(1,-1)" />
718 <rect
719 style="display:inline;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.24650952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
720 id="rect5977-9-8-71-3-9-9"
721 width="2.9787803"
722 height="6.1577935"
723 x="76.816132"
724 y="-44.715122"
725 rx="0.32715935"
726 transform="scale(1,-1)" />
727 <text
728 xml:space="preserve"
729 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888855px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
730 x="127.12518"
731 y="25.319901"
732 id="text5981-3-7-2"><tspan
733 sodipodi:role="line"
734 x="127.12518"
735 y="25.319901"
736 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.26458332"
737 id="tspan5983-4-5-0">uCPE Device</tspan></text>
923 </g> 738 </g>
924 <g 739 <g
925 inkscape:groupmode="layer" 740 inkscape:groupmode="layer"
926 id="layer11" 741 id="layer11"
927 inkscape:label="Legend" 742 inkscape:label="Legend"
928 transform="translate(-2.5004296,-94.163547)" 743 transform="translate(-24.600193,-100.63295)"
929 style="display:inline;opacity:1" 744 style="display:inline;opacity:1"
930 sodipodi:insensitive="true"> 745 sodipodi:insensitive="true">
931 <flowRoot 746 <flowRoot
@@ -959,42 +774,165 @@
959 sodipodi:role="line" 774 sodipodi:role="line"
960 id="tspan6113" 775 id="tspan6113"
961 x="63.141701" 776 x="63.141701"
962 y="79.713982" 777 y="79.422256"
963 style="stroke-width:0.26458332" /></text> 778 style="stroke-width:0.26458332" /></text>
964 <g 779 <g
965 id="g1672"> 780 id="g1482"
966 <path 781 transform="translate(-10.990187,-5.5412151)">
967 inkscape:connector-curvature="0" 782 <g
968 id="path8471-2-0" 783 transform="matrix(0.26458333,0,0,0.26458333,-33.463518,52.522375)"
969 d="m 44.098073,171.55098 h 4.589104" 784 id="g1353"
970 style="fill:none;stroke:#000000;stroke-width:0.25158516;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.50317032, 0.25158516, 0.12579258, 0.25158516;stroke-dashoffset:0;stroke-opacity:1" /> 785 style="display:inline">
971 <text 786 <text
972 transform="matrix(0.13313048,0,0,0.13313048,7.2444198,131.36814)" 787 xml:space="preserve"
973 id="text4338-3" 788 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994;filter:url(#filter4332)"
974 y="284.13779"
975 x="-0.59244788"
976 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994;filter:url(#filter4332-4)"
977 xml:space="preserve"><tspan
978 id="tspan4344-2"
979 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
980 y="284.13779"
981 x="-0.59244788"
982 sodipodi:role="line">Legend: </tspan><tspan
983 id="tspan4651-9"
984 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
985 y="307.47113"
986 x="-0.59244788"
987 sodipodi:role="line">- Connection via cloud/internet: </tspan><tspan
988 id="tspan4340-0"
989 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
990 y="330.80444"
991 x="-0.59244788"
992 sodipodi:role="line" /><tspan
993 id="tspan4342-6"
994 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
995 y="354.13779"
996 x="-0.59244788" 789 x="-0.59244788"
997 sodipodi:role="line" /></text> 790 y="284.13779"
791 id="text4338"
792 transform="matrix(0.50317032,0,0,0.50317032,596.72244,344.04651)"><tspan
793 sodipodi:role="line"
794 x="-0.59244788"
795 y="284.13779"
796 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.14851379px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
797 id="tspan4344">Legend: </tspan><tspan
798 id="tspan1311"
799 sodipodi:role="line"
800 x="-0.59244788"
801 y="322.9603"
802 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.79837799px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"><tspan
803 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.14851379px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
804 id="tspan1469">- Connection via cloud/internet:</tspan> </tspan><tspan
805 sodipodi:role="line"
806 x="-0.59244788"
807 y="350.87982"
808 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
809 id="tspan4651" /><tspan
810 sodipodi:role="line"
811 x="-0.59244788"
812 y="374.21317"
813 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
814 id="tspan4340" /><tspan
815 sodipodi:role="line"
816 x="-0.59244788"
817 y="397.54651"
818 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
819 id="tspan4342" /></text>
820 </g>
821 <g
822 transform="matrix(0.26458333,0,0,0.26458333,-119.69404,89.368718)"
823 id="g1581"
824 style="display:inline">
825 <g
826 id="g1577">
827 <path
828 inkscape:connector-curvature="0"
829 id="path8471-3-0-5-7-0"
830 d="m 1157.8689,363.46686 h -30.0356"
831 style="display:inline;fill:none;stroke:#000000;stroke-width:1.245;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.49, 1.245, 0.6225, 1.245;stroke-dashoffset:0;stroke-opacity:1" />
832 </g>
833 </g>
998 </g> 834 </g>
999 </g> 835 </g>
836 <g
837 inkscape:groupmode="layer"
838 id="layer12"
839 inkscape:label="Internet, BTB, ucpe manager"
840 style="display:inline"
841 transform="translate(-24.600193,-22.751582)"
842 sodipodi:insensitive="true">
843 <flowRoot
844 xml:space="preserve"
845 id="flowRoot4170"
846 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
847 transform="scale(0.26458333)"><flowRegion
848 id="flowRegion4172"><rect
849 id="rect4174"
850 width="162.51106"
851 height="43.090054"
852 x="27.085176"
853 y="256.68076" /></flowRegion><flowPara
854 id="flowPara4176">Test</flowPara></flowRoot> <flowRoot
855 xml:space="preserve"
856 id="flowRoot4685"
857 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
858 transform="scale(0.26458333)"><flowRegion
859 id="flowRegion4687"><rect
860 id="rect4689"
861 width="71.406372"
862 height="36.934334"
863 x="790.39471"
864 y="328.7027" /></flowRegion><flowPara
865 id="flowPara4691" /></flowRoot> <path
866 style="display:inline;opacity:1;fill:none;stroke:#000000;stroke-width:0.36356106;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.72712207, 0.36356105, 0.18178051, 0.36356105;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
867 d="M 210.06435,61.711725 V 79.966961"
868 id="path8471-8"
869 inkscape:connector-curvature="0" />
870 <rect
871 ry="4.2375026"
872 style="fill:#ff9955;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.21806791;stroke-opacity:1"
873 id="rect5992-9-0"
874 width="39.340992"
875 height="23.810053"
876 x="190.41014"
877 y="80.052269"
878 rx="4.2914338" />
879 <path
880 style="display:inline;fill:none;stroke:#000000;stroke-width:0.33103764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.66207523, 0.33103761, 0.16551882, 0.33103761;stroke-dashoffset:0;stroke-opacity:1"
881 d="m 196.32243,57.524306 h -19.398"
882 id="path8471-3-0-3-8"
883 inkscape:connector-curvature="0" />
884 <rect
885 style="display:inline;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.24650952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
886 id="rect5977-9-8-71-3"
887 width="2.9787803"
888 height="6.1577935"
889 x="174.24191"
890 y="-60.603203"
891 rx="0.32715935"
892 transform="scale(1,-1)" />
893 <path
894 style="display:inline;fill:none;stroke:#000000;stroke-width:0.33103764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.66207523, 0.33103761, 0.16551882, 0.33103761;stroke-dashoffset:0;stroke-opacity:1"
895 d="m 196.26268,41.636225 h -19.398"
896 id="path8471-3-0-3-8-9"
897 inkscape:connector-curvature="0" />
898 <rect
899 style="display:inline;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.24650952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
900 id="rect5977-9-8-71-3-9"
901 width="2.9787803"
902 height="6.1577935"
903 x="174.18217"
904 y="-44.715122"
905 rx="0.32715935"
906 transform="scale(1,-1)" />
907 <path
908 style="fill:#8fd0f6;fill-opacity:1;stroke:#000000;stroke-width:0.25427502;stroke-opacity:1"
909 d="m 211.52785,26.000497 a 10.280439,13.97151 0 0 0 -6.72428,3.426249 7.3750976,7.798052 0 0 0 -1.54476,-0.177046 7.3750976,7.798052 0 0 0 -6.32445,3.804457 10.239768,11.447616 0 0 0 -1.01007,-0.05647 10.239768,11.447616 0 0 0 -10.23984,11.447682 10.239768,11.447616 0 0 0 2.7661,7.812005 5.1402199,5.5236202 0 0 0 -0.16543,1.361221 5.1402199,5.5236202 0 0 0 5.14021,5.523629 5.1402199,5.5236202 0 0 0 1.80232,-0.35348 4.6932442,9.0977274 0 0 0 3.11442,2.302999 4.6932442,9.0977274 0 0 0 2.66133,-1.616355 8.4925367,9.7475653 0 0 0 6.05469,2.916023 8.4925367,9.7475653 0 0 0 6.56801,-3.577265 12.515318,8.1229707 0 0 0 5.94732,0.977913 12.515318,8.1229707 0 0 0 12.51531,-8.122967 12.515318,8.1229707 0 0 0 -0.74424,-2.735776 9.6866648,9.0977274 0 0 0 3.13233,-6.686873 9.6866648,9.0977274 0 0 0 -9.68636,-9.097724 9.6866648,9.0977274 0 0 0 -3.99049,0.819912 10.280439,13.97151 0 0 0 -9.27212,-7.96812 z"
910 id="path5091-2-9"
911 inkscape:connector-curvature="0" />
912 <text
913 xml:space="preserve"
914 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
915 x="199.03485"
916 y="46.431309"
917 id="text4180-9-8-7"><tspan
918 sodipodi:role="line"
919 id="tspan4178-6-6-2"
920 x="199.03485"
921 y="46.431309"
922 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;font-family:Arial;-inkscape-font-specification:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">Internet</tspan></text>
923 <flowRoot
924 xml:space="preserve"
925 id="flowRoot2130"
926 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
927 transform="matrix(0.23662585,0,0,0.23365212,70.806276,-5.7897538)"><flowRegion
928 id="flowRegion2132"><rect
929 id="rect2134"
930 width="118.79844"
931 height="68.571358"
932 x="528.01184"
933 y="384.12811" /></flowRegion><flowPara
934 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:27.00584602px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle"
935 id="flowPara2136">uCPE</flowPara><flowPara
936 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:27.00584602px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle"
937 id="flowPara2138">Manager</flowPara></flowRoot> </g>
1000</svg> 938</svg>
diff --git a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_fortigate_sdwan.png b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_fortigate_sdwan.png
index 15c63c8..acc3e53 100755
--- a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_fortigate_sdwan.png
+++ b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_fortigate_sdwan.png
Binary files differ
diff --git a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_fortigate_sdwan.svg b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_fortigate_sdwan.svg
index b1da213..ff65f57 100755
--- a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_fortigate_sdwan.svg
+++ b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_fortigate_sdwan.svg
@@ -12,14 +12,14 @@
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" 12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13 version="1.1" 13 version="1.1"
14 id="svg2" 14 id="svg2"
15 width="1468.1787" 15 width="830.0929"
16 height="376.69196" 16 height="482.41965"
17 viewBox="0 0 1468.1787 376.69196" 17 viewBox="0 0 830.09292 482.41966"
18 sodipodi:docname="uc_fortigate_sdwan.svg" 18 sodipodi:docname="uc_fortigate_sdwan_new.svg"
19 inkscape:version="0.92.4 (5da689c313, 2019-01-14)" 19 inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
20 inkscape:export-filename="L:\docu_work\el_releases-nfv-access\doc\book-enea-nfv-access-example-usecases\doc\images\clavister_vnf_diagram.png" 20 inkscape:export-filename="E:\Documents\ENEA Work files\ENFV work\ENA 2.2.2\Example Usecase pics\uc_fortigate_sdwan_new.png"
21 inkscape:export-xdpi="96" 21 inkscape:export-xdpi="65.519997"
22 inkscape:export-ydpi="96"> 22 inkscape:export-ydpi="65.519997">
23 <metadata 23 <metadata
24 id="metadata8"> 24 id="metadata8">
25 <rdf:RDF> 25 <rdf:RDF>
@@ -430,17 +430,17 @@
430 guidetolerance="10" 430 guidetolerance="10"
431 inkscape:pageopacity="0" 431 inkscape:pageopacity="0"
432 inkscape:pageshadow="2" 432 inkscape:pageshadow="2"
433 inkscape:window-width="1858" 433 inkscape:window-width="1618"
434 inkscape:window-height="1177" 434 inkscape:window-height="1027"
435 id="namedview4" 435 id="namedview4"
436 showgrid="false" 436 showgrid="false"
437 inkscape:zoom="1.000373" 437 inkscape:zoom="1.0074671"
438 inkscape:cx="696.21446" 438 inkscape:cx="428.14055"
439 inkscape:cy="208.0109" 439 inkscape:cy="175.87748"
440 inkscape:window-x="-8" 440 inkscape:window-x="1358"
441 inkscape:window-y="-8" 441 inkscape:window-y="-8"
442 inkscape:window-maximized="1" 442 inkscape:window-maximized="1"
443 inkscape:current-layer="layer4" 443 inkscape:current-layer="layer5"
444 fit-margin-top="0" 444 fit-margin-top="0"
445 fit-margin-left="0" 445 fit-margin-left="0"
446 fit-margin-right="0" 446 fit-margin-right="0"
@@ -448,12 +448,12 @@
448 showguides="true" 448 showguides="true"
449 inkscape:guide-bbox="true" 449 inkscape:guide-bbox="true"
450 inkscape:showpageshadow="false" 450 inkscape:showpageshadow="false"
451 showborder="true" /> 451 showborder="false" />
452 <g 452 <g
453 inkscape:groupmode="layer" 453 inkscape:groupmode="layer"
454 id="layer1" 454 id="layer1"
455 inkscape:label="original by aroosa" 455 inkscape:label="original by aroosa"
456 transform="translate(107.83597,85.3363)" 456 transform="translate(-206.89353,53.60331)"
457 style="display:none" 457 style="display:none"
458 sodipodi:insensitive="true"> 458 sodipodi:insensitive="true">
459 <image 459 <image
@@ -470,7 +470,7 @@
470 id="layer2" 470 id="layer2"
471 inkscape:label="template tools" 471 inkscape:label="template tools"
472 style="display:none" 472 style="display:none"
473 transform="translate(107.83597,85.3363)" 473 transform="translate(-206.89353,53.60331)"
474 sodipodi:insensitive="true"> 474 sodipodi:insensitive="true">
475 <g 475 <g
476 transform="matrix(3.7795276,0,0,3.7795276,428.74031,418.42027)" 476 transform="matrix(3.7795276,0,0,3.7795276,428.74031,418.42027)"
@@ -503,7 +503,8 @@
503 height="215.66757" 503 height="215.66757"
504 x="773.99725" 504 x="773.99725"
505 y="470.81998" 505 y="470.81998"
506 rx="22.677166" /> 506 rx="22.677166"
507 ry="22.677166" />
507 <text 508 <text
508 xml:space="preserve" 509 xml:space="preserve"
509 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.99999809px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994" 510 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.99999809px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
@@ -531,7 +532,8 @@
531 height="32.516785" 532 height="32.516785"
532 width="54.967422" 533 width="54.967422"
533 id="rect5992" 534 id="rect5992"
534 style="fill:#ff9955;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.30122805;stroke-opacity:1" /> 535 style="fill:#ff9955;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.30122805;stroke-opacity:1"
536 ry="5.9960117" />
535 <text 537 <text
536 id="text5996" 538 id="text5996"
537 y="62.470726" 539 y="62.470726"
@@ -560,7 +562,8 @@
560 height="17.96051" 562 height="17.96051"
561 width="191.95297" 563 width="191.95297"
562 id="rect6007" 564 id="rect6007"
563 style="fill:#5858ff;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.26458332;stroke-opacity:1" /> 565 style="fill:#5858ff;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.26458332;stroke-opacity:1"
566 ry="6.0000091" />
564 <text 567 <text
565 id="text6011" 568 id="text6011"
566 y="111.3953" 569 y="111.3953"
@@ -584,7 +587,8 @@
584 height="18" 587 height="18"
585 width="40" 588 width="40"
586 id="rect6039" 589 id="rect6039"
587 style="fill:#73b500;fill-opacity:0.83888891;stroke:#000000;stroke-width:0.28113171;stroke-opacity:1" /> 590 style="fill:#73b500;fill-opacity:0.83888891;stroke:#000000;stroke-width:0.28113171;stroke-opacity:1"
591 ry="5" />
588 <text 592 <text
589 id="text6054" 593 id="text6054"
590 y="36.242371" 594 y="36.242371"
@@ -608,7 +612,8 @@
608 height="18" 612 height="18"
609 width="45" 613 width="45"
610 id="rect6062" 614 id="rect6062"
611 style="fill:#c48ed1;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-opacity:1" /> 615 style="fill:#c48ed1;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-opacity:1"
616 ry="4.99999" />
612 <text 617 <text
613 id="text6066" 618 id="text6066"
614 y="68.725212" 619 y="68.725212"
@@ -632,7 +637,8 @@
632 height="59.711037" 637 height="59.711037"
633 width="19.975622" 638 width="19.975622"
634 id="rect6098" 639 id="rect6098"
635 style="fill:#ffd32a;fill-opacity:0.64313725;stroke:#000000;stroke-width:0.28896147;stroke-opacity:1" /> 640 style="fill:#ffd32a;fill-opacity:0.64313725;stroke:#000000;stroke-width:0.28896147;stroke-opacity:1"
641 ry="4.9939055" />
636 <text 642 <text
637 transform="rotate(90)" 643 transform="rotate(90)"
638 id="text892" 644 id="text892"
@@ -711,124 +717,97 @@
711 inkscape:groupmode="layer" 717 inkscape:groupmode="layer"
712 id="layer5" 718 id="layer5"
713 inkscape:label="btb, internet, ucpe manager" 719 inkscape:label="btb, internet, ucpe manager"
714 transform="translate(290.86411,-13.764832)" 720 transform="translate(-23.865391,-45.497822)"
715 style="display:inline" 721 style="display:inline">
716 sodipodi:insensitive="true"> 722 <path
723 style="display:inline;fill:none;stroke:#000000;stroke-width:1.3060993;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.6121985, 1.30609926, 0.65304962, 1.30609926;stroke-dashoffset:0;stroke-opacity:1"
724 d="m 492.68784,161.04591 v 79.89453"
725 id="path8471-3-0-5-4-7-6-3"
726 inkscape:connector-curvature="0" />
727 <path
728 style="display:inline;fill:none;stroke:#000000;stroke-width:1.29300523;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.58601049, 1.29300525, 0.64650262, 1.29300525;stroke-dashoffset:0;stroke-opacity:1"
729 d="M 440.34086,288.13958 V 209.83895"
730 id="path8471-3-0"
731 inkscape:connector-curvature="0" />
732 <rect
733 ry="16.015759"
734 style="fill:#ff9955;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.82419372;stroke-opacity:1"
735 id="rect5992-9"
736 width="148.69037"
737 height="89.990753"
738 x="365.99567"
739 y="288.93851"
740 rx="16.219593" />
741 <path
742 style="display:inline;fill:#fa5555;fill-opacity:1;stroke:#f30000;stroke-width:1.2484287;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
743 d="m 569.66925,124.00658 -51.10954,0.012"
744 id="path8471-3-2-5-5-4-6-9-8"
745 inkscape:connector-curvature="0" />
717 <path 746 <path
718 style="display:inline;fill:none;stroke:#000000;stroke-width:1.3063972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.61279433, 1.30639717, 0.65319858, 1.30639717;stroke-dashoffset:0;stroke-opacity:1" 747 style="display:inline;fill:none;stroke:#000000;stroke-width:1.3063972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.61279433, 1.30639717, 0.65319858, 1.30639717;stroke-dashoffset:0;stroke-opacity:1"
719 d="M 394.87098,175.55389 H 314.94" 748 d="m 389.31534,159.12973 v 79.93098"
720 id="path8471-3-0-5-4-5" 749 id="path8471-3-0-5-4-7-6-3-0"
721 inkscape:connector-curvature="0" /> 750 inkscape:connector-curvature="0" />
722 <path 751 <path
723 style="display:inline;fill:none;stroke:#000000;stroke-width:1.3063972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.61279433, 1.30639717, 0.65319858, 1.30639717;stroke-dashoffset:0;stroke-opacity:1" 752 style="display:inline;fill:none;stroke:#000000;stroke-width:1.3063972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.61279433, 1.30639717, 0.65319858, 1.30639717;stroke-dashoffset:0;stroke-opacity:1"
724 d="m 492.68814,155.00946 v 79.93098" 753 d="M 389.33652,181.0334 H 309.40554"
725 id="path8471-3-0-5-4-7-6-3" 754 id="path8471-3-0-5-2"
726 inkscape:connector-curvature="0" /> 755 inkscape:connector-curvature="0" />
727 <path 756 <path
728 style="display:inline;fill:none;stroke:#000000;stroke-width:1.3063972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.61279433, 1.30639717, 0.65319858, 1.30639717;stroke-dashoffset:0;stroke-opacity:1" 757 style="display:inline;fill:none;stroke:#000000;stroke-width:1.3063972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.61279433, 1.30639717, 0.65319858, 1.30639717;stroke-dashoffset:0;stroke-opacity:1"
729 d="m 391.31534,154.96049 v 79.93098" 758 d="M 568.52125,182.74033 H 488.59028"
730 id="path8471-3-0-5-4-7-6" 759 id="path8471-3-0-5-2-4"
731 inkscape:connector-curvature="0" /> 760 inkscape:connector-curvature="0" />
732 <g
733 id="g11700-5"
734 transform="matrix(0,-1,0.75852158,0,402.53711,680.37827)">
735 <path
736 inkscape:connector-curvature="0"
737 id="path8471-3-0-5-4"
738 d="M 505.46723,255.09094 V 149.7136"
739 style="display:inline;fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3, 1.5, 0.75, 1.5;stroke-dashoffset:0;stroke-opacity:1" />
740 <g
741 id="g11695-8">
742 <path
743 style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2, 1, 0.5, 1;stroke-dashoffset:0;stroke-opacity:1"
744 d="m 505.46723,149.7136 h 16.20624"
745 id="path11661-8"
746 inkscape:connector-curvature="0" />
747 </g>
748 </g>
749 <path 761 <path
750 style="display:inline;fill:none;stroke:#000000;stroke-width:1.28013968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.56027947, 1.28013974, 0.64006987, 1.28013974;stroke-dashoffset:0;stroke-opacity:1" 762 style="display:inline;fill:#fa5555;fill-opacity:1;stroke:#f30000;stroke-width:1.21068478;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
751 d="M 439.87697,290.13958 V 213.38939" 763 d="m 853.95759,519.79962 -30.03505,0.0338"
752 id="path8471-3-0" 764 id="path8471-3-2-5-5-4-6-9-7"
753 inkscape:connector-curvature="0" /> 765 inkscape:connector-curvature="0" />
754 <path 766 <path
755 style="display:inline;fill:none;stroke:#000000;stroke-width:1.3063972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.61279433, 1.30639717, 0.65319858, 1.30639717;stroke-dashoffset:0;stroke-opacity:1" 767 style="display:inline;fill:#fa5555;fill-opacity:1;stroke:#f30000;stroke-width:1.2484287;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
756 d="M 391.31534,234.89147 H 311.38436" 768 d="m 355.88704,123.01486 -51.10954,0.012"
757 id="path8471-3-0-5" 769 id="path8471-3-2-5-5-4-6-9-8-8"
758 inkscape:connector-curvature="0" /> 770 inkscape:connector-curvature="0" />
759 <g 771 <g
760 id="g2146" 772 id="g1459">
761 transform="matrix(0.89433392,0,0,0.88309463,8.4948988,-23.070172)">
762 <rect
763 rx="18.135948"
764 y="353.31284"
765 x="395.2843"
766 height="101.90386"
767 width="166.25822"
768 id="rect5992-9"
769 style="fill:#ff9955;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.92741865;stroke-opacity:1" />
770 <flowRoot
771 transform="translate(-106.01269,-6.8927292)"
772 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
773 id="flowRoot2130"
774 xml:space="preserve"><flowRegion
775 id="flowRegion2132"><rect
776 y="384.12811"
777 x="528.01184"
778 height="60.081661"
779 width="110.97433"
780 id="rect2134" /></flowRegion><flowPara
781 id="flowPara2136">uCPE</flowPara><flowPara
782 id="flowPara2138">Manager</flowPara></flowRoot> </g>
783 <g
784 id="g2179"
785 transform="matrix(1.1595565,0,0,1,-58.699678,-4.241059)">
786 <path 773 <path
787 inkscape:connector-curvature="0" 774 inkscape:connector-curvature="0"
788 id="path5091-2" 775 id="path5091-2"
789 d="m 443.71303,80.063068 a 33.508677,52.805708 0 0 0 -21.91752,12.949601 24.038833,29.472953 0 0 0 -5.03509,-0.669151 24.038833,29.472953 0 0 0 -20.61428,14.379052 33.376109,43.266581 0 0 0 -3.29227,-0.21342 33.376109,43.266581 0 0 0 -33.37635,43.26683 33.376109,43.266581 0 0 0 9.01598,29.52569 16.754339,20.876675 0 0 0 -0.53922,5.14477 16.754339,20.876675 0 0 0 16.75433,20.87671 16.754339,20.876675 0 0 0 5.87456,-1.33599 15.29744,34.385112 0 0 0 10.15133,8.70425 15.29744,34.385112 0 0 0 8.67452,-6.10906 27.681081,36.841192 0 0 0 19.735,11.02119 27.681081,36.841192 0 0 0 21.40818,-13.52037 40.793175,30.700992 0 0 0 19.38503,3.69605 40.793175,30.700992 0 0 0 40.79316,-30.70098 40.793175,30.700992 0 0 0 -2.42582,-10.33994 31.573293,34.385112 0 0 0 10.20969,-25.27322 31.573293,34.385112 0 0 0 -31.5723,-34.3851 31.573293,34.385112 0 0 0 -13.00682,3.09888 33.508677,52.805708 0 0 0 -30.22211,-30.115731 z" 776 d="m 445.81065,75.822009 a 38.855204,52.805708 0 0 0 -25.4146,12.949601 27.874385,29.472953 0 0 0 -5.83847,-0.669151 27.874385,29.472953 0 0 0 -23.90343,14.379051 38.701484,43.266581 0 0 0 -3.81757,-0.21342 38.701484,43.266581 0 0 0 -38.70176,43.26683 38.701484,43.266581 0 0 0 10.45454,29.52569 19.427603,20.876675 0 0 0 -0.62526,5.14477 19.427603,20.876675 0 0 0 19.42759,20.87671 19.427603,20.876675 0 0 0 6.81189,-1.33599 17.738246,34.385112 0 0 0 11.77104,8.70425 17.738246,34.385112 0 0 0 10.05859,-6.10906 32.097777,36.841192 0 0 0 22.88385,11.02119 32.097777,36.841192 0 0 0 24.82399,-13.52037 47.301991,30.700992 0 0 0 22.47804,3.69605 47.301991,30.700992 0 0 0 47.30198,-30.70098 47.301991,30.700992 0 0 0 -2.81288,-10.33994 36.611017,34.385112 0 0 0 11.83871,-25.27322 36.611017,34.385112 0 0 0 -36.60986,-34.3851 36.611017,34.385112 0 0 0 -15.08215,3.09888 38.855204,52.805708 0 0 0 -35.04424,-30.11573 z"
790 style="fill:#8fd0f6;fill-opacity:1;stroke:#000000;stroke-width:0.89247334;stroke-opacity:1" /> 777 style="fill:#8fd0f6;fill-opacity:1;stroke:#000000;stroke-width:0.96103942;stroke-opacity:1" />
791 <flowRoot 778 <text
792 transform="translate(-118.51564,-1.0686167)" 779 id="text4180-9-8-7"
793 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none" 780 y="153.04083"
794 id="flowRoot2166" 781 x="398.5928"
795 xml:space="preserve"><flowRegion 782 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
796 id="flowRegion2168"><rect 783 xml:space="preserve"><tspan
797 y="138.85355" 784 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;font-family:Arial;-inkscape-font-specification:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
798 x="502.56549" 785 y="153.04083"
799 height="27.566885" 786 x="398.5928"
800 width="109.56068" 787 id="tspan4178-6-6-2"
801 id="rect2170" /></flowRegion><flowPara 788 sodipodi:role="line">Internet</tspan></text>
802 id="flowPara2172">Internet</flowPara></flowRoot> </g> 789 </g>
803 <path 790 <flowRoot
804 style="display:inline;fill:none;stroke:#000000;stroke-width:1.24530411;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.49060832, 1.24530416, 0.62265208, 1.24530416;stroke-dashoffset:0;stroke-opacity:1"
805 d="M 565.20792,234.94044 H 492.68814"
806 id="path8471-3-0-5-7"
807 inkscape:connector-curvature="0" />
808 <text
809 xml:space="preserve" 791 xml:space="preserve"
810 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994" 792 id="flowRoot2130"
811 x="449.88019" 793 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
812 y="105.80122" 794 transform="matrix(0.89433392,0,0,0.88309463,-86.050427,-35.503783)"><flowRegion
813 id="text5981-3-7-7-5"><tspan 795 id="flowRegion2132"><rect
814 sodipodi:role="line" 796 id="rect2134"
815 x="449.88019" 797 width="118.79844"
816 y="105.80122" 798 height="68.571358"
817 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333302px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994" 799 x="528.01184"
818 id="tspan5983-4-5-6-2">VPN/BTB</tspan></text> 800 y="384.12811" /></flowRegion><flowPara
819 <path 801 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:27.00584412px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle"
820 style="display:inline;fill:#fa5555;fill-opacity:1;stroke:#f30000;stroke-width:1.31788707;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" 802 id="flowPara2136">uCPE</flowPara><flowPara
821 d="m 565.15928,108.81294 -251.30602,-0.0172" 803 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:27.00584412px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle"
822 id="path8471-3-2-5-5-4-6-9" 804 id="flowPara2138">Manager</flowPara></flowRoot> </g>
823 inkscape:connector-curvature="0" />
824 </g>
825 <g 805 <g
826 inkscape:groupmode="layer" 806 inkscape:groupmode="layer"
827 id="layer3" 807 id="layer3"
828 inkscape:label="uCPE Device 2" 808 inkscape:label="uCPE Device 2"
829 transform="translate(107.83597,85.3363)" 809 transform="translate(-206.89353,53.60331)"
830 style="display:inline" 810 style="display:inline">
831 sodipodi:insensitive="true">
832 <text 811 <text
833 xml:space="preserve" 812 xml:space="preserve"
834 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none" 813 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
@@ -838,261 +817,243 @@
838 sodipodi:role="line" 817 sodipodi:role="line"
839 id="tspan16004" 818 id="tspan16004"
840 x="1111.8201" 819 x="1111.8201"
841 y="222.24199" /></text> 820 y="221.1394" /></text>
821 <text
822 xml:space="preserve"
823 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
824 x="895.67767"
825 y="-42.627693"
826 id="text5981-3-7"><tspan
827 sodipodi:role="line"
828 x="895.67767"
829 y="-42.627693"
830 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333302px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994"
831 id="tspan5983-4-5">uCPE Device 2</tspan></text>
832 <rect
833 transform="scale(-1,1)"
834 style="display:inline;fill:#ffffff;fill-opacity:0.64141415;stroke:#000000;stroke-width:1.34585321;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
835 id="rect5977-6-3-4-3"
836 width="281.12839"
837 height="239.35895"
838 x="-1036.3135"
839 y="-36.057888"
840 rx="30.934816"
841 ry="30.030743" />
842 <path
843 style="display:inline;fill:none;stroke:#000000;stroke-width:1.23700833;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
844 d="m 947.78223,253.10428 -0.023,-146.22781"
845 id="path8471-3-2-5-5-29-0"
846 inkscape:connector-curvature="0" />
847 <path
848 style="display:inline;fill:none;stroke:#000000;stroke-width:1.22999537;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
849 d="m 886.95565,83.624017 -123.61367,0.03037"
850 id="path8471-3-2-5-5-2-3"
851 inkscape:connector-curvature="0" />
852 <g
853 style="display:inline"
854 id="g9810-07"
855 transform="matrix(-1,0,0,1,1468.262,-26.659547)">
856 <rect
857 rx="1.8328245"
858 y="31.997553"
859 x="704.77173"
860 height="40.698528"
861 width="16.687834"
862 id="rect5977-9-8-6"
863 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
864 ry="1.8328245" />
865 </g>
866 <g
867 style="display:inline"
868 id="g9810-0-7"
869 transform="translate(42.03075,31.292385)">
870 <rect
871 rx="1.8328245"
872 y="31.997553"
873 x="704.77173"
874 height="40.698528"
875 width="16.687834"
876 id="rect5977-9-8-7-19"
877 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
878 ry="1.8328245" />
879 </g>
880 <path
881 style="display:inline;fill:none;stroke:#000000;stroke-width:1.27529097;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.55058213, 1.27529107, 0.63764553, 1.27529107;stroke-dashoffset:0;stroke-opacity:1"
882 d="M 751.77066,141.52555 H 675.71628"
883 id="path8471-3-0-5-7"
884 inkscape:connector-curvature="0" />
885 <g
886 style="display:inline"
887 id="g9810-0-9-7"
888 transform="translate(42.03075,87.209085)">
889 <rect
890 rx="1.8328245"
891 y="31.997553"
892 x="704.77173"
893 height="40.698528"
894 width="16.687834"
895 id="rect5977-9-8-7-1-6"
896 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
897 ry="1.8328245" />
898 </g>
842 <g 899 <g
843 transform="translate(183.02814,-99.101132)"
844 style="display:inline" 900 style="display:inline"
845 id="g685"> 901 id="g9810-2"
902 transform="matrix(0,1,1,0,896.18037,-508.90109)">
903 <rect
904 rx="1.8328245"
905 y="31.997553"
906 x="704.77173"
907 height="40.698528"
908 width="16.687834"
909 id="rect5977-9-8-3"
910 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
911 ry="1.8328245" />
912 </g>
913 <g
914 id="g1515"
915 transform="translate(0,4)">
846 <g 916 <g
847 id="g550"> 917 id="g1507">
918 <rect
919 ry="9.5910397"
920 style="fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.45560217;stroke-opacity:1"
921 id="rect6098-9-0-0"
922 width="99.182129"
923 height="40.239689"
924 x="-874.89209"
925 y="61.725491"
926 rx="10.173463"
927 transform="scale(-1,1)" />
848 <text 928 <text
849 transform="translate(-183.02814,99.101132)"
850 xml:space="preserve" 929 xml:space="preserve"
851 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994" 930 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
852 x="959.43793" 931 x="825.0979"
853 y="-74.627693" 932 y="85.985962"
854 id="text5981-3-7"><tspan 933 id="text892-7-06-8"><tspan
855 sodipodi:role="line" 934 sodipodi:role="line"
856 x="959.43793" 935 id="tspan890-2-0-4"
857 y="-74.627693" 936 x="825.0979"
858 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333302px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994" 937 y="85.985962"
859 id="tspan5983-4-5">uCPE Device 2</tspan></text> 938 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994">vnfmgmt_br</tspan></text>
939 </g>
940 <text
941 id="text265-7"
942 y="111.9693"
943 x="811.77759"
944 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
945 xml:space="preserve"><tspan
946 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start"
947 y="111.9693"
948 x="811.77759"
949 id="tspan263-29"
950 sodipodi:role="line">dpdk</tspan></text>
951 </g>
952 <g
953 id="g1415">
954 <rect
955 transform="scale(-1,1)"
956 rx="13.834034"
957 y="-4.4749112"
958 x="-1010.7805"
959 height="110.76262"
960 width="124.50654"
961 id="rect6062-3-1-3"
962 style="fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:1.09172344;stroke-opacity:1"
963 ry="13.834034" />
964 <text
965 id="text4180-9-8"
966 y="56.970852"
967 x="900.65613"
968 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
969 xml:space="preserve"><tspan
970 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;font-family:Arial;-inkscape-font-specification:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
971 y="56.970852"
972 x="900.65613"
973 id="tspan4178-6-6"
974 sodipodi:role="line">Fortigate</tspan></text>
975 </g>
976 <path
977 style="display:inline;fill:none;stroke:#000000;stroke-width:1.22999537;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
978 d="m 886.77714,25.395776 -123.61367,0.03037"
979 id="path8471-3-2-5-5-2-3-0"
980 inkscape:connector-curvature="0" />
981 <g
982 id="g1493"
983 transform="translate(3.8164101,8.5139425)">
984 <g
985 id="g1485">
860 <rect 986 <rect
861 transform="matrix(-1,0,0,1,-183.02814,99.101132)" 987 ry="9.5899591"
862 style="display:inline;fill:#ffffff;fill-opacity:0.64141415;stroke:#000000;stroke-width:1.5179745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 988 style="fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.44231871;stroke-opacity:1"
863 id="rect5977-6-3-4-3" 989 id="rect6098-9-0-8-7"
864 width="393.83624" 990 width="69.460823"
865 height="274.00418" 991 height="40.235157"
866 x="-1149.0212" 992 x="-856.21503"
867 y="-70.703117" 993 y="-3.7047772"
868 rx="34.377445" /> 994 rx="9.5899591"
869 <path 995 transform="scale(-1,1)" />
870 transform="translate(-183.02814,99.101132)" 996 <text
871 style="display:inline;fill:none;stroke:#000000;stroke-width:1.16355145;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" 997 xml:space="preserve"
872 d="m 804.7172,11.583468 -48.83752,0.069" 998 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
873 id="path8471-3-2-5-5-61-50" 999 x="820.87134"
874 inkscape:connector-curvature="0" /> 1000 y="20.54952"
875 <path 1001 id="text892-7-06-6"><tspan
876 transform="translate(-183.02814,99.101132)" 1002 sodipodi:role="line"
877 style="display:inline;fill:none;stroke:#000000;stroke-width:1.14223289;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" 1003 id="tspan890-2-0-48"
878 d="m 800.82967,75.740908 -47.07059,0.069" 1004 x="820.87134"
879 id="path8471-3-2-5-5-4-6" 1005 y="20.54952"
880 inkscape:connector-curvature="0" /> 1006 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994">lan_br</tspan></text>
881 <g 1007 </g>
882 style="display:inline" 1008 <text
883 id="g9810-07" 1009 id="text265-1"
884 transform="matrix(-1,0,0,1,1285.9253,58.754978)"> 1010 y="47.526051"
885 <rect 1011 x="807.96118"
886 rx="1.8328245" 1012 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
887 y="31.997553" 1013 xml:space="preserve"><tspan
888 x="704.77173" 1014 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start"
889 height="40.698528" 1015 y="47.526051"
890 width="16.687834" 1016 x="807.96118"
891 id="rect5977-9-8-6" 1017 id="tspan263-0"
892 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 1018 sodipodi:role="line">dpdk</tspan></text>
893 </g> 1019 </g>
894 <path 1020 <g
895 transform="translate(-183.02814,99.101132)" 1021 id="g1659">
896 style="display:inline;fill:none;stroke:#000000;stroke-width:0.92690933;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" 1022 <text
897 d="m 1138.7321,55.853238 -31.009,0.0689" 1023 id="text265"
898 id="path8471-3-2-5-5-29-0" 1024 y="182.38129"
899 inkscape:connector-curvature="0" /> 1025 x="912.22858"
900 <path 1026 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
901 transform="translate(-183.02814,99.101132)" 1027 xml:space="preserve"><tspan
902 style="display:inline;fill:none;stroke:#000000;stroke-width:1.19167054;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" 1028 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start"
903 d="m 901.55569,77.154698 -51.31345,0.0687" 1029 y="182.38129"
904 id="path8471-3-2-5-5-2-3" 1030 x="912.22858"
905 inkscape:connector-curvature="0" /> 1031 id="tspan263"
906 <g 1032 sodipodi:role="line">dpdk</tspan></text>
907 style="display:inline" 1033 <g
908 id="g9810-0-7" 1034 id="g1625-1"
909 transform="translate(-140.79245,124.70691)"> 1035 style="display:inline"
910 <rect 1036 transform="translate(834.25256,-97.63017)">
911 rx="1.8328245" 1037 <rect
912 y="31.997553" 1038 style="fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.4464258;stroke-opacity:1"
913 x="704.77173" 1039 id="rect6098-9-2-8"
914 height="40.698528" 1040 width="69.460823"
915 width="16.687834" 1041 height="40.985825"
916 id="rect5977-9-8-7-19" 1042 x="78.787758"
917 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 1043 y="228.78468"
918 </g> 1044 rx="9.5899591"
919 <path 1045 ry="9.7688789" />
920 transform="translate(-183.02814,99.101132)" 1046 <text
921 style="display:inline;fill:none;stroke:#000000;stroke-width:1.16310132;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" 1047 xml:space="preserve"
922 d="m 894.21644,14.365818 -48.83844,0.0688" 1048 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
923 id="path8471-3-2-5-5-9" 1049 x="112.90489"
924 inkscape:connector-curvature="0" /> 1050 y="253.41431"
925 <path 1051 id="text892-7-06-88"><tspan
926 transform="translate(-183.02814,99.101132)" 1052 sodipodi:role="line"
927 style="display:inline;fill:none;stroke:#000000;stroke-width:1.15161455;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" 1053 id="tspan890-2-0-9"
928 d="m 1053.7973,57.497568 -47.8343,0.17785" 1054 x="112.90489"
929 id="path8471-3-2-5-7-27-6" 1055 y="253.41431"
930 inkscape:connector-curvature="0" /> 1056 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994">lan_br</tspan></text>
931 <g
932 style="display:inline"
933 id="g9810-0-9-7"
934 transform="translate(-139.68875,182.62361)">
935 <rect
936 rx="1.8328245"
937 y="31.997553"
938 x="704.77173"
939 height="40.698528"
940 width="16.687834"
941 id="rect5977-9-8-7-1-6"
942 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
943 </g>
944 <g
945 style="display:inline"
946 id="g2815">
947 <rect
948 transform="scale(-1,1)"
949 rx="13.834034"
950 y="94.626221"
951 x="-827.75232"
952 height="110.76262"
953 width="124.50654"
954 id="rect6062-3-1-3"
955 style="fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:1.09172344;stroke-opacity:1" />
956 <text
957 transform="scale(0.93775272,1.0663792)"
958 id="text6066-5-5-1-3"
959 y="145.34059"
960 x="815.9422"
961 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.4839077px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06637919"
962 xml:space="preserve"><tspan
963 id="tspan5627-2-1-1"
964 style="font-size:18.4839077px;stroke-width:1.06637919"
965 y="145.34059"
966 x="815.9422"
967 sodipodi:role="line">Fortigate</tspan></text>
968 </g>
969 <g
970 style="display:inline"
971 id="g9810-2"
972 transform="translate(251.55662,103.23866)">
973 <rect
974 rx="1.8328245"
975 y="31.997553"
976 x="704.77173"
977 height="40.698528"
978 width="16.687834"
979 id="rect5977-9-8-3"
980 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
981 </g>
982 <g
983 id="g485">
984 <g
985 id="g2810"
986 style="display:inline">
987 <rect
988 style="fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.44231871;stroke-opacity:1"
989 id="rect6098-9-2-0"
990 width="69.460823"
991 height="40.235157"
992 x="-924.58978"
993 y="136.57004"
994 rx="9.5899591"
995 transform="scale(-1,1)" />
996 <text
997 xml:space="preserve"
998 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
999 x="889.61719"
1000 y="160.50793"
1001 id="text892-7-06-4"><tspan
1002 sodipodi:role="line"
1003 id="tspan890-2-0-1"
1004 x="889.61719"
1005 y="160.50793"
1006 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994">lan_br</tspan></text>
1007 </g>
1008 <text
1009 id="text265"
1010 y="188.29965"
1011 x="859.87646"
1012 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
1013 xml:space="preserve"><tspan
1014 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start"
1015 y="188.29965"
1016 x="859.87646"
1017 id="tspan263"
1018 sodipodi:role="line">dpdk</tspan></text>
1019 </g>
1020 <g
1021 id="g473">
1022 <g
1023 id="g2805"
1024 style="display:inline">
1025 <rect
1026 style="fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.44231871;stroke-opacity:1"
1027 id="rect6098-9-0-8-7"
1028 width="69.460823"
1029 height="40.235157"
1030 x="-673.18689"
1031 y="95.396355"
1032 rx="9.5899591"
1033 transform="scale(-1,1)" />
1034 <text
1035 xml:space="preserve"
1036 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1037 x="638.21429"
1038 y="119.33424"
1039 id="text892-7-06-6"><tspan
1040 sodipodi:role="line"
1041 id="tspan890-2-0-48"
1042 x="638.21429"
1043 y="119.33424"
1044 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994">lan_br</tspan></text>
1045 </g>
1046 <text
1047 id="text265-1"
1048 y="144.62718"
1049 x="608.29797"
1050 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
1051 xml:space="preserve"><tspan
1052 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start"
1053 y="144.62718"
1054 x="608.29797"
1055 id="tspan263-0"
1056 sodipodi:role="line">dpdk</tspan></text>
1057 </g>
1058 <g
1059 id="g461">
1060 <g
1061 id="g2800"
1062 style="display:inline">
1063 <rect
1064 style="fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.44231871;stroke-opacity:1"
1065 id="rect6098-9-0-0"
1066 width="69.460823"
1067 height="40.235157"
1068 x="-672.16199"
1069 y="160.82889"
1070 rx="9.5899591"
1071 transform="scale(-1,1)" />
1072 <text
1073 xml:space="preserve"
1074 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1075 x="637.18939"
1076 y="184.76678"
1077 id="text892-7-06-8"><tspan
1078 sodipodi:role="line"
1079 id="tspan890-2-0-4"
1080 x="637.18939"
1081 y="184.76678"
1082 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994">vnfmgmt_br</tspan></text>
1083 </g>
1084 <text
1085 id="text265-7"
1086 y="211.77728"
1087 x="610.41846"
1088 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
1089 xml:space="preserve"><tspan
1090 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start"
1091 y="211.77728"
1092 x="610.41846"
1093 id="tspan263-29"
1094 sodipodi:role="line">dpdk</tspan></text>
1095 </g>
1096 </g> 1057 </g>
1097 </g> 1058 </g>
1098 </g> 1059 </g>
@@ -1101,396 +1062,426 @@
1101 id="layer7" 1062 id="layer7"
1102 inkscape:label="Test Machines" 1063 inkscape:label="Test Machines"
1103 style="display:inline" 1064 style="display:inline"
1104 sodipodi:insensitive="true"> 1065 transform="translate(-314.7295,-31.73299)">
1066 <g
1067 style="fill:#ac9d93"
1068 id="g6108-0"
1069 transform="matrix(3.0761692,0,0,3.7814034,-32.512633,-85.890206)">
1070 <text
1071 xml:space="preserve"
1072 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ac9d93;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1073 x="53.59409"
1074 y="60.119961"
1075 id="text15008-4"><tspan
1076 sodipodi:role="line"
1077 id="tspan15006-8"
1078 x="53.59409"
1079 y="69.483727"
1080 style="fill:#ac9d93;stroke-width:0.26458332" /><tspan
1081 sodipodi:role="line"
1082 x="53.59409"
1083 y="82.712898"
1084 style="fill:#ac9d93;stroke-width:0.26458332"
1085 id="tspan15010-2" /></text>
1086 </g>
1105 <g 1087 <g
1106 style="display:inline;enable-background:new" 1088 id="g1510"
1107 id="g4241" 1089 transform="translate(6.0325804)">
1108 transform="matrix(3.7795276,0,0,3.7795276,-97.48478,-40.81274)">
1109 <g 1090 <g
1110 transform="matrix(0.81390308,0,0,1.0004963,19.279152,-11.926746)" 1091 transform="matrix(3.0761692,0,0,3.7814034,944.15539,153.17095)"
1111 id="g6108-0" 1092 id="g6108-0-4"
1112 style="fill:#ac9d93"> 1093 style="fill:#ac9d93">
1113 <rect 1094 <rect
1114 style="fill:#ac9d93;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.25908634;stroke-opacity:1" 1095 style="fill:#ac9d93;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.25908634;stroke-opacity:1"
1115 id="rect5992-4" 1096 id="rect5992-4-8"
1116 width="55.009563" 1097 width="55.009563"
1117 height="24.0366" 1098 height="24.0366"
1118 x="8.1325779" 1099 x="8.1325779"
1119 y="49.061516" 1100 y="49.061516"
1120 rx="6.0006089" /> 1101 rx="6.0006089"
1102 ry="6.0006089" />
1121 <text 1103 <text
1122 id="text15008-4" 1104 id="text15008-4-9"
1123 y="60.119961" 1105 y="60.119961"
1124 x="53.59409" 1106 x="53.59409"
1125 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ac9d93;fill-opacity:1;stroke:none;stroke-width:0.26458332" 1107 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ac9d93;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1126 xml:space="preserve"><tspan 1108 xml:space="preserve"><tspan
1127 style="fill:#ac9d93;stroke-width:0.26458332" 1109 style="fill:#ac9d93;stroke-width:0.26458332"
1128 y="69.775459" 1110 y="69.483727"
1129 x="53.59409" 1111 x="53.59409"
1130 id="tspan15006-8" 1112 id="tspan15006-8-0"
1131 sodipodi:role="line" /><tspan 1113 sodipodi:role="line" /><tspan
1132 id="tspan15010-2" 1114 id="tspan15010-2-6"
1133 style="fill:#ac9d93;stroke-width:0.26458332" 1115 style="fill:#ac9d93;stroke-width:0.26458332"
1134 y="83.004623" 1116 y="82.712898"
1135 x="53.59409" 1117 x="53.59409"
1136 sodipodi:role="line" /></text> 1118 sodipodi:role="line" /></text>
1137 </g> 1119 </g>
1138 <text 1120 <text
1139 id="text4180" 1121 id="text4180-9"
1140 y="51.284893" 1122 y="392.58759"
1141 x="30.144014" 1123 x="983.2702"
1142 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332" 1124 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1143 xml:space="preserve"><tspan 1125 xml:space="preserve"><tspan
1144 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.64444447px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332" 1126 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;font-family:Arial;-inkscape-font-specification:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1145 y="51.284893" 1127 y="392.58759"
1146 x="30.144014" 1128 x="983.2702"
1147 id="tspan4178" 1129 id="tspan4178-6"
1148 sodipodi:role="line">Test Machine</tspan></text> 1130 sodipodi:role="line">Test Machine</tspan></text>
1149 </g> 1131 </g>
1150 <g 1132 <g
1151 style="display:inline;enable-background:new" 1133 transform="translate(-654.04458)"
1152 id="g4241-2" 1134 style="display:inline"
1153 transform="matrix(3.7795276,0,0,3.7795276,1200.6782,-41.371403)"> 1135 id="g1510-8">
1154 <g 1136 <g
1155 transform="matrix(0.81390308,0,0,1.0004963,19.279152,-11.926746)" 1137 transform="matrix(3.0761692,0,0,3.7814034,944.15539,153.17095)"
1156 id="g6108-0-4" 1138 id="g6108-0-4-0"
1157 style="fill:#ac9d93"> 1139 style="fill:#ac9d93">
1158 <rect 1140 <rect
1159 style="fill:#ac9d93;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.25908634;stroke-opacity:1" 1141 style="fill:#ac9d93;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.25908634;stroke-opacity:1"
1160 id="rect5992-4-8" 1142 id="rect5992-4-8-1"
1161 width="55.009563" 1143 width="55.009563"
1162 height="24.0366" 1144 height="24.0366"
1163 x="8.1325779" 1145 x="8.1325779"
1164 y="49.061516" 1146 y="49.061516"
1165 rx="6.0006089" /> 1147 rx="6.0006089"
1148 ry="6.0006089" />
1166 <text 1149 <text
1167 id="text15008-4-9" 1150 id="text15008-4-9-6"
1168 y="60.119961" 1151 y="60.119961"
1169 x="53.59409" 1152 x="53.59409"
1170 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ac9d93;fill-opacity:1;stroke:none;stroke-width:0.26458332" 1153 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ac9d93;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1171 xml:space="preserve"><tspan 1154 xml:space="preserve"><tspan
1172 style="fill:#ac9d93;stroke-width:0.26458332" 1155 style="fill:#ac9d93;stroke-width:0.26458332"
1173 y="69.775459" 1156 y="69.483727"
1174 x="53.59409" 1157 x="53.59409"
1175 id="tspan15006-8-0" 1158 id="tspan15006-8-0-6"
1176 sodipodi:role="line" /><tspan 1159 sodipodi:role="line" /><tspan
1177 id="tspan15010-2-6" 1160 id="tspan15010-2-6-1"
1178 style="fill:#ac9d93;stroke-width:0.26458332" 1161 style="fill:#ac9d93;stroke-width:0.26458332"
1179 y="83.004623" 1162 y="82.712898"
1180 x="53.59409" 1163 x="53.59409"
1181 sodipodi:role="line" /></text> 1164 sodipodi:role="line" /></text>
1182 </g> 1165 </g>
1183 <text 1166 <text
1184 id="text4180-4" 1167 id="text4180-9-1"
1185 y="51.284893" 1168 y="392.58759"
1186 x="30.144014" 1169 x="983.2702"
1187 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332" 1170 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1188 xml:space="preserve"><tspan 1171 xml:space="preserve"><tspan
1189 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.64444447px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332" 1172 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;font-family:Arial;-inkscape-font-specification:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1190 y="51.284893" 1173 y="392.58759"
1191 x="30.144014" 1174 x="983.2702"
1192 id="tspan4178-1" 1175 id="tspan4178-6-8"
1193 sodipodi:role="line">Test Machine</tspan></text> 1176 sodipodi:role="line">Test Machine</tspan></text>
1194 </g> 1177 </g>
1195 <path
1196 transform="translate(290.86411,-13.764832)"
1197 style="display:inline;fill:none;stroke:#000000;stroke-width:0.99555302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
1198 d="m 972.60263,154.71478 35.83737,0.0688"
1199 id="path8471-3-2-5-5-29-6"
1200 inkscape:connector-curvature="0" />
1201 <path
1202 transform="translate(290.86411,-13.764832)"
1203 style="display:inline;fill:none;stroke:#000000;stroke-width:0.8367157;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
1204 d="m -120.21099,155.42157 25.267859,0.0689"
1205 id="path8471-3-2-5-5-29-4"
1206 inkscape:connector-curvature="0" />
1207 </g> 1178 </g>
1208 <g 1179 <g
1209 inkscape:groupmode="layer" 1180 inkscape:groupmode="layer"
1210 id="layer4" 1181 id="layer4"
1211 inkscape:label="uCPE Device 1" 1182 inkscape:label="uCPE Device 1"
1212 transform="translate(290.86411,-13.764832)" 1183 transform="translate(-23.865391,-45.497822)"
1213 style="display:inline" 1184 style="display:inline">
1214 sodipodi:insensitive="true"> 1185 <rect
1186 style="display:inline;fill:#ffffff;fill-opacity:0.64141415;stroke:#000000;stroke-width:1.37003899;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1187 id="rect5977-6-3-4"
1188 width="281.05768"
1189 height="238.16554"
1190 x="24.550411"
1191 y="62.043613"
1192 rx="32.21727"
1193 ry="29.881014" />
1194 <path
1195 style="display:inline;fill:none;stroke:#000000;stroke-width:1.22999537;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
1196 d="m 298.04539,180.93127 -123.61367,0.0304"
1197 id="path8471-3-2-5-5-2-3-0-4-8"
1198 inkscape:connector-curvature="0" />
1215 <g 1199 <g
1216 style="display:inline" 1200 style="display:inline"
1217 id="g816"> 1201 id="g9810-0-9-7-1"
1202 transform="translate(-407.60381,186.71389)">
1218 <rect 1203 <rect
1219 rx="34.377445" 1204 rx="1.8328245"
1220 y="28.398014" 1205 y="31.997553"
1221 x="-86.975899" 1206 x="704.77173"
1222 height="274.00418" 1207 height="40.698528"
1223 width="393.83624" 1208 width="16.687834"
1224 id="rect5977-6-3-4" 1209 id="rect5977-9-8-7-1-6-5"
1225 style="display:inline;fill:#ffffff;fill-opacity:0.64141415;stroke:#000000;stroke-width:1.5179745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 1210 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1226 <path 1211 ry="1.8328245" />
1227 inkscape:connector-curvature="0" 1212 </g>
1228 id="path8471-3-2-5-5-61" 1213 <g
1229 d="m 257.3281,110.6846 48.83752,0.069" 1214 style="display:inline"
1230 style="display:inline;fill:none;stroke:#000000;stroke-width:1.16355145;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 1215 id="g9810-07-8"
1231 <path 1216 transform="matrix(-1,0,0,1,1018.6274,70.845256)">
1232 inkscape:connector-curvature="0" 1217 <rect
1233 id="path8471-3-2-5-5-4" 1218 rx="1.8328245"
1234 d="m 261.21563,174.84204 47.07059,0.069" 1219 y="31.997553"
1235 style="display:inline;fill:none;stroke:#000000;stroke-width:1.14223289;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 1220 x="704.77173"
1236 <g 1221 height="40.698528"
1237 transform="translate(-406.90817,58.754978)" 1222 width="16.687834"
1238 id="g9810"> 1223 id="rect5977-9-8-6-2"
1239 <rect 1224 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1240 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 1225 ry="1.8328245" />
1241 id="rect5977-9-8" 1226 </g>
1242 width="16.687834" 1227 <text
1243 height="40.698528" 1228 xml:space="preserve"
1244 x="704.77173" 1229 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1245 y="31.997553" 1230 x="165.88004"
1246 rx="1.8328245" /> 1231 y="55.204853"
1247 </g> 1232 id="text5981-3-7-7"><tspan
1248 <path 1233 sodipodi:role="line"
1249 inkscape:connector-curvature="0" 1234 x="165.88004"
1250 id="path8471-3-2-5-5-29" 1235 y="55.204853"
1251 d="m -78.685958,154.95437 33.008148,0.0689" 1236 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333302px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994"
1252 style="display:inline;fill:none;stroke:#000000;stroke-width:0.95632219;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 1237 id="tspan5983-4-5-6">uCPE Device 1</tspan></text>
1253 <path 1238 <path
1254 inkscape:connector-curvature="0" 1239 style="display:inline;fill:none;stroke:#000000;stroke-width:1.22999537;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
1255 id="path8471-3-2-5-5-2" 1240 d="m 296.7775,123.21848 -123.61367,0.0304"
1256 d="m 160.4896,176.25583 51.31345,0.0687" 1241 id="path8471-3-2-5-5-2-3-0-4"
1257 style="display:inline;fill:none;stroke:#000000;stroke-width:1.19167054;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 1242 inkscape:connector-curvature="0" />
1258 <g 1243 <rect
1259 transform="matrix(-1,0,0,1,1019.8096,124.70691)" 1244 ry="13.834034"
1260 id="g9810-0"> 1245 style="fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:1.09172344;stroke-opacity:1"
1261 <rect 1246 id="rect6062-3-1"
1262 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 1247 width="124.50654"
1263 id="rect5977-9-8-7" 1248 height="110.76262"
1264 width="16.687834" 1249 x="51.264904"
1265 height="40.698528" 1250 y="94.626221"
1266 x="704.77173" 1251 rx="13.834034" />
1267 y="31.997553" 1252 <path
1268 rx="1.8328245" /> 1253 style="display:inline;fill:none;stroke:#000000;stroke-width:1.23712945;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
1269 </g> 1254 d="m 113.52967,352.093 -0.023,-147.02781"
1270 <text 1255 id="path8471-3-2-5-5-29-0-3"
1271 id="text5981-3-7-7" 1256 inkscape:connector-curvature="0" />
1272 y="23.471863" 1257 <g
1273 x="112.57573" 1258 style="display:inline"
1274 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994" 1259 id="g9810-1"
1275 xml:space="preserve"><tspan 1260 transform="rotate(90,288.47489,-122.6099)">
1276 id="tspan5983-4-5-6" 1261 <rect
1277 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333302px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994" 1262 rx="1.8328245"
1278 y="23.471863" 1263 y="31.997553"
1279 x="112.57573" 1264 x="704.77173"
1280 sodipodi:role="line">uCPE Device 1</tspan></text> 1265 height="40.698528"
1281 <path 1266 width="16.687834"
1282 inkscape:connector-curvature="0" 1267 id="rect5977-9-8-71"
1283 id="path8471-3-2-5-5" 1268 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1284 d="m 167.82885,113.46695 48.83844,0.0688" 1269 ry="1.8328245" />
1285 style="display:inline;fill:none;stroke:#000000;stroke-width:1.16310132;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 1270 </g>
1286 <path 1271 <g
1287 inkscape:connector-curvature="0" 1272 id="g1727">
1288 id="path8471-3-2-5-7-27"
1289 d="m 8.2480089,156.5987 47.8342501,0.17785"
1290 style="display:inline;fill:none;stroke:#000000;stroke-width:1.15161455;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
1291 <g 1273 <g
1292 id="g2753"> 1274 transform="translate(-3.3059349,7.7197473)"
1275 id="g1576">
1293 <rect 1276 <rect
1294 style="fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:1.09172344;stroke-opacity:1" 1277 style="fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.44231871;stroke-opacity:1"
1295 id="rect6062-3-1" 1278 id="rect6098-9-0-8"
1296 width="124.50654" 1279 width="69.460823"
1297 height="110.76262" 1280 height="40.235157"
1298 x="51.264904" 1281 x="205.83028"
1299 y="94.626221" 1282 y="95.396355"
1300 rx="13.834034" /> 1283 rx="9.5899591"
1284 ry="9.5899591" />
1301 <text 1285 <text
1302 xml:space="preserve" 1286 xml:space="preserve"
1303 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.4839077px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06637919" 1287 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1304 x="120.68336" 1288 x="240.43568"
1305 y="145.34058" 1289 y="119.65066"
1306 id="text6066-5-5-1" 1290 id="text892-7-8-1"><tspan
1307 transform="scale(0.93775268,1.0663792)"><tspan
1308 sodipodi:role="line" 1291 sodipodi:role="line"
1309 x="120.68336" 1292 id="tspan890-2-1-5"
1310 y="145.34058" 1293 x="240.43568"
1311 style="font-size:18.4839077px;stroke-width:1.06637919" 1294 y="119.65066"
1312 id="tspan5627-2-1">Fortigate</tspan></text> 1295 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994">wan_br</tspan></text>
1313 </g>
1314 <g
1315 transform="matrix(-1,0,0,1,1018.7059,182.62361)"
1316 id="g9810-0-9">
1317 <rect
1318 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1319 id="rect5977-9-8-7-1"
1320 width="16.687834"
1321 height="40.698528"
1322 x="704.77173"
1323 y="31.997553"
1324 rx="1.8328245" />
1325 </g> 1296 </g>
1297 <text
1298 id="text265-0"
1299 y="153.33401"
1300 x="223.73131"
1301 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
1302 xml:space="preserve"><tspan
1303 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start"
1304 y="153.33401"
1305 x="223.73131"
1306 id="tspan263-2"
1307 sodipodi:role="line">dpdk</tspan></text>
1308 </g>
1309 <g
1310 id="g1667">
1326 <g 1311 <g
1327 transform="translate(-800.55099,103.73847)" 1312 id="g1625">
1328 id="g9810-1"
1329 style="display:inline">
1330 <rect 1313 <rect
1331 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 1314 style="fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.4464258;stroke-opacity:1"
1332 id="rect5977-9-8-71" 1315 id="rect6098-9-2"
1333 width="16.687834" 1316 width="69.460823"
1334 height="40.698528" 1317 height="40.985825"
1335 x="704.77173" 1318 x="78.787758"
1336 y="31.997553" 1319 y="228.78468"
1337 rx="1.8328245" /> 1320 rx="9.5899591"
1338 </g> 1321 ry="9.7688789" />
1339 <g
1340 id="g382">
1341 <g
1342 id="g1873-8"
1343 transform="translate(-560.90175,213.01603)">
1344 <rect
1345 rx="9.5899591"
1346 y="-52.187138"
1347 x="767.7569"
1348 height="40.235157"
1349 width="69.460823"
1350 id="rect6098-9-0"
1351 style="fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.44231871;stroke-opacity:1" />
1352 <text
1353 id="text892-7-8"
1354 y="-28.249247"
1355 x="802.24512"
1356 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1357 xml:space="preserve"><tspan
1358 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994"
1359 y="-28.249247"
1360 x="802.24512"
1361 id="tspan890-2-1"
1362 sodipodi:role="line">vnfmgmt_br</tspan></text>
1363 </g>
1364 <text 1322 <text
1365 xml:space="preserve" 1323 xml:space="preserve"
1366 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none" 1324 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1367 x="212.46581" 1325 x="112.90489"
1368 y="211.77728" 1326 y="253.41431"
1369 id="text265-3"><tspan 1327 id="text892-7-06"><tspan
1370 sodipodi:role="line" 1328 sodipodi:role="line"
1371 id="tspan263-06" 1329 id="tspan890-2-0"
1372 x="212.46581" 1330 x="112.90489"
1373 y="211.77728" 1331 y="253.41431"
1374 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">dpdk</tspan></text> 1332 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994">lan_br</tspan></text>
1375 </g>
1376 <g
1377 id="g374">
1378 <g
1379 id="g1873-8-8"
1380 transform="translate(-561.92662,147.58349)">
1381 <rect
1382 rx="9.5899591"
1383 y="-52.187138"
1384 x="767.7569"
1385 height="40.235157"
1386 width="69.460823"
1387 id="rect6098-9-0-8"
1388 style="fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.44231871;stroke-opacity:1" />
1389 <text
1390 id="text892-7-8-1"
1391 y="-28.249247"
1392 x="802.24512"
1393 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1394 xml:space="preserve"><tspan
1395 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994"
1396 y="-28.249247"
1397 x="802.24512"
1398 id="tspan890-2-1-5"
1399 sodipodi:role="line">wan_br</tspan></text>
1400 </g>
1401 <text
1402 xml:space="preserve"
1403 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
1404 x="211.05212"
1405 y="145.33401"
1406 id="text265-0"><tspan
1407 sodipodi:role="line"
1408 id="tspan263-2"
1409 x="211.05212"
1410 y="145.33401"
1411 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">dpdk</tspan></text>
1412 </g> 1333 </g>
1334 <text
1335 id="text265-8"
1336 y="281.41678"
1337 x="122.01346"
1338 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
1339 xml:space="preserve"><tspan
1340 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start"
1341 y="281.41678"
1342 x="122.01346"
1343 id="tspan263-1"
1344 sodipodi:role="line">dpdk</tspan></text>
1345 </g>
1346 <text
1347 xml:space="preserve"
1348 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
1349 x="227.95877"
1350 y="622.30133"
1351 id="text1355"><tspan
1352 sodipodi:role="line"
1353 id="tspan1353"
1354 x="227.95877"
1355 y="657.69196" /></text>
1356 <g
1357 id="g1756">
1413 <g 1358 <g
1414 id="g366"> 1359 id="g1611">
1415 <g 1360 <rect
1416 id="g2795"> 1361 style="fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.46265486;stroke-opacity:1"
1417 <rect 1362 id="rect6098-9-0"
1418 rx="9.5899591" 1363 width="100.74141"
1419 y="136.57004" 1364 height="40.235157"
1420 x="-45.572601" 1365 x="186.88405"
1421 height="40.235157" 1366 y="160.82889"
1422 width="69.460823" 1367 rx="10.492051"
1423 id="rect6098-9-2" 1368 ry="9.5899591" />
1424 style="fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.44231871;stroke-opacity:1" />
1425 <text
1426 id="text892-7-06"
1427 y="160.50793"
1428 x="-11.084383"
1429 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1430 xml:space="preserve"><tspan
1431 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994"
1432 y="160.50793"
1433 x="-11.084383"
1434 id="tspan890-2-0"
1435 sodipodi:role="line">lan_br</tspan></text>
1436 </g>
1437 <text 1369 <text
1438 xml:space="preserve" 1370 xml:space="preserve"
1439 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none" 1371 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1440 x="-42.704556" 1372 x="237.05164"
1441 y="188.45145" 1373 y="185.0871"
1442 id="text265-8"><tspan 1374 id="text892-7-8"><tspan
1443 sodipodi:role="line" 1375 sodipodi:role="line"
1444 id="tspan263-1" 1376 id="tspan890-2-1"
1445 x="-42.704556" 1377 x="237.05164"
1446 y="188.45145" 1378 y="185.0871"
1447 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">dpdk</tspan></text> 1379 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994">vnfmgmt_br</tspan></text>
1448 </g> 1380 </g>
1381 <text
1382 id="text265-3"
1383 y="210.3636"
1384 x="223.73131"
1385 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
1386 xml:space="preserve"><tspan
1387 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start"
1388 y="210.3636"
1389 x="223.73131"
1390 id="tspan263-06"
1391 sodipodi:role="line">dpdk</tspan></text>
1392 </g>
1393 <text
1394 xml:space="preserve"
1395 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1396 x="65.647079"
1397 y="156.07199"
1398 id="text4180-9-8-8"><tspan
1399 sodipodi:role="line"
1400 id="tspan4178-6-6-9"
1401 x="65.647079"
1402 y="156.07199"
1403 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;font-family:Arial;-inkscape-font-specification:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994">Fortigate</tspan></text>
1404 <path
1405 style="display:inline;fill:none;stroke:#000000;stroke-width:1.27529097;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.55058213, 1.27529107, 0.63764553, 1.27529107;stroke-dashoffset:0;stroke-opacity:1"
1406 d="M 388.96711,239.06071 H 312.91273"
1407 id="path8471-3-0-5-7-8"
1408 inkscape:connector-curvature="0" />
1409 <g
1410 style="display:inline"
1411 id="g9810-0-7-9"
1412 transform="translate(-407.00893,129.04836)">
1413 <rect
1414 rx="1.8328245"
1415 y="31.997553"
1416 x="704.77173"
1417 height="40.698528"
1418 width="16.687834"
1419 id="rect5977-9-8-7-19-2"
1420 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1421 ry="1.8328245" />
1449 </g> 1422 </g>
1450 </g> 1423 </g>
1451 <g 1424 <g
1452 inkscape:groupmode="layer" 1425 inkscape:groupmode="layer"
1453 id="layer13" 1426 id="layer13"
1454 inkscape:label="Legend" 1427 inkscape:label="Legend"
1455 transform="translate(290.86411,-13.764832)" 1428 transform="translate(-23.865391,-45.497822)"
1456 style="display:inline" 1429 style="display:inline">
1457 sodipodi:insensitive="true"> 1430 <g
1458 <path 1431 id="g1353"
1459 style="fill:none;stroke:#000000;stroke-width:0.95087308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.9017461, 0.95087305, 0.47543652, 0.95087305;stroke-dashoffset:0;stroke-opacity:1" 1432 transform="translate(22,-2)">
1460 d="m 1002.0833,386.7882 h 17.3447" 1433 <text
1461 id="path8471-2" 1434 transform="matrix(0.50317032,0,0,0.50317032,596.72244,344.04651)"
1462 inkscape:connector-curvature="0" /> 1435 id="text4338"
1463 <text
1464 xml:space="preserve"
1465 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994;filter:url(#filter4332)"
1466 x="-0.59244788"
1467 y="284.13779"
1468 id="text4338"
1469 transform="matrix(0.50317032,0,0,0.50317032,1023.0874,233.77393)"><tspan
1470 sodipodi:role="line"
1471 x="-0.59244788"
1472 y="284.13779" 1436 y="284.13779"
1473 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1474 id="tspan4344">Legend: </tspan><tspan
1475 sodipodi:role="line"
1476 x="-0.59244788" 1437 x="-0.59244788"
1477 y="307.47113" 1438 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994;filter:url(#filter4332)"
1478 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994" 1439 xml:space="preserve"><tspan
1479 id="tspan4348">- Connection via cloud/internet:</tspan><tspan 1440 id="tspan4344"
1480 sodipodi:role="line" 1441 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.14851379px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1481 x="-0.59244788" 1442 y="284.13779"
1482 y="330.80444" 1443 x="-0.59244788"
1483 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994" 1444 sodipodi:role="line">Legend: </tspan><tspan
1484 id="tspan4651" /><tspan 1445 id="tspan4348"
1485 sodipodi:role="line" 1446 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.14851379px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1486 x="-0.59244788" 1447 y="320.57343"
1487 y="354.13779" 1448 x="-0.59244788"
1488 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994" 1449 sodipodi:role="line">- Connection via cloud/internet:</tspan><tspan
1489 id="tspan4340" /><tspan 1450 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.79837799px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1490 sodipodi:role="line" 1451 y="359.39594"
1491 x="-0.59244788" 1452 x="-0.59244788"
1492 y="377.47113" 1453 sodipodi:role="line"
1493 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994" 1454 id="tspan1311"><tspan
1494 id="tspan4342" /></text> 1455 style="font-size:29.14851379px"
1456 id="tspan1379">- VPN/BTB:</tspan> </tspan><tspan
1457 id="tspan4651"
1458 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1459 y="387.31546"
1460 x="-0.59244788"
1461 sodipodi:role="line" /><tspan
1462 id="tspan4340"
1463 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1464 y="410.6488"
1465 x="-0.59244788"
1466 sodipodi:role="line" /><tspan
1467 id="tspan4342"
1468 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1469 y="433.98215"
1470 x="-0.59244788"
1471 sodipodi:role="line" /></text>
1472 </g>
1473 <g
1474 style="display:inline"
1475 id="g1581"
1476 transform="translate(-303.91063,137.26177)">
1477 <g
1478 id="g1577">
1479 <path
1480 style="display:inline;fill:none;stroke:#000000;stroke-width:1.245;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.49, 1.245, 0.6225, 1.245;stroke-dashoffset:0;stroke-opacity:1"
1481 d="m 1157.8689,363.46686 h -30.0356"
1482 id="path8471-3-0-5-7-0"
1483 inkscape:connector-curvature="0" />
1484 </g>
1485 </g>
1495 </g> 1486 </g>
1496</svg> 1487</svg>
diff --git a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_vnf_chaining.png b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_vnf_chaining.png
index cf15d5b..d2527e5 100755
--- a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_vnf_chaining.png
+++ b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_vnf_chaining.png
Binary files differ
diff --git a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_vnf_chaining.svg b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_vnf_chaining.svg
index b376632..67e0250 100755
--- a/doc/book-enea-nfv-access-example-usecases/doc/images/uc_vnf_chaining.svg
+++ b/doc/book-enea-nfv-access-example-usecases/doc/images/uc_vnf_chaining.svg
@@ -11,14 +11,14 @@
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" 11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 version="1.1" 12 version="1.1"
13 id="svg2" 13 id="svg2"
14 width="954.96216" 14 width="960.42157"
15 height="460.8291" 15 height="482.07703"
16 viewBox="0 0 954.96213 460.8291" 16 viewBox="0 0 960.42155 482.07702"
17 sodipodi:docname="uc_vnf_chaining.svg" 17 sodipodi:docname="uc_vnf_chaining_new.svg"
18 inkscape:version="0.92.4 (5da689c313, 2019-01-14)" 18 inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
19 inkscape:export-filename="C:\Users\jaar\Desktop\NFV Documentation Figures\images\vnf_chaining_example.png" 19 inkscape:export-filename="E:\Documents\ENEA Work files\ENFV work\ENA 2.2.2\Example Usecase pics\uc_vnf_chaining_new.png"
20 inkscape:export-xdpi="96" 20 inkscape:export-xdpi="60.310001"
21 inkscape:export-ydpi="96"> 21 inkscape:export-ydpi="60.310001">
22 <metadata 22 <metadata
23 id="metadata8"> 23 id="metadata8">
24 <rdf:RDF> 24 <rdf:RDF>
@@ -34,21 +34,6 @@
34 <defs 34 <defs
35 id="defs6"> 35 id="defs6">
36 <marker 36 <marker
37 inkscape:stockid="Arrow2Lend"
38 orient="auto"
39 refY="0"
40 refX="0"
41 id="marker7435"
42 style="overflow:visible"
43 inkscape:isstock="true">
44 <path
45 id="path7046"
46 style="fill:#777777;fill-opacity:1;fill-rule:evenodd;stroke:#777777;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
47 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
48 transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
49 inkscape:connector-curvature="0" />
50 </marker>
51 <marker
52 inkscape:stockid="EmptyTriangleOutL" 37 inkscape:stockid="EmptyTriangleOutL"
53 orient="auto" 38 orient="auto"
54 refY="0" 39 refY="0"
@@ -169,285 +154,15 @@
169 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" 154 transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
170 inkscape:connector-curvature="0" /> 155 inkscape:connector-curvature="0" />
171 </marker> 156 </marker>
172 <marker
173 inkscape:stockid="EmptyTriangleOutL"
174 orient="auto"
175 refY="0"
176 refX="0"
177 id="EmptyTriangleOutL-4"
178 style="overflow:visible"
179 inkscape:isstock="true">
180 <path
181 id="path1061-0"
182 d="M 5.77,0 -2.88,5 V -5 Z"
183 style="fill:#777777;fill-opacity:1;fill-rule:evenodd;stroke:#777777;stroke-width:1.00000003pt;stroke-opacity:1"
184 transform="matrix(0.8,0,0,0.8,-4.8,0)"
185 inkscape:connector-curvature="0" />
186 </marker>
187 <marker
188 inkscape:stockid="Arrow2Lend"
189 orient="auto"
190 refY="0"
191 refX="0"
192 id="marker7435-1"
193 style="overflow:visible"
194 inkscape:isstock="true">
195 <path
196 inkscape:connector-curvature="0"
197 id="path7046-7"
198 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26868;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
199 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
200 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
201 </marker>
202 <marker
203 inkscape:stockid="Arrow2Lend"
204 orient="auto"
205 refY="0"
206 refX="0"
207 id="marker7435-1-2"
208 style="overflow:visible"
209 inkscape:isstock="true">
210 <path
211 inkscape:connector-curvature="0"
212 id="path7046-7-8"
213 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26868;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
214 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
215 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
216 </marker>
217 <marker
218 inkscape:stockid="Arrow2Lend"
219 orient="auto"
220 refY="0"
221 refX="0"
222 id="marker7435-1-7"
223 style="overflow:visible"
224 inkscape:isstock="true">
225 <path
226 inkscape:connector-curvature="0"
227 id="path7046-7-88"
228 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26868;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
229 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
230 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
231 </marker>
232 <marker
233 inkscape:stockid="Arrow2Lend"
234 orient="auto"
235 refY="0"
236 refX="0"
237 id="marker7435-1-3"
238 style="overflow:visible"
239 inkscape:isstock="true">
240 <path
241 inkscape:connector-curvature="0"
242 id="path7046-7-0"
243 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26868;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
244 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
245 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
246 </marker>
247 <marker
248 inkscape:stockid="Arrow2Lend"
249 orient="auto"
250 refY="0"
251 refX="0"
252 id="marker7435-6"
253 style="overflow:visible"
254 inkscape:isstock="true">
255 <path
256 inkscape:connector-curvature="0"
257 id="path7046-8"
258 style="fill:#777777;fill-opacity:1;fill-rule:evenodd;stroke:#777777;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
259 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
260 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
261 </marker>
262 <marker
263 inkscape:stockid="Arrow2Lend"
264 orient="auto"
265 refY="0"
266 refX="0"
267 id="marker7435-6-9"
268 style="overflow:visible"
269 inkscape:isstock="true">
270 <path
271 inkscape:connector-curvature="0"
272 id="path7046-8-2"
273 style="fill:#777777;fill-opacity:1;fill-rule:evenodd;stroke:#777777;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
274 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
275 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
276 </marker>
277 <marker
278 inkscape:stockid="Arrow2Lend"
279 orient="auto"
280 refY="0"
281 refX="0"
282 id="marker7435-1-3-4"
283 style="overflow:visible"
284 inkscape:isstock="true">
285 <path
286 inkscape:connector-curvature="0"
287 id="path7046-7-0-3"
288 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26868;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
289 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
290 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
291 </marker>
292 <marker
293 inkscape:stockid="Arrow2Lend"
294 orient="auto"
295 refY="0"
296 refX="0"
297 id="marker7435-1-4"
298 style="overflow:visible"
299 inkscape:isstock="true">
300 <path
301 inkscape:connector-curvature="0"
302 id="path7046-7-6"
303 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26868;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
304 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
305 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
306 </marker>
307 <marker
308 inkscape:stockid="Arrow2Lend"
309 orient="auto"
310 refY="0"
311 refX="0"
312 id="marker7435-0"
313 style="overflow:visible"
314 inkscape:isstock="true">
315 <path
316 inkscape:connector-curvature="0"
317 id="path7046-6"
318 style="fill:#777777;fill-opacity:1;fill-rule:evenodd;stroke:#777777;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
319 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
320 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
321 </marker>
322 <marker
323 inkscape:stockid="Arrow2Lend"
324 orient="auto"
325 refY="0"
326 refX="0"
327 id="marker7435-6-9-7"
328 style="overflow:visible"
329 inkscape:isstock="true">
330 <path
331 inkscape:connector-curvature="0"
332 id="path7046-8-2-6"
333 style="fill:#777777;fill-opacity:1;fill-rule:evenodd;stroke:#777777;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
334 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
335 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
336 </marker>
337 <marker
338 inkscape:stockid="Arrow2Lend"
339 orient="auto"
340 refY="0"
341 refX="0"
342 id="marker7435-1-3-4-6"
343 style="overflow:visible"
344 inkscape:isstock="true">
345 <path
346 inkscape:connector-curvature="0"
347 id="path7046-7-0-3-4"
348 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26868;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
349 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
350 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
351 </marker>
352 <marker
353 inkscape:stockid="Arrow2Lend"
354 orient="auto"
355 refY="0"
356 refX="0"
357 id="marker7435-1-4-8"
358 style="overflow:visible"
359 inkscape:isstock="true">
360 <path
361 inkscape:connector-curvature="0"
362 id="path7046-7-6-8"
363 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26868;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
364 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
365 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
366 </marker>
367 <marker
368 inkscape:stockid="Arrow2Lend"
369 orient="auto"
370 refY="0"
371 refX="0"
372 id="marker7435-0-1"
373 style="overflow:visible"
374 inkscape:isstock="true">
375 <path
376 inkscape:connector-curvature="0"
377 id="path7046-6-6"
378 style="fill:#777777;fill-opacity:1;fill-rule:evenodd;stroke:#777777;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
379 d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
380 transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
381 </marker>
382 <marker
383 inkscape:stockid="EmptyTriangleOutL"
384 orient="auto"
385 refY="0"
386 refX="0"
387 id="EmptyTriangleOutL-1-6"
388 style="overflow:visible"
389 inkscape:isstock="true">
390 <path
391 id="path1061-7-0"
392 d="M 5.77,0 -2.88,5 V -5 Z"
393 style="fill:#777777;fill-opacity:1;fill-rule:evenodd;stroke:#777777;stroke-width:1.00000003pt;stroke-opacity:1"
394 transform="matrix(0.8,0,0,0.8,-4.8,0)"
395 inkscape:connector-curvature="0" />
396 </marker>
397 <marker
398 inkscape:stockid="EmptyTriangleOutL"
399 orient="auto"
400 refY="0"
401 refX="0"
402 id="EmptyTriangleOutL-0-9-7"
403 style="overflow:visible"
404 inkscape:isstock="true">
405 <path
406 inkscape:connector-curvature="0"
407 id="path1061-3-6-7"
408 d="M 5.77,0 -2.88,5 V -5 Z"
409 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26f6f;stroke-width:1.00000003pt;stroke-opacity:1"
410 transform="matrix(0.8,0,0,0.8,-4.8,0)" />
411 </marker>
412 <marker
413 inkscape:stockid="EmptyTriangleOutL"
414 orient="auto"
415 refY="0"
416 refX="0"
417 id="EmptyTriangleOutL-1-6-4"
418 style="overflow:visible"
419 inkscape:isstock="true">
420 <path
421 id="path1061-7-0-7"
422 d="M 5.77,0 -2.88,5 V -5 Z"
423 style="fill:#777777;fill-opacity:1;fill-rule:evenodd;stroke:#777777;stroke-width:1.00000003pt;stroke-opacity:1"
424 transform="matrix(0.8,0,0,0.8,-4.8,0)"
425 inkscape:connector-curvature="0" />
426 </marker>
427 <marker
428 inkscape:stockid="EmptyTriangleOutL"
429 orient="auto"
430 refY="0"
431 refX="0"
432 id="EmptyTriangleOutL-0-9-7-0"
433 style="overflow:visible"
434 inkscape:isstock="true">
435 <path
436 inkscape:connector-curvature="0"
437 id="path1061-3-6-7-9"
438 d="M 5.77,0 -2.88,5 V -5 Z"
439 style="fill:#d26f6f;fill-opacity:1;fill-rule:evenodd;stroke:#d26f6f;stroke-width:1.00000003pt;stroke-opacity:1"
440 transform="matrix(0.8,0,0,0.8,-4.8,0)" />
441 </marker>
442 <filter 157 <filter
443 inkscape:collect="always" 158 inkscape:collect="always"
444 style="color-interpolation-filters:sRGB" 159 style="color-interpolation-filters:sRGB"
445 id="filter4332-4"> 160 id="filter4332">
446 <feBlend 161 <feBlend
447 inkscape:collect="always" 162 inkscape:collect="always"
448 mode="screen" 163 mode="screen"
449 in2="BackgroundImage" 164 in2="BackgroundImage"
450 id="feBlend4334-4" /> 165 id="feBlend4334" />
451 </filter> 166 </filter>
452 </defs> 167 </defs>
453 <sodipodi:namedview 168 <sodipodi:namedview
@@ -459,17 +174,17 @@
459 guidetolerance="10" 174 guidetolerance="10"
460 inkscape:pageopacity="0" 175 inkscape:pageopacity="0"
461 inkscape:pageshadow="2" 176 inkscape:pageshadow="2"
462 inkscape:window-width="1858" 177 inkscape:window-width="1366"
463 inkscape:window-height="1177" 178 inkscape:window-height="713"
464 id="namedview4" 179 id="namedview4"
465 showgrid="false" 180 showgrid="false"
466 inkscape:zoom="1.000373" 181 inkscape:zoom="0.81454783"
467 inkscape:cx="396.74653" 182 inkscape:cx="494.65223"
468 inkscape:cy="292.49087" 183 inkscape:cy="201.83139"
469 inkscape:window-x="-8" 184 inkscape:window-x="-8"
470 inkscape:window-y="-8" 185 inkscape:window-y="-8"
471 inkscape:window-maximized="1" 186 inkscape:window-maximized="1"
472 inkscape:current-layer="svg2" 187 inkscape:current-layer="layer5"
473 fit-margin-top="0" 188 fit-margin-top="0"
474 fit-margin-left="0" 189 fit-margin-left="0"
475 fit-margin-right="0" 190 fit-margin-right="0"
@@ -477,13 +192,13 @@
477 showguides="true" 192 showguides="true"
478 inkscape:guide-bbox="true" 193 inkscape:guide-bbox="true"
479 inkscape:showpageshadow="false" 194 inkscape:showpageshadow="false"
480 showborder="true" /> 195 showborder="false" />
481 <g 196 <g
482 inkscape:groupmode="layer" 197 inkscape:groupmode="layer"
483 id="layer2" 198 id="layer2"
484 inkscape:label="template tools" 199 inkscape:label="template tools"
485 style="display:none" 200 style="display:none"
486 transform="translate(16.703678,42.132108)" 201 transform="translate(17.866215,45.726107)"
487 sodipodi:insensitive="true"> 202 sodipodi:insensitive="true">
488 <g 203 <g
489 transform="matrix(3.7795276,0,0,3.7795276,428.74031,418.42027)" 204 transform="matrix(3.7795276,0,0,3.7795276,428.74031,418.42027)"
@@ -722,846 +437,760 @@
722 </g> 437 </g>
723 <g 438 <g
724 inkscape:groupmode="layer" 439 inkscape:groupmode="layer"
725 id="layer5" 440 id="layer3"
726 inkscape:label="btb, internet, ucpe manager" 441 inkscape:label="uCPE Device 2"
727 transform="translate(199.73182,-56.969024)" 442 transform="translate(17.866215,45.726107)"
728 style="display:inline" 443 style="display:inline"
729 sodipodi:insensitive="true"> 444 sodipodi:insensitive="true">
730 <path 445 <path
731 style="display:inline;fill:none;stroke:#000000;stroke-width:1.23513758;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.47027507, 1.23513754, 0.61756876, 1.23513754;stroke-dashoffset:0;stroke-opacity:1" 446 style="display:inline;fill:none;stroke:#000000;stroke-width:1.19493914;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
732 d="m 324.94411,256.1566 v 71.44886" 447 d="m 656.4266,109.66484 -0.0401,88.56814"
733 id="path8471-3-0-5-4-7-6-3-7" 448 id="path8471-3-2-5-5-29-4-8-2-9-4"
734 inkscape:connector-curvature="0" />
735 <path
736 style="display:inline;fill:none;stroke:#000000;stroke-width:1.21045244;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.42090489, 1.21045245, 0.60522622, 1.21045245;stroke-dashoffset:0;stroke-opacity:1"
737 d="m 229.49525,258.15547 v 68.62149"
738 id="path8471-3-0-5-4-7-6-3"
739 inkscape:connector-curvature="0" />
740 <g
741 id="g2146"
742 transform="matrix(0.86938823,0,0,0.71091151,-146.4609,193.84967)">
743 <rect
744 rx="18.135948"
745 y="353.31284"
746 x="395.2843"
747 height="101.90386"
748 width="166.25822"
749 id="rect5992-9"
750 style="fill:#ff9955;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.92741865;stroke-opacity:1" />
751 <flowRoot
752 transform="translate(-106.01269,-6.8927292)"
753 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
754 id="flowRoot2130"
755 xml:space="preserve"><flowRegion
756 id="flowRegion2132"><rect
757 y="384.12811"
758 x="528.01184"
759 height="60.081661"
760 width="110.97433"
761 id="rect2134" /></flowRegion><flowPara
762 id="flowPara2136">uCPE</flowPara><flowPara
763 id="flowPara2138">Manager</flowPara></flowRoot> </g>
764 <g
765 id="g2179"
766 transform="matrix(1.1595565,0,0,1,-231.62569,199.55593)">
767 <path
768 inkscape:connector-curvature="0"
769 id="path5091-2"
770 d="m 443.71303,80.063068 a 33.508677,52.805708 0 0 0 -21.91752,12.949601 24.038833,29.472953 0 0 0 -5.03509,-0.669151 24.038833,29.472953 0 0 0 -20.61428,14.379052 33.376109,43.266581 0 0 0 -3.29227,-0.21342 33.376109,43.266581 0 0 0 -33.37635,43.26683 33.376109,43.266581 0 0 0 9.01598,29.52569 16.754339,20.876675 0 0 0 -0.53922,5.14477 16.754339,20.876675 0 0 0 16.75433,20.87671 16.754339,20.876675 0 0 0 5.87456,-1.33599 15.29744,34.385112 0 0 0 10.15133,8.70425 15.29744,34.385112 0 0 0 8.67452,-6.10906 27.681081,36.841192 0 0 0 19.735,11.02119 27.681081,36.841192 0 0 0 21.40818,-13.52037 40.793175,30.700992 0 0 0 19.38503,3.69605 40.793175,30.700992 0 0 0 40.79316,-30.70098 40.793175,30.700992 0 0 0 -2.42582,-10.33994 31.573293,34.385112 0 0 0 10.20969,-25.27322 31.573293,34.385112 0 0 0 -31.5723,-34.3851 31.573293,34.385112 0 0 0 -13.00682,3.09888 33.508677,52.805708 0 0 0 -30.22211,-30.115731 z"
771 style="fill:#8fd0f6;fill-opacity:1;stroke:#000000;stroke-width:0.89247334;stroke-opacity:1" />
772 <flowRoot
773 transform="translate(-118.51564,-1.0686167)"
774 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
775 id="flowRoot2166"
776 xml:space="preserve"><flowRegion
777 id="flowRegion2168"><rect
778 y="138.85355"
779 x="502.56549"
780 height="27.566885"
781 width="109.56068"
782 id="rect2170" /></flowRegion><flowPara
783 id="flowPara2172">Internet</flowPara></flowRoot> </g>
784 <path
785 style="display:inline;fill:none;stroke:#000000;stroke-width:0.77600563;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.55201123, 0.77600561, 0.38800282, 0.77600561;stroke-dashoffset:0;stroke-opacity:1"
786 d="M 269.93817,445.31201 V 417.15184"
787 id="path8471-3-0-5-7"
788 inkscape:connector-curvature="0" /> 449 inkscape:connector-curvature="0" />
789 <text 450 <text
790 xml:space="preserve" 451 xml:space="preserve"
791 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994" 452 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
792 x="150.19592" 453 x="1111.8201"
793 y="333.49951" 454 y="185.74878"
794 id="text5981-3-7-7-5"><tspan 455 id="text16006"><tspan
795 sodipodi:role="line" 456 sodipodi:role="line"
796 x="150.19592" 457 id="tspan16004"
797 y="333.49951" 458 x="1111.8201"
798 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333302px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994" 459 y="221.1394" /></text>
799 id="tspan5983-4-5-6-2">VPN/BTB</tspan></text>
800 <path 460 <path
801 style="display:inline;fill:#fa5555;fill-opacity:1;stroke:#f30000;stroke-width:0.91674525;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" 461 style="display:inline;fill:none;stroke:#000000;stroke-width:1.19493914;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
802 d="M 472.89024,336.77205 90.286129,336.75489" 462 d="m 875.06947,109.79183 -0.0401,88.56814"
803 id="path8471-3-2-5-5-4-6-9" 463 id="path8471-3-2-5-5-29-4-8-2-9"
804 inkscape:connector-curvature="0" /> 464 inkscape:connector-curvature="0" />
805 <path 465 <path
806 style="display:inline;fill:none;stroke:#000000;stroke-width:1.23818851;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.4763771, 1.23818854, 0.61909428, 1.23818854;stroke-dashoffset:0;stroke-opacity:1" 466 style="display:inline;fill:none;stroke:#000000;stroke-width:1.14093971;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
807 d="m 159.1894,256.86343 h 71.80229" 467 d="m 718.98274,102.68038 -0.0937,34.16894"
808 id="path8471-3-0-3" 468 id="path8471-3-2-5-5-29-4-8-2-9-4-5"
809 inkscape:connector-curvature="0" /> 469 inkscape:connector-curvature="0" />
470 <rect
471 style="display:inline;fill:none;fill-opacity:0.64141415;stroke:#000000;stroke-width:1.33664298;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
472 id="rect5977-6-3-4-4"
473 width="356.31503"
474 height="234.82298"
475 x="585.57202"
476 y="-31.160707"
477 rx="31.102266" />
810 <path 478 <path
811 style="display:inline;fill:none;stroke:#000000;stroke-width:1.23818851;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.4763771, 1.23818854, 0.61909428, 1.23818854;stroke-dashoffset:0;stroke-opacity:1" 479 style="display:inline;fill:none;stroke:#000000;stroke-width:1.14093971;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
812 d="M 324.94411,256.1566 H 396.7464" 480 d="m 812.57595,104.09279 -0.0937,34.16894"
813 id="path8471-3-0-3-8" 481 id="path8471-3-2-5-5-29-4-8-2-9-4-5-7"
482 inkscape:connector-curvature="0" />
483 <rect
484 style="display:inline;fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.59212029;stroke-opacity:1"
485 id="rect6098-9-0-8-1"
486 width="122.19715"
487 height="40.985828"
488 x="704.62067"
489 y="133.14539"
490 rx="7.8679585" />
491 <text
492 xml:space="preserve"
493 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
494 x="765.37158"
495 y="157.87267"
496 id="text892-7-8-1-0"><tspan
497 sodipodi:role="line"
498 id="tspan890-2-1-5-6"
499 x="765.37158"
500 y="157.87267"
501 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994">sfc_br</tspan></text>
502 <rect
503 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.93168956;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
504 id="rect5977-9-8-71-7"
505 width="11.258382"
506 height="23.27355"
507 x="198.07841"
508 y="644.76978"
509 rx="1.2365078"
510 transform="matrix(0,1,1,0,0,0)" />
511 <path
512 style="display:inline;fill:none;stroke:#000000;stroke-width:1.23513758;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.47027507, 1.23513754, 0.61756876, 1.23513754;stroke-dashoffset:0;stroke-opacity:1"
513 d="m 875.04942,198.3603 v 71.44886"
514 id="path8471-3-0-5-4-7-6-3-7-2-2"
814 inkscape:connector-curvature="0" /> 515 inkscape:connector-curvature="0" />
516 <rect
517 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.93168956;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
518 id="rect5977-9-8-71-2-4"
519 width="11.258382"
520 height="23.27355"
521 x="198.95181"
522 y="863.41266"
523 rx="1.2365078"
524 transform="matrix(0,1,1,0,0,0)" />
815 <g 525 <g
816 style="display:inline" 526 id="g2798"
817 id="g2179-3" 527 transform="translate(4.9319898)">
818 transform="matrix(0.74416818,0,0,0.63231571,-459.95147,301.87408)"> 528 <g
819 <path 529 id="g2784">
820 inkscape:connector-curvature="0" 530 <rect
821 id="path5091-2-7" 531 style="fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:1.09172344;stroke-opacity:1"
822 d="m 443.71303,80.063068 a 33.508677,52.805708 0 0 0 -21.91752,12.949601 24.038833,29.472953 0 0 0 -5.03509,-0.669151 24.038833,29.472953 0 0 0 -20.61428,14.379052 33.376109,43.266581 0 0 0 -3.29227,-0.21342 33.376109,43.266581 0 0 0 -33.37635,43.26683 33.376109,43.266581 0 0 0 9.01598,29.52569 16.754339,20.876675 0 0 0 -0.53922,5.14477 16.754339,20.876675 0 0 0 16.75433,20.87671 16.754339,20.876675 0 0 0 5.87456,-1.33599 15.29744,34.385112 0 0 0 10.15133,8.70425 15.29744,34.385112 0 0 0 8.67452,-6.10906 27.681081,36.841192 0 0 0 19.735,11.02119 27.681081,36.841192 0 0 0 21.40818,-13.52037 40.793175,30.700992 0 0 0 19.38503,3.69605 40.793175,30.700992 0 0 0 40.79316,-30.70098 40.793175,30.700992 0 0 0 -2.42582,-10.33994 31.573293,34.385112 0 0 0 10.20969,-25.27322 31.573293,34.385112 0 0 0 -31.5723,-34.3851 31.573293,34.385112 0 0 0 -13.00682,3.09888 33.508677,52.805708 0 0 0 -30.22211,-30.115731 z" 532 id="rect6062-3-1-8-6"
823 style="fill:#8fd0f6;fill-opacity:1;stroke:#000000;stroke-width:0.89247334;stroke-opacity:1" /> 533 width="124.50654"
824 <flowRoot 534 height="110.76262"
825 transform="translate(-118.51564,-1.0686167)" 535 x="780.01868"
826 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none" 536 y="1.0723727"
827 id="flowRoot2166-9" 537 rx="13.834034" />
828 xml:space="preserve"><flowRegion 538 <text
829 id="flowRegion2168-0"><rect 539 xml:space="preserve"
830 y="138.85355" 540 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none"
831 x="502.56549" 541 x="841.7915"
832 height="27.566885" 542 y="62.518135"
833 width="109.56068" 543 id="text1458-5"><tspan
834 id="rect2170-7" /></flowRegion><flowPara 544 sodipodi:role="line"
835 id="flowPara2172-2">LAN1</flowPara></flowRoot> </g> 545 x="841.7915"
546 y="62.518135"
547 id="tspan1460-5"
548 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;font-family:Arial;-inkscape-font-specification:Arial">Fortigate</tspan></text>
549 </g>
550 <text
551 id="text7683"
552 y="109.18118"
553 x="870.17896"
554 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
555 xml:space="preserve"><tspan
556 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333302px;font-family:Arial;-inkscape-font-specification:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start"
557 y="109.18118"
558 x="870.17896"
559 id="tspan7681"
560 sodipodi:role="line">lan</tspan></text>
561 <text
562 id="text7687-7"
563 y="109.18118"
564 x="795.86865"
565 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
566 xml:space="preserve"><tspan
567 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333302px;font-family:Arial;-inkscape-font-specification:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start"
568 y="109.18118"
569 x="795.86865"
570 id="tspan7685-0"
571 sodipodi:role="line">wan</tspan></text>
572 </g>
836 <g 573 <g
574 transform="translate(186.22896,-98.975854)"
837 style="display:inline" 575 style="display:inline"
838 id="g2179-3-7" 576 id="g1569">
839 transform="matrix(0.74416818,0,0,0.63231571,362.13369,302.70916)">
840 <path 577 <path
841 inkscape:connector-curvature="0" 578 inkscape:connector-curvature="0"
842 id="path5091-2-7-7" 579 id="path5091-2-7-7"
843 d="m 443.71303,80.063068 a 33.508677,52.805708 0 0 0 -21.91752,12.949601 24.038833,29.472953 0 0 0 -5.03509,-0.669151 24.038833,29.472953 0 0 0 -20.61428,14.379052 33.376109,43.266581 0 0 0 -3.29227,-0.21342 33.376109,43.266581 0 0 0 -33.37635,43.26683 33.376109,43.266581 0 0 0 9.01598,29.52569 16.754339,20.876675 0 0 0 -0.53922,5.14477 16.754339,20.876675 0 0 0 16.75433,20.87671 16.754339,20.876675 0 0 0 5.87456,-1.33599 15.29744,34.385112 0 0 0 10.15133,8.70425 15.29744,34.385112 0 0 0 8.67452,-6.10906 27.681081,36.841192 0 0 0 19.735,11.02119 27.681081,36.841192 0 0 0 21.40818,-13.52037 40.793175,30.700992 0 0 0 19.38503,3.69605 40.793175,30.700992 0 0 0 40.79316,-30.70098 40.793175,30.700992 0 0 0 -2.42582,-10.33994 31.573293,34.385112 0 0 0 10.20969,-25.27322 31.573293,34.385112 0 0 0 -31.5723,-34.3851 31.573293,34.385112 0 0 0 -13.00682,3.09888 33.508677,52.805708 0 0 0 -30.22211,-30.115731 z" 580 d="m 692.33081,353.3343 a 24.936091,33.389879 0 0 0 -16.31032,8.18823 17.888935,18.636211 0 0 0 -3.74696,-0.42311 17.888935,18.636211 0 0 0 -15.34049,9.0921 24.837438,27.358139 0 0 0 -2.45,-0.13495 24.837438,27.358139 0 0 0 -24.83762,27.3583 24.837438,27.358139 0 0 0 6.70941,18.66955 12.468046,13.20065 0 0 0 -0.40127,3.25312 12.468046,13.20065 0 0 0 12.46804,13.20067 12.468046,13.20065 0 0 0 4.37166,-0.84476 11.383868,21.742247 0 0 0 7.55429,5.50383 11.383868,21.742247 0 0 0 6.45531,-3.86285 20.59938,23.295264 0 0 0 14.68615,6.96887 20.59938,23.295264 0 0 0 15.93129,-8.54915 30.356983,19.41272 0 0 0 14.42572,2.33708 30.356983,19.41272 0 0 0 30.35697,-19.41272 30.356983,19.41272 0 0 0 -1.80521,-6.5381 23.49584,21.742247 0 0 0 7.59772,-15.98066 23.49584,21.742247 0 0 0 -23.4951,-21.74224 23.49584,21.742247 0 0 0 -9.67926,1.95947 24.936091,33.389879 0 0 0 -22.49033,-19.04265 z"
844 style="fill:#8fd0f6;fill-opacity:1;stroke:#000000;stroke-width:0.89247334;stroke-opacity:1" /> 581 style="display:inline;fill:#8fd0f6;fill-opacity:1;stroke:#000000;stroke-width:0.61220628;stroke-opacity:1" />
845 <flowRoot 582 <text
846 transform="translate(-118.51564,-1.0686167)" 583 id="text1454"
847 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none" 584 y="405.72467"
848 id="flowRoot2166-9-0" 585 x="688.84973"
849 xml:space="preserve"><flowRegion 586 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none"
850 id="flowRegion2168-0-8"><rect 587 xml:space="preserve"><tspan
851 y="138.85355" 588 style="font-size:24px"
852 x="502.56549" 589 y="405.72467"
853 height="27.566885" 590 x="688.84973"
854 width="109.56068" 591 id="tspan1452"
855 id="rect2170-7-1" /></flowRegion><flowPara 592 sodipodi:role="line">LAN2</tspan></text>
856 id="flowPara2172-2-4">LAN2</flowPara></flowRoot> </g> 593 </g>
857 <path
858 style="display:inline;fill:none;stroke:#000000;stroke-width:0.95620209;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.91240409, 0.95620205, 0.47810102, 0.95620205;stroke-dashoffset:0;stroke-opacity:1"
859 d="m 691.59737,310.5611 v 42.8217"
860 id="path8471-3-0-5-4-7-6-3-7-6"
861 inkscape:connector-curvature="0" />
862 <path
863 style="display:inline;fill:none;stroke:#000000;stroke-width:0.95620209;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.91240409, 0.95620205, 0.47810102, 0.95620205;stroke-dashoffset:0;stroke-opacity:1"
864 d="m -129.75435,309.67755 v 42.8217"
865 id="path8471-3-0-5-4-7-6-3-7-6-0"
866 inkscape:connector-curvature="0" />
867 <path
868 style="display:inline;fill:none;stroke:#e90000;stroke-width:0.88743383;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
869 d="m 472.95984,308.61809 -0.0696,28.15396"
870 id="path8471-3-2-5-5-4-6"
871 inkscape:connector-curvature="0" />
872 <text 594 <text
873 xml:space="preserve" 595 xml:space="preserve"
874 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none" 596 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
875 x="20.80323" 597 x="839.50726"
876 y="698.74994" 598 y="184.34474"
877 id="text756"><tspan 599 id="text265"><tspan
878 sodipodi:role="line" 600 sodipodi:role="line"
879 id="tspan754" 601 id="tspan263"
880 x="20.80323" 602 x="839.50726"
881 y="717.966" /></text> 603 y="184.34474"
882 </g> 604 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">dpdk</tspan></text>
883 <g 605 <rect
884 inkscape:groupmode="layer" 606 style="fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.4464258;stroke-opacity:1"
885 id="layer7" 607 id="rect6098-9-2-8"
886 inkscape:label="Test Machines" 608 width="69.460823"
887 style="display:none" 609 height="40.985825"
888 transform="translate(-91.132292,-43.204192)" 610 x="840.31903"
889 sodipodi:insensitive="true" /> 611 y="133.11797"
890 <g 612 rx="9.5899591"
891 inkscape:groupmode="layer" 613 ry="9.7688789" />
892 id="layer3"
893 inkscape:label="uCPE Device 2"
894 transform="translate(16.703678,42.132108)"
895 style="display:inline"
896 sodipodi:insensitive="true">
897 <text 614 <text
898 xml:space="preserve" 615 xml:space="preserve"
899 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none" 616 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
900 x="1111.8201" 617 x="874.43616"
901 y="185.74878" 618 y="157.74759"
902 id="text16006"><tspan 619 id="text892-7-06-88"><tspan
903 sodipodi:role="line" 620 sodipodi:role="line"
904 id="tspan16004" 621 id="tspan890-2-0-9"
905 x="1111.8201" 622 x="874.43616"
906 y="222.24199" /></text> 623 y="157.74759"
624 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994">lan_br</tspan></text>
625 <rect
626 style="display:inline;fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:1.09172344;stroke-opacity:1"
627 id="rect6062-3-1-8-6-6"
628 width="124.50654"
629 height="110.76262"
630 x="620.45905"
631 y="1.0243964"
632 rx="13.834034" />
633 <text
634 xml:space="preserve"
635 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none"
636 x="683.34515"
637 y="63.026798"
638 id="text1466-1"><tspan
639 sodipodi:role="line"
640 id="tspan1464-8"
641 x="683.34515"
642 y="63.026798"
643 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;font-family:Arial;-inkscape-font-specification:Arial">Juniper</tspan></text>
644 <text
645 xml:space="preserve"
646 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
647 x="709.22375"
648 y="109.318"
649 id="text7683-7"><tspan
650 sodipodi:role="line"
651 id="tspan7681-8"
652 x="709.22375"
653 y="109.318"
654 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333302px;font-family:Arial;-inkscape-font-specification:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">lan</tspan></text>
655 <text
656 xml:space="preserve"
657 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
658 x="639.34747"
659 y="109.318"
660 id="text7687-7-4"><tspan
661 sodipodi:role="line"
662 id="tspan7685-0-5"
663 x="639.34747"
664 y="109.318"
665 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333302px;font-family:Arial;-inkscape-font-specification:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">wan</tspan></text>
907 <g 666 <g
908 transform="translate(183.02814,-99.101132)" 667 id="g2145">
909 style="display:inline"
910 id="g7960">
911 <text
912 id="text2944-01"
913 y="179.00992"
914 x="632.39575"
915 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none"
916 xml:space="preserve"
917 transform="translate(-183.02814,99.101132)"><tspan
918 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle"
919 y="179.00992"
920 x="632.39575"
921 id="tspan2942-17"
922 sodipodi:role="line">DPDK</tspan></text>
923 <path
924 inkscape:connector-curvature="0"
925 id="path8471-3-2-5-5-29-4-5"
926 d="m 655.05471,113.97107 -0.0686,29.76992"
927 style="display:inline;fill:none;stroke:#000000;stroke-width:0.90628624;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
928 transform="translate(-183.02814,99.101132)" />
929 <path
930 inkscape:connector-curvature="0"
931 id="path8471-3-2-5-5-29-4-3-0"
932 d="m 728.67183,114.80918 -0.0686,29.76992"
933 style="display:inline;fill:none;stroke:#000000;stroke-width:0.90628624;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
934 transform="translate(-183.02814,99.101132)" />
935 <path
936 inkscape:connector-curvature="0"
937 id="path8471-3-2-5-5-29-4-6-5"
938 d="m 800.64494,111.27943 -0.0685,33.80017"
939 style="display:inline;fill:none;stroke:#000000;stroke-width:0.96495801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
940 transform="translate(-183.02814,99.101132)" />
941 <path
942 inkscape:connector-curvature="0"
943 id="path8471-3-2-5-5-29-4-32-4"
944 d="m 873.72943,112.00137 -0.0685,32.88406"
945 style="display:inline;fill:none;stroke:#000000;stroke-width:0.95209622;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
946 transform="translate(-183.02814,99.101132)" />
947 <path
948 inkscape:connector-curvature="0"
949 id="path8471-3-2-5-5-29-4-8-4"
950 d="m 655.69913,171.28909 -0.0688,26.76906"
951 style="display:inline;fill:none;stroke:#000000;stroke-width:0.86041105;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
952 transform="translate(-183.02814,99.101132)" />
953 <path
954 inkscape:connector-curvature="0"
955 id="path8471-3-2-5-5-29-4-8-2-9"
956 d="m 874.08739,171.59124 -0.0688,26.76906"
957 style="display:inline;fill:none;stroke:#000000;stroke-width:0.86041105;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
958 transform="translate(-183.02814,99.101132)" />
959 <rect
960 rx="30.727901"
961 y="-31.16473"
962 x="585.56799"
963 height="234.83102"
964 width="352.02621"
965 id="rect5977-6-3-4-4"
966 style="display:inline;fill:none;fill-opacity:0.64141415;stroke:#000000;stroke-width:1.32859707;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
967 transform="translate(-183.02814,99.101132)" />
968 <text 668 <text
969 id="text5981-3-7-7-0" 669 id="text265-1"
970 y="-34.366482" 670 y="184.37215"
971 x="770.21234" 671 x="619.76776"
972 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994" 672 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
973 xml:space="preserve" 673 xml:space="preserve"><tspan
974 transform="translate(-183.02814,99.101132)"><tspan 674 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start"
975 id="tspan5983-4-5-6-7" 675 y="184.37215"
976 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994" 676 x="619.76776"
977 y="-34.366482" 677 id="tspan263-9"
978 x="770.21234" 678 sodipodi:role="line">dpdk</tspan></text>
979 sodipodi:role="line">uCPE Device2</tspan></text>
980 <g
981 transform="translate(388.14073,7.775274)"
982 id="g5370-0"
983 style="display:inline">
984 <rect
985 style="fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.44434518;stroke-opacity:1"
986 id="rect6098-9-0-8-1"
987 width="103.85838"
988 height="27.156532"
989 x="140.29306"
990 y="235.50989"
991 rx="6.6871734" />
992 <text
993 xml:space="preserve"
994 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
995 x="191.99829"
996 y="254.2509"
997 id="text892-7-8-1-0"><tspan
998 sodipodi:role="line"
999 id="tspan890-2-1-5-6"
1000 x="191.99829"
1001 y="254.2509"
1002 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994">sfc_br</tspan></text>
1003 </g>
1004 <g 679 <g
1005 transform="translate(388.14073,7.775274)" 680 transform="translate(0.7745222,6.8937118)"
1006 id="g5378-7" 681 id="g2099">
1007 style="display:inline">
1008 <rect 682 <rect
1009 style="display:inline;fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.34338388;stroke-opacity:1" 683 style="display:inline;fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.4464258;stroke-opacity:1"
1010 id="rect6098-9-0-8-7-1-6" 684 id="rect6098-9-2-8-5"
1011 width="61.794357" 685 width="69.460823"
1012 height="27.257494" 686 height="40.985825"
1013 x="50.890743" 687 x="619.80499"
1014 y="235.45941" 688 y="126.25166"
1015 rx="4.8686023" /> 689 rx="9.5899591"
690 ry="9.7688789" />
1016 <text 691 <text
1017 xml:space="preserve" 692 xml:space="preserve"
1018 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994" 693 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1019 x="81.545738" 694 x="654.4104"
1020 y="253.13007" 695 y="150.88129"
1021 id="text892-7-8-9"><tspan 696 id="text892-7-8-9"><tspan
1022 sodipodi:role="line" 697 sodipodi:role="line"
1023 id="tspan890-2-1-9" 698 id="tspan890-2-1-9"
1024 x="81.545738" 699 x="654.4104"
1025 y="253.13007" 700 y="150.88129"
1026 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994">wan_br</tspan></text> 701 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994">wan_br</tspan></text>
1027 </g>
1028 <g
1029 transform="matrix(0,0.67464607,0.57185238,0,441.44377,-178.29193)"
1030 id="g9810-1-9"
1031 style="display:inline">
1032 <rect
1033 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1034 id="rect5977-9-8-71-7"
1035 width="16.687834"
1036 height="40.698528"
1037 x="704.77173"
1038 y="31.997553"
1039 rx="1.8328245" />
1040 </g>
1041 <g
1042 transform="matrix(0,0.67464607,0.57185238,0,662.44489,-177.41854)"
1043 id="g9810-1-5-9"
1044 style="display:inline">
1045 <rect
1046 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1047 id="rect5977-9-8-71-2-4"
1048 width="16.687834"
1049 height="40.698528"
1050 x="704.77173"
1051 y="31.997553"
1052 rx="1.8328245" />
1053 </g>
1054 <g
1055 id="g2945"
1056 style="display:inline"
1057 transform="translate(-183.02814,99.101132)">
1058 <text
1059 xml:space="preserve"
1060 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none"
1061 x="853.4411"
1062 y="179.36337"
1063 id="text2944-1"><tspan
1064 sodipodi:role="line"
1065 id="tspan2942-5"
1066 x="853.4411"
1067 y="179.36337"
1068 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle">DPDK</tspan></text>
1069 <g
1070 transform="translate(792.21427,-91.325863)"
1071 style="display:inline"
1072 id="g5378-1-2">
1073 <g
1074 id="g2936">
1075 <rect
1076 style="display:inline;fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.34338388;stroke-opacity:1"
1077 id="rect6098-9-0-8-7-1-1-3"
1078 width="61.794357"
1079 height="27.257494"
1080 x="50.890743"
1081 y="235.45941"
1082 rx="4.8686023" />
1083 </g>
1084 <text
1085 id="text892-7-8-0-7"
1086 y="253.13007"
1087 x="81.545738"
1088 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1089 xml:space="preserve"><tspan
1090 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994"
1091 y="253.13007"
1092 x="81.545738"
1093 id="tspan890-2-1-2-1"
1094 sodipodi:role="line">lan_br</tspan></text>
1095 </g>
1096 </g>
1097 <g
1098 transform="matrix(-0.67464607,0,0,0.57185238,884.35658,226.22194)"
1099 id="g9810-1-8"
1100 style="display:inline">
1101 <rect
1102 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1103 id="rect5977-9-8-71-3"
1104 width="16.687834"
1105 height="40.698528"
1106 x="704.77173"
1107 y="31.997553"
1108 rx="1.8328245" />
1109 </g>
1110 <g
1111 id="g7856">
1112 <g
1113 style="display:inline"
1114 id="g5199-0"
1115 transform="translate(388.14074,7.775274)">
1116 <rect
1117 rx="13.834034"
1118 y="94.626221"
1119 x="51.264904"
1120 height="110.76262"
1121 width="124.50654"
1122 id="rect6062-3-1-4"
1123 style="fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:1.09172344;stroke-opacity:1" />
1124 <text
1125 transform="scale(0.9377527,1.0663792)"
1126 id="text6066-5-5-1-24"
1127 y="145.34058"
1128 x="120.68336"
1129 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.4839077px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06637919"
1130 xml:space="preserve"><tspan
1131 id="tspan5627-2-1-0"
1132 style="font-size:18.4839077px;stroke-width:1.06637919"
1133 y="145.34058"
1134 x="120.68336"
1135 sodipodi:role="line">Juniper</tspan></text>
1136 </g>
1137 <g
1138 id="g7799">
1139 <text
1140 id="text7683-6"
1141 y="208.28232"
1142 x="535.99603"
1143 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
1144 xml:space="preserve"><tspan
1145 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start"
1146 y="208.28232"
1147 x="535.99603"
1148 id="tspan7681-0"
1149 sodipodi:role="line">lan</tspan></text>
1150 <text
1151 id="text7687-81"
1152 y="208.28232"
1153 x="459.40381"
1154 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
1155 xml:space="preserve"><tspan
1156 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start"
1157 y="208.28232"
1158 x="459.40381"
1159 id="tspan7685-4"
1160 sodipodi:role="line">wan</tspan></text>
1161 </g>
1162 </g>
1163 <g
1164 id="g7872">
1165 <g
1166 style="display:inline"
1167 id="g5194-0"
1168 transform="translate(388.31745,6.008167)">
1169 <g
1170 id="g2753-9-8"
1171 style="display:inline"
1172 transform="translate(157.40817,-0.46088268)">
1173 <rect
1174 style="fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:1.09172344;stroke-opacity:1"
1175 id="rect6062-3-1-8-6"
1176 width="124.50654"
1177 height="110.76262"
1178 x="51.264904"
1179 y="94.626221"
1180 rx="13.834034" />
1181 <text
1182 xml:space="preserve"
1183 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.4839077px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06637919"
1184 x="120.68336"
1185 y="145.34058"
1186 id="text6066-5-5-1-2-8"
1187 transform="scale(0.93775268,1.0663792)"><tspan
1188 sodipodi:role="line"
1189 x="120.68336"
1190 y="145.34058"
1191 style="font-size:18.4839077px;stroke-width:1.06637919"
1192 id="tspan5627-2-1-4-5">Fortigate FW</tspan></text>
1193 </g>
1194 </g>
1195 <text
1196 xml:space="preserve"
1197 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
1198 x="684.52893"
1199 y="208.28232"
1200 id="text7683"><tspan
1201 sodipodi:role="line"
1202 id="tspan7681"
1203 x="684.52893"
1204 y="208.28232"
1205 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">lan</tspan></text>
1206 <text
1207 xml:space="preserve"
1208 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
1209 x="608.84052"
1210 y="208.28232"
1211 id="text7687-7"><tspan
1212 sodipodi:role="line"
1213 id="tspan7685-0"
1214 x="608.84052"
1215 y="208.28232"
1216 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">wan</tspan></text>
1217 </g> 702 </g>
1218 </g> 703 </g>
704 <text
705 xml:space="preserve"
706 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
707 x="763.6579"
708 y="-35.451283"
709 id="text5981-3-7"><tspan
710 sodipodi:role="line"
711 x="763.6579"
712 y="-35.451283"
713 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333302px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994"
714 id="tspan5983-4-5">uCPE Device 2</tspan></text>
1219 </g> 715 </g>
1220 <g 716 <g
1221 inkscape:groupmode="layer" 717 inkscape:groupmode="layer"
1222 id="layer4" 718 id="layer4"
1223 inkscape:label="uCPE Device 1" 719 inkscape:label="uCPE Device 1"
1224 transform="translate(199.73182,-56.969024)" 720 transform="translate(200.89436,-53.375023)"
1225 style="display:inline" 721 style="display:inline"
1226 sodipodi:insensitive="true"> 722 sodipodi:insensitive="true">
1227 <path 723 <path
1228 style="display:inline;fill:none;stroke:#e90000;stroke-width:0.88743383;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" 724 style="display:inline;fill:none;stroke:#000000;stroke-width:1.23513758;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.47027507, 1.23513754, 0.61756876, 1.23513754;stroke-dashoffset:0;stroke-opacity:1"
1229 d="m 90.357212,308.60091 -0.06963,28.15396" 725 d="m -134.48812,296.76632 v 71.44886"
1230 id="path8471-3-2-5-5-4" 726 id="path8471-3-0-5-4-7-6-3-7-2-2-3"
727 inkscape:connector-curvature="0" />
728 <flowRoot
729 transform="translate(-199.73182,56.969024)"
730 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
731 id="flowRoot1440"
732 xml:space="preserve"><flowRegion
733 id="flowRegion1442"><rect
734 y="33.189018"
735 x="25.446352"
736 height="137.12756"
737 width="147.02336"
738 id="rect1444" /></flowRegion><flowPara
739 id="flowPara1446" /></flowRoot> <path
740 style="display:inline;fill:none;stroke:#000000;stroke-width:1.19493914;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
741 d="m -134.46807,208.19818 -0.0401,88.56814"
742 id="path8471-3-2-5-5-29-4-8-2-9-4-1"
743 inkscape:connector-curvature="0" />
744 <path
745 style="display:inline;fill:none;stroke:#000000;stroke-width:1.19493914;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
746 d="m 89.27142,208.32517 -0.0401,88.56814"
747 id="path8471-3-2-5-5-29-4-8-2-9-0"
748 inkscape:connector-curvature="0" />
749 <path
750 style="display:inline;fill:none;stroke:#000000;stroke-width:1.14093971;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
751 d="m -66.8153,201.21372 -0.0937,34.16894"
752 id="path8471-3-2-5-5-29-4-8-2-9-4-5-6"
753 inkscape:connector-curvature="0" />
754 <rect
755 style="display:inline;fill:none;fill-opacity:0.64141415;stroke:#000000;stroke-width:1.32859707;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
756 id="rect5977-6-3-4-4-8"
757 width="352.02621"
758 height="234.83102"
759 x="-200.23006"
760 y="67.368614"
761 rx="30.727901" />
762 <path
763 style="display:inline;fill:none;stroke:#000000;stroke-width:1.14093971;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
764 d="m 20.7779,202.62613 -0.0937,34.16894"
765 id="path8471-3-2-5-5-29-4-8-2-9-4-5-7-4"
1231 inkscape:connector-curvature="0" /> 766 inkscape:connector-curvature="0" />
767 <rect
768 style="display:inline;fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.59212029;stroke-opacity:1"
769 id="rect6098-9-0-8-1-0"
770 width="122.19715"
771 height="40.985828"
772 x="-85.177368"
773 y="231.67873"
774 rx="7.8679585" />
775 <text
776 xml:space="preserve"
777 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
778 x="-24.426455"
779 y="256.40601"
780 id="text892-7-8-1-0-9"><tspan
781 sodipodi:role="line"
782 id="tspan890-2-1-5-6-2"
783 x="-24.426455"
784 y="256.40601"
785 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994">sfc_br</tspan></text>
786 <rect
787 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.93168956;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
788 id="rect5977-9-8-71-7-1"
789 width="11.258382"
790 height="23.27355"
791 x="296.61176"
792 y="-146.12489"
793 rx="1.2365078"
794 transform="matrix(0,1,1,0,0,0)" />
795 <rect
796 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.93168956;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
797 id="rect5977-9-8-71-2-4-4"
798 width="11.258382"
799 height="23.27355"
800 x="297.48517"
801 y="77.614594"
802 rx="1.2365078"
803 transform="matrix(0,1,1,0,0,0)" />
804 <rect
805 style="fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:1.09172344;stroke-opacity:1"
806 id="rect6062-3-1-8-6-7"
807 width="124.50654"
808 height="110.76262"
809 x="-5.7793746"
810 y="99.605705"
811 rx="13.834034" />
812 <text
813 xml:space="preserve"
814 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none"
815 x="55.993469"
816 y="161.05148"
817 id="text1458-5-7"><tspan
818 sodipodi:role="line"
819 x="55.993469"
820 y="161.05148"
821 id="tspan1460-5-5"
822 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;font-family:Arial;-inkscape-font-specification:Arial">Juniper</tspan></text>
823 <text
824 xml:space="preserve"
825 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
826 x="72.38092"
827 y="207.71452"
828 id="text7683-5"><tspan
829 sodipodi:role="line"
830 id="tspan7681-70"
831 x="72.38092"
832 y="207.71452"
833 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333302px;font-family:Arial;-inkscape-font-specification:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">wan</tspan></text>
834 <text
835 xml:space="preserve"
836 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
837 x="18.070602"
838 y="207.71452"
839 id="text7687-7-9"><tspan
840 sodipodi:role="line"
841 id="tspan7685-0-1"
842 x="18.070602"
843 y="207.71452"
844 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333302px;font-family:Arial;-inkscape-font-specification:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">lan</tspan></text>
1232 <g 845 <g
1233 style="display:inline" 846 id="g2807"
1234 id="g8067"> 847 transform="translate(-4)">
1235 <text 848 <text
1236 id="text5981-3-7-7" 849 id="text265-4"
1237 y="64.73465" 850 y="282.87811"
1238 x="-14.423148" 851 x="53.709198"
1239 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994" 852 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
1240 xml:space="preserve"><tspan 853 xml:space="preserve"><tspan
1241 id="tspan5983-4-5-6" 854 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start"
1242 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994" 855 y="282.87811"
1243 y="64.73465" 856 x="53.709198"
1244 x="-14.42315" 857 id="tspan263-0"
1245 sodipodi:role="line">uCPE Device1</tspan></text> 858 sodipodi:role="line">dpdk</tspan></text>
1246 <rect 859 <rect
1247 rx="30.727901" 860 ry="9.7688789"
1248 y="67.936401" 861 rx="9.5899591"
1249 x="-199.06752" 862 y="231.65129"
1250 height="234.83102" 863 x="54.520966"
1251 width="352.02621" 864 height="40.985825"
1252 id="rect5977-6-3-4" 865 width="69.460823"
1253 style="display:inline;fill:none;fill-opacity:0.64141415;stroke:#000000;stroke-width:1.32859707;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 866 id="rect6098-9-2-8-57"
1254 <path 867 style="display:inline;fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.4464258;stroke-opacity:1" />
1255 inkscape:connector-curvature="0" 868 <text
1256 id="path8471-3-2-5-5-29-4" 869 id="text892-7-06-88-7"
1257 d="m -129.58078,213.0722 -0.0686,29.76992" 870 y="256.28094"
1258 style="display:inline;fill:none;stroke:#000000;stroke-width:0.90628624;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 871 x="88.638092"
1259 <path 872 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1260 inkscape:connector-curvature="0" 873 xml:space="preserve"><tspan
1261 id="path8471-3-2-5-5-29-4-3" 874 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994"
1262 d="m -55.96366,213.91031 -0.0686,29.76992" 875 y="256.28094"
1263 style="display:inline;fill:none;stroke:#000000;stroke-width:0.90628624;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 876 x="88.638092"
1264 <path 877 id="tspan890-2-0-9-5"
1265 inkscape:connector-curvature="0" 878 sodipodi:role="line">wan_br</tspan></text>
1266 id="path8471-3-2-5-5-29-4-6" 879 </g>
1267 d="m 16.00945,210.38056 -0.0685,33.80017" 880 <rect
1268 style="display:inline;fill:none;stroke:#000000;stroke-width:0.96495801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 881 style="display:inline;fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:1.1163789;stroke-opacity:1"
1269 <path 882 id="rect6062-3-1-8-6-6-1"
1270 inkscape:connector-curvature="0" 883 width="130.19374"
1271 id="path8471-3-2-5-5-29-4-32" 884 height="110.76262"
1272 d="m 89.09394,211.1025 -0.0685,32.88406" 885 x="-171.0262"
1273 style="display:inline;fill:none;stroke:#000000;stroke-width:0.95209622;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 886 y="99.557732"
1274 <path 887 rx="14.465943" />
1275 inkscape:connector-curvature="0" 888 <text
1276 id="path8471-3-2-5-5-29-4-8" 889 xml:space="preserve"
1277 d="m -128.93636,270.39022 -0.0688,26.76906" 890 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none"
1278 style="display:inline;fill:none;stroke:#000000;stroke-width:0.86041105;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 891 x="-106.60316"
1279 <path 892 y="161.1617"
1280 inkscape:connector-curvature="0" 893 id="text1466-1-9"><tspan
1281 id="path8471-3-2-5-5-29-4-8-2" 894 sodipodi:role="line"
1282 d="m 89.4519,270.69237 -0.0688,26.76906" 895 id="tspan1464-8-4"
1283 style="display:inline;fill:none;stroke:#000000;stroke-width:0.86041105;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 896 x="-106.60316"
897 y="161.1617"
898 style="font-size:24px">F<tspan
899 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial"
900 id="tspan2442">ortigate</tspan></tspan></text>
901 <text
902 xml:space="preserve"
903 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
904 x="-82.574295"
905 y="207.85135"
906 id="text7683-7-5"><tspan
907 sodipodi:role="line"
908 id="tspan7681-8-6"
909 x="-82.574295"
910 y="207.85135"
911 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333302px;font-family:Arial;-inkscape-font-specification:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">wan</tspan></text>
912 <text
913 xml:space="preserve"
914 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
915 x="-142.45058"
916 y="207.85135"
917 id="text7687-7-4-9"><tspan
918 sodipodi:role="line"
919 id="tspan7685-0-5-5"
920 x="-142.45058"
921 y="207.85135"
922 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333302px;font-family:Arial;-inkscape-font-specification:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">lan</tspan></text>
923 <g
924 transform="translate(-789.79805,98.53334)"
925 style="display:inline"
926 id="g2145-5">
927 <text
928 id="text265-1-6"
929 y="184.37215"
930 x="619.76776"
931 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
932 xml:space="preserve"><tspan
933 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start"
934 y="184.37215"
935 x="619.76776"
936 id="tspan263-9-3"
937 sodipodi:role="line">dpdk</tspan></text>
1284 <g 938 <g
1285 transform="translate(-213.46662,7.7752744)" 939 transform="translate(0.7745222,6.8937118)"
1286 id="g5370"> 940 id="g2099-0">
1287 <rect 941 <rect
1288 style="fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.44434518;stroke-opacity:1" 942 style="display:inline;fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.4464258;stroke-opacity:1"
1289 id="rect6098-9-0-8" 943 id="rect6098-9-2-8-5-9"
1290 width="103.85838" 944 width="69.460823"
1291 height="27.156532" 945 height="40.985825"
1292 x="140.29306" 946 x="619.80499"
1293 y="235.50989" 947 y="126.25166"
1294 rx="6.6871734" /> 948 rx="9.5899591"
949 ry="9.7688789" />
1295 <text 950 <text
1296 xml:space="preserve" 951 xml:space="preserve"
1297 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994" 952 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1298 x="191.99829" 953 x="654.4104"
1299 y="254.2509" 954 y="150.88129"
1300 id="text892-7-8-1"><tspan 955 id="text892-7-8-9-2"><tspan
1301 sodipodi:role="line" 956 sodipodi:role="line"
1302 id="tspan890-2-1-5" 957 id="tspan890-2-1-9-7"
1303 x="191.99829" 958 x="654.4104"
1304 y="254.2509" 959 y="150.88129"
1305 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994">sfc_br</tspan></text> 960 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994">lan_br</tspan></text>
1306 </g> 961 </g>
962 </g>
963 <text
964 xml:space="preserve"
965 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
966 x="-24.288576"
967 y="63.082054"
968 id="text5981-3-7-2"><tspan
969 sodipodi:role="line"
970 x="-24.288574"
971 y="63.082054"
972 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.33333302px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994"
973 id="tspan5983-4-5-0">uCPE Device 1</tspan></text>
974 <g
975 transform="translate(-7.9999969)"
976 style="display:inline"
977 id="g1564">
978 <path
979 inkscape:connector-curvature="0"
980 id="path5091-2-7"
981 d="m -129.75435,352.49922 a 24.936091,33.389879 0 0 0 -16.31032,8.18823 17.888935,18.636211 0 0 0 -3.74696,-0.42311 17.888935,18.636211 0 0 0 -15.34049,9.0921 24.837438,27.358139 0 0 0 -2.45,-0.13495 24.837438,27.358139 0 0 0 -24.83762,27.3583 24.837438,27.358139 0 0 0 6.70941,18.66955 12.468046,13.20065 0 0 0 -0.40127,3.25312 12.468046,13.20065 0 0 0 12.46804,13.20067 12.468046,13.20065 0 0 0 4.37166,-0.84476 11.383868,21.742247 0 0 0 7.55429,5.50383 11.383868,21.742247 0 0 0 6.45531,-3.86285 20.59938,23.295264 0 0 0 14.68615,6.96887 20.59938,23.295264 0 0 0 15.93129,-8.54915 30.356983,19.41272 0 0 0 14.42572,2.33708 30.356983,19.41272 0 0 0 30.356975,-19.41272 30.356983,19.41272 0 0 0 -1.805218,-6.5381 23.49584,21.742247 0 0 0 7.597726,-15.98066 23.49584,21.742247 0 0 0 -23.495101,-21.74224 23.49584,21.742247 0 0 0 -9.679262,1.95947 24.936091,33.389879 0 0 0 -22.49033,-19.04265 z"
982 style="fill:#8fd0f6;fill-opacity:1;stroke:#000000;stroke-width:0.61220628;stroke-opacity:1" />
983 <text
984 id="text1450"
985 y="404.73138"
986 x="-133.32915"
987 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none"
988 xml:space="preserve"><tspan
989 style="font-size:24px"
990 y="404.73138"
991 x="-133.32915"
992 id="tspan1448"
993 sodipodi:role="line">LAN1</tspan></text>
994 </g>
995 </g>
996 <g
997 inkscape:groupmode="layer"
998 id="layer13"
999 inkscape:label="Legend"
1000 transform="translate(200.89436,-53.375023)"
1001 style="display:inline"
1002 sodipodi:insensitive="true">
1003 <g
1004 id="g1553"
1005 transform="translate(34.474865,18.155845)">
1006 <path
1007 inkscape:connector-curvature="0"
1008 id="path8471-3-2-5-5-4-6-9-7"
1009 d="m 720.75482,509.17835 -30.03505,0.0338"
1010 style="display:inline;fill:#fa5555;fill-opacity:1;stroke:#f30000;stroke-width:1.21068478;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
1307 <g 1011 <g
1308 id="g7772"> 1012 transform="translate(-111.20277,-12.621271)"
1013 id="g1353"
1014 style="display:inline">
1309 <text 1015 <text
1310 xml:space="preserve" 1016 xml:space="preserve"
1311 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none" 1017 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994;filter:url(#filter4332)"
1312 x="-152.23976" 1018 x="-0.59244788"
1313 y="277.36832" 1019 y="284.13779"
1314 id="text2944"><tspan 1020 id="text4338"
1021 transform="matrix(0.50317032,0,0,0.50317032,596.72244,344.04651)"><tspan
1315 sodipodi:role="line" 1022 sodipodi:role="line"
1316 id="tspan2942" 1023 x="-0.59244788"
1317 x="-152.23976" 1024 y="284.13779"
1318 y="277.36832" 1025 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.14851379px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1319 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle">DPDK</tspan></text> 1026 id="tspan4344">Legend: </tspan><tspan
1320 <rect
1321 style="display:inline;fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.34338388;stroke-opacity:1"
1322 id="rect6098-9-0-8-7-1"
1323 width="61.794357"
1324 height="27.257494"
1325 x="-162.57588"
1326 y="243.23468"
1327 rx="4.8686023" />
1328 <text
1329 xml:space="preserve"
1330 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1331 x="-131.92088"
1332 y="260.90533"
1333 id="text892-7-8"><tspan
1334 sodipodi:role="line" 1027 sodipodi:role="line"
1335 id="tspan890-2-1" 1028 x="-0.59244788"
1336 x="-131.92088" 1029 y="320.57343"
1337 y="260.90533" 1030 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.14851379px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1338 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994">lan_br</tspan></text> 1031 id="tspan4348">- Connection via cloud/internet:</tspan><tspan
1339 </g> 1032 id="tspan1311"
1340 <g
1341 id="g2933">
1342 <text
1343 xml:space="preserve"
1344 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none"
1345 x="68.805641"
1346 y="278.46448"
1347 id="text2944-4"><tspan
1348 sodipodi:role="line" 1033 sodipodi:role="line"
1349 id="tspan2942-6" 1034 x="-0.59244788"
1350 x="68.805641" 1035 y="359.39594"
1351 y="278.46448" 1036 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.79837799px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"><tspan
1352 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle">DPDK</tspan></text> 1037 id="tspan1379"
1353 <g 1038 style="font-size:29.14851379px">- VPN/BTB:</tspan> </tspan><tspan
1354 transform="translate(7.57878,7.7752694)"
1355 style="display:inline"
1356 id="g5378-1">
1357 <rect
1358 rx="4.8686023"
1359 y="235.45941"
1360 x="50.890743"
1361 height="27.257494"
1362 width="61.794357"
1363 id="rect6098-9-0-8-7-1-1"
1364 style="display:inline;fill:#ffe699;fill-opacity:1;stroke:#000000;stroke-width:0.34338388;stroke-opacity:1" />
1365 <text
1366 id="text892-7-8-0"
1367 y="253.13007"
1368 x="81.545738"
1369 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1370 xml:space="preserve"><tspan
1371 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.99999994"
1372 y="253.13007"
1373 x="81.545738"
1374 id="tspan890-2-1-2"
1375 sodipodi:role="line">wan_br</tspan></text>
1376 </g>
1377 </g>
1378 <g
1379 transform="matrix(-0.67464607,0,0,0.57185238,634.84089,227.63563)"
1380 id="g9810-1-6"
1381 style="display:inline">
1382 <rect
1383 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1384 id="rect5977-9-8-71-0"
1385 width="16.687834"
1386 height="40.698528"
1387 x="704.77173"
1388 y="31.997553"
1389 rx="1.8328245" />
1390 </g>
1391 <g
1392 transform="matrix(0,0.67464607,0.57185238,0,-160.16358,-178.29193)"
1393 id="g9810-1"
1394 style="display:inline">
1395 <rect
1396 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1397 id="rect5977-9-8-71"
1398 width="16.687834"
1399 height="40.698528"
1400 x="704.77173"
1401 y="31.997553"
1402 rx="1.8328245" />
1403 </g>
1404 <g
1405 transform="matrix(0,0.67464607,0.57185238,0,60.83754,-177.41854)"
1406 id="g9810-1-5"
1407 style="display:inline">
1408 <rect
1409 style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1410 id="rect5977-9-8-71-2"
1411 width="16.687834"
1412 height="40.698528"
1413 x="704.77173"
1414 y="31.997553"
1415 rx="1.8328245" />
1416 </g>
1417 <g
1418 id="g7782">
1419 <g
1420 id="g5199"
1421 transform="translate(-213.46661,7.7752744)">
1422 <rect
1423 rx="13.834034"
1424 y="94.626221"
1425 x="51.264904"
1426 height="110.76262"
1427 width="124.50654"
1428 id="rect6062-3-1"
1429 style="fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:1.09172344;stroke-opacity:1" />
1430 <text
1431 transform="scale(0.9377527,1.0663792)"
1432 id="text6066-5-5-1"
1433 y="145.34058"
1434 x="120.68336"
1435 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.4839077px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06637919"
1436 xml:space="preserve"><tspan
1437 id="tspan5627-2-1"
1438 style="font-size:18.4839077px;stroke-width:1.06637919"
1439 y="145.34058"
1440 x="120.68336"
1441 sodipodi:role="line">Fortigate FW</tspan></text>
1442 </g>
1443 <text
1444 xml:space="preserve"
1445 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
1446 x="-68.259003"
1447 y="208.28232"
1448 id="text7687"><tspan
1449 sodipodi:role="line" 1039 sodipodi:role="line"
1450 id="tspan7685" 1040 x="-0.59244788"
1451 x="-68.259003" 1041 y="387.31546"
1452 y="208.28232" 1042 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1453 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">wan</tspan></text> 1043 id="tspan4651" /><tspan
1454 <text 1044 sodipodi:role="line"
1455 xml:space="preserve" 1045 x="-0.59244788"
1456 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none" 1046 y="410.6488"
1457 x="-139.24615" 1047 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1458 y="208.28232" 1048 id="tspan4340" /><tspan
1459 id="text7683-3"><tspan
1460 sodipodi:role="line" 1049 sodipodi:role="line"
1461 id="tspan7681-9" 1050 x="-0.59244788"
1462 x="-139.24615" 1051 y="433.98215"
1463 y="208.28232" 1052 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1464 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">lan</tspan></text> 1053 id="tspan4342" /></text>
1465 </g> 1054 </g>
1466 <g 1055 <g
1467 id="g7793"> 1056 transform="translate(-437.1134,126.6405)"
1057 id="g1581"
1058 style="display:inline">
1468 <g 1059 <g
1469 id="g5194" 1060 id="g1577">
1470 transform="translate(-213.2899,8.2361571)"> 1061 <path
1471 <g 1062 inkscape:connector-curvature="0"
1472 id="g2753-9" 1063 id="path8471-3-0-5-7-0"
1473 style="display:inline" 1064 d="m 1157.8689,363.46686 h -30.0356"
1474 transform="translate(157.40817,-0.46088268)"> 1065 style="display:inline;fill:none;stroke:#000000;stroke-width:1.245;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.49, 1.245, 0.6225, 1.245;stroke-dashoffset:0;stroke-opacity:1" />
1475 <rect
1476 style="fill:#a9d18e;fill-opacity:1;stroke:#000000;stroke-width:1.09172344;stroke-opacity:1"
1477 id="rect6062-3-1-8"
1478 width="124.50654"
1479 height="110.76262"
1480 x="51.264904"
1481 y="94.626221"
1482 rx="13.834034" />
1483 <text
1484 xml:space="preserve"
1485 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.4839077px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06637919"
1486 x="120.68336"
1487 y="145.34058"
1488 id="text6066-5-5-1-2"
1489 transform="scale(0.93775268,1.0663792)"><tspan
1490 sodipodi:role="line"
1491 x="120.68336"
1492 y="145.34058"
1493 style="font-size:18.4839077px;stroke-width:1.06637919"
1494 id="tspan5627-2-1-4">Juniper</tspan></text>
1495 </g>
1496 </g> 1066 </g>
1497 <text
1498 xml:space="preserve"
1499 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
1500 x="7.7771974"
1501 y="208.28232"
1502 id="text7683-0"><tspan
1503 sodipodi:role="line"
1504 id="tspan7681-7"
1505 x="7.7771974"
1506 y="208.28232"
1507 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">lan</tspan></text>
1508 <text
1509 xml:space="preserve"
1510 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none"
1511 x="78.208344"
1512 y="208.28232"
1513 id="text7687-8"><tspan
1514 sodipodi:role="line"
1515 id="tspan7685-6"
1516 x="78.208344"
1517 y="208.28232"
1518 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">wan</tspan></text>
1519 </g> 1067 </g>
1520 </g> 1068 </g>
1521 </g> 1069 </g>
1522 <g 1070 <g
1523 inkscape:groupmode="layer" 1071 inkscape:groupmode="layer"
1524 id="layer13" 1072 id="layer5"
1525 inkscape:label="Legend" 1073 inkscape:label="btb, internet, ucpe manager"
1526 transform="translate(199.73182,-56.969024)" 1074 transform="translate(200.89436,-53.375023)"
1527 style="display:inline" 1075 style="display:inline">
1528 sodipodi:insensitive="true"> 1076 <text
1077 xml:space="preserve"
1078 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
1079 x="20.80323"
1080 y="698.74994"
1081 id="text756"><tspan
1082 sodipodi:role="line"
1083 id="tspan754"
1084 x="20.80323"
1085 y="717.966" /></text>
1086 <g
1087 id="g1813">
1088 <path
1089 inkscape:connector-curvature="0"
1090 id="path8471-3-2-5-5-4-6"
1091 d="m 472.95984,308.61809 -0.0696,28.15396"
1092 style="display:inline;fill:none;stroke:#e90000;stroke-width:0.88743383;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
1093 <path
1094 inkscape:connector-curvature="0"
1095 id="path8471-3-2-5-5-4"
1096 d="m 90.357212,308.60091 -0.06963,28.15396"
1097 style="display:inline;fill:none;stroke:#e90000;stroke-width:0.88743383;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
1098 <path
1099 inkscape:connector-curvature="0"
1100 id="path8471-3-2-5-5-4-6-9"
1101 d="M 472.89024,336.77205 90.286129,336.75489"
1102 style="display:inline;fill:#fa5555;fill-opacity:1;stroke:#f30000;stroke-width:0.917;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
1103 </g>
1104 <path
1105 style="display:inline;fill:none;stroke:#000000;stroke-width:1.23513758;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.47027507, 1.23513754, 0.61756876, 1.23513754;stroke-dashoffset:0;stroke-opacity:1"
1106 d="m 280.32599,373.33137 v 71.44886"
1107 id="path8471-3-0-5-4-7-6-3-7-2"
1108 inkscape:connector-curvature="0" />
1529 <path 1109 <path
1530 style="display:inline;fill:#fa5555;fill-opacity:1;stroke:#f30000;stroke-width:0.18222608;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" 1110 style="display:inline;fill:none;stroke:#000000;stroke-width:1.23513758;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.47027507, 1.23513754, 0.61756876, 1.23513754;stroke-dashoffset:0;stroke-opacity:1"
1531 d="m 753.15017,510.73834 -15.0015,-0.0173" 1111 d="m 324.94411,252.1566 v 71.44886"
1532 id="path8471-3-2-5-5-4-6-9-4" 1112 id="path8471-3-0-5-4-7-6-3-7"
1533 inkscape:connector-curvature="0" /> 1113 inkscape:connector-curvature="0" />
1534 <path 1114 <path
1535 style="display:inline;fill:none;stroke:#000000;stroke-width:0.95087308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.9017461, 0.95087305, 0.47543652, 0.95087305;stroke-dashoffset:0;stroke-opacity:1" 1115 style="display:inline;fill:none;stroke:#000000;stroke-width:1.23818851;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.4763771, 1.23818854, 0.61909428, 1.23818854;stroke-dashoffset:0;stroke-opacity:1"
1536 d="m 738.04288,499.93165 h 17.34465" 1116 d="M 324.94411,252.15659 H 396.7464"
1537 id="path8471-2-0" 1117 id="path8471-3-0-3-8"
1538 inkscape:connector-curvature="0" /> 1118 inkscape:connector-curvature="0" />
1539 <text 1119 <rect
1540 xml:space="preserve" 1120 style="display:inline;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.93168956;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
1541 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994;filter:url(#filter4332-4)" 1121 id="rect5977-9-8-71-3"
1542 x="-0.59244788" 1122 width="11.258382"
1543 y="284.13779" 1123 height="23.27355"
1544 id="text4338-3" 1124 x="-408.88507"
1545 transform="matrix(0.50317032,0,0,0.50317032,603.54151,347.62422)"><tspan 1125 y="240.51982"
1546 sodipodi:role="line" 1126 rx="1.2365078"
1547 x="-0.59244788" 1127 transform="scale(-1,1)" />
1548 y="284.13779" 1128 <g
1549 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994" 1129 id="g2622">
1550 id="tspan4344-2">Legend: </tspan><tspan 1130 <path
1551 sodipodi:role="line" 1131 inkscape:connector-curvature="0"
1552 x="-0.59244788" 1132 id="path8471-3-0-5-4-7-6-3-7-20"
1553 y="307.47113" 1133 d="m 230.73334,252.1566 v 71.44886"
1554 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994" 1134 style="display:inline;fill:none;stroke:#000000;stroke-width:1.23513758;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.47027507, 1.23513754, 0.61756876, 1.23513754;stroke-dashoffset:0;stroke-opacity:1" />
1555 id="tspan4348-8">- Connection via cloud/internet:</tspan><tspan 1135 <path
1556 id="tspan7588" 1136 inkscape:connector-curvature="0"
1557 sodipodi:role="line" 1137 id="path8471-3-0-3-8-4"
1558 x="-0.59244788" 1138 d="M 230.73334,252.15659 H 158.93105"
1559 y="330.80444" 1139 style="display:inline;fill:none;stroke:#000000;stroke-width:1.23818851;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.4763771, 1.23818854, 0.61909428, 1.23818854;stroke-dashoffset:0;stroke-opacity:1" />
1560 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994">- VPN/Back to Back: VPN/BTB</tspan><tspan 1140 <rect
1561 sodipodi:role="line" 1141 transform="scale(-1,1)"
1562 x="-0.59244788" 1142 rx="1.2365078"
1563 y="354.13779" 1143 y="240.51982"
1564 style="text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994" 1144 x="-158.88507"
1565 id="tspan4342-6" /></text> 1145 height="23.27355"
1146 width="11.258382"
1147 id="rect5977-9-8-71-3-0"
1148 style="display:inline;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.93168956;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
1149 </g>
1150 <g
1151 id="g2541">
1152 <path
1153 inkscape:connector-curvature="0"
1154 id="path5091-2-9"
1155 d="m 285.79578,282.35384 a 38.855204,52.805708 0 0 0 -25.4146,12.9496 27.874385,29.472953 0 0 0 -5.83847,-0.66915 27.874385,29.472953 0 0 0 -23.90343,14.37905 38.701484,43.266581 0 0 0 -3.81757,-0.21342 38.701484,43.266581 0 0 0 -38.70176,43.26683 38.701484,43.266581 0 0 0 10.45454,29.52569 19.427603,20.876675 0 0 0 -0.62526,5.14477 19.427603,20.876675 0 0 0 19.42759,20.87671 19.427603,20.876675 0 0 0 6.81189,-1.33599 17.738246,34.385112 0 0 0 11.77104,8.70425 17.738246,34.385112 0 0 0 10.05859,-6.10906 32.097777,36.841192 0 0 0 22.88385,11.02119 32.097777,36.841192 0 0 0 24.82399,-13.52037 47.301991,30.700992 0 0 0 22.47804,3.69605 47.301991,30.700992 0 0 0 47.30198,-30.70098 47.301991,30.700992 0 0 0 -2.81288,-10.33994 36.611017,34.385112 0 0 0 11.83871,-25.27322 36.611017,34.385112 0 0 0 -36.60986,-34.3851 36.611017,34.385112 0 0 0 -15.08215,3.09888 38.855204,52.805708 0 0 0 -35.04424,-30.11573 z"
1156 style="fill:#8fd0f6;fill-opacity:1;stroke:#000000;stroke-width:0.96103942;stroke-opacity:1" />
1157 <text
1158 id="text4180-9-8-7"
1159 y="359.57266"
1160 x="238.57793"
1161 style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994"
1162 xml:space="preserve"><tspan
1163 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;font-family:Arial;-inkscape-font-specification:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.99999994"
1164 y="359.57266"
1165 x="238.57793"
1166 id="tspan4178-6-6-2"
1167 sodipodi:role="line">Internet</tspan></text>
1168 </g>
1169 <g
1170 id="g1119">
1171 <rect
1172 rx="16.219593"
1173 y="445.04919"
1174 x="205.9808"
1175 height="89.990753"
1176 width="148.69037"
1177 id="rect5992-9-0"
1178 style="fill:#ff9955;fill-opacity:0.64141415;stroke:#000000;stroke-width:0.82419372;stroke-opacity:1"
1179 ry="16.015759" />
1180 <flowRoot
1181 transform="matrix(0.89433392,0,0,0.88309463,-246.06529,120.6069)"
1182 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.33333397px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
1183 id="flowRoot2130"
1184 xml:space="preserve"><flowRegion
1185 id="flowRegion2132"><rect
1186 y="384.12811"
1187 x="528.01184"
1188 height="68.571358"
1189 width="118.79844"
1190 id="rect2134" /></flowRegion><flowPara
1191 id="flowPara2136"
1192 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:27.00584412px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle">uCPE</flowPara><flowPara
1193 id="flowPara2138"
1194 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:27.00584412px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle">Manager</flowPara></flowRoot> </g>
1566 </g> 1195 </g>
1567</svg> 1196</svg>
diff --git a/doc/book-enea-nfv-access-example-usecases/doc/vnf_chaining.xml b/doc/book-enea-nfv-access-example-usecases/doc/vnf_chaining.xml
index f58e252..18bc226 100644
--- a/doc/book-enea-nfv-access-example-usecases/doc/vnf_chaining.xml
+++ b/doc/book-enea-nfv-access-example-usecases/doc/vnf_chaining.xml
@@ -40,12 +40,12 @@
40 </listitem> 40 </listitem>
41 </itemizedlist> 41 </itemizedlist>
42 42
43 <para>For VNF images and their license files, please contact the 43 <para>For VNF images and their license files, please contact the VNF
44 VNF provider.</para> 44 provider.</para>
45 45
46 <itemizedlist> 46 <itemizedlist>
47 <para>VNF Configuration files, provided with your Enea 47 <para>VNF Configuration files, provided with your Enea NFV Access
48 NFV Access Release:</para> 48 Release:</para>
49 49
50 <listitem> 50 <listitem>
51 <para><filename>vSRX-domain-update-script</filename>.</para> 51 <para><filename>vSRX-domain-update-script</filename>.</para>
@@ -74,6 +74,17 @@
74 <para>Optionally, one additional device (PC/laptop) can be connected on 74 <para>Optionally, one additional device (PC/laptop) can be connected on
75 the LAN port of each branch to run LAN-to-LAN connectivity tests.</para> 75 the LAN port of each branch to run LAN-to-LAN connectivity tests.</para>
76 76
77 <figure>
78 <title>VNF Chaining with Fortigate</title>
79
80 <mediaobject>
81 <imageobject>
82 <imagedata align="center" contentwidth="600"
83 fileref="images/uc_vnf_chaining.png" />
84 </imageobject>
85 </mediaobject>
86 </figure>
87
77 <section id="exam_setup_chain"> 88 <section id="exam_setup_chain">
78 <title>Use-case Setup</title> 89 <title>Use-case Setup</title>
79 90
@@ -389,4 +400,4 @@ PING 172.10.10.1 (172.10.10.2): 56 data bytes
389...</programlisting> 400...</programlisting>
390 </section> 401 </section>
391 </section> 402 </section>
392</chapter> 403</chapter> \ No newline at end of file