Hello
I have created QoS classes, and am able to separate the traffic based on
source address.
What I want to do now is enable QoS classes only when link is congested.
For example, if there are 3 hosts, h1, h2, h3, connected by single switch
s1. Suppose h1 is sending file to h3. Simultaneously h2
d in ovs 2.3.0? I want to achieve q-in-q
>by doing push_vlan operations. If it is not supported, which version of
>OVS do I need to upgrade to?
>Regards,
>Abhijit
>-- next part --
>An HTML attachment was scrubbed...
>URL:
><http://openvswitch.org/pipe
Hi,
I am trying to use the "ovs-ofctl mod-port switch port " command to
bring down the patch port I have on my switch . I am using the patch port
to create a link between two switches. I am using ovs 2.1 version.
When I use the command "ovs-ofctl mod-port br1 port1 down" the patch port
on switch
Please don't drop the list. Please see my responses inline, prefixed by [SL].
> On May 13, 2016, at 11:09 AM, Abhijit Bhadra
> wrote:
>
> Scott,
> Thanks. Then what is the purpose of push_vlan operation? Is it supported on
> ovs 230? Can you provide me an example of ovs-ofctl which involves
Please see my response below.
> On May 13, 2016, at 7:19 AM, Abhijit Bhadra
> wrote:
>
> Hi,
> Is Multiple VLAN headers supported in ovs 2.3.0? I want to achieve q-in-q by
> doing push_vlan operations. If it is not supported, which version of OVS do
> I need to upgrade to?
I could be mist
Hi,
Is Multiple VLAN headers supported in ovs 2.3.0? I want to achieve q-in-q
by doing push_vlan operations. If it is not supported, which version of
OVS do I need to upgrade to?
Regards,
Abhijit
___
discuss mailing list
discuss@openvswitch.org
http://op
Got it. Thank you.
OFPXMT_OFB_METADATA would also work for my goal. But tests show that metadata
is not sent as well.
On switch:
$ sudo ovs-ofctl -O OpenFlow13 dump-flows s2
OFPST_FLOW reply (OF1.3) (xid=0x2):
cookie=0x0, duration=12.958s, table=0, n_packets=0, n_bytes=0,
priority=1,udp,tp_ds
On Fri, May 13, 2016 at 12:19:34PM +0300, Alexander Beetle wrote:
> Running OF1.3, I set match condition to OVS with certain flow specification
> and an instruction to send that flow to a controller.
>
> $ sudo ovs-ofctl dump-flows s2
> NXST_FLOW reply (xid=0x4):
> cookie=0x0, duration=22.075s,
It won't work because flow-mod and packet-out aren't going to use the
same xid as the packet-in.
On Fri, May 13, 2016 at 12:07:58PM +, Ali Volkan Atli wrote:
> Currently, I can buffer packets for each flow, then send only one
> packet-in message to controllers, now I'm trying to figure out how
On Fri, May 13, 2016 at 02:34:34PM +0200, Alessio Giorgetti wrote:
> I'm trying to use the Ryu controller on a very simple network composed of
> five Open vSwitch 2.4 (no loop is present currently in the topology).
>
> I would enable STP at the controller, so followed the indications found on
> th
Can anyone explain me about "seqno = ovsdb_idl_get_seqno(idl);" in
utilities/ovs-vsctl.c?
Thank you.
___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
Hello All,
I'm trying to use the Ryu controller on a very simple network composed
of five Open vSwitch 2.4 (no loop is present currently in the topology).
I would enable STP at the controller, so followed the indications found
on the ryubook and changed the BPDU dest address to 01:80:c2:00:00
Hi Ben
Currently, I can buffer packets for each flow, then send only one packet-in
message to controllers, now I'm trying to figure out how to match the packet-in
with flow-mod or packet-out? If I use xid to match packet-in and flow-mod or
packet-out, does it violate specs?
- Volkan
_
Hi Daniele,
Adding sequence number to the tuple will not solve the issue. As a hacker can
still track the seq number along with the id (by looking at the icmp echo
request packet) and send the similar packet back to the firewall, and it can
pass through.
Instead,
Firewall needs to be intellige
Hello,
Running OF1.3, I set match condition to OVS with certain flow specification and
an instruction to send that flow to a controller.
$ sudo ovs-ofctl dump-flows s2
NXST_FLOW reply (xid=0x4):
cookie=0x0, duration=22.075s, table=0, n_packets=0, n_bytes=0, idle_age=22,
priority=1,udp,tp_ds
15 matches
Mail list logo