Architecting Scalable Clouds using VXLAN and Nexus 1000V

Size: px
Start display at page:

Download "Architecting Scalable Clouds using VXLAN and Nexus 1000V"

Transcription

1

2 Architecting Scalable Clouds using VXLAN and Nexus 1000V Lawrence Kreeger Principal Engineer

3 Agenda Session Is Broken Into 3 Main Parts Part 1: VXLAN Overview What is a VXLAN? Why VXLANs? What is VMware vcloud Director? What is a vapp? Part 2: Deeper Dive Data Plane Model, Packet Format, Day in the life of a VXLAN What s New for VXLAN on Nexus 1000V Comparison with other Network Virtualization technologies Part 3: Deployment Considerations ESX Host Infrastructure Configuration Underlying Network Infrastructure Configuration VXLAN Configuration (with and without vcloud Director) 3

4 Part 1: VXLAN Overview

5 What Is A VXLAN? A VLAN with an X in the middle A VXLAN provides the same service to End Systems as a VLAN The X stands for extensible Scale! More layer 2 segments than VLANs Wider stretch than VLANs VXLANs are an Overlay Network technology MAC Over IP/UDP A draft specifying VXLAN was submitted to the IETF by Cisco, VMware and several other hypervisor and network equipment vendors (draft-mahalingamdutt-dcops-vxlan) 5

6 Overlay Networks SAN Air Traffic Control System EWR Ethernet Frames V M 1 V M 2 Virtual Switch IP Addr IP Network IP Addr Virtual Switch V M 4 V M 5 V M 3 Hypervisor IP/UDP Packets Hypervisor V M 6 6

7 VXLAN Data Plane High Level Overview VM to VM traffic on different access switches is encapsulated in a VXLAN header + UDP + IP The VXLAN header contains a 24 bit VXLAN Network Identifier VXLAN uses IP multicast to deliver bcast/mcast/unknown destination VM MAC addresses to all access switches participating in a given VXLANs VM MAC to access switch IP address mappings are learned by receiving encapsulated packets Similar to Ethernet bridge flood and learn behavior Known destination VM MAC addresses are carried over point to point tunnels between access switches 7

8 Why VXLANs? Pain Points in Scaling Cloud Networking Use of server virtualization and cloud computing is stressing the network infrastructure in several ways: - Server Virtualization increases demands on switch MAC address tables - Multi-tenancy and vapps driving the need for more than 4K VLANs - Static VLAN trunk provisioning doesn t work well for Cloud Computing and VM mobility - Limited reach of VLANs using STP constrains use of compute resources 8

9 Server Virtualization and MAC Addresses Comparison of Physical vs. Virtualized Servers Assume each server has 2 NICs (e.g. front end and management) A physical server uses only 1 MAC addresses per NIC (2 MACs) Virtualized servers have a MAC address for each Virtual NIC (VNIC) Multiple kernel VNICs are used by the hypervisor itself (e.g. management, iscsi, vmotion, Fault Tolerance etc) (e.g. 6 MACs) Each VM may have multiple VNICs (e.g. 2) New 1 RU servers have 16 cores (32 threads), and hundreds of GB of memory e.g. 32 VMs with 2 VNICs each = 64 MACs (This number will only be rising) Physical with 2 MACs -> Virtualized with 70 MACs = 35 fold increase in MACs per server! 9

10 High Density Switch Architectures Can Pack Thousands of Servers in One STP Domain 4K Physical Servers = 4K * 2 = 8K MACs 4K Virtualized Servers: Without VXLAN: 4K * 70 = 280K MACs With VXLAN: 4K * 6 = 24K MACs 2 Nexus 7000 (768 ports each) IP Core 2 VPC Peer Links each 286 Uplink Ports each 480 Downlink Ports each 256 Nexus 2232 (40 Ports Each) 32 Nexus 5596 (96 Ports Each) 2 VPC Peer Links each 30 Uplink Ports each 64 FEX Ports each 8 Fabric Ports each 32 Host Ports each 4096 Servers 2 x 10GE each 10

11 Multi-Tenancy and vapps Drive the Need for Many L2 Segments Both MAC and IP addresses could overlap between two tenants, or even within the same tenant in different vapps. Each overlapping address space needs a separate segment VLANs use 12 bit IDs = 4K VXLANs use 24 bit IDs = 16M 11

12 Challenges Configuring VLAN Trunks to Servers Trunk ports to virtualized servers are typically manually configured Slow to react to dynamic needs of the cloud, which usually leads to over-provisioning the trunks Over-provisioned trunk ports lead to Broadcast and Unknown unicast traffic arriving at servers that don t need them Excessive use of Spanning Tree Logical Port resources on access switches VXLANs use the multicast IGMP protocol to automatically prune traffic on demand Logical Port resources are traded for multicast IGMP Snooping state in switches and IP Route state in routers 12

13 Spanning Tree Logical Port Limitations A Logical Port is the intersection of a VLAN with a physical switch port e.g. A single trunk port with 1000 VLANs uses 1000 Logical Ports Switches have a limited number of Logical Ports This is a STP software limitation Nexus 7000 NX-OS 6.x supports 16,000 for PVST+ and 90,000 for MST Nexus 5000 NX-OS 5.2 supports 32,000 for either PVST+ or MST e.g. A 96 port Nexus 5000 switch can support on average 333 VLANs per port Numbers get worse for a larger switch and/or with FEX e.g. The previous example topology had 288 ports per Nexus > 111 VLANs per port When using VXLANs, all traffic travels over just one transport VLAN 13

