Overlay Virtual Networking Explained. Ivan Pepelnjak NIL Data Communications

Size: px
Start display at page:

Download "Overlay Virtual Networking Explained. Ivan Pepelnjak NIL Data Communications"

Transcription

1 Overlay Virtual Networking Explained Ivan Pepelnjak NIL Data Communications

2 2 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

3 3 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

4 Where To? 4 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

5 Who is Ivan Pepelnjak Networking engineer since 1985 Technical director, later Chief Technology NIL Data Communications Consultant, blogger (blog.ioshints.info), book and webinar author Currently teaching Scalable Web Application Design at University of Ljubljana Focus: Large-scale data centers and network virtualization Networking solutions for cloud computing Scalable application design Core IP routing/mpls, IPv6, VPN 5 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

6 Disclaimers This presentation is an analysis of currently available virtual networking architectures It s not an endorsement or bashing of companies, solutions or products mentioned on the following slides It describes features shipping in September 2013, not futures announced by individual vendors The crucial question: Does It Scale? 6 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

7 Your mission, should you choose to accept it, is to build stable and scalable cloud infrastructure supporting thousands of virtual networks

8 Why Do We Care? 8 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

9 Complex Application Stacks Need Network Services DB servers Outside Web servers App servers L2/L3 packet forwarding with multiple address spaces Firewalling (inter-subnet and VM-level) Load balancing NAT VPN access (public cloud deployments) 9 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

10 Cloud Services Must Support Multi Tenancy DB servers Outside Web servers App servers Each application stack deployed in a cloud must be independent Retain existing connectivity model (internal addressing, network services and security model) Isolated virtual segments and network services Per-tenant QoS limits (prevent noisy neighbor problems) Ideal case: every application is an independent tenant 10 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

11 The Traditional Approach 11 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

12 The Traditional Solution: VLANs Virtual machines Physical server Hypervisor Virtual segments implemented with VLANs Layer-2 connectivity also required for VM mobility Manual VLAN provisioning or every-vlan-on-every-port approach Warning: Layer-2 network = single failure domain 12 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

13 VLANs: Scalability Constraints Number of VLANs: 4K VM MAC addresses usually visible in the core Hypervisor NICs work in promiscuous mode Flooded packets handled by hypervisor CPU Common design: every VLAN on every server port Every hypervisor processes multicasts for every VLAN Even when it has no active VM in that VLAN Identical to single VLAN design from scalability perspective current broadcast domains can support around 1,000 endhosts in a single bridged LAN of 100 bridges (RFC TRILL) We never mentioned STP applies equally well to SPB or TRILL 13 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

14 CDP ESX ESX The Networking Industry s Way Hypervisors flooded with broadcasts VM-aware networking (edge VLAN pruning) Spanning Tree problems Routing protocol (IS-IS) for MAC addresses Links blocked by STP ECMP Brouting (routing at layer-2) VLAN limits Add another VLAN tag MAC address limits Add another MAC header (PBB, TRILL) Still too much flooding core VLAN pruning 14 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

15 Let s Recap You need: EVB (802.1Qbg) or equivalent (VM tracer, HyperLink, VM-FEX...) TRILL, SPB (802.1Qaq) or equivalent (FabricPath, VCS Fabric, QFabric) 802.1ad (Q-in-Q) or 802.1ah (PBB) 802.1ak (MVRP) or equivalent (VTP) Numerous other features (e.g. BPDU guard, storm control)... and you still have a single failure domain With sufficient thrust, pigs fly just fine RFC 1925 Can we afford the fuel costs? And who wants to fly pigs anyway? Randy Bush 15 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

16 Can We Do Better? 16 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

17 Decouple Virtual Networking From Physical Transport Principles: Network provides simple IP transport Complex operations performed in virtual switches Virtual network traffic encapsulated in IP datagrams just another IP application Decision points: L2 or L3 hypervisor switching Encapsulation:, NVGRE, STT Control plane or flooding Connectivity with the outside world Smart edge, simple core... Sounds like Internet, right? 17 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

18 Shipping Products 18 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

19 A Day in the Life of an Overlaid Packet IP transport network 19 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

20 A Day in the Life of an Overlaid Packet IP packet MAC unicast IP transport network VM generates Ethernet packet for a MAC destination in the same segment 20 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

21 A Day in the Life of an Overlaid Packet IP packet MAC unicast UDP IP transport network VM generates Ethernet packet for a MAC destination in the same segment adds /UDP envelope (maps remote MAC to hypervisor IP) 21 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

22 A Day in the Life of an Overlaid Packet IP packet MAC unicast UDP IP packet Hypervisor/Rtr MAC IP transport network VM generates Ethernet packet for a MAC destination in the same segment adds /UDP envelope (maps remote MAC to hypervisor IP) sends IP packet toward target hypervisor 22 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

23 A Day in the Life of an Overlaid Packet IP packet IP transport network VM generates Ethernet packet for a MAC destination in the same segment adds /UDP envelope (maps remote MAC to hypervisor IP) sends IP packet toward target hypervisor 23 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

24 A Day in the Life of an Overlaid Packet IP packet MAC unicast UDP IP packet Rtr/Hypervisor MAC IP packet IP transport network VM generates Ethernet packet for a MAC destination in the same segment adds /UDP envelope (maps remote MAC to hypervisor IP) sends IP packet toward target hypervisor IP packet received by hypervisor kernel 24 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

