Closed myusu closed 2 years ago
Hi,
I'm trying to start one single traffic item among 4, i.e.:
trafficItem = ixNetwork.Traffic.TrafficItem.find()[0] trafficItem.Generate() ixNetwork.Traffic.Apply() ixNetwork.Traffic.StartStatelessTrafficBlocking()
However, all traffic items get started. Is that as designed or am I doing something wrong? What I want is clicking on one specific traffic item arrow in the 'Transmit State' gui - just via the rest api
Got it working.. the traffic item itself supports starting/stopping traffic..
Hi,
I'm trying to start one single traffic item among 4, i.e.:
trafficItem = ixNetwork.Traffic.TrafficItem.find()[0] trafficItem.Generate() ixNetwork.Traffic.Apply() ixNetwork.Traffic.StartStatelessTrafficBlocking()
However, all traffic items get started. Is that as designed or am I doing something wrong? What I want is clicking on one specific traffic item arrow in the 'Transmit State' gui - just via the rest api