Skip to main content

API and Framework to interconnect bgpvpn to neutron networks

Project description

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

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

networking-bgpvpn-4.0.1.tar.gz (75.9 kB view details)

Uploaded Source

Built Distribution

networking_bgpvpn-4.0.1-py2-none-any.whl (74.4 kB view details)

Uploaded Python 2

File details

Details for the file networking-bgpvpn-4.0.1.tar.gz.

File metadata

File hashes

Hashes for networking-bgpvpn-4.0.1.tar.gz
Algorithm Hash digest
SHA256 feaf661132b2712bcd721117a01da19006a7c97a4f149950fd0424062cb829d0
MD5 a19402feaddb4d13e22f227b324c302d
BLAKE2b-256 5876731f3ae4c354c99511201d560c6fe436755f3a1ecc8b70cb42262ad09ba6

See more details on using hashes here.

Provenance

File details

Details for the file networking_bgpvpn-4.0.1-py2-none-any.whl.

File metadata

File hashes

Hashes for networking_bgpvpn-4.0.1-py2-none-any.whl
Algorithm Hash digest
SHA256 24618786c58407053049461d849a0484d15846f42cd074066bf33b2b0940c3f4
MD5 2962781f0e7f020458c911fef0ca2fdd
BLAKE2b-256 b71b82a041849f0e96daf11d79fcbaef1d0ed6c8b5993239fcee9d1c0ba7419a

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page