Using PCE for path computation, PCEP for device config and BGP-LS for topology discovery vcpe

Size: px
Start display at page:

Download "Using PCE for path computation, PCEP for device config and BGP-LS for topology discovery vcpe"

Transcription

1 Requirement Configuration and management of DC networks using OpenStack Neutron Using overlay L2/L3 network for VM/IaaS connectivity Configuration and management of Open vswitch instances; deploying all the VXLAN tunnels required an Controller for OVS provisioning Using ODL topology manager to automatically generate a model of the network topology Fabric control: configuration and management of network elements (switches, routers) using OVSDB an Controller for hardware based OVS devices Dynamic L2 and L3 VPN provisioning using L2 and L3 network elements and Netconf interface Using MPLS or overlay network to dynamically create or extend L2/L3 VPN BGP-LS for topology discovery and synchronization PCEP for Tunnels discovery and enforcement With the ability to add customized Path Computation algorithms MPLS-TE on Demand Using PCE for path computation, PCEP for device config and BGP-LS for topology discovery vcpe Extending the L2 network overlay used in datacenters to the Operator's Access network (Border Network Gateway)

2 Priority Feature Description/Use Case OpenDaylight Status Remarks (1) Communication between VMs on the same Compute node Done Traffic should not leave the host. VM MAC bridging as well as ARP (and IPv6 ND?) should be handled locally on 'br-int' MVP L2 (subnet, network, port) (2) Communication between VMs on different Compute nodes Done Traffic should be directly forwarded between the Compute nodes Support for VLAN, VXLAN, and NVGRE encapsulation. VXLAN is the recommended one Traffic should not leave the host. Requires support for distributed router and local ARP (1) Communication between VMs on the same Compute node Done response MVP IPv4 routing (2) Communication between VMs on different Compute nodes (east-west) Done Traffic should be directly routed between the Compute nodes. Requires support for distributed router and local ARP response (3) Outgoing NPAT connectivity (north-south), aka SNAT WIP Traffic should be NATed between the Compute nodes and the external network. Requires external network access on each compute (br-ex) (4) 1:1 NAT for floating IP support (north-south) Done Traffic should be NATed between the Compute nodes and the external network. Requires external network access on each compute (br-ex) MVP Security Groups (IPv4) Ingress/egress firewall rules per Neutron port Investigate Native OVS/contrack using 2.4.0? Need to discuss the default rules. Also, it's importnat to provide support/compatibility with ML2 port-security (key for NFV) High IPv4 IPAM/DHCP IPv4 DHCP service, including extra options support (MTU, DNS, etc.) Need to discuss dnsmasq/dhcp-agent vs. native OVS/OpenFlow implementation High Metadata Cloud-init support for VM instances (config-drive?) The ML2/OVS implementation is very complex here, where Neutron (l3-agent, metadataagent) proxies the request to Nova. Need to think of an elegant way to impletment a openstack feature (in nova), but since we're changing l3 architecture, it will break things. distributed version of it. The metadata agent adds some HTTP headers for nova. I don't know if OVS can alter HTTP headers. Also, need to make sure that config-drive is tested properly for IPv6 Medium Security Groups (IPv6) Ingress/egress firewall rules per Neutron port Medium Medium IPv6 IPAM/DHCP No IPv6 at all in ODL provision OVS instances appropriately (1) Communication between VMs on the same Compute node No floating IP's for IPv6 (2) Communication between VMs on different Compute nodes (east-west) (3) External routing support (north-south) Neutron allows for SLAAC, DHCPv6 stateful, and DHCPv6 stateless address assignme (ipv6_ra_mode, ipv6_address_mode) Traffic should not leave the host. Requires support for distributed router and local ND response Traffic should be directly routed between the Compute nodes. Requires support for distributed router and local ND response. Requires external network access on each compute node (br-ex) Assuming tenants are assigned with global routed addresses (no need for NAT, no floating IP support) Need to discuss provisioning of the upstream router (i.e., static default-route config, or dynamic learning via RA/SLAAC) - as of Kilo, Neutron supports both Could be interesting to consider BGP support Need to discuss dnsmasq/dhcp-agent vs. native OVS/OpenFlow implementation Need to also consider the router (RAs are required for SLAAC, DHCPv6 stateless, and for default-route and MTU advertisment) Medium HW VTEP Ability to offload the VXLAN GW functionality to hardware, typically to a ToR switch Cumulus and HP looking into this Low LB LBaaS Medium customer demand. Need to consider API v1/v2 support, and keep in mind the shift towards Octavia as a virtual appliance Low VPN VPNaaS Low customer demand Nice to have FW FWaaS API is still considered experimental. Low customer demand TBD TBD IPv6 routing Provider Networks SR-IOV networking Direct VM connectivity into a pre-existing physical network (flat and VLAN being the most common network types) Direct assignemt of a VF into a Neutron port (Juno) Direct assignemt of an enitre PF into a Neutron port (WIP for Liberty) Need to check OVS/contack support for that (don't think this is covered in 2.4.0) - see Need to discuss the default rules This is a very common deployment with Neutron today, as it bypasses the l3-agent (and possibly the dhcp-agent) completely, and let the physical network handle routing and Currently implemented via an ML2 driver (sriovnicswitch). Requires bridge-mapping into a flat/vlan network Customer demand (Telefonica) for external switch control via OpenFlow - see Low Live migration

3 User Story As a <type of user>, I want <some goal> so that <some reason> As a tenant, I want to create logical networks so that I can plug in my VMs on demand As a tenant, I want to be able to attach subnets to my logical networks so that VMs are automatically assigned with IPv4 addresses As a tenant, I want to be able to choose my IPv4 addressing scheme so that VMs get assigned with IPs based on my application design As a tenant, I want to be able to specify the exact IPv4 address that will be assigned to my VM so that I can pick an IP based on my needs As a tenant, I want to be able to configure extra DHCP options for my subnets, so that I can pass information like MTU or DNS into my VMs Acceptance Criteria Verify that <some test> Verify that a tenant user can create a network using the API, CLI or Horizon UI Verify that a tenant can create an IPv4 subnet and attach it to a network. With IPv4, DHCP should be enabled by default so that VMs will get addresses assigned automatically Verify that a tenant user can chhose whatever IPv4 subnet he would like for his subnets. That also means that overlapping IP support is a mandatory requirement Verify that a tenant can disbale DHCP for a given subnet and statically/manually assign IPs from the subnet range Verify that extra options such as DNS server are showed propeprly in the subnet attributes and being passed into the VM guests plugged into the network As a tenant, I want that VMs on the same logical network will be able to communicate over IPv4 or IPv6 Veirfy that VMs on the same network can be bridged properly. Test using ICMP pings Verify that a teant user can create a router device and link it into their subnets so that it assigned with IP address from each subnet and performs routing. Easy test would be to issue a ping between VMs located on As a tenant, I want to create logical routers so that I can route between my different subnets different L3 subnets As a tenant, I want to be able to connect my routers into an external network so that I can communucate Verify that a tenant user can connect it's router to a (preconfigured) external network. Verify that a proper with outside systems defualt-route is configured on the virtual router As a tenant, I want to have external (egress) connectivity from my VMs by default, so that I can reach out Verify that a VM can ping external systems once link to the extrnal network. SNAT should take place in the external resources (e.g the Internet) without any special configuration background, with no user intervention and with no need to change the IP address configuration on the guest Veirfy that a tenant user can assign a floating IP to a VM. Once the floating IP is assigned, DNAT/1:1 NAT process should take place in the background, with no user intervention and with no need to change the IP As a tenant, I want to be able to assign floating IPs to my VMs so that they can be reached from external address configuration on the guest. With floating IP, all ingress and egress traffic flow on the VM should be networks (e.g the Internet) using the floting IP only As a tenant, I want to be able to control what traffic can flow in and out my VM using standard TCP/IP Verify that a tenant can setup security-groups per VM port and filter/match traffic based on IP address, IP characteristics, so that I can limit the applications running on it protocol numbers, TCP/UDP port numbers and ICMP codes. As a tenant, I want my VMs to have only egress traffic allowed so that they will be protected from outside Verify that with default security group rules applied, all ingress traffic is blcked* and eagress traffic is allowed. systems Only trusted control-plane traffic should be allowed to allow successful ARP and DHCP negotiation As a tenant, I want my VMs to originate or process incoming traffic using their assigned IP and MAC Verify that with default security group rules applied, the VM can not send or recieve packets with MAC or IP addresses only so that they will be protected from spoofing attacks address other then the ones known to Neutron As a tenant, I want to be able to turn-off any security polices on the VM, so that I can run network applications (VNFs) inside the VM Verify that a tenant can turn off security-groups entirely on a per port basis As a tenant user, I want to be able to define the hostname and root password for my instance/vm. Acceptance criteria: System injects metadata information into the VM/instance so that tenant user's metadata, e.g hostname or root password is associated with the guest Veirfy that cloud-init is working properly and that metadata information can be pushed from the Nova API As a tenant, I want to be able to assign an IPv6 subnet to my networks so that my VMs can operate using Veirfy that a tenant can create an IPv6 subnet and choose the address assigment options via the API, CLI, and IPv6 Horizon UI As a tenant, I want to able to control the IPv6 address assignment options of my subnets, so that I can pick between SLAAC, DHCPv6 stateless or DHCPv6 stateful Veirfy that a tenant can choose the address assigment option per subnet via the API, CLI, and Horizon UI As a tenant, I want to pick my IPv6 addresses so that the VMs will be assigned with global unicast Veirfy that a tenant can disable automatic address assignment and statically assign IPv6 addresses to VMs addresses from my range from the subnet range. Veirfy that a tenant can link different IPv6 networks/subnets to a router. Test would be to issue a ping6 between As a tenant, I want to be able to create routers so that I can route between my IPv6 subnets VMs located on different L3 subnets As a tenant, I want to have full reachability (ingress and eagress) using IPv6 only so that I can use my Veirfy that once a network/subnet is connected into the external network via a router, traffic can be route in and global unicast addresses for my applications out from the VMs (no NAT or floating IP support, just classic routing) As a tenant, I want to assign to a VM port with both an IPv4 and IPv6 address so that my applications can utilize dual-stack support Verify that a tenant can create a network and assign it with two subnets: one IPv4 based and one IPv6 based Verify that a tenant can create a network and assign it with two subnets: one IPv4 based and one IPv6 based. As a tenant, I want to attach both an IPv4 subnet and IPv6 subnet to a single network so that I can run in VM attached to this network should get both an IPv4 and IPv6 address from the configured ranges on their dual-stack mode port/logical device within the guest As a tenant, I want to be able to control what traffic can flow in and out my VM using standard TCP/IPv6 Verify that a tenant can setup security-groups per VM port and filter/match traffic based on IPv6 address, IPv6 characteristics, so that I can limit the applications running on it protocol numbers, TCP/UDP port numbers and ICMPv6 codes. As a tenant, I want to be able to live migrate my VMs between different Compute nodes, so that I can recover my application in case of a failure

4 As a cloud architect, I want the compute nodes to handle ARP and IPv6 ND process so that I can avoid punting this traffic into a dedicated node As a cloud architect, I want each compute node to handle L2 switching in a distributed matter so that traffic flow is optimal As a cloud architect, I want each comute node to handle L3 routing between tenant subnets in a distributed matter so that I can avoid using a dedicated Network node As a cloud architect, I want each comute node to handle floating IPs/DNAT directly so that I can avoid using a dedicated Network node As a cloud architect, I want each compute node to handle the default SNAT functionalty so that I can avoid using a dedicated Network node As a cloud architect, I want each compute node to handle DHCP and IP address assignment locally so that I can avoid using a dedicated Network node As a cloud architect, I want each to be able to choose between VLAN, GRE and VXLAN as a tenant segmentation technology As a cloud architect, I want an elgant solution for mapping between MAC addresses and VTEP IP addresses so that BUM (broadcast, unknown unicast, and multicast) traffic will not need to be flooded everywhere or sent to a centeral location Verify that VMs can communicate locally or between Compute nodes with no need to send ARP or IPv6 ND traffic to any outside system Verify that VMs running on the same Compute node and belonging to the same network can communicate locally with no need to send traffic to any outside system. Only traffic destined to a VM running on a different compute should be sent out through the physical network directly to the correct Compute Verify that VMs running on the same Compute node and belonging to the same tenant can communicate locally with no need to send traffic to any outside system. Only traffic destined to a VM running on a different compute should be sent out through the physical network, directly to the correct Compute Verify that VM can reach the external network directly with no need to send the traffic to a cenntral place Verify that VM can reach the external network directly with no need to send the traffic to a cenntral place As a cloud operator, I want to be able to choose between GRE, VXLAN or VLAN segregation for each of my tenants so that I can pick the best solution based on my network design As a cloud operator, I want the MTU to be automatically adjusted properly for me on all relevant network devices in the Compute nodes so that my clients get the best performance and utilization while avoiding packet fragmentation As a cloud operator, I want the system to automatically discover all Compute nodes/ovs instances so that I can troubleshoot the enviornment more easily As a cloud operator, I want to get notices if a Compute node/ovs instance is going down so that I can troubleshoot the enviornment more easily As a cloud operator, I want to get live numbers showing the network bandwidth utilization on the Compute nodes so that I can troubleshoot the enviornment more easily As a cloud operator, I want to be able to run connectivity tests (for e.g ping or tracert) for my tenants from a centerlized management system so that I can troubleshoot the enviornment more easily As a cloud operator, I want to able to retreive information about the upstream (for e.g ToR) switch connected to each Compute so that I can troubleshoot the enviornment more easily Verify that VMs can get proper network access with both overlays (GRE, VXLAN) and VLANs Verify that ODL automatically generate a model of the network topology, and listing all OVS instances Verify that ODL automatically generate a model of the network topology, and listing all OVS instances

5 Performance Resiliency Security Scalability Support IPv6 at API, GUI and CLI level Migration from ML2/OVS?

6 Discovery of Compute nodes Autoconfig of OVS manager (?) Setup of clustering

ODL Summit Bangalore - Nov 2016 IPv6 Design in OpenDaylight

ODL Summit Bangalore - Nov 2016 IPv6 Design in OpenDaylight ODL Summit Bangalore - Nov 2016 IPv6 Design in OpenDaylight Sridhar Gaddam (sgaddam@redhat.com) Dayavanti Gopal Kamath (dayavanti.gopal.kamat@ericsson.com) Agenda IPv6 Intro. IPv6 Neighbor Discovery. IPv6

More information

Neutron networking with RHEL OpenStack Platform. Nir Yechiel Senior Technical Product Manager, OpenStack Red Hat

Neutron networking with RHEL OpenStack Platform. Nir Yechiel Senior Technical Product Manager, OpenStack Red Hat Neutron networking with RHEL OpenStack Platform Nir Yechiel (@nyechiel) Senior Technical Product Manager, OpenStack Red Hat About Me OpenStack Community Member Working with customers deploying OpenStack

More information

Cloud Networking (VITMMA02) Network Virtualization: Overlay Networks OpenStack Neutron Networking

Cloud Networking (VITMMA02) Network Virtualization: Overlay Networks OpenStack Neutron Networking Cloud Networking (VITMMA02) Network Virtualization: Overlay Networks OpenStack Neutron Networking Markosz Maliosz PhD Department of Telecommunications and Media Informatics Faculty of Electrical Engineering

More information

Red Hat OpenStack Platform 10 Red Hat OpenDaylight Product Guide

Red Hat OpenStack Platform 10 Red Hat OpenDaylight Product Guide Red Hat OpenStack Platform 10 Red Hat OpenDaylight Product Guide Overview of Red Hat OpenDaylight OpenStack Team Red Hat OpenStack Platform 10 Red Hat OpenDaylight Product Guide Overview of Red Hat OpenDaylight

More information

Neutron: peeking behind the curtains

Neutron: peeking behind the curtains Neutron: peeking behind the curtains (that is to say how Neutron builds virtual networks) Salvatore Orlando VMware Twitter: @taturiello IRC: salv-orlando Email: sorlando(at)vmware.com Before we start Make

More information

Managing Demand Spikes in a highly flexible and agile deployment

Managing Demand Spikes in a highly flexible and agile deployment Managing Demand Spikes in a highly flexible and agile deployment Yuki Sato S2 (Akita, Japan) Jan Hilberath Midokura (Tokyo, Japan) Agenda Company Introduction Why SUSE OpenStack with MidoNet? MidoNet Introduction

More information

OPEN CONTRAIL ARCHITECTURE GEORGIA TECH SDN EVENT

OPEN CONTRAIL ARCHITECTURE GEORGIA TECH SDN EVENT OPEN CONTRAIL ARCHITECTURE GEORGIA TECH SDN EVENT sdn-and-nfv-technical---georgia-tech---sep-2013---v2 Bruno Rijsman, Distinguished Engineer 24 September 2013 Use Cases 2 Copyright 2013 Juniper Networks,

More information

Building NFV Solutions with OpenStack and Cisco ACI

Building NFV Solutions with OpenStack and Cisco ACI Building NFV Solutions with OpenStack and Cisco ACI Domenico Dastoli @domdastoli INSBU Technical Marketing Engineer Iftikhar Rathore - INSBU Technical Marketing Engineer Agenda Brief Introduction to Cisco

More information

Data Center Configuration. 1. Configuring VXLAN

Data Center Configuration. 1. Configuring VXLAN Data Center Configuration 1. 1 1.1 Overview Virtual Extensible Local Area Network (VXLAN) is a virtual Ethernet based on the physical IP (overlay) network. It is a technology that encapsulates layer 2

More information

Layer-4 to Layer-7 Services

Layer-4 to Layer-7 Services Overview, page 1 Tenant Edge-Firewall, page 1 LBaaS, page 2 FWaaS, page 4 Firewall Configuration, page 6 Overview Layer-4 through Layer-7 services support(s) end-to-end communication between a source and

More information

Multi-site Datacenter Network Infrastructures

Multi-site Datacenter Network Infrastructures Multi-site Datacenter Network Infrastructures Petr Grygárek rek 2009 Petr Grygarek, Advanced Computer Networks Technologies 1 Why Multisite Datacenters? Resiliency against large-scale site failures (geodiversity)

More information

Introduction to Neutron. Network as a Service

Introduction to Neutron. Network as a Service Introduction to Neutron Network as a Service Assaf Muller, Associate Software Engineer, Cloud Networking, Red Hat assafmuller.wordpress.com, amuller@redhat.com, amuller on Freenode (#openstack) The Why

More information

Huawei CloudFabric and VMware Collaboration Innovation Solution in Data Centers

Huawei CloudFabric and VMware Collaboration Innovation Solution in Data Centers Huawei CloudFabric and ware Collaboration Innovation Solution in Data Centers ware Data Center and Cloud Computing Solution Components Extend virtual computing to all applications Transform storage networks

More information

FloatingIP Enhancement For Public Cloud Infrastructure

FloatingIP Enhancement For Public Cloud Infrastructure FloatingIP Enhancement For Public Cloud Infrastructure June 4, 2015 Yushiro Furukawa Fujitsu Limited 0 Who am I? Yushiro Furukawa (Speaker) Software Engineer of Fujitsu from 2011 Developer of OpenStack

More information

Virtualization Design

Virtualization Design VMM Integration with UCS-B, on page 1 VMM Integration with AVS or VDS, on page 3 VMM Domain Resolution Immediacy, on page 6 OpenStack and Cisco ACI, on page 8 VMM Integration with UCS-B About VMM Integration

More information

Project Calico v3.2. Overview. Architecture and Key Components. Project Calico provides network security for containers and virtual machine workloads.

Project Calico v3.2. Overview. Architecture and Key Components. Project Calico provides network security for containers and virtual machine workloads. Project Calico v3.2 Overview Benefits Simplicity. Traditional Software Defined Networks (SDNs) are complex, making them hard to deploy and troubleshoot. Calico removes that complexity, with a simplified

More information

Service Graph Design with Cisco Application Centric Infrastructure

Service Graph Design with Cisco Application Centric Infrastructure White Paper Service Graph Design with Cisco Application Centric Infrastructure 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 101 Contents Introduction...

More information

Provisioning Overlay Networks

Provisioning Overlay Networks This chapter has the following sections: Using Cisco Virtual Topology System, page 1 Creating Overlays, page 2 Creating Network using VMware, page 4 Creating Subnetwork using VMware, page 4 Creating Routers

More information

Openstack Networking Design

Openstack Networking Design Openstack Networking Design Pete Lumbis CCIE #28677, CCDE 2012::3 Cumulus Networks Technical Marketing Engineer 1 Openstack Overview Takes a pool of servers Deploys s (OS, disk, memory, CPU cores, etc)

More information

OpenStack Network Design using Cisco Solutions Shannon McFarland CCIE #5245 Principal

OpenStack Network Design using Cisco Solutions Shannon McFarland CCIE #5245 Principal OpenStack Network Design using Cisco Solutions Shannon McFarland CCIE #5245 Principal Engineer @eyepv6 Other Sessions Getting Started with OpenStack (DEVNET-1101) OpenStack Enabling DevOps (DEVNET-1104)

More information

Nexus 1000V in Context of SDN. Martin Divis, CSE,

Nexus 1000V in Context of SDN. Martin Divis, CSE, Nexus 1000V in Context of SDN Martin Divis, CSE, mdivis@cisco.com Why Cisco Nexus 1000V Losing the Edge Server Admin Host Host Host Host Server Admin manages virtual switching! vswitch vswitch vswitch

More information

BIG-IP TMOS : Tunneling and IPsec. Version 13.0

BIG-IP TMOS : Tunneling and IPsec. Version 13.0 BIG-IP TMOS : Tunneling and IPsec Version 13.0 Table of Contents Table of Contents Creating IP Tunnels... 7 About IP tunnels...7 About point-to-point tunnels... 7 Creating a point-to-point IP tunnel...8

More information

Fully Scalable Networking with MidoNet

Fully Scalable Networking with MidoNet Fully Scalable ing with MidoNet Sandro Mathys Community Manager Sandro Mathys MidoNet Community Manager at Midokura Former Linux Systems Engineer Long standing contributor to Fedora & RDO Twitter / Freenode

More information

Project Calico v3.1. Overview. Architecture and Key Components

Project Calico v3.1. Overview. Architecture and Key Components Project Calico v3.1 Overview Benefits Simplicity. Traditional Software Defined Networks (SDNs) are complex, making them hard to deploy and troubleshoot. Calico removes that complexity, with a simplified

More information

Multi-Site Use Cases. Cisco ACI Multi-Site Service Integration. Supported Use Cases. East-West Intra-VRF/Non-Shared Service

Multi-Site Use Cases. Cisco ACI Multi-Site Service Integration. Supported Use Cases. East-West Intra-VRF/Non-Shared Service Cisco ACI Multi-Site Service Integration, on page 1 Cisco ACI Multi-Site Back-to-Back Spine Connectivity Across Sites Without IPN, on page 8 Bridge Domain with Layer 2 Broadcast Extension, on page 9 Bridge

More information

Huawei CloudEngine Series. VXLAN Technology White Paper. Issue 06 Date HUAWEI TECHNOLOGIES CO., LTD.

Huawei CloudEngine Series. VXLAN Technology White Paper. Issue 06 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 06 Date 2016-07-28 HUAWEI TECHNOLOGIES CO., LTD. 2016. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

Provisioning Overlay Networks

Provisioning Overlay Networks This chapter has the following sections: Using Cisco Virtual Topology System, page 1 Creating Overlays, page 2 Creating Network using VMware, page 3 Creating Subnetwork using VMware, page 4 Creating Routers

More information

OpenStack Networking Services and Orchestration 2015 BROCADE COMMUNICATIONS SYSTEMS, INC. COMPANY PROPRIETARY INFORMATION

OpenStack Networking Services and Orchestration 2015 BROCADE COMMUNICATIONS SYSTEMS, INC. COMPANY PROPRIETARY INFORMATION OpenStack Networking Services and Orchestration 2015 BROCADE COMMUNICATIONS SYSTEMS, INC. COMPANY PROPRIETARY INFORMATION A Brief History of Networking Intelligent Industry Solutions Scale Architecture

More information

Lecture 7 Advanced Networking Virtual LAN. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it

Lecture 7 Advanced Networking Virtual LAN. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Lecture 7 Advanced Networking Virtual LAN Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Advanced Networking Scenario: Data Center Network Single Multiple, interconnected via Internet

More information

Enterprise. Nexus 1000V. L2/L3 Fabric WAN/PE. Customer VRF. MPLS Backbone. Service Provider Data Center-1 Customer VRF WAN/PE OTV OTV.

Enterprise. Nexus 1000V. L2/L3 Fabric WAN/PE. Customer VRF. MPLS Backbone. Service Provider Data Center-1 Customer VRF WAN/PE OTV OTV. 2 CHAPTER Cisco's Disaster Recovery as a Service (DRaaS) architecture supports virtual data centers that consist of a collection of geographically-dispersed data center locations. Since data centers are

More information

Hierarchical Fabric Designs The Journey to Multisite. Lukas Krattiger Principal Engineer September 2017

Hierarchical Fabric Designs The Journey to Multisite. Lukas Krattiger Principal Engineer September 2017 Hierarchical Fabric Designs The Journey to Multisite Lukas Krattiger Principal Engineer September 2017 A Single Fabric, a Single Data Center External Layer-3 Network Pod 1 Leaf/ Topologies (aka Folded

More information

IP Fabric Reference Architecture

IP Fabric Reference Architecture IP Fabric Reference Architecture Technical Deep Dive jammon@brocade.com Feng Shui of Data Center Design 1. Follow KISS Principle Keep It Simple 2. Minimal features 3. Minimal configuration 4. Configuration

More information

Building Open Source-Based Cloud Solutions with OpenDaylight. Colin Dixon, Brocade/OpenDaylight Lisa Caywood, OpenDaylight

Building Open Source-Based Cloud Solutions with OpenDaylight. Colin Dixon, Brocade/OpenDaylight Lisa Caywood, OpenDaylight Building Open Source-Based Cloud Solutions with OpenDaylight Colin Dixon, Brocade/OpenDaylight Lisa Caywood, OpenDaylight Part of a New OPEN Networking Stack Networking Apps ORCHESTRATION (NFVO,...) Mgmt

More information

What is ONOS? ONOS Framework (ONOSFW) is the OPNFV project focused on ONOS integration. It is targeted for inclusion in the Brahmaputra release.

What is ONOS? ONOS Framework (ONOSFW) is the OPNFV project focused on ONOS integration. It is targeted for inclusion in the Brahmaputra release. What is ONOS? Open Network Operating System (ONOS) is an open source SDN network operating system. Our mission is to enable Service Providers to build real SDN/NFV Solutions. ONOS Framework (ONOSFW) is

More information

Contents. EVPN overview 1

Contents. EVPN overview 1 Contents EVPN overview 1 EVPN network model 1 MP-BGP extension for EVPN 2 Configuration automation 3 Assignment of traffic to VXLANs 3 Traffic from the local site to a remote site 3 Traffic from a remote

More information

Cisco ACI Multi-Pod/Multi-Site Deployment Options Max Ardica Principal Engineer BRKACI-2003

Cisco ACI Multi-Pod/Multi-Site Deployment Options Max Ardica Principal Engineer BRKACI-2003 Cisco ACI Multi-Pod/Multi-Site Deployment Options Max Ardica Principal Engineer BRKACI-2003 Agenda ACI Introduction and Multi-Fabric Use Cases ACI Multi-Fabric Design Options ACI Stretched Fabric Overview

More information

Configuring Policy-Based Redirect

Configuring Policy-Based Redirect About Policy-Based Redirect, on page 1 About Multi-Node Policy-Based Redirect, on page 3 About Symmetric Policy-Based Redirect, on page 3 Policy Based Redirect and Hashing Algorithms, on page 4 Policy-Based

More information

Integration of Hypervisors and L4-7 Services into an ACI Fabric. Azeem Suleman, Principal Engineer, Insieme Business Unit

Integration of Hypervisors and L4-7 Services into an ACI Fabric. Azeem Suleman, Principal Engineer, Insieme Business Unit Integration of Hypervisors and L4-7 Services into an ACI Fabric Azeem Suleman, Principal Engineer, Insieme Business Unit Agenda Introduction to ACI Review of ACI Policy Model Hypervisor Integration Layer

More information

VXLAN Overview: Cisco Nexus 9000 Series Switches

VXLAN Overview: Cisco Nexus 9000 Series Switches White Paper VXLAN Overview: Cisco Nexus 9000 Series Switches What You Will Learn Traditional network segmentation has been provided by VLANs that are standardized under the IEEE 802.1Q group. VLANs provide

More information

IPv6 in the Telco Cloud

IPv6 in the Telco Cloud IPv6 in the Telco Cloud APNIC 44 September 2017 Telstra Unrestricted Copyright Telstra Introduction Sunny Yeung Senior Technology Specialist, Telstra Wireless Network Engineering Sunny.Yeung@team.telstra.com

More information

BCS EXIN Foundation Certificate in OpenStack Software Neutron Syllabus

BCS EXIN Foundation Certificate in OpenStack Software Neutron Syllabus BCS EXIN Foundation Certificate in OpenStack Software Neutron Syllabus Version 1.2 April 2017 This qualification is not regulated by the following United Kingdom Regulators - Ofqual, Qualification in Wales,

More information

OpenContrail Overview Architecture & Demo

OpenContrail Overview Architecture & Demo www.opencontrail.org OpenContrail Overview Architecture & Demo Qasim Arham Oct, 2014 Agenda Introduction OpenStack Architecture and Overview OpenContrail and OpenStack Integration OpenStack Neutron Overview

More information

Introduction. Network Architecture Requirements of Data Centers in the Cloud Computing Era

Introduction. Network Architecture Requirements of Data Centers in the Cloud Computing Era Massimiliano Sbaraglia Network Engineer Introduction In the cloud computing era, distributed architecture is used to handle operations of mass data, such as the storage, mining, querying, and searching

More information

Best Practice Deployment of F5 App Services in Private Clouds. Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect

Best Practice Deployment of F5 App Services in Private Clouds. Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect Best Practice Deployment of F5 App Services in Private Clouds Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect Agenda 1 2 3 4 5 The trend of data center, private cloud

More information

Windows Server System Center Azure Pack

Windows Server System Center Azure Pack Windows Server System Center Azure Pack Tenant Deployment Multi-Tier LOB Application Tenant Deployment Multi-Tier LOB Application Inbox feature for integrated management of IP addresses, domain

More information

Weiterentwicklung von OpenStack Netzen 25G/50G/100G, FW-Integration, umfassende Einbindung. Alexei Agueev, Systems Engineer

Weiterentwicklung von OpenStack Netzen 25G/50G/100G, FW-Integration, umfassende Einbindung. Alexei Agueev, Systems Engineer Weiterentwicklung von OpenStack Netzen 25G/50G/100G, FW-Integration, umfassende Einbindung Alexei Agueev, Systems Engineer ETHERNET MIGRATION 10G/40G à 25G/50G/100G Interface Parallelism Parallelism increases

More information

OpenStack and OVN What s New with OVS 2.7 OpenStack Summit -- Boston 2017

OpenStack and OVN What s New with OVS 2.7 OpenStack Summit -- Boston 2017 OpenStack and OVN What s New with OVS 2.7 OpenStack Summit -- Boston 2017 Russell Bryant (@russellbryant) Justin Pettit (@Justin_D_Pettit) Ben Pfaff (@Ben_Pfaff) Virtual Networking Overview Provides a

More information

QLOGIC SRIOV Fuel Plugin Documentation

QLOGIC SRIOV Fuel Plugin Documentation QLOGIC SRIOV Fuel Plugin Documentation Release 1.0-1.0.0-1 QLOGIC Jul 19, 2016 CONTENTS 1 Overview of the QLogic SRIOV Fuel Plugin 1 1.1 Software Prerequisites..........................................

More information

Cisco ACI Multi-Pod and Service Node Integration

Cisco ACI Multi-Pod and Service Node Integration White Paper Cisco ACI Multi-Pod and Service Node Integration 2018 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 68 Contents Introduction... 3 Prerequisites...

More information

Unicast Forwarding. Unicast. Unicast Forwarding Flows Overview. Intra Subnet Forwarding (Bridging) Unicast, on page 1

Unicast Forwarding. Unicast. Unicast Forwarding Flows Overview. Intra Subnet Forwarding (Bridging) Unicast, on page 1 Unicast, on page 1 Unicast Flows Overview Intra and inter subnet forwarding are the possible unicast forwarding flows in the VXLAN BGP EVPN fabric, between leaf/tor switch VTEPs. They are explained in

More information

OpenFlow: What s it Good for?

OpenFlow: What s it Good for? OpenFlow: What s it Good for? Apricot 2016 Pete Moyer pmoyer@brocade.com Principal Solutions Architect Agenda SDN & OpenFlow Refresher How we got here SDN/OF Deployment Examples Other practical use cases

More information

OpenStack Icehouse on IPv6

OpenStack Icehouse on IPv6 OpenStack Icehouse on IPv6 Shixiong Shang v1.3 Agenda Introduction Overview Use Cases Design and Implementation Demo Next Steps 2 Introduction Nephos6 Founded in June, 2011 Service assurance company Twitter:

More information

Quantum, network services for Openstack. Salvatore Orlando Openstack Quantum core developer

Quantum, network services for Openstack. Salvatore Orlando Openstack Quantum core developer Quantum, network services for Openstack Salvatore Orlando sorlando@nicira.com Openstack Quantum core developer Twitter- @taturiello Caveats Quantum is in its teenage years: there are lots of things that

More information

White Paper. Huawei Campus Switches VXLAN Technology. White Paper

White Paper. Huawei Campus Switches VXLAN Technology. White Paper White Paper Huawei Campus Switches VXLAN Technology White Paper 1 Terms Abbreviation VXLAN NVo3 BUM VNI VM VTEP SDN Full English Name Virtual Extensible Local Area Network Network Virtualization over L3

More information

NSX-T Data Center Migration Coordinator Guide. 5 APR 2019 VMware NSX-T Data Center 2.4

NSX-T Data Center Migration Coordinator Guide. 5 APR 2019 VMware NSX-T Data Center 2.4 NSX-T Data Center Migration Coordinator Guide 5 APR 2019 VMware NSX-T Data Center 2.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

Session objectives and takeaways

Session objectives and takeaways Session objectives and takeaways Objectives Explain SDN Core Concepts Deploy SDN Fabric with SCVMM 2016 Takeaways: Deploying SDN Fabric components with SCVMM requires planning Deploying Tenant Resources

More information

Open vswitch in Neutron

Open vswitch in Neutron Open vswitch in Neutron Performance Challenges and Hardware Offload Date: Hong Kong, 6th Nov. 2013 Authors: Yongsheng Gong gongysh@unitedstack.com Bo Liang liang.bo@99cloud.net 1 197 Deployments Hyper-V

More information

Internet Engineering Task Force (IETF) Request for Comments: 8014 Category: Informational. M. Lasserre Independent T. Narten IBM December 2016

Internet Engineering Task Force (IETF) Request for Comments: 8014 Category: Informational. M. Lasserre Independent T. Narten IBM December 2016 Internet Engineering Task Force (IETF) Request for Comments: 8014 Category: Informational ISSN: 2070-1721 D. Black Dell EMC J. Hudson L. Kreeger M. Lasserre Independent T. Narten IBM December 2016 An Architecture

More information

Exam Name: VMware Certified Associate Network Virtualization

Exam Name: VMware Certified Associate Network Virtualization Vendor: VMware Exam Code: VCAN610 Exam Name: VMware Certified Associate Network Virtualization Version: DEMO QUESTION 1 What is determined when an NSX Administrator creates a Segment ID Pool? A. The range

More information

70-745: Implementing a Software-Defined Datacenter

70-745: Implementing a Software-Defined Datacenter 70-745: Implementing a Software-Defined Datacenter Target Audience: Candidates for this exam are IT professionals responsible for implementing a software-defined datacenter (SDDC) with Windows Server 2016

More information

Transparent or Routed Firewall Mode

Transparent or Routed Firewall Mode This chapter describes how to set the firewall mode to routed or transparent, as well as how the firewall works in each firewall mode. You can set the firewall mode independently for each context in multiple

More information

HPE FlexFabric 5940 Switch Series

HPE FlexFabric 5940 Switch Series HPE FlexFabric 5940 Switch Series EVPN Configuration Guide Part number: 5200-2002b Software version: Release 25xx Document version: 6W102-20170830 Copyright 2017 Hewlett Packard Enterprise Development

More information

Configuring VXLAN EVPN Multi-Site

Configuring VXLAN EVPN Multi-Site This chapter contains the following sections: About VXLAN EVPN Multi-Site, on page 1 Licensing Requirements for VXLAN EVPN Multi-Site, on page 2 Guidelines and Limitations for VXLAN EVPN Multi-Site, on

More information

HPE FlexFabric 5940 Switch Series

HPE FlexFabric 5940 Switch Series HPE FlexFabric 5940 Switch Series Layer 3 IP Services Configuration Guide Part number: 5200-1022a Software version: Release 2508 and later verison Document version: 6W101-20161101 Copyright 2016 Hewlett

More information

vcloud Director Tenant Portal Guide vcloud Director 8.20

vcloud Director Tenant Portal Guide vcloud Director 8.20 vcloud Director Tenant Portal Guide vcloud Director 8.20 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

ACI Fabric Endpoint Learning

ACI Fabric Endpoint Learning White Paper ACI Fabric Endpoint Learning 2018 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 45 Contents Introduction... 3 Goals of this document...

More information

Unit 5 - IPv4/ IPv6 Transition Mechanism(8hr) BCT IV/ II Elective - Networking with IPv6

Unit 5 - IPv4/ IPv6 Transition Mechanism(8hr) BCT IV/ II Elective - Networking with IPv6 5.1 Tunneling 5.1.1 Automatic Tunneling 5.1.2 Configured Tunneling 5.2 Dual Stack 5.3 Translation 5.4 Migration Strategies for Telcos and ISPs Introduction - Transition - the process or a period of changing

More information

Taxonomy of SDN. Vara Varavithya 17 January 2018

Taxonomy of SDN. Vara Varavithya 17 January 2018 Taxonomy of SDN Vara Varavithya 17 January 2018 Modern Data Center Environmentally protected warehouses Large number of computers for compute and storage Blades Computer- Top-of-Rack (TOR) Switches Full

More information

Configuring IPv6 First-Hop Security

Configuring IPv6 First-Hop Security This chapter describes the IPv6 First-Hop Security features. This chapter includes the following sections: Finding Feature Information, on page 1 Introduction to First-Hop Security, on page 1 RA Guard,

More information

Lecture 8 Advanced Networking Virtual LAN. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it

Lecture 8 Advanced Networking Virtual LAN. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Lecture 8 Advanced Networking Virtual LAN Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Advanced Networking Scenario: Data Center Network Single Multiple, interconnected via Internet

More information

Cloud e Datacenter Networking

Cloud e Datacenter Networking Cloud e Datacenter Networking Università degli Studi di Napoli Federico II Dipartimento di Ingegneria Elettrica e delle Tecnologie dell Informazione DIETI Laurea Magistrale in Ingegneria Informatica Prof.

More information

Rajeev Grover. Maruti Kamat. Vivek Narasimhan

Rajeev Grover. Maruti Kamat. Vivek Narasimhan Distributed Routing in Ironic Integrated OpenStack Cloud Rajeev Grover Maruti Kamat Vivek Narasimhan Jonathan Bryce Executive Director Openstack Foundation Embracing Datacenter Diversity Austin Summit

More information

Overview. Overview. OTV Fundamentals. OTV Terms. This chapter provides an overview for Overlay Transport Virtualization (OTV) on Cisco NX-OS devices.

Overview. Overview. OTV Fundamentals. OTV Terms. This chapter provides an overview for Overlay Transport Virtualization (OTV) on Cisco NX-OS devices. This chapter provides an overview for Overlay Transport Virtualization (OTV) on Cisco NX-OS devices., page 1 Sample Topologies, page 6 OTV is a MAC-in-IP method that extends Layer 2 connectivity across

More information

VXLAN Testing with TeraVM

VXLAN Testing with TeraVM August 2013 VXLAN 1.0 and 2.0 Application Note Introduction 1 Introduction... 3 1.1 Common Use Cases...4 2 VXLAN Evolution... 5 2.1 VXLAN 1.0 Challenges...7 2.2 VXLAN 2.0...7 2013 Shenick Network Systems

More information

MidoNet Operations Guide

MidoNet Operations Guide docs.midonet.org MidoNet Operations Guide 5.4 (2017-04-19 11:09 UTC) Copyright 2017 Midokura SARL All rights reserved. MidoNet is a network virtualization software for Infrastructure-as-a-Service (IaaS)

More information

Alten Calsoft Labs Virtual B-RAS Solution

Alten Calsoft Labs Virtual B-RAS Solution Alten Calsoft Labs Virtual B-RAS Solution Overview Surging broadband subscriber base and the advent of more bandwidth-hungry network services have clearly started highlighting issues with the traditional

More information

Red Hat Enterprise Linux OpenStack Platform 7

Red Hat Enterprise Linux OpenStack Platform 7 Red Hat Enterprise Linux OpenStack Platform 7 Networking Guide An Advanced Guide to OpenStack Networking Last Updated: 2018-01-05 Red Hat Enterprise Linux OpenStack Platform 7 Networking Guide An Advanced

More information

Cloud e Datacenter Networking

Cloud e Datacenter Networking Cloud e Datacenter Networking Università degli Studi di Napoli Federico II Dipartimento di Ingegneria Elettrica e delle Tecnologie dell Informazione DIETI Laurea Magistrale in Ingegneria Informatica Prof.

More information

H3C S6800 Switch Series

H3C S6800 Switch Series H3C S6800 Switch Series Layer 3 IP Services Configuration Guide New H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 2609 and later Document version: 6W103-20190104 Copyright 2019,

More information

F5 DDoS Hybrid Defender : Setup. Version

F5 DDoS Hybrid Defender : Setup. Version F5 DDoS Hybrid Defender : Setup Version 13.1.0.3 Table of Contents Table of Contents Introducing DDoS Hybrid Defender... 5 Introduction to DDoS Hybrid Defender...5 DDoS deployments... 5 Example DDoS Hybrid

More information

Accelerating Contrail vrouter

Accelerating Contrail vrouter WHITE PAPER Accelerating Contrail vrouter WHEN DEPLOYED WITH THE JUNIPER NETWORKS CONTRAIL CLOUD NETWORKING PLATFORM, THE NETRONOME AGILIO VROUTER SOLUTION DELIVERS ACCELERATED PERFORMANCE THAT ENABLES

More information

Cisco VTS. Enabling the Software Defined Data Center. Jim Triestman CSE Datacenter USSP Cisco Virtual Topology System

Cisco VTS. Enabling the Software Defined Data Center. Jim Triestman CSE Datacenter USSP Cisco Virtual Topology System Cisco Virtual Topology System Cisco VTS Enabling the Software Defined Data Center Jim Triestman CSE Datacenter USSP jtriestm@cisco.com VXLAN Fabric: Choice of Automation and Programmability Application

More information

CSC 4900 Computer Networks: Network Layer

CSC 4900 Computer Networks: Network Layer CSC 4900 Computer Networks: Network Layer Professor Henry Carter Fall 2017 Chapter 4: Network Layer 4. 1 Introduction 4.2 What s inside a router 4.3 IP: Internet Protocol Datagram format 4.4 Generalized

More information

IPv6 Technical Challenges

IPv6 Technical Challenges IPv6 Technical Challenges Peter Palúch, CCIE #23527, CCIP University of Zilina, Slovakia Academy Salute, April 15 th 16 th, Bucharest IPv6 technical challenges What challenges do I meet if I decide to

More information

Configuring Policy-Based Redirect

Configuring Policy-Based Redirect About Policy-Based Redirect, page 1 About Symmetric Policy-Based Redirect, page 8 Policy Based Redirect and Hashing Algorithms, page 8 Using the GUI, page 9 Using the NX-OS-Style CLI, page 10 Verifying

More information

ACI Multi-Site Architecture and Deployment. Max Ardica Principal Engineer - INSBU

ACI Multi-Site Architecture and Deployment. Max Ardica Principal Engineer - INSBU ACI Multi-Site Architecture and Deployment Max Ardica Principal Engineer - INSBU Agenda ACI Network and Policy Domain Evolution ACI Multi-Site Deep Dive Overview and Use Cases Introducing ACI Multi-Site

More information

Cisco Certified Network Associate ( )

Cisco Certified Network Associate ( ) Cisco Certified Network Associate (200-125) Exam Description: The Cisco Certified Network Associate (CCNA) Routing and Switching composite exam (200-125) is a 90-minute, 50 60 question assessment that

More information

Configuration Examples for DHCP, on page 37 Configuration Examples for DHCP Client, on page 38 Additional References for DHCP, on page 38

Configuration Examples for DHCP, on page 37 Configuration Examples for DHCP Client, on page 38 Additional References for DHCP, on page 38 This chapter describes how to configure the Dynamic Host Configuration Protocol (DHCP) on a Cisco NX-OS device. This chapter includes the following sections: About DHCP Snooping About DHCP Snooping, on

More information

A Brief Guide to Virtual Switching Franck Baudin (Red Hat) Billy O Mahony (Intel)

A Brief Guide to Virtual Switching Franck Baudin (Red Hat) Billy O Mahony (Intel) A Brief Guide to Virtual Switching Franck Baudin (Red Hat) Billy O Mahony (Intel) vswitching: Different Use Cases Enterprise Data Center Manageability Console Telco Network Infrastructure Larger Packet

More information

Avaya Networking IPv6 Using Fabric Connect to ease IPv6 Deployment. Ed Koehler Director DSE Ron Senna SE Avaya Networking Solutions Architecture

Avaya Networking IPv6 Using Fabric Connect to ease IPv6 Deployment. Ed Koehler Director DSE Ron Senna SE Avaya Networking Solutions Architecture Avaya Networking IPv6 Using Fabric Connect to ease IPv6 Deployment Ed Koehler Director DSE Ron Senna SE Avaya Networking Solutions Architecture IAUG Newport RI, November 2013 Agenda IPv6, The fundamentals

More information

Red Hat OpenStack Platform 13

Red Hat OpenStack Platform 13 Red Hat OpenStack Platform 13 Networking Guide An Advanced Guide to OpenStack Networking Last Updated: 2018-09-14 Red Hat OpenStack Platform 13 Networking Guide An Advanced Guide to OpenStack Networking

More information

IP Mobility Design Considerations

IP Mobility Design Considerations CHAPTER 4 The Cisco Locator/ID Separation Protocol Technology in extended subnet mode with OTV L2 extension on the Cloud Services Router (CSR1000V) will be utilized in this DRaaS 2.0 System. This provides

More information

Ethernet VPN (EVPN) in Data Center

Ethernet VPN (EVPN) in Data Center Ethernet VPN (EVPN) in Data Center Description and Design considerations Vasilis Stavropoulos Sparkle GR EVPN in Data Center The necessity for EVPN (what it is, which problems it solves) EVPN with MPLS

More information

INTRODUCTION 2 DOCUMENT USE PREREQUISITES 2

INTRODUCTION 2 DOCUMENT USE PREREQUISITES 2 Table of Contents INTRODUCTION 2 DOCUMENT USE PREREQUISITES 2 LISP MOBILITY MODES OF OPERATION/CONSUMPTION SCENARIOS 3 LISP SINGLE HOP SCENARIO 3 LISP MULTI- HOP SCENARIO 3 LISP IGP ASSIT MODE 4 LISP INTEGRATION

More information

Creating and Managing Admin Domains

Creating and Managing Admin Domains This chapter has the following sections: Admin Domain Overview, page 1 Viewing Admin Domain, page 2 Creating an Admin Domain, page 2 Creating DCI Interconnect Profiles, page 6 Admin Domain Overview The

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme NET1949BU Seamless Network Connectivity for Virtual and Bare-metal s with NSX Suresh Thiru Sridhar Subramanian VMworld 2017 Content: Not for publication VMworld 2017 - NET1949BU Disclaimer This presentation

More information

OpenStack Havana On IPv6

OpenStack Havana On IPv6 OpenStack Havana On IPv6 Shixiong Shang Randy Tuttle Ciprian Popoviciu! Version 1.9.3 Agenda Introduction IPv6 and Cloud IPv6 Refreshment Proof of Concept Proposed Blueprint Next Steps 2 Introduction Nephos6!

More information

Enabling DPDK Accelerated OVS in ODL and Accelerating SFC

Enabling DPDK Accelerated OVS in ODL and Accelerating SFC Enabling DPDK Accelerated OVS in ODL and Accelerating SFC Sharad Mishra, Intel Corporation Eric Multanen, Intel Corporation Danny Zhou, Intel Corporation Rajeev Koodli Legal Disclaimer General Disclaimer:

More information

Cisco Virtual Networking Solution for OpenStack

Cisco Virtual Networking Solution for OpenStack Data Sheet Cisco Virtual Networking Solution for OpenStack Product Overview Extend enterprise-class networking features to OpenStack cloud environments. A reliable virtual network infrastructure that provides

More information

Information About Routing

Information About Routing 19 CHAPTER This chapter describes underlying concepts of how routing behaves within the adaptive security appliance, and the routing protocols that are supported. The chapter includes the following sections:,

More information