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.
Hi experts,I'm using TRex STL API.There's only one stream added on my trex port.Here is the json data I get by the get_stream API in trex_stl_port.py before starting the traffic.{'mode': {'type': 'continuous', 'rate': {'value': 100, 'type': 'pps'}}, ...
Hi developers,I want to add trex to my automation tool, which is built with django.In my use, each stlclient is specific to users and I tried to store it to sessions.However, it failed.The ways I have tried is json.dumps() and pickle.dumps().Do you k...
i have a box and will set two ports as lacp mode, i want to trex as the peer client and use its 2 ports to simulate lacp and communication with my box: such as port-channel load-banlance,etc.Could trex support this action?Thanks.
Hi developers,I'm really very confused with the values of these parameters.For example, promiscuous should be bool(True or False).But its default value is None.What does None mean?Could we set it to None when we use it?Here is the definitions of this...
Hi developers,I need to check STLStream object on the port.However, it seems only a dictionary of the stream info is provided.Like this:self.streams[stream_id] = {'next_id' : next_id,'pkt' : streams_list[i].get_pkt(),'mode' : streams_lis...
Hi,So None means no change?what's the default value of these port attr? And could they all be defined to be None?attr: promiscuous, link_up ,led_on,flow_ctrl ,resolv,multicast , serviceThanks,Yufeng.