14 Extending Layer 2 Across the Data Center Exacerbates 4K VLAN Limit Using FabricPath or OTV to extend layer 2 across the entire data center increases VM mobility and deployment flexibility However...it makes the 4K VLAN limit a data center wide limitation With VLANs a tradeoff must be made between the number of segments within a data center, and the span of those segments Small layer 2 domains give many islands of 4K VLANs, but limits VM placement and mobility VXLANs can be extended data center wide and still support up to 16M layer 2 segments 14

15 VMware vcloud Director and vapps

16 What is VMware vcloud Director? Organization 1 Organization m Pools virtual infrastructure resources into tiers called Virtual Datacenters Defines standard collections of VMs called vapps Creates Organizations and manages users Provides UI for users to self provision vapps into Virtual Datacenters Automatically deploys VMware vshield Edge VMs to provide secure multi-tenancy User Portals Users Virtual Datacenter 1 (Gold) VMware vcenter Server VMware vcloud Director Catalogs VMware vshield VMware vcenter Server Security Virtual Datacenter n (Silver) VMware vcenter Server VMware vsphere VMware vsphere VMware vsphere 16

17 What Is A vapp? A Cloud Provider using vcloud Director offers catalogs of vapps to their Users When cloned, new vapps retain the same MAC and IP addresses Duplicate MACs within different vapps requires L2 isolation Duplicate IP addresses requires L2/L3 isolation (NAT of externally facing IP addresses) Usage of vapps causes an explosion in the need for isolated L2 segments Org Network vapp vapp DB Net vapp App Net vapp Web Net DB VM s App VM s Web VM s Edge Gateway 17

18 Possible vapp Instantiation Edge Gateway options: vshield Edge (now) ASA 1000V (future) Edge Gateway performs NAT or VPN to remote location VXLANs are perfect candidates for vapp Networks VLAN 100 vapp X VXLAN 5001 VXLAN 5002 VXLAN 5000 DB VM s App VM s Web VM s vshield Edge 18

19 VXLAN Benefits On demand network segments without physical network reconfiguration Massive scale of layer 2 segments for multi-tenant environments Allows virtual layer 2 segments to stretch across physical layer 2 network boundaries Provides operational flexibility for deploying VMs anywhere in the data center VXLANs work over existing deployed data center switches and routers Alleviates network scaling issues associated with server virtualization 19

20 Part 1: Q & A

21 Part 2: Deeper Dive

22 VXLAN Network Model Access Switch Access Switch End System Bridge Domain Switch VTEP IP Multicast Enabled Underlying Network VTEP Bridge Domain Switch End System End System End System VTEP = VXLAN Tunnel End Point 22

23 VXLAN Data Plane Model Direct Unicast tunnels between VTEPs (Carries known unicast frames) VTEP VTEP VXLAN s IP Any Source Multicast Group (*,G) acts as a bus for delivery to all relevant VTEPs for a given VNI. (Carries unknown/broadcast/multicast frames) VTEP VTEP 23

24 VTEPs on the Nexus 1000V The Nexus 1000V VEMs act as the VXLAN Tunnel Endpoints (VTEP) Nexus 1000V uses a VMKNIC to terminate VTEP traffic The VMKNIC is connected to a VLAN to transport the encapsulated traffic The VMKNIC is assigned an IP address used to terminate the encapsulated traffic 24

25 VXLAN Packet Structure Original L2 Frame Given a VXLAN Header with VNI UDP header has a well known UDP destination port reserved for VXLAN UDP source port is generated using a hash of the inner /IP Ethernet header IP header has destination and source addresses of the VTEPs Outer MAC header has source VTEP MAC and next hop MAC as destination Outer MAC frame may optionally have a VLAN tag (if needed, i.e. sent over a trunk) 25

26 VTEP Use Of IGMP IGMP Used to Join Each VXLANs Assigned Multicast Group on Demand Web VM DB VM DB VM Web VM Join Multicast Group Join Multicast Group Join Multicast Group Join Multicast Group

27 VXLAN Example Data Flow VM1 Communicating with VM2 in a VXLAN ARP Request MAC: VM 1 VM 2 MAC: Request VM 3 abc xyz ARP ARP Request VXLAN VMKNIC VXLAN VMKNIC VXLAN VMKNIC VEM 1 VEM 2 VEM 3 Multicast Multicast Multicast MAC Table: VEM 2 VM Source MAC Remote Host VXLAN IP VM1:abc

28 VXLAN Example Data Flow VM1 Communicating with VM2 in a VXLAN MAC: VM 1 VM 2 MAC: Response VM 3 abc xyz ARP VXLAN VMKNIC VXLAN VMKNIC VXLAN VMKNIC Unicast MAC Table: VEM 2 Layer 3 VM Source MAC Remote Host VXLAN IP VM1:abc

29 VXLAN Example Data Flow VM1 Communicating with VM2 in a VXLAN MAC: VM 1 VM 2 MAC: VM 3 abc ARP Response xyz VXLAN VMKNIC VXLAN VMKNIC VXLAN VMKNIC MAC Table: VEM 1 VM Source MAC Remote Host VXLAN IP VM2:xyz MAC Table: VEM 2 VM Source MAC Remote Host VXLAN IP VM1:abc

30 VXLAN Example Data Flow VM1 Communicating with VM2 in a VXLAN MAC: VM 1 VM 2 MAC: VM 3 abc xyz VXLAN VMKNIC VXLAN VMKNIC VXLAN VMKNIC Unicast MAC Table: VEM 1 VM Source MAC Remote Host VXLAN IP VM2:xyz MAC Table: VEM 2 VM Source MAC Remote Host VXLAN IP VM1:abc

