netlab with trex traffic gen #1273
-
Hello All, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
I know it's not exactly the same, but a starting point (that I personally use multiple times) is to use iperf3 from inside two Linux host containers. I.e., on Alpine Linux containers you can install it using apk. But keep in mind that the performances of a virtual NOS could be "not so good"... |
Beta Was this translation helpful? Give feedback.
-
It's super easy to add anything that runs on Linux:
Adding network-control-plane software is a bit trickier, I'm planning to write a blog post describing how to add a BGP daemon, but you won't need that to get trex working. However, as Stefano pointed out, testing performance of virtual network devices running in generic Docker/libvirt environment might not give you meaningful results. |
Beta Was this translation helpful? Give feedback.
-
got Trex working as you suggested Ivan, working like a charm :) |
Beta Was this translation helpful? Give feedback.
-
Tutorial in https://netlab.tools/example/linux/ |
Beta Was this translation helpful? Give feedback.
It's super easy to add anything that runs on Linux: