OpenIxia / IxNetwork

A central location for IxNetwork sample scripts and utilities. Please also visit http://openixia.com
MIT License
50 stars 59 forks source link

Cannot start single traffic item #131

Closed myusu closed 2 years ago

myusu commented 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

myusu commented 2 years ago

Got it working.. the traffic item itself supports starting/stopping traffic..