Questions tagged [openvswitch]

Open vSwitch is an open-source software switch designed to be used as a virtual switch.

Open vSwitch is a production quality open source software switch designed to be used as a vswitch in virtualized server environments. A vswitch forwards traffic between different VMs on the same physical host and also forwards traffic between VMs and the physical network. Open vSwitch supports standard management interfaces (e.g. sFlow, NetFlow, IPFIX, RSPAN, CLI), and is open to programmatic extension and control using OpenFlow and the OVSDB management protocol.

Resources:

248 questions
12
votes
4 answers

Open vSwitch database connection failure after rebooting

Each time after installing Open vSwitch successfully and rebooting, I get the following error. ovs-vsctl: unix:/usr/local/var/run/openvswitch/db.sock: database connection failed (no such file or directory). Does anyone know why the db.sock file goes…
9
votes
0 answers

Minimal devstack with nova and floating ips

I'm trying to set up a minimal devstack that can launch nova instances, some which will have public addresses, and some which will need to open connections to the public network. I'd like to be able to assign floating ips to the instances, and have…
Cirdec
  • 24,019
  • 2
  • 50
  • 100
6
votes
0 answers

How to improve or debug docker overlay network resiliency?

Background We maintain a "cluster" of Ubuntu hosts which run our production applications. The hosts run a wide variety of docker containers such as consul for container monitoring and prometheus service discovery elasticsearch cluster with multiple…
dev-rowbot
  • 448
  • 4
  • 13
6
votes
1 answer

What if there are multiple forwarding rules for the same flow in the Openflow switch?

I am trying to use the POX controller to control the path of flows. I know that the Open vSwitch will choose the forwarding rules that have the highest priority. But what will happen if I insert a new forwarding rule for the existing flow with the…
lzhou008
  • 63
  • 7
6
votes
1 answer

Kubernetes overlay network comparison

I was wondering if someone could give me a brief overview of the differences/ advantages between all of the different Kubernetes network overlays. The getting started guide (http://kubernetes.io/docs/getting-started-guides/scratch/#network) mentions…
David Newswanger
  • 1,073
  • 1
  • 10
  • 11
6
votes
1 answer

LXC with Open vSwitch

I want to try OVS (software Linux switch) http://openvswitch.org/ with my LXC container with Ubuntu as host and guest. So I have installed it: # apt-get install openvswitch-switch Configured according this doc…
ipeacocks
  • 2,187
  • 3
  • 32
  • 47
6
votes
0 answers

Remove a port to the external bridge with openvswitch

I was setting up a openstack configuration using this document: http://docs.openstack.org/juno/install-guide/install/apt/openstack-install-guide-apt-juno.pdf and got to page 72 where it says to do this: # ovs-vsctl add-port br-ex INTERFACE_NAME but…
M364M4N cro
  • 680
  • 2
  • 10
  • 23
5
votes
0 answers

ovs tap "internal" vs tuntap tap

I'm building an SDN testbed consists of an OpenvSwitch switch installed on Linux Ubuntu 18.04 and 5 VMs (Linux Ubuntu 16.04 server) running on VirtualBox. The OVS is managed by OpenDaylight Boron. When I use ip tuntap add mode tap tapN to create…
Ahmed Sallam
  • 51
  • 1
  • 5
5
votes
2 answers

The Difference between ovs-vsctl and ovs-dpctl

If I am setting up an switch device to be controlled via OpenFlow, what are the conditions to use ovs-dpctl versus ovs-vsctl? The man page for ovs-dpctl says to use ovs-vsctl if ovs-vswitchd is used. So what circumstances would you uses…
AlanObject
  • 9,613
  • 19
  • 86
  • 142
5
votes
0 answers

Mininet - Make a host act as a switch

I need some help with Mininet. I know it may seem odd to try to do this, but trust me it is necessary given my circumstances. I need to start mininet with a host, and then, "manually", set that host up as an OpenFlow Switch. What I have so far is…
5
votes
2 answers

Openstack, neutron, Can't ping external network

I have followed the Icehouse doc to install a 3 node environment my openstack nodes are builded as virtual machines using libvirt in…
jazzsir
  • 609
  • 2
  • 7
  • 14
4
votes
1 answer

Unable to connect testpmd to OVS+DPDK

Summary I'm trying to use testpmd as a sink of traffic from a physical NIC, through OVS with DPDK. When I run testpmd, it fails. The error message is very brief, so I have no idea what's wrong. How can I get testpmd to connect to a virtual port in…
falsePockets
  • 3,826
  • 4
  • 18
  • 37
4
votes
1 answer

problem with testpmd on dpdk and ovs in ubuntu 18.04

i have a X520-SR2 10G Network Card, i gonna use that to create 2 virtual interfaces with OpenvSwitch that compiled with dpdk (installed from repository of ubuntu 18.04) and test this virtual interfaces with testpmd, i do following jobs : Create…
r0_ot
  • 59
  • 4
4
votes
3 answers

Mininet OVS-Controller can 't be loaded and run

When ever I try to login SSH to my mininet VM from Host terminal it shows Permission denied error and even from within VM terminal where the Mininet is hosted using command: sudo mn --topo single,3 --mac --switch ovsk --controller remote` it shows…
Milson
  • 1,525
  • 3
  • 15
  • 29
3
votes
1 answer

Cannot add a DPDK-bound interface to the OVS bridge

I am unsucessfully trying to add a PCI interface (I219-V) to the OVS bridge using ovs-vsctl: root@pc:/home/me# ovs-vsctl add-port br0 tryport -- set Interface tryport type=dpdk options:dpdk-devargs=0000:00:1f.6 ovs-vsctl: Error detected while…
lanzi
  • 71
  • 8
1
2 3
16 17