disclaimer: I'm a complete newbie to TRex and did not dig too deep into the documentation, yet. I'm just trying to find out, if it's worth the effort to go deeper into TRex (...can TRex be used for all use-cases...).
I'm currently looking at TRex for replacing iperf-based tests in our customers testlab. The testlab basically consists of two datacenter environments (N7K,N5K,N2K,Cat6880) with mpls L3-VPN, OTV DCI and MVPN.
Since it's a bit uncomfortable to perform multicast tests with iperf (better: to embed iperf in our ansible test playbooks), I'd be glad to use a dedicated hardware (instead of multiple iperf VMs) to simulate customer traffic across the core network. Having an API is a great option for automated testing :) !
TRex looks very promising, but I did not find any hint on multicast support. Is there any? Can I issue a igmpV2 join on the receiving interface, before starting to send the multicast stream over the sending interface?
I found a igmp module in the contrib area of scapy - this might be the thing to use - or am I completely wrong?!
Thanks for any hints,
Andreas
P.S.: unluckily I'm not attending cisco live berlin this year - this would have been a great opportunity to have a face-to-face talk
--
You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+u...@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/fa4be1ac-cea9-42ef-8a3f-239fa1c5e84f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Andreas,Using Stateless you would be able to do this.We are using service mode today to do IPv6 scan which includes MLD protocol.So in this mode you can create a state-machine in low speed to join multi castThe exit service mode and run high rate bi-dir UDP traffic.Stateful does not support that.Thanks,
Hanoh
On Sun, 19 Feb 2017 at 14:50 'Andreas Bourges' via TRex Traffic Generator <trex...@googlegroups.com> wrote:
Hi,
disclaimer: I'm a complete newbie to TRex and did not dig too deep into the documentation, yet. I'm just trying to find out, if it's worth the effort to go deeper into TRex (...can TRex be used for all use-cases...).
I'm currently looking at TRex for replacing iperf-based tests in our customers testlab. The testlab basically consists of two datacenter environments (N7K,N5K,N2K,Cat6880) with mpls L3-VPN, OTV DCI and MVPN.
Since it's a bit uncomfortable to perform multicast tests with iperf (better: to embed iperf in our ansible test playbooks), I'd be glad to use a dedicated hardware (instead of multiple iperf VMs) to simulate customer traffic across the core network. Having an API is a great option for automated testing :) !
TRex looks very promising, but I did not find any hint on multicast support. Is there any? Can I issue a igmpV2 join on the receiving interface, before starting to send the multicast stream over the sending interface?
I found a igmp module in the contrib area of scapy - this might be the thing to use - or am I completely wrong?!
Thanks for any hints,
Andreas
P.S.: unluckily I'm not attending cisco live berlin this year - this would have been a great opportunity to have a face-to-face talk
--
You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+unsubscribe@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/fa4be1ac-cea9-42ef-8a3f-239fa1c5e84f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--HanohSent from my iPhone
--
You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+unsubscribe@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/CA%2BYxBoLHmeY%3DPOqC43h0h5t820U7YCNdFLa9tBfRNsGQ51t78A%40mail.gmail.com.
Hanoh
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+u...@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/fa4be1ac-cea9-42ef-8a3f-239fa1c5e84f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--HanohSent from my iPhone
--
You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+u...@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/CA%2BYxBoLHmeY%3DPOqC43h0h5t820U7YCNdFLa9tBfRNsGQ51t78A%40mail.gmail.com.
--Itay Marom
Hi,
Once you are in service mode and promiscuous, you will receive all packets including multicast.
you can look into scan6 utility for reference
Hanoh
...I managed to send an igmp join to the router - perfect!
But now I have several other questions regarding the complete setup we try to achieve - I'll open another thread for these.
Thanks for your assistance!
Andreas