Re: [ovs-discuss] OpenVswitch GRE to physical interface

2014-06-13 Thread Brent Salisbury
Hi Tarek, Here are a couple of examples defining per port IPv4 TEP src/dst in the OVSDB tables statically and a per flow setup in case it helps. Its an exciting topic so pardon, the verbosity. Host1 --- ovs-vsctl add-br br0 ovs-vsctl set bridge br0 protocols=OpenFlow13 ovs-vsctl add-port br0

Re: [ovs-discuss] Handling ARP flows

2014-03-27 Thread Brent Salisbury
If you want to try it out here are some quick commands from my notes. Fyi, if you don¹t have an OOB nic and don¹t script moving the IP from ethX to brX it will clip you connection :) Configure a bridge and add eth0 to the new bridge: -- sudo ovs-vsc

Re: [ovs-discuss] Controller Connection openvswitch

2014-03-24 Thread Brent Salisbury
Echoing what Ben said, the issue will certainly be on the controller or configuration issue with the fabric the control channel is on (loops etc). I would forward the email along with logs from the OSGI console or the /logging directory to controller-...@lists.opendaylight.org Alternatively you ca

Re: [ovs-discuss] Capability table

2013-12-02 Thread Brent Salisbury
Hey Kieth, OVS v1.4.3 has the capabilities table. It is the default repo still on Ubuntu 12.10 which you might already have if you have a Mininet instance. brent@mininet-vm:~# cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=12.10 DISTRIB_CODENAME=quantal DISTRIB_DESCRIPTION="Ubuntu 12.10"

[ovs-discuss] OpenFlow Dissector in the Native Wireshark Dev Branch

2013-09-24 Thread Brent Salisbury
FYI, the OpenFlow dissector appears natively included in the nightly dev builds. The latest build broke the dissectors I had been using so figured this would help a few others like me. The build I looked at was: Wireshark 1.11.0-SVN-52202 http://www.wireshark.org/download/automated/ For a Mac jus

Re: [ovs-discuss] [Port-Mirroring]

2012-12-04 Thread Brent Salisbury
Hi Hasan, Not sure exactly what you are looking for from your message. If you want all the traffic on the OVS host you can do something along the lines of whats below. # ovs-vsctl list port _uuid : 9b32a383-164b-4aab-8f2d-f9f401d347d4 <---Plug in this UUID below. bond_downdelay : 0 bond_

Re: [ovs-discuss] Open vSwitch Red Hat Installation CentOS 6.3

2012-12-02 Thread Brent Salisbury
x27;t heard of it before. Lots of good folks willing help where they can. Cya! --Brent On 12/1/12 12:41 PM, "Kyle Mestery (kmestery)" wrote: >On Dec 1, 2012, at 1:03 AM, Brent Salisbury >wrote: >> >> Hi all, >> >> I know some folks have had issue

[ovs-discuss] Open vSwitch Red Hat Installation CentOS 6.3

2012-11-30 Thread Brent Salisbury
Hi all, I know some folks have had issues with Red Hat installs recently (including myself) from a kernel-devel bug w/ a bad sym-link for one. I finally carved out some time to update a how-to on CentOS 6.3 w/ the 1.7.1 tarball. Here is the link in case it helps. http://networkstatic.net/open-vsw