As we can see /trex-core/scripts/cap2 contains .yaml file and .pcap files, like we can run sudo ./t-rex-64 -f cap2/dns.yaml -m 10 -d 10 ..... This dns.yaml file contains dns.pcap(which generates the traffic from trex server) in cap_info which generates traffic.
So if I am having some 5GB pcap file, will I be able to generate the traffic from any command or I have to create some .yaml for this(this pcap is generated from our sources)
--
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/241b3bd4-97aa-434f-8030-4e7310b18e2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,If it's OK to send the pcap via single interface, you could use stateless mode:1. Run server: sudo ./t-rex-64 -i2. Run console in another shell: ./trex-console3. Use push -r command at console (make sure path is available at server): push -r --port 0 -f <path to pcap>Thanks,Yaroslav.
On Mon, Feb 11, 2019 at 7:50 PM <akanksha...@gmail.com> wrote:
As we can see /trex-core/scripts/cap2 contains .yaml file and .pcap files, like we can run sudo ./t-rex-64 -f cap2/dns.yaml -m 10 -d 10 ..... This dns.yaml file contains dns.pcap(which generates the traffic from trex server) in cap_info which generates traffic.
So if I am having some 5GB pcap file, will I be able to generate the traffic from any command or I have to create some .yaml for this(this pcap is generated from our sources)
--
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...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/c7058b06-f330-4ce8-83d0-9614528dedd2o%40googlegroups.com.