25 A Day in the Life of an Overlaid Packet IP packet MAC unicast UDP IP packet IP transport network VM generates Ethernet packet for a MAC destination in the same segment adds /UDP envelope (maps remote MAC to hypervisor IP) sends IP packet toward target hypervisor IP packet received by hypervisor kernel UDP packet delivered to 25 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

26 A Day in the Life of an Overlaid Packet IP packet MAC unicast IP packet IP transport network VM generates Ethernet packet for a MAC destination in the same segment adds /UDP envelope (maps remote MAC to hypervisor IP) sends IP packet toward target hypervisor IP packet received by hypervisor kernel UDP packet delivered to Inner Ethernet packet delivered to target VM 26 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

27 The Encapsulation Wars (Are Stupid) (NV)GRE Outer Eth Outer IP GRE w/key VM Eth VM IP VM TCP Data Outer Eth Outer IP UDP VM Eth VM IP VM TCP Data STT Outer Eth Outer IP TCP(STT) VM Eth VM IP VM TCP Data The same The same Three competing encapsulations Minor technological differences (load balancing, TCP offload) None supported by legacy networking hardware or IDS/IPS gear No security features transport network MUST be secure What really matters is the control plane 27 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

28 Control Plane Matters Most 28 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

29 What Really Matters in Overlay Virtual Networking Questions that impact an overlay virtual network scalability: How will the source hypervisor find out the IP address of the target hypervisor (MAC-to- mapping)? How much information (and state) must be kept in hypervisors and central controllers or databases? Does the forwarding information change in real-time or only on topology change? What is a topology change? 29 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

30 (Lack Of) Control Plane L2 (Ethernet) vsphere host vds port group : 1 : 2 : 2 : 3 Nexus 1000V or vds 5.1 VMkernel interface IP UDP IP / IP-MC IP IP (layer-3) transport network Relies on traditional L2 flooding/learning behavior BUM (Broadcast, Unknown Unicast, Multicast) frames are flooded IP multicast in transport network is used to flood VM L2 frames Pool of IP multicast addresses or IP multicast address per segment Hypervisors build VM-MAC-to-host-IP maps by listening to flooded frames Unicast shipping since June ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

31 Flooding and Learning IP transport network 31 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

32 Flooding and Learning ARP request MAC broadcast IP transport network VM generates ARP broadcast 32 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

33 Flooding and Learning ARP request MAC broadcast UDP IP transport network VM generates ARP broadcast module sends UDP packet to segment-specific multicast destination 33 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

34 Flooding and Learning ARP request MAC broadcast UDP IP multicast MAC multicast IP transport network VM generates ARP broadcast module sends UDP packet to segment-specific multicast destination sends multicast IP packet 34 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

35 Flooding and Learning IP packet IP transport network VM generates ARP broadcast module sends UDP packet to segment-specific multicast destination sends multicast IP packet 35 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

36 Flooding and Learning ARP request MAC broadcast UDP IP multicast MAC multicast IP packet IP transport network VM generates ARP broadcast module sends UDP packet to segment-specific multicast destination sends multicast IP packet 36 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

37 Flooding and Learning ARP request MAC broadcast UDP IP multicast MAC multicast IP packet IP transport network VM generates ARP broadcast module sends UDP packet to segment-specific multicast destination sends multicast IP packet receives IP multicast 37 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

38 Flooding and Learning ARP request MAC broadcast UDP IP packet IP transport network VM generates ARP broadcast module sends UDP packet to segment-specific multicast destination sends multicast IP packet receives IP multicast UDP packet delivered to 38 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

39 Flooding and Learning ARP request MAC broadcast UDP IP packet IP transport network VM generates ARP broadcast module sends UDP packet to segment-specific multicast destination sends multicast IP packet receives IP multicast UDP packet delivered to module remembers remote MAC-to- mapping 39 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

40 Flooding and Learning ARP request MAC broadcast IP packet IP transport network VM generates ARP broadcast module sends UDP packet to segment-specific multicast destination sends multicast IP packet receives IP multicast UDP packet delivered to module remembers remote MAC-to- mapping ARP request is delivered to VM 40 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

41 VMware NSX (Nicira NVP) OpenFlow-capable hypervisor switches (OVS) L2 segments implemented with VLANs or IP tunneling (GRE, STT) Logical routers with NAT Stateful firewalls x86-based L2 or L3 gateways with outside world Open vswitch Hypervisor GRE IP network Hypervisor Scalability aspects Control plane = cluster of OpenFlow controllers Proactive flow setups controllers are not involved in data plane forwarding L2 BUM flooding implemented in hypervisors or through service nodes No IP multicast required, no network-wide flooding OVSDB OF 41 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

42 NSX Control Plane Example Starting point: GRE-based virtual segment between VMs on A and B Host A MAC-A Host B MAC-B Host C OVS OVS OVS IP-A IP-B IP-C IP network OVSDB OpenFlow Orchestrator NVP 42 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

43 NSX Control Plane Example Starting point: GRE-based virtual segment between VMs on A and B 1. Cloud orchestration platform starts a new Host C Host A Host B Host C MAC-A MAC-B MAC-C OVS OVS OVS IP-A IP-B IP-C IP network OVSDB OpenFlow Orchestrator NVP 43 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

44 NSX Control Plane Example Starting point: GRE-based virtual segment between VMs on A and B 1. Cloud orchestration platform starts a new Host C 2. NVP receives information from orchestration platform Host A Host B Host C MAC-A MAC-B MAC-C OVS OVS OVS IP-A IP-B IP-C IP network OVSDB OpenFlow Orchestrator NVP 44 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

