summaryrefslogtreecommitdiffstats
path: root/docs/testing/user/userguide/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/testing/user/userguide/faq.rst')
-rw-r--r--docs/testing/user/userguide/faq.rst19
1 files changed, 17 insertions, 2 deletions
diff --git a/docs/testing/user/userguide/faq.rst b/docs/testing/user/userguide/faq.rst
index cb5acb5..f5ff6b3 100644
--- a/docs/testing/user/userguide/faq.rst
+++ b/docs/testing/user/userguide/faq.rst
@@ -5,6 +5,8 @@
Frequently Asked Questions
**************************
+General Questions
+=================
Can NFVbench be used with a different traffic generator than TRex?
------------------------------------------------------------------
@@ -14,15 +16,28 @@ Can I connect Trex directly to my compute node?
-----------------------------------------------
That is possible but you will not be able to run more advanced use cases such as PVVP inter-node which requires 2 compute nodes.
-
Can I drive NFVbench using a REST interface?
--------------------------------------------
NFVbench can run in server mode and accept HTTP or WebSocket/SocketIO events to run any type of measurement (fixed rate run or NDR_PDR run)
with any run configuration.
-
Can I run NFVbench on a Cisco UCS-B series blade?
-------------------------------------------------
Yes provided your UCS-B series server has a Cisco VIC 1340 (with a recent firmware version).
TRex will require VIC firmware version 3.1(2) or higher for blade servers (which supports more filtering capabilities).
In this setting, the 2 physical interfaces for data plane traffic are simply hooked to the UCS-B fabric interconnect (no need to connect to a switch).
+
+Troubleshooting
+===============
+
+TrafficClientException: End-to-end connectivity cannot be ensured
+------------------------------------------------------------------
+Prior to running a benchmark, NFVbench will make sure that traffic is passing in the service chain by sending a small flow of packets in each direction and verifying that they are received back at the other end.
+This exception means that NFVbench cannot pass any traffic in the service chain.
+
+The most common issues that prevent traffic from passing are:
+- incorrect wiring of the NFVbench/TRex interfaces
+- incorrect vlan_tagging setting in the NFVbench configuration, this needs to match how the NFVbench ports on the switch are configured (trunk or access port)
+ - if the switch port is configured as access port, you must disable vlan_tagging in the NFVbench configuration
+ - of the switch port is configured as trunk (recommended method), you must enable it
+