Currently in Migration - Jason Edelman's Old Blog
  • Home
  • About
  • Contact

Open Source Networking

1/21/2015

5 Comments

 
We’ve heard a lot of Software Defined Networking (SDN), Open Networking, APIs, and policy models over the past few months (and years).  There are days where it’s sickening to hear the term SDN, but even on those darkest days, the reality is that the network industry has a bright and open future.  In this post, I’m going to share a list of networking projects that I’m aware of that are not only open, but also open source.  It is definitely eye opening and extremely positive to see so much open source activity in the network industry.
Picture
From the movie Daylight starring Sly Stallone ++ Source: Flickfacts.com
Edit/Note: updated list can be found here on GitHub.  Feel free to issue a pull request to add or modify the list.

OpenDaylight (ODL) – established in April 2013 is an open source Software Defined Networking (SDN) controller platform(s).  There are different controller platforms for different use cases.

OpenFlow (OF) – established in the late 2000s, the OpenFlow 1.0 release launched in December 2009.  The Open Networking Foundation took over the development (not actually coding) of OpenFlow when ONF formed in late March / early April in 2010.

Open vSwitch (OVS) – established in mid to late 2009 by the Nicira team to replace the standard Linux bridge.  It’s goal was to provide full featured switching capabilities to virtual environments running in Linux based hypervisors such as KVM and XEN.  It’s also now being used to inter-connect containers.

Open Virtual Network (OVN) – just established last week and will be a sub project of the OVS project.  Its goal is to provide native abstractions to OVS to simplify the provisioning of logical segments, logical routers, and security groups without requiring a SDN controller (initially for OpenStack environments).

OpenStack Neutron – formerly known as Quantum, it is the core networking project and API for the OpenStack project.  For networks to be orchestrated by OpenStack, they must have a neutron plug in.  It officially became a core project in the OpenStack Folsom release.

OpFlex – launched in early 2014 by Cisco as a way to create, deploy, and manage policies. It’s initially being used as part of the Cisco Application Centric Infrastructure (ACI) solution.  Cisco has also submitted it to the IETF and is contributing work around OpFlex to the ODL and OpenStack Neutron communities.  The OpFlex project consists of three things: the OpFlex protocol, SB plugin, and the policy agent.

Data Services Engine (DSE) – initially created in 2013 by Plexxi, the DSE has become part of the OpenStack Congress project (focused on policy).  The DSE could revolutionize how different products and solutions communicate with one another.  I’ll go out on a limb and say it could be the foundation for machine learning in the data center (and IT, more generally).

Quagga – this one has been around for some time, but is gaining more visibility with companies like Cumulus actively promoting open networking.  Quagga is a routing software suite and has open source implementations of OSPF, RIP, BGP, etc.

OpenContrail – Juniper acquired Contrail, a network virtualization company, in December 2012.  Shortly after, they open sourced the product and called it OpenContrail.

MidoNet – the network virtualization product by Midokura was just open sourced less than 3 months ago.  Like a few other startups and solutions out there, they have been primarily focused on networking for OpenStack clouds.

Open Networking Install Environment (ONIE) – created by Cumulus Networks in 2012 and later adopted by the Open Compute Project (OCP), it is a lightweight operating system serving as a boot loader for bare metal switches allowing users to have choice in which operating systems can be used and loaded.  Cumulus, Big Switch, OCP, Pica8, Dell, and Plexxi (they’ve committed to it, but don’t know where they stand) are now shipping switches with ONIE pre-installed and/or support ONIE in their software.  You can find plenty whitebox/bare metal platforms that ship with ONIE that will allow you to load network operating systems like Cumulus Linux, Open Networking Linux, PicOS, etc.

Open Compute Project (OCP) – has been around since 2011 initially established by Facebook to share some of their hardware designs, but also to help accelerate hardware and software innovation in the open source world.  OCP Networking was later established in early to mid 2013, publicly launched at Interop in 2013.  It’s since been working on open source architectures for data center top of rack switches.

Prescriptive Topology Manager (PTM) – created by Cumulus in 2013 as a way to dynamically verify there is up to date and accurate cabling in place in switched networks.  This is great and I do hope other vendors adopt PTM.  I’ve been developing external (off box) functionality to do the same thing.  Check out my blog for more details.

Open Networking Linux (ONL) – emerged onto the scene in late 2013 by Big Switch Networks and is now part of the Open Compute Project (OCP).  ONL is a base level Linux distribution for bare metal switches.  One of its main goals is to be the foundation of which others/vendors can build commercial solutions on top of bare-metal switches.  Big Switch’s SwitchLight OS is an example, and is built on top of ONL.

Bird Internet Routing Daemon (BIRD) – similar to Quagga, it is an open source routing platform for Linux systems.  In contrast to Quagga, BIRD offers multiple-RIB design, is often used as a route server, and does not support ISIS.  On the other hand, Quagga is a single-RIB design, supports ISIS, and it’s not even recommended to be used as a route server.