45 NSX Control Plane Example Starting point: GRE-based virtual segment between VMs on A and B 1. Cloud orchestration platform starts a new Host C 2. NVP receives information from orchestration platform 3. NVP creates OVSDB entries for new GRE/STT tunnels (A-C, B-C) Host A Host B Host C MAC-A MAC-B MAC-C OVS OVS OVS IP-A IP-B IP-C IP network OVSDB OpenFlow Orchestrator NVP 45 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

46 NSX Control Plane Example Starting point: GRE-based virtual segment between VMs on A and B 1. Cloud orchestration platform starts a new Host C 2. NVP receives information from orchestration platform 3. NVP creates OVSDB entries for new GRE/STT tunnels (A-C, B-C) 4. OVS switches create new interfaces Host A Host B Host C MAC-A MAC-B MAC-C OVS OVS OVS IP-A IP-B IP-C IP network OVSDB OpenFlow Orchestrator NVP 46 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

47 NSX Control Plane Example Starting point: GRE-based virtual segment between VMs on A and B 1. Cloud orchestration platform starts a new Host C 2. NVP receives information from orchestration platform 3. NVP creates OVSDB entries for new GRE/STT tunnels (A-C, B-C) 4. OVS switches create new interfaces 5. NVP pushes new OpenFlow entries to hypervisor hosts Switch OpenFlow entry Interface Host-A DMAC = MAC-C A-C tunnel Host A Host B Host C MAC-A MAC-B MAC-C OVS OVS OVS IP-A IP-B IP-C IP network OVSDB OpenFlow Orchestrator NVP Host-B DMAC = MAC-C B-C tunnel Host-C DMAC = MAC-A C-A tunnel Host-C DMAC = MAC-B C-B tunnel 47 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

48 Gateway to the Outside World 48 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

49 Gateways? What Gateways? Existing networking gear rarely supports overlay networks Shipping: support on Arista 7150 (L2 gateway), on F5 BGI-IP, NVGRE on IRON Networks MNV Appliance Announced: NVGRE on F5 BIG-IP, on Brocade ADX, NVGRE on Dell Force10... Brocade reaffirmed its commitment to NVGRE Avaya is actively supporting the initiative Don t despair, focus on VM-based appliances Reasonable performance Acceptable feature set Much higher flexibility and ease-of-deployment 49 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

50 Sample Layer-3 VM Appliance Integration Scenario VM VLAN IP transport network Outside 50 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

51 Sample Layer-3 VM Appliance Integration Scenario IP packet VM Appliance MAC VLAN IP transport network VM sends IP packet to appliance MAC address Outside 51 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

52 Sample Layer-3 VM Appliance Integration Scenario IP packet VM Appliance MAC UDP VLAN IP transport network Outside VM sends IP packet to appliance MAC address module encapsulates VM packet in +UDP envelope 52 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

53 Sample Layer-3 VM Appliance Integration Scenario IP packet VM Appliance MAC UDP VLAN IP multicast MAC multicast IP transport network Outside VM sends IP packet to appliance MAC address module encapsulates VM packet in +UDP envelope sends IP packet to hypervisor running the appliance 53 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

54 Sample Layer-3 VM Appliance Integration Scenario IP packet VM Appliance MAC UDP VLAN IP multicast MAC multicast IP packet IP transport network Outside VM sends IP packet to appliance MAC address module encapsulates VM packet in +UDP envelope sends IP packet to hypervisor running the appliance IP packet received by kernel IP stack 54 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

55 Sample Layer-3 VM Appliance Integration Scenario IP packet VM Appliance MAC UDP VLAN IP packet IP transport network Outside VM sends IP packet to appliance MAC address module encapsulates VM packet in +UDP envelope sends IP packet to hypervisor running the appliance IP packet received by kernel IP stack UDP packet delivered to 55 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

56 Sample Layer-3 VM Appliance Integration Scenario IP packet VM Appliance MAC IP transport network IP packet VLAN Outside VM sends IP packet to appliance MAC address module encapsulates VM packet in +UDP envelope sends IP packet to hypervisor running the appliance IP packet received by kernel IP stack UDP packet delivered to Inner IP packet delivered to VM appliance 56 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

57 Sample Layer-3 VM Appliance Integration Scenario IP packet VM Appliance MAC IP transport network IP packet VLAN Outside VM sends IP packet to appliance MAC address module encapsulates VM packet in +UDP envelope sends IP packet to hypervisor running the appliance IP packet received by kernel IP stack UDP packet delivered to Inner IP packet delivered to VM appliance VM appliance processes IP packet 57 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

58 Sample Layer-3 VM Appliance Integration Scenario IP packet Appliance MAC VM IP packet VLAN tag Next-hop MAC IP transport network IP packet VLAN Outside VM sends IP packet to appliance MAC address module encapsulates VM packet in +UDP envelope sends IP packet to hypervisor running the appliance IP packet received by kernel IP stack UDP packet delivered to Inner IP packet delivered to VM appliance VM appliance processes IP packet VM appliance sends IP packet to outside VLAN 58 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

59 Network core Putting It All Together: Network Fabric = Resource Pool Build a leaf-and-spine (or multistage Clos) fabric Connect compute + storage capacity to the fabric Deploy virtual appliances in a dedicated cluster linked to the network core 59 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

60 Conclusions 60 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

61 Scalability Solution Space and Scalability VLANs 4096 segments VM-aware Networking (Arista VM Tracer) Edge Virtual Bridging (EVB, 802.1Qbg) Emerging EVB with PBB/SPB (L2 over L2) Theoretical (Cisco / VMware) No control plane Unicast VMware NSX (L2+L3 over IP + Control Plane) Juniper Contrail (L3 over IP + Control Plane) Microsoft WNV (L3 over IP + Control Plane) Based on features shipping in September ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

62 When Should You Use Overlay Networking? Private or public clouds Use overlay virtual networks for stability and scalability Use virtual appliances for fast and more flexible deployment Traditional server virtualization Migrate toward virtual appliances Overlay networks will enable faster virtual network provisioning Use them if you re approaching VLAN scalability limits Overlay virtual networks are not a good fit Siloed IT not yet ready for restructuring / convergence Small deployments where existing solutions are good enough 62 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

63 Reference: Virtualization Webinars on ipspace.net vsphere 5.5 Update Coming in 2014 Virtual Firewalls VMware NSX Architecture Deep Dive Overlay Virtual Networking VMware Networking Cloud Computing Networking Introduction to Virtualized Networking Availability Live sessions Recordings of individual webinars Yearly subscription Other options Customized webinars ExpertExpress On-site workshops Inter-DC More information FCoE very limited use and requires no bridging 63 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

64 Reference: Blogs and Podcasts Packet Pushers Podcast & blog (packetpushers.net) The Cloudcast (.net) Network Heresy (Martin Casado, Nicira/VMware) Blog.scottlowe.org (Scott Lowe, VMware) BradHedlund.com (Brad Hedlund, VMware) RationalSurvivability.com (Christopher Hoff, Juniper) High Scalability Blog it20.info (Massimo Re Ferre, VMware) NetworkJanitor.net (Kurt Bales) Yellow bricks (Duncan Epping, VMware) blog. ipspace.net (yours truly) 64 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

65 Questions? Send them to 65 ipspace.net / NIL Data Communications 2013 Overlay Virtual Networking Explained

Cloud Networking From Theory to Practice. Ivan Pepelnjak NIL Data Communications

Cloud Networking From Theory to Practice. Ivan Pepelnjak NIL Data Communications Cloud Networking From Theory to Practice Ivan Pepelnjak (ip@ioshints.info) NIL Data Communications Who is Ivan Pepelnjak... in 30 Seconds Networking engineer since 1985 (DECnet, Netware, X.25, OSI, IP...)

More information

Could IXPs Use OpenFlow To Scale? Ivan Pepelnjak Chief Technology Advisor NIL Data Communications

Could IXPs Use OpenFlow To Scale? Ivan Pepelnjak Chief Technology Advisor NIL Data Communications Could IXPs Use OpenFlow To Scale? Ivan Pepelnjak (ip@ipspace.net) Chief Technology Advisor NIL Data Communications Disclaimer The presentation describes potential future solution that could be implemented

More information

IPv6 Microsegmentation

IPv6 Microsegmentation IPv6 Microsegmentation Ivan Pepelnjak (ip@ipspace.net) Network Architect ipspace.net AG Who is Ivan Pepelnjak (@ioshints) Past Kernel programmer, network OS and web developer Sysadmin, database admin,

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

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

Architecting Scalable Clouds using VXLAN and Nexus 1000V

Architecting Scalable Clouds using VXLAN and Nexus 1000V Architecting Scalable Clouds using VXLAN and Nexus 1000V Lawrence Kreeger Principal Engineer Agenda Session Is Broken Into 3 Main Parts Part 1: VXLAN Overview What is a VXLAN? Why VXLANs? What is VMware

More information

OpenFlow and SDN: hype, useful tools or panacea? Ivan Pepelnjak Chief Technology Advisor NIL Data Communications

OpenFlow and SDN: hype, useful tools or panacea? Ivan Pepelnjak Chief Technology Advisor NIL Data Communications OpenFlow and SDN: hype, useful tools or panacea? Ivan Pepelnjak (ip@ioshints.info) Chief Technology dvisor NIL Data Communications Who is Ivan Pepelnjak (@ioshints) Networking engineer since 1985 Technical

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

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

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

Architecting Data Center Networks in the era of Big Data and Cloud

Architecting Data Center Networks in the era of Big Data and Cloud Architecting Data Center Networks in the era of Big Data and Cloud Spring Interop May 2012 VIDEO of this session: http://bradhedlund.com/?p=3912 Two approaches to DC Networking THE SAME OLD Centralized,

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

Hyperconverge Your Way to 2-SKU Data Center

Hyperconverge Your Way to 2-SKU Data Center Hyperconverge Your Way to 2-SKU Data Center Ivan Pepelnjak (ip@ipspace.net) Network Architect ipspace.net AG Who is Ivan Pepelnjak (@ioshints) Past Kernel programmer, network OS and web developer Sysadmin,

More information

Fabric Connect Multicast A Technology Overview. Ed Koehler - Director DSE. Avaya Networking Solutions Group

Fabric Connect Multicast A Technology Overview. Ed Koehler - Director DSE. Avaya Networking Solutions Group Fabric Connect Multicast A Technology Overview Ed Koehler - Director DSE Avaya Networking Solutions Group IAUG Newport RI, November 2013 So, what s wrong with today s multicast networks? Today s multicast

More information

TEN ESSENTIAL NETWORK VIRTUALIZATION DEFINITIONS

TEN ESSENTIAL NETWORK VIRTUALIZATION DEFINITIONS E-Guide TEN ESSENTIAL NETWORK VIRTUALIZATION DEFINITIONS SearchSDN T here is some confusion surrounding as there is no one definition. In this exclusive guide, you ll find ten to help you better understand

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

Implementing VXLAN in DataCenter

Implementing VXLAN in DataCenter Implementing VXLAN in DataCenter LTRDCT-1223 Lilian Quan Technical Marketing Engineering, INSBU Erum Frahim Technical Leader, ecats John Weston Technical Leader, ecats Why Overlays? Robust Underlay/Fabric

More information

Extreme Networks How to Build Scalable and Resilient Fabric Networks

Extreme Networks How to Build Scalable and Resilient Fabric Networks Extreme Networks How to Build Scalable and Resilient Fabric Networks Mikael Holmberg Distinguished Systems Engineer Fabrics MLAG IETF TRILL Cisco FabricPath Extreme (Brocade) VCS Juniper QFabric IEEE Fabric

More information

Vmware VCXN610. VMware Certified Implementation Expert (R) Network Virtualization.

Vmware VCXN610. VMware Certified Implementation Expert (R) Network Virtualization. Vmware VCXN610 VMware Certified Implementation Expert (R) Network Virtualization http://killexams.com/exam-detail/vcxn610 QUESTION: 169 A company wants to deploy VMware NSX for vsphere with no PIM and

More information

CS-580K/480K Advanced Topics in Cloud Computing. Network Virtualization

CS-580K/480K Advanced Topics in Cloud Computing. Network Virtualization CS-580K/480K Advanced Topics in Cloud Computing Network Virtualization 1 Network Diagram of A Company 2 University Network Topology https://www.researchgate.net/figure/234782590_fig1_fig-5-see-university-network-infrastructure

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

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

Table of Contents HOL-PRT-1305

Table of Contents HOL-PRT-1305 Table of Contents Lab Overview... 2 - Abstract... 3 Overview of Cisco Nexus 1000V series Enhanced-VXLAN... 5 vcloud Director Networking and Cisco Nexus 1000V... 7 Solution Architecture... 9 Verify Cisco

More information

VMWARE SOLUTIONS AND THE DATACENTER. Fredric Linder

VMWARE SOLUTIONS AND THE DATACENTER. Fredric Linder VMWARE SOLUTIONS AND THE DATACENTER Fredric Linder MORE THAN VSPHERE vsphere vcenter Core vcenter Operations Suite vcenter Operations Management Vmware Cloud vcloud Director Chargeback VMware IT Business

More information

Cisco HyperFlex Systems

Cisco HyperFlex Systems White Paper Cisco HyperFlex Systems Install and Manage Cisco HyperFlex Systems in a Cisco ACI Environment Original Update: January 2017 Updated: March 2018 Note: This document contains material and data

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

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

Ethernet Fabrics- the logical step to Software Defined Networking (SDN) Frank Koelmel, Brocade

Ethernet Fabrics- the logical step to Software Defined Networking (SDN) Frank Koelmel, Brocade Ethernet Fabrics- the logical step to Software Defined Networking (SDN) Frank Koelmel, Brocade fkoelmel@broc 10/28/2013 2 2012 Brocade Communications Systems, Inc. Proprietary Information ETHERNET FABRICS

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

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

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

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

Network Virtualization

Network Virtualization Network Virtualization Petr Grygárek 1 Traditional Virtualization Techniques Network Virtualization Implementation of separate logical network environments (Virtual Networks, VNs) for multiple groups on

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 NET1863BU NSX-T Advanced Architecture, Switching and Routing François Tallet, NSBU #VMworld #NET1863BU Disclaimer This presentation may contain product features that are currently under development. This

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 NET1927BU vsphere Distributed Switch Best Practices for NSX Gabriel Maciel VMware, Inc. @gmaciel_ca #VMworld2017 #NET1927BU Disclaimer This presentation may contain product features that are currently

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

Implementing VXLAN. Prerequisites for implementing VXLANs. Information about Implementing VXLAN

Implementing VXLAN. Prerequisites for implementing VXLANs. Information about Implementing VXLAN This module provides conceptual information for VXLAN in general and configuration information for layer 2 VXLAN on Cisco ASR 9000 Series Router. For configuration information of layer 3 VXLAN, see Implementing

More information

Hochverfügbarkeit in Campusnetzen

Hochverfügbarkeit in Campusnetzen Hochverfügbarkeit in Campusnetzen Für die deutsche Airheads Community 04. Juli 2017, Tino H. Seifert, System Engineer Aruba Differences between Campus Edge and Campus Core Campus Edge In many cases no

More information

Virtual Security Gateway Overview

Virtual Security Gateway Overview This chapter contains the following sections: Information About the Cisco Virtual Security Gateway, page 1 Cisco Virtual Security Gateway Configuration for the Network, page 10 Feature History for Overview,

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

VXLAN Technical Brief A standard based Data Center Interconnection solution Dell EMC Networking Data Center Technical Marketing February 2017

VXLAN Technical Brief A standard based Data Center Interconnection solution Dell EMC Networking Data Center Technical Marketing February 2017 VXLAN Technical Brief A standard based Data Center Interconnection solution Dell EMC Networking Data Center Technical Marketing February 2017 A Dell EMC VXLAN Technical White Paper 1 THIS WHITE PAPER IS

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

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

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

ANALYSIS OF VIRTUAL NETWORKS IN DATA CENTERS.