31 Multiple VXLANs Can Share One Multicast Group Blue & Red VXLANs Share the Multicast Group Web VM App VM DB VM App VM Encapsulate with Blue VXLAN ID Multicast to Servers Registered for Multicast Group VEM Discards Since No VM with Blue VXLAN ID VM Broadcast Frames Sent to More Servers But Broadcast Domain Respected Within VXLAN Segment 31

32 What s New for VXLAN on Nexus 1000V

33 Nexus 1000V VXLAN Enhancements Available Starting In Release 4.2(1)SV2(2.1) Multicast not required within a single Nexus 1000V MAC Address distribution within a single Nexus 1000V Trunking of VXLANs to Virtual Machines VXLAN to VLAN Gateway Virtual Service Blade 33

34 Multicast-less Mode Several customers have asked for a way to support VXLAN without using IP multicast A single Nexus 1000V is actually one virtual switch, controlled by the same Virtual Supervisor Module The VSM is already used to distribute MAC addresses between VEMs for features such as: Private VLAN Port Security For this feature, the VSM is also used to distribute the VTEP IP addresses for each VXLAN between the VEMs VEMs perform head-end replication of multi-destination frames only to the other VEMs which are participating in the VXLAN Should only be used if the amount of multi-destination traffic is low (e.g. ARP, DHCP, discovery) 34

35 MAC Address Distribution VSM distributes assigned VNIC MAC addresses and their VTEP IP address mappings This pre-populates the VXLAN forwarding tables This eliminates the need for unknown flooding for these addresses Especially useful in conjunction with Multicast-less mode to minimize head-end replication 35

36 VXLAN Trunking to VNICs VMs have a limited number of VNICs (e.g. 10 or 8) This typically limits the number of VLANs or VXLANs a VM can connect to Sometimes it is desirable for a VM to connect to many networks e.g. If the VM is a network service appliance or router For VLANs, the Nexus 1000V supports VLAN trunks It is possible for VMs to have there own VTEPs to terminate many VXLANs, but most existing VMs do not support this. Solution: Map each VXLAN to a locally significant VLAN tag on the virtual Ethernet interface These locally significant tag values can be reused with different mappings on different interfaces The VM thinks it is connected to a VLAN trunk 36

37 VXLAN to VLAN Virtual Service Blade

38 Bridging The Virtual/Physical Divide?? Si Si VXLANs/virtual VLANs/physical 38

39 VXLAN to VLAN Gateway (Logical View) L3 VLANs L2 Domain 1 L2 Domain 2 L2 Domain 3 VXLANs VXLAN GW VEM VXLAN GW VEM VXLAN GW VEM 39

40 VXLAN Gateway: A Two Port Bridge VXLAN bridge-domain red VLAN 100 VXLAN bridge-domain blue VLAN 200 VXLAN Gateway Virtual Service Blade Uplink Each VXLAN Gateway VSB can support multiple bridge domains 40

41 VXLAN Gateway Virtual Service Module Is a Virtual Service Blade running on Nexus 1010/1110 Each VXLAN Gateway VSB can use one or two dedicated 1G NICs from the appliance Is managed as a module of the Nexus 1000V virtual chassis Supports Active/Standby High Availability Requires Nexus 1000V Advanced Edition License Available now 41

42 VXLAN Overlay Comparisons

43 VXLAN Versus STT Stateless Transport Tunneling Protocol Similarities Both carry Ethernet Frames Both use IP Transport Both can use IP Multicast For broadcast and multicast frames Both can take advantage of existing Port Channel load distribution algorithms 5 Tuple Hashing (UDP vs TCP) Differences Encapsulation Format and Overhead VXLAN: UDP with 50 bytes STT: TCP-like with 72 to 54 bytes (not uniform) * Segment ID Size VXLAN: 24 bit STT: 64 bit Firewall ACL can act on VXLAN UDP port Firewalls will likely block STT since it has no TCP state machine handshake Forwarding Logic VXLAN: Flooding/Learning STT: Not specified Note: STT uses the TCP header, but not the protocol state machine. TCP header fields are repurposed. * The STT header does not exist in every packet. Only the first packet of a large segment, therefore reassembly is required. 43

44 VXLAN Versus NVGRE Network Virtualization using Generic Routing Encapsulation Similarities Both carry Ethernet frames Both use IP Transport Both can use IP Multicast For broadcast and multicast frames 24 Bit Segment ID Differences Encapsulation Format and Overhead VXLAN: UDP with 50 bytes NVGRE: GRE with 42 bytes Port Channel Load Distribution VXLAN: UDP 5-tuple hashing Most (if not all) current switches do not hash on the GRE header Firewall ACL can act on VXLAN UDP port Difficult for firewall to act on the GRE Protocol Type field Forwarding Logic VXLAN: Flooding/Learning NVGRE: Not specified 44

45 VXLAN Versus OTV Overlay Transport Virtualization Similarities Both carry Ethernet frames Same UDP based encapsulation header VXLAN does not use the OTV Overlay ID field Both can use IP Multicast For broadcast and multicast frames (optional for OTV) Differences Forwarding Logic VXLAN: Flooding/Learning OTV: Uses the IS-IS protocol to advertise the MAC address to IP bindings OTV can locally terminate ARP and doesn t flood unknown MACs OTV can use an adjacency server to eliminate the need for IP multicast OTV is optimized for Data Center Interconnect to extend VLANs between or across data centers VXLAN is optimized for intra-dc and multitenancy 45

46 VXLAN Versus LISP Locator / ID Separation Protocol Similarities Same UDP based encapsulation header VXLAN does not use the control flag bits or Nonce/Map-Version field 24 Bit Segment ID Differences LISP carries IP packets, while VXLAN carries Ethernet frames Forwarding Logic VXLAN: Flooding/Learning LISP: Uses a mapping system to register/resolve inner IP to outer IP mappings For LISP, IP Multicast is only required to carry host IP multicast traffic LISP is designed to give IP address (Identifier) mobility / multi-homing and IP core route scalability LISP can provide optimal traffic routing when Identifier IP addresses move to a different location 46

47 Part 2: Q & A

48 Part 3: Deployment

49 Nexus 1000V VEM VMKNICs Management VMKNIC For VSM to VEM communication VXLAN VMKNIC(s) For terminating VXLAN encapsulated traffic VM VM Mgmt VMKNIC VXLAN VMKNIC 49

50 Configure VMKNIC On Each ESX Host Allocate a separate VLAN to carry VXLAN traffic to/from ESX hosts Add this VLAN to allowed VLANs on trunk ports leading to ESX servers Add this VLAN to allowed VLANs on Nexus 1000V uplink port profiles Create an Access Port port profile connected to the above created VXLAN transport VLAN Add the command capability vxlan to the port profile to indicate the associated VMKNIC will be used to send/receive VXLAN encapsulated packets Using vcenter, create a new VMKNIC on each host that requires access to VXLANs Assign the above port profile to this VMKNIC Assign an available IP address within the subnet of the VXLAN transport VLAN 50

51 VXLAN Infrastructure MTU Requirements Increase MTU To Accommodate Added Encapsulation Overhead VXLAN encapsulation overhead is 50 bytes Recommendation: Increase MTU by 160 bytes to be ready for future. e.g = 1660 If VMs will be sending jumbo frames (> 1500), add accordingly Configure all Layer 2 switches carrying the VXLAN Transport VLAN (specifics vary by switch) Increase global MTU config if applicable Increase interface MTU if applicable on trunk ports (to servers and inter-switch) Increase MTU in Nexus 1000V uplink port profiles Configure router interfaces carrying VXLAN traffic SVIs for VXLAN transport VLAN(s) Routed ports (if used) 51

52 What If I Can t Increase The Network MTU? Alternatively, decrease the MTU of the VM s VNICs by 50 bytes If you do neither, the Nexus 1000V will try to do the following to help If the VM performs Path MTU Discover, the Nexus 1000V will return an ICMP Too Big message to cause the VM to segment traffic into smaller packets If the VM sends IP packets which are too large, the Nexus 1000V will fragment the packets from the VM. The destination VM is responsible for reassembling the fragments If the frame contains a non-ip packet which is too large to be sent after encapsulation, the Nexus 1000V will drop the packet If the Nexus 1000V uplink MTU is increased, but the other switch ports along the path between hosts are not increased, the other switches will silently drop the frames! 52

53 Enable IP Multicast Forwarding Layer 2 Multicast Configuration IGMP Snooping should be enabled on the VXLAN transport VLAN to avoid delivery of unwanted multicast packets to the hosts Note: IGMP Snooping is enabled by default on Cisco switches If all hosts are connected to the same subnet, IP multicast routing is not required However, an IGMP Querier is still required to make IGMP Snooping work on the switches Use the command ip igmp snooping querier <ip-addr> for the VXLAN transport VLAN on the aggregation switches. Use IP addresses which are unused within the VXLAN transport VLAN s subnet 53

54 Enable IP Multicast Forwarding Layer 3 Multicast Configuration If host VXLAN VMKNICs are on different subnets, IP multicast routing must be enabled on the router(s) interconnecting the subnets VXLAN multicast traffic is bi-directional All hosts with VXLANs both send and receive IP multicast traffic VXLAN VTEPs join for Any Source (*, G) to the relevant VXLAN multicast group using IGMPv2 Using Bi-dir PIM on the routers will : Provide the most optimal forwarding trees Use the least amount of multicast routes in the routers Put less stress on the router control plane PIM-SM will also work, but be less optimal 54

55 Alternatives To Enabling IP Multicast Routing Use FabricPath to extend the layer 2 domain FabricPath supports efficient multicast L2 pruning within the fabric Place all VTEPs on the same VLAN Use OTV to extend just the VXLAN transport VLAN Place all VTEPs on the same VLAN Other VLANs do not need to be extended 55

56 Active/Active Uplinks with LACP Access Switch With VLANs Any Hash Access Switch With VXLANs 5-tuple Hash All frames have the same VTEP dest IP, MAC and a small number of source IP/MAC. All flow entropy will be in the source UDP Port. LACP LACP VEM Any Hash VEM 5-tuple Hash IP-1 / MAC-1 VTEP All frames have the same VTEP source IP, MAC and a small number of destination IP/MAC. All flow entropy will be in the source UDP Port. MAC-A MAC-B MAC-C MAC-D MAC-A MAC-B MAC-C MAC-D VM A VM B VM C VM D VM A VM B VM C VM D 56

57 Enable UDP Port Based Load Distribution For Both Layer 2 and Layer 3 VTEPs transfer inter-vm flow entropy into the outer IP encapsulation source UDP port VTEP generates a hash value based on the VM s IP or L2 headers and put this into the outer UDP source port Take advantage of this in the underlying network by using UDP port based flow distribution Enable 5-tuple (L3 Src/Dst, L4 Proto, L4 Port Src/Dst) based load distribution for Port Channels and Virtual Port Channels to VXLAN enabled hosts Port Channels and Virtual Port Channels between switches For router Equal Cost Multi-Pathing (ECMP) 57

58 Enable Proxy ARP on Transport VLAN SVIs VEM VTEP function will always ARP for destination IP addresses This simplifies the ESX host routing table configuration If host VXLAN VMKNICs are on different subnets SVIs must be created on the VXLAN transport VLANs Proxy ARP must be enabled on these SVIs IOS and NX-OS defaults are different for Proxy ARP IOS defaults to enabled NX-OS defaults to disabled 58

59 VXLAN CLI Manual Provisioning of VXLANs Enable the feature switch(config)# feature segmentation Create a VXLAN Instance switch(config)# bridge-domain my-vxlan-1 switch(config-bd)# segment id switch(config-bd)# group Assign a Port Profile to connect to a VXLAN switch(config-port-prof)# switchport mode access switch(config-port-prof)# switchport access bridge-domain my-vxlan-1 59

60 Nexus 1000V vcloud Director Integration Four Main Components Network Management through vshield Manager 1. VMware vcloud Director Center (vcd) Management of Tenant VMs Management of vshield Edge VMs Nexus 1000V Management through REST API 2. VMware vshield Manager 4. Cisco Nexus 1000V VSM 3. VMware vcenter Standard vcenter and VSM integration 60

61 Integrating Nexus 1000V and vshield Manager 1. Turn on Network Segmentation Manager feature on Nexus 1000V N1KV(config)# feature network-segmentation-manager 2. Add Nexus 1000V in vshield Manager as a Managed switch with VXLAN and Multicast address pool range 61

62 VXLAN Creation Using vcloud Director vcloud Director user creates a Network (Organization or vapp) vcloud Director invokes vshield Manager to create a VXLAN Network vshield Manager allocates a VXLAN ID and Multicast Group and invokes the CreateNetwork API to the Nexus 1000V vcd provides the VXLAN ID and Multicast IP, Plus the Tenant ID Nexus 1000V creates a VXLAN Bridge-Domain and a Port Profile referring to that Bridge- Domain and pushes the Port Group into vcenter vcloud Director connects VMs to the Port Group VMware vcd VMware vsm VMware vcenter Cisco Nexus 1000V VSM 62

63 Part 3: Q & A

64 Related Sessions BRKVIR-2023 Cisco Nexus 1000V InterCloud based Hybrid Cloud Architectures and Approaches BRKVIR-2017 The Nexus 1000V on Microsoft Hyper-V: Expanding the Virtual Edge LTRVIR-2005 Deploying the Nexus 1000V on ESXi and Hyper-V BRKVIR-2016 Cisco's Cloud Services Router (CSR): Extending the Enterprise Network to the Cloud BRKVIR-3013 Deploying and Troubleshooting the Nexus 1000v virtual switch BRKDCT-2328 Evolution of Network Overlays in Data Center Clouds VXLAN Walk-in Lab 64

