Giter Site home page Giter Site logo

leftylin / networking-bgpvpn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openstack/networking-bgpvpn

0.0 1.0 0.0 1 MB

API's and framework to attach bgp vpn to Neutron networks

Home Page: http://openstack.org

License: Apache License 2.0

Shell 1.07% Python 98.52% Mako 0.40%

networking-bgpvpn's Introduction

BGP-MPLS VPN Extension for OpenStack Networking

This project provides an API and Framework to interconnect BGP/MPLS VPNs to Openstack Neutron networks, routers and ports.

The Border Gateway Protocol and Multi-Protocol Label Switching are widely used Wide Area Networking technologies. The primary purpose of this project is to allow attachment of Neutron networks and/or routers to carrier provided WANs using these standard protocols. An additional purpose of this project is to enable the use of these technologies within the Neutron networking environment.

A vendor neutral API and data model are provided such that multiple backends may be "plugged in" while offering the same tenant facing API. A reference implementation based on an Open Source BGP implementation is also provided.

Devstack Quick start

To test this framework with the dummy driver (not doing any real interaction with BGP nor the forwarding plane) you can:

  • install devstack
  • add the devstack plugin for the BGPVPN service plugin to your local.conf: :

    [[local|localrc]]
    enable_plugin networking-bgpvpn git://git.openstack.org/openstack/networking-bgpvpn.git
  • bgpvpn-create/update/associate/delete/show/list commands will be available with the neutron client, for example: :

    source openrc admin admin
    neutron bgpvpn-create --route-targets 64512:1 --tenant-id b954279e1e064dc9b8264474cb3e6bd2
    neutron bgpvpn-list
    neutron bgpvpn-update 1009a0f326b6403180c18f3caa1430de --name myBGPVPN
    neutron bgpvpn-net-assoc-create myBGPVPN --network 828cddad3b834e79b79abc1b87b6cca0
    # returns <net-assoc-uuid>
    neutron bgpvpn-net-assoc-list myBGPVPN
    neutron bgpvpn-net-assoc-show <net-assoc-uuid> myBGPVPN 
    neutron bgpvpn-net-assoc-delete <net-assoc-uuid> myBGPVPN

networking-bgpvpn's People

Contributors

codevulture avatar davidblaisonneau-orange avatar dhellmann avatar emonty avatar fungi avatar matrohon avatar nikolas-hermanns avatar pcarver avatar ramanjieee avatar sakaia avatar tmmorin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.