ANALYSIS OF VIRTUAL NETWORKS IN DATA CENTERS. ANALYSIS OF VIRTUAL NETWORKS IN DATA CENTERS. Ionka Gancheva, PhD student 45 Abstract: The article contains an analysis of virtual networks and technologies that are used at data centers nowadays. Many

More information

Design Guide: Deploying NSX for vsphere with Cisco ACI as Underlay

Design Guide: Deploying NSX for vsphere with Cisco ACI as Underlay Design Guide: Deploying NSX for vsphere with Cisco ACI as Underlay Table of Contents Executive Summary... 2 Benefits of NSX Architecture... 4 2.1 NSX Primary Use Cases... 4 2.2 Logical Layer Connectivity...

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

Cisco Configuring Cisco Nexus 7000 Switches v3.1 (DCNX7K)

Cisco Configuring Cisco Nexus 7000 Switches v3.1 (DCNX7K) Course Overview View Course Dates & Register Today This course is designed for systems and field engineers who configure the Cisco Nexus 7000 Switch. This course covers the key components and procedures

More information

VXLAN Deployment Use Cases and Best Practices

VXLAN Deployment Use Cases and Best Practices VXLAN Deployment Use Cases and Best Practices Azeem Suleman Solutions Architect Cisco Advanced Services Contributions Thanks to the team: Abhishek Saxena Mehak Mahajan Lilian Quan Bradley Wong Mike Herbert

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

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

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

Network Configuration Example

Network Configuration Example Network Configuration Example MetaFabric Architecture 2.0: Configuring Virtual Chassis Fabric and VMware NSX Modified: 2017-04-14 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089

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 NET1350BUR Deploying NSX on a Cisco Infrastructure Jacob Rapp jrapp@vmware.com Paul A. Mancuso pmancuso@vmware.com #VMworld #NET1350BUR Disclaimer This presentation may contain product features that are

More information

Networking in Virtual Infrastructure and Future Internet. NCHC Jen-Wei Hu

Networking in Virtual Infrastructure and Future Internet. NCHC Jen-Wei Hu Networking in Virtual Infrastructure and Future Internet NCHC Jen-Wei Hu Overview Virtualization Networking in Virtualization Future Internet 2 Hardware virtualization Hardware virtualization techniques

More information

vrealize Operations Management Pack for NSX for vsphere 2.0

vrealize Operations Management Pack for NSX for vsphere 2.0 vrealize Operations Management Pack for NSX for vsphere 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

IBM Cloud for VMware Solutions NSX Edge Services Gateway Solution Architecture

IBM Cloud for VMware Solutions NSX Edge Services Gateway Solution Architecture IBM Cloud for VMware Solutions NSX Edge Services Gateway Solution Architecture Date: 2017-03-29 Version: 1.0 Copyright IBM Corporation 2017 Page 1 of 16 Table of Contents 1 Introduction... 4 1.1 About

More information

Integrating Juniper Networks QFX5100 Switches and Junos Space into VMware NSX Environments

Integrating Juniper Networks QFX5100 Switches and Junos Space into VMware NSX Environments Integrating Juniper Networks QFX5100 Switches and Junos Space into VMware NSX Environments Implementing an NSX vsphere Version 6.3 Overlay with a QFX5100 Underlay Implementation Guide July 2017 Juniper

More information

Data Center Interconnect Solution Overview

Data Center Interconnect Solution Overview CHAPTER 2 The term DCI (Data Center Interconnect) is relevant in all scenarios where different levels of connectivity are required between two or more data center locations in order to provide flexibility

More information

Configuring Cisco Nexus 7000 Series Switches

Configuring Cisco Nexus 7000 Series Switches Configuring Cisco Nexus 7000 Series Switches DCNX7K v3.1; 5 Days, Instructor-led Course Description The Configuring Cisco Nexus 7000 Switches (DCNX7K) v3.0 course is a 5-day ILT training program that is

More information

Cisco Nexus 1000V Switch for Microsoft Hyper-V

Cisco Nexus 1000V Switch for Microsoft Hyper-V Q&A Cisco Nexus 1000V Switch for Microsoft Hyper-V Overview Q. What are Cisco Nexus 1000V Switches? A. Cisco Nexus 1000V Switches provide a comprehensive and extensible architectural platform for virtual

More information

Higher scalability to address more Layer 2 segments: up to 16 million VXLAN segments.

Higher scalability to address more Layer 2 segments: up to 16 million VXLAN segments. This chapter tells how to configure Virtual extensible LAN (VXLAN) interfaces. VXLANs act as Layer 2 virtual networks over Layer 3 physical networks to stretch Layer 2 networks. About VXLAN Encapsulation

More information

ARISTA DESIGN GUIDE Data Center Interconnection with VXLAN

ARISTA DESIGN GUIDE Data Center Interconnection with VXLAN ARISTA DESIGN GUIDE Data Center Interconnection with VXLAN Version 1.0 November 2014 The requirement to operate multiple, geographically dispersed data centers is a fact of life for many businesses and

More information

BESS work on control planes for DC overlay networks A short overview

BESS work on control planes for DC overlay networks A short overview BESS work on control planes for DC overlay networks A short overview Jorge Rabadan IETF99, July 2017 Prague 1 Agenda EVPN in a nutshell BESS work on EVPN for NVO3 networks EVPN in the industry today Future

More information

Network+ Guide to Networks 7 th Edition

Network+ Guide to Networks 7 th Edition Network+ Guide to Networks 7 th Edition Chapter 10 Network Segmentation and Virtualization 2016 Cengage Learning. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in

More information

