Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If possible use TREX with one port ? #1117

Open
alex-airspan opened this issue Mar 15, 2024 · 1 comment
Open

If possible use TREX with one port ? #1117

alex-airspan opened this issue Mar 15, 2024 · 1 comment

Comments

@alex-airspan
Copy link

If possible use TREX with one port ?

I want send UDP/TCP/HTTP traffic from one server and receive it on other server. Like iperf.

It possible ?

Thanks,
Alex

@bersoare
Copy link

user here. it is possible to run it with only one interface. for that, you need to specify one real interface plus one "dummy" interface in the config. example:

    - port_limit      : 2         # this option can limit the number of port of the platform
      version         : 2
      interfaces      : ["enp4s0f1", "dummy"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants