Hi
I'm simulating a network topology with tcsim.
I defined some multiple interfaces on different hosts with each their own tc-configuration. In two configurations I am using meters for each two classes.
Now the problem is, that one meter in the first configuration also shapes the second configuration although a different meter is configured there. I suppose, that the simulator uses for both configurations the same meter. how can I fix this problem?
In the code below it meens: The second meter in vmu1 has to drop all video (tos=2) packets from the vmu1 (vmu1.tcc line2). In vmu2 the meter for video packet is set to 4000kbps (vmu1.tcc line2), but it is still the configuration from vmu1 set. If I set the video meter in vmu1 to 1000kbps, the policing in vmu2 is also set to 1000kbps.
Here are the neccassary scripts:
Configuration of the whole simulation (simulation.sim):
Configuration of vmu1 (vmu1.tcc):
Configuration of vmu2 (vmu2.tcc):