65 Resources Whitepapers and Deployment Guides ( Deploying the VXLAN Feature in Cisco Nexus 1000V Series Switches Deploying Cisco Nexus 1000V Series Switches with VMware vcloud Director and VXLAN 1.0 Scalable Cloud Networking with Cisco Nexus 1000V Series Switches and VXLAN Enable Cisco Virtual Security Gateway Service on a Virtual Extensible LAN Network in VMware vcloud Director Cisco Cloud Lab (cloudlab.cisco.com) Demo: Virtual Extensible LAN (VXLAN) 65

66 Summary / Next Steps VXLANs can help you scale your cloud networking VXLANs work over your existing switches and routers The Nexus 1000V s VXLAN support is fully integrated with VMware vcloud Director Explore available resources Try VXLANs for yourself! 66

67 Complete Your Online Session Evaluation Give us your feedback and you could win fabulous prizes. Winners announced daily. Receive 20 Cisco Daily Challenge points for each session evaluation you complete. Complete your session evaluation online now through either the mobile app or internet kiosk stations. Maximize your Cisco Live experience with your free Cisco Live 365 account. Download session PDFs, view sessions on-demand and participate in live activities throughout the year. Click the Enter Cisco Live 365 button in your Cisco Live portal to log in. 67

68

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

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

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

Cisco Nexus 1000V InterCloud

Cisco Nexus 1000V InterCloud Deployment Guide Cisco Nexus 1000V InterCloud Deployment Guide (Draft) June 2013 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 49 Contents

More information

Virtuální firewall v ukázkách a příkladech

Virtuální firewall v ukázkách a příkladech Praha, hotel Clarion 10. 11. dubna 2013 Virtuální firewall v ukázkách a příkladech T-SEC3 / L2 Tomáš Michaeli Cisco 2013 2011 Cisco and/or its affiliates. All rights reserved. Cisco Connect 1 Agenda VXLAN

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

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

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

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

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

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

Deploying Cloud Network Services Prime Network Services Controller (formerly VNMC)

Deploying Cloud Network Services Prime Network Services Controller (formerly VNMC) Deploying Cloud Network Services Prime Network Services Controller (formerly VNMC) Dedi Shindler - Sr. Manager Product Management Cloud System Management Technology Group Cisco Agenda Trends Influencing

More information

Hybrid Clouds: Integrating the Enterprise Data Center and the Public Cloud

Hybrid Clouds: Integrating the Enterprise Data Center and the Public Cloud Hybrid Clouds: Integrating the Enterprise Data Center and the Public Cloud Usha Ramachandran, Technical Marketing Engineer Session Abstract In this session, participants will learn how to create hybrid

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

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 Virtual Security Gateway Deployment Guide VSG 1.4

Cisco Virtual Security Gateway Deployment Guide VSG 1.4 Deployment Guide Cisco Virtual Security Gateway Deployment Guide VSG 1.4 Deployment Guide 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 33

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

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

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

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

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : 300-160 Title : Designing Cisco Data Center Unified Computing Vendor : Cisco Version

More information

Hypervisors networking: best practices for interconnecting with Cisco switches

Hypervisors networking: best practices for interconnecting with Cisco switches Hypervisors networking: best practices for interconnecting with Cisco switches Ramses Smeyers Customer Support Engineer Agenda What is this session about? Networking virtualization concepts Hypervisor

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

Optimizing Layer 2 DCI with OTV between Multiple VXLAN EVPN Fabrics (Multifabric)

Optimizing Layer 2 DCI with OTV between Multiple VXLAN EVPN Fabrics (Multifabric) White Paper Optimizing Layer 2 DCI with OTV between Multiple VXLAN EVPN Fabrics (Multifabric) What You Will Learn This document describes how to achieve a VXLAN EVPN multifabric design by integrating Virtual

More information

Migration from Classic DC Network to Application Centric Infrastructure

Migration from Classic DC Network to Application Centric Infrastructure Migration from Classic DC Network to Application Centric Infrastructure Kannan Ponnuswamy, Solution Architect, Cisco Advanced Services Acronyms IOS vpc VDC AAA VRF STP ISE FTP ToR UCS FEX OTV QoS BGP PIM

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

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

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

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

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

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

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 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

vsphere Networking Update 2 VMware vsphere 5.5 VMware ESXi 5.5 vcenter Server 5.5 EN

vsphere Networking Update 2 VMware vsphere 5.5 VMware ESXi 5.5 vcenter Server 5.5 EN Update 2 VMware vsphere 5.5 VMware ESXi 5.5 vcenter Server 5.5 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

Best Practices come from YOU Cisco and/or its affiliates. All rights reserved.

Best Practices come from YOU Cisco and/or its affiliates. All rights reserved. Best Practices come from YOU 2 Apple iphone4 launched in June 2010 3 Antennagate 4 IPHONE4 Best Practices from CUSTOMERS 5 vpc Best Practices and Design on NXOS Nazim Khan, CCIE#39502 (DC/SP) Technical

More information

Cisco Certdumps Questions & Answers - Testing Engine

Cisco Certdumps Questions & Answers - Testing Engine Cisco Certdumps 642-996 Questions & Answers - Testing Engine Number: 642-996 Passing Score: 797 Time Limit: 120 min File Version: 16.8 http://www.gratisexam.com/ Sections 1. A 2. B 3. C 4. Exhibit Case

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

Cisco Dynamic Fabric Automation Architecture. Miroslav Brzek, Systems Engineer

Cisco Dynamic Fabric Automation Architecture. Miroslav Brzek, Systems Engineer Cisco Dynamic Fabric Automation Architecture Miroslav Brzek, Systems Engineer mibrzek@cisco.com Agenda DFA Overview Optimized Networking Fabric Properties Control Plane Forwarding Plane Virtual Fabrics

More information

Cisco Nexus 7000 Series NX-OS VXLAN Configuration Guide

Cisco Nexus 7000 Series NX-OS VXLAN Configuration Guide First Published: 2015-05-07 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 2016

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

Data Center 3.0 Technology Evolution. Session ID 20PT

Data Center 3.0 Technology Evolution. Session ID 20PT Data Center 3.0 Technology Evolution Session ID 20PT Session Goal The focus of this seminar is on the latest technologies some of which can already be used in today's deployments and some that will become

More information

Q&As DCID Designing Cisco Data Center Infrastructure

Q&As DCID Designing Cisco Data Center Infrastructure CertBus.com 300-160 Q&As DCID Designing Cisco Data Center Infrastructure Pass Cisco 300-160 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee

More information

Cross-vCenter NSX Installation Guide. Update 3 Modified on 20 NOV 2017 VMware NSX for vsphere 6.2

Cross-vCenter NSX Installation Guide. Update 3 Modified on 20 NOV 2017 VMware NSX for vsphere 6.2 Cross-vCenter NSX Installation Guide Update 3 Modified on 20 NOV 2017 VMware NSX for vsphere 6.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Vendor: Cisco. Exam Code: Exam Name: Designing Cisco Data Center Unified Fabric (DCUFD) Version: Demo

Vendor: Cisco. Exam Code: Exam Name: Designing Cisco Data Center Unified Fabric (DCUFD) Version: Demo Vendor: Cisco Exam Code: 642-996 Exam Name: Designing Cisco Data Center Unified Fabric (DCUFD) Version: Demo DEMO QUESTION 1 Which three Cisco technologies or solutions are used during the virtualization

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

VMware vsphere 5.5 VXLAN Networking and Emulex OneConnect OCe14000 Ethernet Adapters

VMware vsphere 5.5 VXLAN Networking and Emulex OneConnect OCe14000 Ethernet Adapters VMware vsphere 5.5 VXLAN Networking and Emulex OneConnect OCe14000 Ethernet Adapters Configuring VXLAN with Emulex OneConnect OCe14000 Adapters Emulex OneConnect Network Adapters Table of contents 1.0

More information

Nexus 7000 F3 or Mx/F2e VDC Migration Use Cases

Nexus 7000 F3 or Mx/F2e VDC Migration Use Cases Nexus 7000 F3 or Mx/F2e VDC Migration Use Cases Anees Mohamed Network Consulting Engineer Session Goal M1 VDC M1/M2 VDC M2/F3 VDC M1/F1 VDC M1/M2/F2e VDC F2/F2e/F3 VDC F2 VDC F3 VDC You are here This Session

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

Cross-vCenter NSX Installation Guide. Update 4 VMware NSX for vsphere 6.4 VMware NSX Data Center for vsphere 6.4

Cross-vCenter NSX Installation Guide. Update 4 VMware NSX for vsphere 6.4 VMware NSX Data Center for vsphere 6.4 Cross-vCenter NSX Installation Guide Update 4 VMware NSX for vsphere 6.4 VMware NSX Data Center for vsphere 6.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Page 2

Page 2 Page 2 Mgmt-B, vmotion-a vmotion-b VMM-Pool-B_ Connection-B -Set-A Uplink-Set-A Uplink-Set-B ACI-DC Standard Aggregation L3 Switch Configuration for existing Layer 2 : Nexus 6K-01 switch is

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

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

Dell EMC. VxBlock Systems for VMware NSX 6.2 Architecture Overview

Dell EMC. VxBlock Systems for VMware NSX 6.2 Architecture Overview Dell EMC VxBlock Systems for VMware NSX 6.2 Architecture Overview Document revision 1.6 December 2018 Revision history Date Document revision Description of changes December 2018 1.6 Remove note about

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 Application Centric Infrastructure and Microsoft SCVMM and Azure Pack

Cisco Application Centric Infrastructure and Microsoft SCVMM and Azure Pack White Paper Cisco Application Centric Infrastructure and Microsoft SCVMM and Azure Pack Introduction Cisco Application Centric Infrastructure (ACI) is a next-generation data center fabric infrastructure

More information

"Charting the Course... Implementing Cisco Data Center Infrastructure (DCII) Course Summary

Charting the Course... Implementing Cisco Data Center Infrastructure (DCII) Course Summary Description Course Summary v6.0 is a five-day instructor-led course that is designed to help students prepare for the Cisco CCNP Data Center certification and for professional-level data center roles.

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

Cross-vCenter NSX Installation Guide. Update 6 Modified on 16 NOV 2017 VMware NSX for vsphere 6.3

Cross-vCenter NSX Installation Guide. Update 6 Modified on 16 NOV 2017 VMware NSX for vsphere 6.3 Cross-vCenter NSX Installation Guide Update 6 Modified on 16 NOV 2017 VMware NSX for vsphere 6.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

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

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

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

UCS Technical Deep Dive: Getting to the Heart of the Matter

UCS Technical Deep Dive: Getting to the Heart of the Matter UCS Technical Deep Dive: Getting to the Heart of the Matter Session ID Agenda Introductions UCS Architecture, Innovations, Topology Physical Building Blocks Logical Building Blocks Typical Use Cases (Live

More information

PracticeTorrent. Latest study torrent with verified answers will facilitate your actual test

PracticeTorrent.   Latest study torrent with verified answers will facilitate your actual test PracticeTorrent http://www.practicetorrent.com Latest study torrent with verified answers will facilitate your actual test Exam : 642-980 Title : Troubleshooting Cisco Data Center Unified Fabric (DCUFT)

More information

HPE FlexFabric 7900 Switch Series

HPE FlexFabric 7900 Switch Series HPE FlexFabric 7900 Switch Series VXLAN Configuration Guide Part number: 5998-8254R Software version: Release 213x Document version: 6W101-20151113 Copyright 2015 Hewlett Packard Enterprise Development

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

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

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

NSX Administration Guide. Update 3 Modified on 20 NOV 2017 VMware NSX for vsphere 6.2

NSX Administration Guide. Update 3 Modified on 20 NOV 2017 VMware NSX for vsphere 6.2 NSX Administration Guide Update 3 Modified on 20 NOV 2017 VMware NSX for vsphere 6.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Implementing Cisco Data Center Infrastructure v6.0 (DCII)

Implementing Cisco Data Center Infrastructure v6.0 (DCII) Implementing Cisco Data Center Infrastructure v6.0 (DCII) COURSE OVERVIEW: Implementing Cisco Data Center Infrastructure (DCII) v6.0 is a five-day instructor-led course that is designed to help students

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

Real World ACI Deployment and Migration Kannan Ponnuswamy, Solutions Architect BRKACI-2601

Real World ACI Deployment and Migration Kannan Ponnuswamy, Solutions Architect BRKACI-2601 Real World ACI Deployment and Migration Kannan Ponnuswamy, Solutions Architect BRKACI-2601 Icons and Terms APIC Application Policy Infrastructure Controller (APIC) Cisco Nexus 9500 Cisco Nexus 9300 Nexus

More information

Cisco Exam Questions & Answers

Cisco Exam Questions & Answers Cisco 642-997 Exam Questions & Answers Number: 642-997 Passing Score: 900 Time Limit: 120 min File Version: 36.4 http://www.gratisexam.com/ Cisco 642-997 Exam Questions & Answers Exam Name: Implementing

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

Cisco ACI with Cisco AVS

Cisco ACI with Cisco AVS This chapter includes the following sections: Cisco AVS Overview, page 1 Cisco AVS Installation, page 6 Key Post-Installation Configuration Tasks for the Cisco AVS, page 43 Distributed Firewall, page 62

More information

vsphere Networking Update 1 ESXi 5.1 vcenter Server 5.1 vsphere 5.1 EN

vsphere Networking Update 1 ESXi 5.1 vcenter Server 5.1 vsphere 5.1 EN Update 1 ESXi 5.1 vcenter Server 5.1 vsphere 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check

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

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

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

"Charting the Course... Troubleshooting Cisco Data Center Infrastructure v6.0 (DCIT) Course Summary

Charting the Course... Troubleshooting Cisco Data Center Infrastructure v6.0 (DCIT) Course Summary Description Troubleshooting Cisco Data Center Infrastructure v6.0 (DCIT) Course Summary v6.0 is a five-day instructor-led course that is designed to help students prepare for the Cisco CCNP Data Center

More information

Service Oriented Virtual DC Design

Service Oriented Virtual DC Design Dubrovnik, Croatia, South East Europe 20-22 May, 2013 Service Oriented Virtual DC Design Višnja Milovanović Consulting Systems Engineer Data Center & Virtualization 2011 2012 Cisco and/or its affiliates.

More information

Cisco ACI and Cisco AVS

Cisco ACI and Cisco AVS This chapter includes the following sections: Cisco AVS Overview, page 1 Installing the Cisco AVS, page 5 Key Post-Installation Configuration Tasks for the Cisco AVS, page 14 Distributed Firewall, page

More information

Virtual Machine Manager Domains

Virtual Machine Manager Domains This chapter contains the following sections: Cisco ACI VM Networking Support for Virtual Machine Managers, page 1 VMM Domain Policy Model, page 3 Virtual Machine Manager Domain Main Components, page 3,

More information

21CTL Disaster Recovery, Workload Mobility and Infrastructure as a Service Proposal. By Adeyemi Ademola E. Cloud Engineer

21CTL Disaster Recovery, Workload Mobility and Infrastructure as a Service Proposal. By Adeyemi Ademola E. Cloud Engineer 21CTL Disaster Recovery, Workload Mobility and Infrastructure as a Service Proposal By Adeyemi Ademola E. Cloud Engineer 1 Contents Introduction... 5 1.2 Document Purpose and Scope...5 Service Definition...

More information

Vendor: Cisco. Exam Code: Exam Name: DCID Designing Cisco Data Center Infrastructure. Version: Demo

Vendor: Cisco. Exam Code: Exam Name: DCID Designing Cisco Data Center Infrastructure. Version: Demo Vendor: Cisco Exam Code: 300-160 Exam Name: DCID Designing Cisco Data Center Infrastructure Version: Demo Exam A QUESTION 1 Which three options are features of a Cisco Nexus 7700 Switch? (Choose three.)

More information

Cisco CCIE Data Center Written Exam v2.0. Version Demo

Cisco CCIE Data Center Written Exam v2.0. Version Demo Cisco 400-151 CCIE Data Center Written Exam v2.0 Version Demo QUESTION 1 Which IETF standard is the most efficient messaging protocol used in an lot network? A. SNMP B. HTTP C. CoAP D. MQTI Correct Answer:

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

Cisco Nexus 1000V for VMware vsphere VDP Configuration Guide, Release 5.x

Cisco Nexus 1000V for VMware vsphere VDP Configuration Guide, Release 5.x Cisco Nexus 1000V for VMware vsphere VDP Configuration Guide, Release 5.x First Published: August 12, 2014 Last Modified: November 10, 2014 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive

More information

Exam Questions

Exam Questions Exam Questions 642-997 DCUFI Implementing Cisco Data Center Unified Fabric (DCUFI) v5.0 https://www.2passeasy.com/dumps/642-997/ 1.Which SCSI terminology is used to describe source and destination nodes?

More information

vsphere Networking Update 1 Modified on 04 OCT 2017 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5

vsphere Networking Update 1 Modified on 04 OCT 2017 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 Update 1 Modified on 04 OCT 2017 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The VMware

More information

2V0-642 vmware. Number: 2V0-642 Passing Score: 800 Time Limit: 120 min.

2V0-642 vmware. Number: 2V0-642 Passing Score: 800 Time Limit: 120 min. 2V0-642 vmware Number: 2V0-642 Passing Score: 800 Time Limit: 120 min Exam A QUESTION 1 A network administrator has been tasked with deploying a 3-tier application across two data centers. Tier-1 and tier-2

More information

MP-BGP VxLAN, ACI & Demo. Brian Kvisgaard System Engineer, CCIE SP #41039 November 2017

MP-BGP VxLAN, ACI & Demo. Brian Kvisgaard System Engineer, CCIE SP #41039 November 2017 MP-BGP VxLAN, ACI & Demo Brian Kvisgaard System Engineer, CCIE SP #41039 November 2017 Datacenter solutions Programmable Fabric Classic Ethernet VxLAN-BGP EVPN standard-based Cisco DCNM Automation Modern

More information

CCIE Data Center Written Exam ( ) version 1.0

CCIE Data Center Written Exam ( ) version 1.0 CCIE Data Center Written Exam (350-080) version 1.0 Exam Description: The Cisco CCIE Data Center Written Exam (350-080) version 1.0 is a 2-hour test with 80 110 questions that will validate that a data

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

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

VXLAN Cisco and/or its affiliates. All rights reserved. Cisco Public

VXLAN Cisco and/or its affiliates. All rights reserved. Cisco Public VXLAN Presentation ID 1 Virtual Overlay Encapsulations and Forwarding Ethernet Frames are encapsulated into an IP frame format New control logic for learning and mapping VM identity (MAC address) to Host

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

Layer 2 Implementation

Layer 2 Implementation CHAPTER 3 In the Virtualized Multiservice Data Center (VMDC) 2.3 solution, the goal is to minimize the use of Spanning Tree Protocol (STP) convergence and loop detection by the use of Virtual Port Channel

More information

vsphere Networking 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7

vsphere Networking 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

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

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