February 2012 SDN Thoughts
I commented on a blog post earlier and I am recording my updated thoughts to review over the next few years to see how wrong I was. My initial business cases still have not changed much from 4 months ago. It has always been and will be about money. What will drive this is the ability to commoditize networking vendors and level …
OpenVswitch and GRE tunnel notes
Here is a quick post for setting up GRE tunnels on OpenVswitch. Both Vswitch boxes are attached to an OpenFlow Beacon controller. More up to date how-to can be found here: Configuring VXLan and GRE tunnels on OpenvSwitch KVM live storage migration makes an interesting story and run at VMware tools. The dreaded layer2 data center link conversation may never …
Installing Open vSwitch with KVM
This tutorial is for installing Open vSwitch with KVM in order to replace traditional hypervisor Ethernet switching using Linux bridging with Open vSwitch. I rebuilt this box becuase as fun as it was to setup OpenStack (I think) there are a million modules that would take more time to clip out rather than just rebuilding. Anyone gotten Nova integrated into …
OpenStack on Ubuntu 11.10 Installation
My notes from an OpenStack & Ubuntu 11.10. These are only my notes. Lots of errors. It was a fairly painless install. I didnt have the lab gear setup with two Nics so I got a bit kludgy at the end. I think the interesting component will be to replace the Openstack bridging with OpenVswitch. sudo apt-get install rabbitmq-server sudo …
Installing NOX OpenFlow Controller on Ubuntu 11.10
Updated UB 11.10 post here It is all pretty straight forward except for the default branch is zaku(stable) which has compilation issues. This switches the branch to destiny(unstable). $wget http://openflowswitch.org/downloads/debian/binary/nox-dependencies.deb $dpkg –info nox-dependencies.deb $cd /etc/apt/sources.list.d $sudo wget http://openflowswitch.org/downloads/debian/nox.list $sudo apt-get update $sudo apt-get install nox-dependencies $git clone git://noxrepo.org/nox $cd nox Make sure you run the destiny branch from within the …
Installing Openvswitch and KVM on CentOS 6.2
This is all (mostly) covered in the INSTALL.Linux inside the tar. This might help folks with some of the graph
1 2 3 4 5 6 7 8 9 10 |
$ wget http://openvswitch.org/releases/openvswitch-1.3.0.tar.gz wget http://download.fedoraproject.org/pub/fedora/linux/releases/16/Everything/source/SRPMS/autoconf-2.68-2.fc15.src.rpm $rpm -ivh webdot-2.26-1.el6.noarch.rpm $yum -y install graphviz-tcl $yum -y install python-zope-filesystem $yum -y install python-zope-interface $yum -y install automake $yum -y install autoconf |
add yum -y install openssl-devel this package is necessary if you use SSL with OpenVSWitch. (Thanks for input Marcos)
1 2 3 |
$yum –y install gcc |
The Open vSwitch datapath requires bridging support (CONFIG_BRIDGE) to be built as a kernel module. (This is common in …
Top 10 Reasons I think SDN Openflow will gain momentum
Predicting the future is often as easy as looking at the past, no crystal ball required.
The MPLS and transport roles merge
The Juniper PTX in 2011 was a pretty bold merge of the OTN and MPLS functionality into one box. They are marketing it as the “Converged Supercore” http://www.juniper.net/as/en/dm/supercore/. As the debate of packet vs. circuit switched networks has clearly been won by the packet side of the house. Arguably the the increasing demands of service provider bandwidth for triple play …