Hello everybody, I am using mininet 2.0 OVS with POX controller. I want to use queues in OVS. I want to limit port 1 of ovs switch what I did is as below
xterm s1 then in xterm of s1 type the command ovs-vsctl – set Port s1-eth1 qos=@newqos – – id=@newqos create QoS type=linux-htb other-config:max-rate=10000 queues=1=@q1 – --id=@q1 create Queue other-config:min-rate=100 other-config:max-rate=10000 This command will set QOS parameters on eth1 of switch s1. It will also attach queue (q1) with interface. This command sets maximum rate for each queue as 10000 bps. This will result in lower bandwidth because the bandwidth which is allocated here is less than bandwidth in the absence of QoS. This can be test by using following commands. But when I check the result I got same bandwidth as without QoS implementation. Can anybody help me out of this. How can I solve this issue? -- *Regards Sayed Qaiser Ali Shah *
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