Cloud Networking (VITMMA02) Server Virtualization Data Center Gear

Cloud Networking (VITMMA02) Server Virtualization Data Center Gear Cloud Networking (VITMMA02) Server Virtualization Data Center Gear Markosz Maliosz PhD Department of Telecommunications and Media Informatics Faculty of Electrical Engineering and Informatics Budapest

More information

Module 5: Cisco Nexus 7000 Series Switch Administration, Management and Troubleshooting

Module 5: Cisco Nexus 7000 Series Switch Administration, Management and Troubleshooting The Detailed course Modules for (DCNX7K) Configuring Cisco Nexus 7000 Switches Training Online: Module 1: Cisco Nexus 7000 Series Switches Cisco unified fabric trends Nexus 7000 series switch Deployment

More information

Evolution with End-to-End Data Center Virtualization

Evolution with End-to-End Data Center Virtualization Evolution with End-to-End Data Center Virtualization Yves Louis DC Virtualisation Technical Solution Architect Agenda Data Center Virtualization Overview Front-End Data Center Virtualization Core Layer

More information

IPv6 in Virtualized Data Centers

IPv6 in Virtualized Data Centers IPv6 in Virtualized Data Centers Christopher Werny, cwerny@ernw.de Enno Rey, erey@ernw.de 15.06.2015 ERNW GmbH Carl-Bosch-Straße 4 D-69115 Heidelberg #2 Who We Are Network (IPv6) geeks, working for Germany

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

Evolution of Network Overlays in Data Center Clouds

Evolution of Network Overlays in Data Center Clouds Evolution of Network Overlays in Data Center Clouds Victor Moreno, Distinguished Engineer Agenda In the beginning - Overlay Foundational Principles Square pegs and round holes Evolution to meet networking

More information

Solution Guide. Infrastructure as a Service: EVPN and VXLAN. Modified: Copyright 2016, Juniper Networks, Inc.

Solution Guide. Infrastructure as a Service: EVPN and VXLAN. Modified: Copyright 2016, Juniper Networks, Inc. Solution Guide Infrastructure as a Service: EVPN and VXLAN Modified: 2016-10-16 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All rights reserved.

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

Virtual Extensible LAN (VXLAN) Overview

Virtual Extensible LAN (VXLAN) Overview Virtual Extensible LAN (VXLAN) Overview This document provides an overview of how VXLAN works. It also provides criteria to help determine when and where VXLAN can be used to implement a virtualized Infrastructure.

More information

Arista 7170 series: Q&A

Arista 7170 series: Q&A Arista 7170 series: Q&A Product Overview What are the 7170 series? The Arista 7170 Series are purpose built multifunctional programmable 100GbE systems built for the highest performance environments and

More information

Network Services in Virtualized Data Center

Network Services in Virtualized Data Center Network Services in Virtualized Data Center Tomáš Michaeli Consulting Systems Engineer, DCV Central / Czech republic 21 Mar 2012 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 1 Almost

More information

Dell EMC. VxBlock Systems for VMware NSX 6.3 Architecture Overview

Dell EMC. VxBlock Systems for VMware NSX 6.3 Architecture Overview Dell EMC VxBlock Systems for VMware NSX 6.3 Architecture Overview Document revision 1.1 March 2018 Revision history Date Document revision Description of changes March 2018 1.1 Updated the graphic in Logical

More information

Brocade and VMware Strategic Partners. Kyle Creason Brocade Systems Engineer

Brocade and VMware Strategic Partners. Kyle Creason Brocade Systems Engineer Brocade and VMware Strategic Partners Kyle Creason Brocade Systems Engineer Brocade Data Center Network Technologies Strategic focus areas FIBRE CHANNEL FABRICS ETHERNET FABRICS CORE ROUTING SDN NFV CLOUD

More information

Welcome. Questions? Please contact or call

Welcome. Questions? Please contact or call Welcome The next big shift in your datacenter VMware NSX with HPE Networking Ethan Melloul CCIE #44000 (R/S, SP) VCP DCV5 Master ASE FlexNetwork Solutions Consulting Solutions Architect HPN Data Center

More information

OPENFLOW & SOFTWARE DEFINED NETWORKING. Greg Ferro EtherealMind.com and PacketPushers.net

OPENFLOW & SOFTWARE DEFINED NETWORKING. Greg Ferro EtherealMind.com and PacketPushers.net OPENFLOW & SOFTWARE DEFINED NETWORKING Greg Ferro EtherealMind.com and PacketPushers.net 1 HUH? OPENFLOW. What is OpenFlow? From the bottom up. With big words. How OpenFlow does stuff. Then WHY we want

More information

Internet Technology. 15. Things we didn t get to talk about. Paul Krzyzanowski. Rutgers University. Spring Paul Krzyzanowski

Internet Technology. 15. Things we didn t get to talk about. Paul Krzyzanowski. Rutgers University. Spring Paul Krzyzanowski Internet Technology 15. Things we didn t get to talk about Paul Krzyzanowski Rutgers University Spring 2016 May 6, 2016 352 2013-2016 Paul Krzyzanowski 1 Load Balancers Load Balancer External network NAT

More information

VXLAN Design with Cisco Nexus 9300 Platform Switches

VXLAN Design with Cisco Nexus 9300 Platform Switches Guide VXLAN Design with Cisco Nexus 9300 Platform Switches Guide October 2014 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 39 Contents What

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

Cisco Designing Cisco Data Center Unified Fabric (DCUFD) v5.0. Download Full Version :

