Hello, "ingress_policing_rate" worked for a general case, for example, if I put "ingress_policing_rate"on a interface, any traffic will be limited by this bandwidth. But what I'm trying to do is limit the bandwidth accordingly to a parameter, for example, I want to give 6 Mbps for TCP packets and 3 Mbps for UDP packets.
2013/9/12 ashish yadav <ashishyada...@gmail.com> > Hi Pedro, > > As you said, "ingress_policing_rate" worked well for u. > If you have tried it with VLAN+Bridge ? > > Thanks & Regards > Ashish > > > On Thu, Sep 12, 2013 at 7:47 PM, Pedro Henrique <phamorimreze...@gmail.com > > wrote: > >> Hello. >> I'm trying to limit the bandwidth of the interface, I used the >> "ingress_policing_rate"(as described in this link: >> http://openvswitch.org/support/config-cookbooks/qos-rate-limiting/) and >> it worked well. But I'm trying to find a way to limit the bandwidth based >> on the flow, for example, src ip: 10.0.0.1, dest ip: 10.0.0.2,* port 80*, >> *bandwidth: 5 Mbps*; and src ip: 10.0.0.1, dest ip: 10.0.0.2, *port: 21*, >> *bandwitdth: 10Mbps*. Is there a way to define the bandwidth based on >> the port or any other parameter? >> I also saw the queue, but the problem is that the queue is only put on >> the egress interface and I'm trying to filter the traffic on the ingress >> interface. >> >> For example, >> >> Host1-----------SW---------Host2 >> eth1 eth2 >> >> >> I want to filter the traffic on eth1. >> >> Thank you for the attention. >> >> _______________________________________________ >> discuss mailing list >> discuss@openvswitch.org >> http://openvswitch.org/mailman/listinfo/discuss >> >> >
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss