proc ConfigFlowGroupName { streamId name } { # This is the Flow Group (EndpointSet) # You can pass in either the configElement or highLevelStream API after 5000 puts "\nConfigFlowGroupName: $streamId: $name" ixNet setAttribute $streamId -name $name ixNet commit }