Cisco Designing Cisco Data Center Unified Fabric (DCUFD) v5.0. Download Full Version : Cisco 642-996 Designing Cisco Data Center Unified Fabric (DCUFD) v5.0 Download Full Version : https://killexams.com/pass4sure/exam-detail/642-996 Answer: A QUESTION: 156 Which three functions are provided

More information

Architecture and Design of VMware NSX-T for Workload Domains. Modified on 20 NOV 2018 VMware Validated Design 4.3 VMware NSX-T 2.3

Architecture and Design of VMware NSX-T for Workload Domains. Modified on 20 NOV 2018 VMware Validated Design 4.3 VMware NSX-T 2.3 Architecture and Design of VMware NSX-T for Workload Domains Modified on 20 NOV 2018 VMware Validated Design 4.3 VMware NSX-T 2.3 You can find the most up-to-date technical documentation on the VMware

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

VXLAN Design Using Dell EMC S and Z series Switches

VXLAN Design Using Dell EMC S and Z series Switches VXLAN Design Using Dell EMC S and Z series Switches Standard based Data Center Interconnect using Static VXLAN. Dell Networking Data Center Technical Marketing March 2017 A Dell EMC Data Center Interconnect

More information

Cloud Data Center Architecture Guide

Cloud Data Center Architecture Guide Cloud Data Center Architecture Guide Modified: 2018-08-21 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Juniper Networks, the Juniper Networks

More information

Quick Start Guide (SDN)

Quick Start Guide (SDN) NetBrain Integrated Edition 7.1 Quick Start Guide (SDN) Version 7.1a Last Updated 2018-09-03 Copyright 2004-2018 NetBrain Technologies, Inc. All rights reserved. Contents 1. Discovering and Visualizing

More information

NETWORK OVERLAYS: AN INTRODUCTION

NETWORK OVERLAYS: AN INTRODUCTION NETWORK OVERLAYS: AN INTRODUCTION Network overlays dramatically increase the number of virtual subnets that can be created on a physical network, which in turn supports multitenancy and virtualization

More information

Agenda Introduce NSX-T: Architecture Switching Routing Firewall Disclaimer This presentation may contain product features that are currently under dev

Agenda Introduce NSX-T: Architecture Switching Routing Firewall Disclaimer This presentation may contain product features that are currently under dev NET1863BE NSX-T Advanced Architecture Concepts Dimitri Desmidt / Yasen Simeonov September 2017 Agenda Introduce NSX-T: Architecture Switching Routing Firewall Disclaimer This presentation may contain product

More information

Recommended Configuration Maximums. NSX for vsphere Updated on August 08, 2018

Recommended Configuration Maximums. NSX for vsphere Updated on August 08, 2018 Recommended Configuration Maximums NSX for vsphere 6.3.6 Updated on August 08, 2018 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

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

Question No: 3 Which configuration is needed to extend the EPG out of the Cisco ACI fabric?

Question No: 3 Which configuration is needed to extend the EPG out of the Cisco ACI fabric? Volume: 60 Questions Question No: 1 You discover that a VLAN is not enabled on a leaf port even though on EPG is provisioned. Which cause of the issue is most likely true? A. Cisco Discovery protocol is

More information

VIRTUALIZING SERVER CONNECTIVITY IN THE CLOUD

VIRTUALIZING SERVER CONNECTIVITY IN THE CLOUD VIRTUALIZING SERVER CONNECTIVITY IN THE CLOUD Truls Myklebust Director, Product Management Brocade Communications 2011 Brocade Communciations - All Rights Reserved 13 October 2011 THE ENTERPRISE IS GOING

More information

Data Center Virtualization Setting the Foundation. Ed Bugnion VP/CTO, Cisco Server, Access and Virtualization Technology Group

Data Center Virtualization Setting the Foundation. Ed Bugnion VP/CTO, Cisco Server, Access and Virtualization Technology Group Data Center Virtualization Setting the Foundation Ed Bugnion VP/CTO, Cisco Server, Access and Virtualization Technology Group I Fought the Law, and the Law Won Sonny Curtis and the Crickets Moore s Law

More information

VMware vsan Network Design-OLD November 03, 2017

VMware vsan Network Design-OLD November 03, 2017 VMware vsan Network Design-OLD November 03, 2017 1 Table of Contents 1. Introduction 1.1.Overview 2. Network 2.1.vSAN Network 3. Physical Network Infrastructure 3.1.Data Center Network 3.2.Oversubscription

More information

vrealize Operations Management Pack for NSX for vsphere 3.5.0

vrealize Operations Management Pack for NSX for vsphere 3.5.0 vrealize Operations Management Pack for NSX for vsphere 3.5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Network Mul,tenancy in Xen- based Clouds. Chiradeep Vi;al CloudStack Commi;er Citrix Sep

Network Mul,tenancy in Xen- based Clouds. Chiradeep Vi;al CloudStack Commi;er Citrix Sep Network Mul,tenancy in Xen- based Clouds Chiradeep Vi;al CloudStack Commi;er Citrix Systems @chiradeep Sep 18 2013 Agenda Introduc,on to CloudStack Mul,- tenant IAAS Network Virtualiza,on / SDN L3 isola,on

More information

New Features in VMware vsphere (ESX 4)

New Features in VMware vsphere (ESX 4) New Features in VMware vsphere (ESX 4) VMware vsphere Fault Tolerance FT VMware Fault Tolerance or FT is a new HA solution from VMware for VMs. It is only available in vsphere 4 and above and provides

More information