Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
While TRex is a high speed traffic generator, we sometimes found ourselves in need of examining the packets being TX'ed or RX'ed.Why do I need this ?There can be several cases where capturing the traffic can be very helpful:DebuggingFunctional TestsP...
Hi,In the last two weeks we have worked with the APIC EM testing team to provide a way for TRex (Cisco open source traffic generator) totest a complex network topology.GitHub - cisco-system-traffic-generator/trex-core: trex-core siteUsing APIC EM con...
APIC EM and TRex collaboration is a representive example on how a softeware based traffic generator can adaptto the needs of the network in almost zero time.Using APIC EM controller for configuring your network might impose a challenge on how to test...
Hi Yufeng,We've completed this feature.It is currently under test and will be available from the next release.The port will hold STLStream on both sides (when sending and when syncing with the server).so calling get_streams() will provide the objects...
Hi,Actually, there are two directions to synchronize the streams with the port object.You've pointed out to the easy path - saving a reference to the STLStream object while sending it to the server.However,We also need to save the object when syncing...
Hi Srinivasa,TRex Python API supports adding captures queues to the server.A capture allows you define a queue with a specific size and then query it for its captured packets.Please refer to our docs:TRex Stateless Capture API DocumentationAfter you ...