Snort – many are aware of Snort, but it’s an open source IDS/IPS; its commercial version came via SourceFire, a company which Cisco acquired in 2013.

There are plenty more open source projects that will directly impact networking too.  A few of them include:

OpenFlow controllers – there are plenty of these still out there, many in academia

Git, Gerrit, Jenkins, Travis CI – open source tooling for source control, code review, testing, and continuous integration.  These aren’t too popular in the network community, but they can definitely have a positive impact.

SocketPlane, Weave, Akanda – new onto the network scene, SocketPlane and Weave are building open source networking solutions for Docker and Akanda (spin out from Dreamhost) is building an open source network virtualization platform for OpenStack environments.

Ansible, Puppet, Chef, SaltStack, etc. – there is an increasing amount of open source automation and configuration management tools that have been around for quite some time, but we’re just starting to see what kind of impact and what the integrations will look like for the network community

And we can’t forget about OpenNMS, Zenoss Core, Nagios Core, etc.  If you want to add more to this list, feel free to write in or comment below. 

Going Forward

As you can see there is an increasing amount of activity in the open source world as it pertains to networking.  While SDN is something that still can’t be defined, only sold to customers, it should be evident the role of open [source] networking will be significant going forward.  There are huge opportunities to break these projects and technologies down to make them more consumable for the average user (that is often forgotten about).  Because of this, I wouldn’t be surprised if we start to see different types of engagements with vendors, VARs, and integration companies.

Thanks,
Jason

Twitter: @jedelman8

5 Comments
Darrel Clute link
1/22/2015 01:58:17 am

The OpenBSD project has associated projects for OSPF, BGP, LDP/MPLS. Additional information can be found at openbgpd.org. They also have other associated projects around networking such as for load balancing through relayd, firewalling through PF (far more advanced and capable than IPTables), and IKEv2 support through OpenIKED. It is worth noting that Akanda is built on top of and around OpenBSD and these associated projects, which the cohesiveness of the projects helps in making the solution robust. OpenBSD has a longer heritage of open source networking than Linux.

Reply
Shamus McGillicuddy link
1/26/2015 10:34:40 pm

Nice list, Jason. You found a couple I'd never heard of. ONIE support is definitely hot. Add Juniper to the list. Others are on the way.

Reply
Jason Edelman link
1/26/2015 10:57:16 pm

Hi Shamus,

Add Juniper? What are you referring to? I have Contrail in there...and nothing about OCX is open...btw, also put the list on GitHub if you want to make a pull request :)

Reply
Vesko Pehlivanov
2/10/2015 11:39:48 am

Good collection. Add Project Calico, though. Definitely worth a look.

Reply
Gal Sagie link
2/15/2015 02:10:47 am

Intel DPDK (dpdk.org) is an important open source networking project.

Reply



Leave a Reply.

    Author

    Jason Edelman, Founder of Network to Code, focused on training and services for emerging network technologies. CCIE 15394.  VCDX-NV 167.


    Enter your email address:

    Delivered by FeedBurner


    Top Posts

    The Future of Networking and the Network Engineer

    OpenFlow, vPath, and SDN

    Network Virtualization vs. SDN

    Nexus 7000 FAQ

    Possibilities of OpenFlow/SDN Applications 

    Loved, Hated, but Never Ignored #OpenFlow #SDN

    Software Defined Networking: Cisco Domination to Market Education

    OpenFlow, SDN, and Meraki

    CAPWAP and OpenFlow - thinking outside the box

    Introduction to OpenFlow...for Network Engineers


    Categories

    All
    1cloudroad
    2011
    2960
    40gbe
    7000
    Arista
    Aruba
    Big Switch
    Brocade
    Capwap
    Christmas
    Cisco
    Controller
    Data Center
    Dell Force10
    Embrane
    Extreme
    Fex
    Hadoop
    Hp
    Ibm
    Isr G2
    Juniper
    Limited Lifetime Warranty
    Meraki
    Multicast
    N7k
    Nexus
    Nicira
    Ons
    Opendaylight
    Openflow
    Openstack
    Presidio
    Qsfp
    Quick Facts
    Routeflow
    Sdn
    Sdn Ecosystem
    Security
    Ucs


    Archives

    May 2015
    April 2015
    February 2015
    January 2015
    December 2014
    November 2014
    October 2014
    September 2014
    August 2014
    June 2014
    May 2014
    March 2014
    February 2014
    January 2014
    December 2013
    November 2013
    October 2013
    September 2013
    August 2013
    July 2013
    June 2013
    May 2013
    April 2013
    March 2013
    February 2013
    January 2013
    December 2012
    November 2012
    October 2012
    June 2012
    May 2012
    April 2012
    March 2012
    February 2012
    January 2012
    December 2011
    November 2011


    RSS Feed


    View my profile on LinkedIn
Photo used under Creative Commons from NASA Goddard Photo and Video