White Paper. Huawei Campus Switches VXLAN Technology. White Paper

Size: px
Start display at page:

Download "White Paper. Huawei Campus Switches VXLAN Technology. White Paper"

Transcription

1 White Paper Huawei Campus Switches VXLAN Technology White Paper

2 1 Terms Abbreviation VXLAN NVo3 BUM VNI VM VTEP SDN Full English Name Virtual Extensible Local Area Network Network Virtualization over L3 Broadcast, Unknown unicast and Multicast Virtual Network Instance Virtual Machine VXLAN Tunnel End Point Software Defined Networking 2 Abstract Virtual Extensible Local Area Network (VXLAN) is a Network Virtualization over L3 (NVo3) technology that is used for data center virtualization and is applied to multi-tenant access expansion and VM migration. VXLAN extends L2 networks with MAC-in-UDP encapsulation over L3 networks. Each L2 network is a VXLAN segment. VXLAN uses a 24-bit VXLAN Network Identifier (VNI) to identify a VXLAN segment, and supports a maximum of 16M VXLAN segments. 3 Background After servers are virtualized, a data center has multiple times more VMs than it previously had physical hosts, and the number of MAC addresses for virtual NICs of VMs also increases accordingly. This has a huge impact on the MAC address table of a single LSW switch. In large-scale data centers and public clouds, VLAN technology can no longer isolate tenants in data centers as required, because only 4094 VLAN IDs can be used. Moreover, VMs need to migrate within a certain area of a cloud data center while their IP and MAC addresses remain unchanged. This requires VMs to be migrated on a L2 network. If the destination physical server and VMs are not on the same network, the IP address and broadcast domains

3 of the destination network must be changed accordingly, which makes network configurations more complex. VXLAN is a tunnel encapsulation technology that enables large L2 network expansion. This technology is compliant with the RFC7348 standard, and is used as one of the mainstream network virtualization technologies. Figure 3-1 Server virtualization networking As shown in Figure 3-1, one server is virtualized into multiple VMs, each of which acts as a host. 4 Technology Overview VXLAN is an NVo3 technology that overlays L2 networks with L3 networks by encapsulating packets in the MAC in UDP format. The UDP packets serve as the tunnel, over which the original L2 data packets are transmitted as the payload. UDP encapsulation enables the payload data to be transmitted easily on a L3 network, extending L2 networks over L3 networks.

4 4.1 VXLAN packet format Figure 4-1 VXLAN packet format VXLAN header VXLAN tunnel original As shown in Figure 4-1, a VXLAN packet contains the outer encapsulation and inner original payload, with the following rules: Flags (8 bits): The I flag must be set to 1, and R flags must be set to 0. VXLAN Segment ID/VNI is a 24-bit virtual network identifier. Reserved fields (24 bits and 8 bits) must be set to 0. The destination port number of the VXLAN tunnel is 4789, which is configured for the VXLAN. VXLAN uses a 24-bit VNI to identify a virtual network. The VNI is twice as long as the 12-bit VLAN ID and supports a maximum of 16M virtual networks. 4.2 VTEP In VXLAN standards, virtual tunnel end point (VTEP), a logical entity, is used for VXLAN packet encapsulation and decapsulation. A VTEP connects to a physical network and is assigned a physical network IP address. This IP address is unrelated to virtual networks. A VTEP can be implemented with software or hardware. Specifically, it can be deployed on a vserver or a physical switch.

5 Figure 4-2 VXLAN networking 4.3 Known Unicast Traffic Forwarding Process Figure 4-3 Known unicast traffic forwarding process IP Network 1. When LSW1 receives a packet from host H1, it obtains the L2 broadcast domain of the host using the inbound interface and VLAN ID, and determines whether the destination MAC address is a known unicast MAC address. If it is, LSW1 forwards the packet following the known unicast traffic forwarding process. Otherwise, LSW1 follows the broadcast, unknown unicast, and multicast (BUM) traffic forwarding process. 2. To forward the known unicast packet, the VTEP on LSW1 encapsulates the packet into a VXLAN packet based on the VNI and remote VTEP address found in the local forwarding table. The VXLAN packet is then forwarded over the IP network between LSW1 and LSW2.

6 3. After the VTEP on LSW2 receives the VXLAN packet, it determines its validity by verifying its UDP destination port number, source and destination IP addresses, and VNI. The VTEP obtains the L2 broadcast domain based on the VNI, and then decapsulates the VXLAN packet to obtain the original L2 packet. 4. LSW2 looks up the outbound interface and encapsulation information in its MAC address table based on the destination MAC address of the L2 packet, adds a VLAN tag to the packet, and then forwards the packet to host H VXLAN BUM Traffic Forwarding Figure 4-4 VXLAN BUM traffic forwarding IP Network 1. When LSW1 receives a packet from host H1, it obtains the L2 broadcast domain of the host using the inbound interface and VLAN ID, and determines whether the destination MAC address is a BUM MAC address. If it is, LSW1 forwards the packet following the BUM traffic forwarding process. Otherwise, LSW1 follows the known unicast traffic forwarding process.

7 2. If LSW1 determines that the packet is a BUM packet, the VTEP on LSW1 obtains the ingress replication list for the VNI based on the L2 broadcast domain. The VTEP then replicates the packet based on the list, encapsulates the packet into a VXLAN packet, and forwards the packet through the outbound interface. 3. After the VTEP on LSW2/LSW3 receives the VXLAN packet, it determines its validity by verifying its UDP destination port number, source and destination IP addresses, and VNI. The VTEP obtains the L2 broadcast domain based on the VNI, and then decapsulates the VXLAN packet to obtain the original L2 packet. 4. LSW2/LSW3 forwards the original L2 packet based on its MAC address table. If the destination MAC address of the packet matches a MAC address entry, the switch encapsulates and forwards the packet through the outbound interface in the MAC address entry. If the destination MAC address matches no MAC address entry, the switch broadcasts the packet to user-side interfaces. BUM packets received from a VXLAN tunnel can only be broadcast to user-side interfaces and cannot be broadcast to the VXLAN tunnel, as this will cause a loop. 4.5 Benefits of VXLAN Technology When server virtualization is widely deployed in data centers based on physical network infrastructure, VXLAN offers the following benefits: 1. Supports up to 16M VXLAN segments with 24-bit VXLAN VNIs, allowing a data center to accommodate numerous tenants. 2. Reduces the number of MAC addresses that network devices need to learn and enhances network performance because only devices at the edge of the VXLAN network need to identify VM MAC addresses. 3. Extends L2 networks using MAC-in-UDP encapsulation and decouples physical and virtual networks. Tenants are able to plan their own virtual networks, without being limited by the physical network IP addresses or broadcast domains. In this way, cloud data centers have more flexible networking and allow easier network expansion, greatly simplifying network management.

8 5 Solution 5.1 Networking Model Currently, switches can establish a VXLAN network with or without a controller. Single-node mode: In the traditional network deployment node, you need to log in to each device to configure the devices according to the network plan. In cloud computing data centers, this mode cannot collaborate with cloud platforms in automatic network deployment. Controller mode: The controller is introduced to facilitate control and deployment on large L2 networks. A controller is a unified network control platform that orchestrates and manages network resources and functions with the cloud platform to implement automated service and network provisioning. In SDN solutions, controllers are used to deploy VXLAN networks. Figure 5-1 Networking of the AC controller + VXLAN solution Cloud platform Network controller Server Infrastructure network

9 Cloud platform: Schedules network resources, computing resources, and storage resources as per demand and provides the service management and operation and maintenance (O&M) pages. As a component of the cloud platform, Neutron provides network services. Network controller: Implements network modeling and network instantiation. The AC controller uses RESTful interfaces to receive network modeling configuration from the cloud platform and convert the configurations into related commands, and uses the NETCONF protocol to establish channels with and deliver commands to network devices in the infrastructure layer. Infrastructure network: Physical and virtual networks are uniformly planned. This layer improves service performance with the hardware VXLAN gateway, and is compatible with traditional VLANs. 5.2 VXLAN L2 Gateway Figure 5-2 VXLAN L2 gateway DIP: SIP: UDP D_P:4789 UDP S_P: HASH VXLAN VNI 200 DMAC: MAC1 SMAC: MAC2 VLAN TAG: 100 DMAC: MAC1 SMAC: MAC2 OVS VXLAN VNI 200 VTEP: VXLAN L2 GW PC 1 MAC 1 VLAN 100 DMAC: MAC2 SMAC: MAC1 VLAN TAG: 100 TOR1 VXLAN VNI 200 VTEP: DIP: SIP: VM2 MAC 2 VXLAN VNI 200 UDP D_P:4789 UDP S_P: HASH VXLAN VNI 200 DMAC: MAC2 SMAC: MAC1 VXLAN L2 gateways are used for communication between traditional Ethernet networks and VXLANs. As shown in Figure 5-2, the working process of the VXLAN L2 gateway is as follows:

10 1. When the VXLAN L2 gateway receives an Ethernet packet from a traditional network, it determines the L2 broadcast domain of the packet based on the access interface and VLAN information carried in the packet. The gateway then looks up the outbound interface and encapsulation information from the MAC table, performs VXLAN encapsulation accordingly, and forwards the packet. By default, the VXLAN L2 gateway removes the VLAN tag from the original L2 header, and adds VXLAN encapsulation with VNI in the VXLAN header, VXLAN UDP header, VXLAN tunnel header (DIP/SIP), and outer L2 header. After the packet is encapsulated, the VXLAN L2 gateway looks up the routing table to forward the packet based on the DIP in the VXLAN tunnel header. 2. After the VXLAN L2 gateway receives the VXLAN packet, it looks up the VXLAN tunnel table to determine the packet's validity by verifying its UDP destination port number, VXLAN source and destination IP addresses, and VNI. The L2 gateway obtains the L2 broadcast domain based on the VNI, decapsulates the VXLAN packet to obtain the original L2 packet, and forwards the packet based on the destination MAC address. 5.3 Centralized VXLAN L3 gateway Figure 5-3 VXLAN L3 gateway VTEP IP: IP: VNI:1000 VXLAN L3 GW IP: VNI:2000 VTEP IP: VXLAN L2 GW VxLAN IP NetWork VxLAN VTEP IP: VXLAN L2 GW H3 H1 IP: VNI:1000 H2 IP: VNI:2000

11 The VXLAN L3 gateway is used to implement communication between VXLAN networks on different network segments and between VXLAN and non-vxlan networks on different network segments. As shown in Figure 5-3, H1 and H3 are on two VXLAN networks, and communicate with each other through the VXLAN L3 gateway. The working process of the VXLAN L3 gateway is as follows: 1. After receiving a VXLAN packet, the L3 gateway decapsulates the packet to obtain the original L2 packet. Because the destination MAC address of the L2 packet is the MAC address of the L3 gateway, the L3 gateway starts the L3 forwarding process. The L3 gateway looks up the routing table to forward the packet based on its destination IP address. 2. The L3 gateway obtains the next-hop IP address from the route found in the routing table, and then looks up the ARP entry of this IP address. If the outbound interface in the ARP entry is a VXLAN tunnel, the L3 gateway encapsulates the packet based on the VXLAN tunnel information in the ARP entry, and then sends the packet out. 6 Typical Application 6.1 Communication Between Terminals on the Same Network Segment As data centers accelerate information transmission based on the Internet infrastructure, enterprises and carriers are dedicating significant resources to data center construction. Large-scale deployment, virtualization, and cloud computing are commonplace in the construction of data centers. In addition, an increasing number of data centers are using Layer 2 network and virtualization technologies to support more services while reducing maintenance costs. Currently, there is rapid development of server virtualization technology being applied to physical network infrastructure of data centers. VXLAN, a highly adaptive NVo3 technology, provides a proper virtualization solution for data centers. On the network shown in Figure 6-1, an enterprise has VMs that are deployed in different data centers and reside on the same network segment. The VMs need to communicate with each other across data centers.

12 Figure 6-1 Networking for communication between terminal users on the same network segment Feature Deployment: As shown in Figure 6-1, deploy switches as VXLAN Layer 2 gateways and establish a VXLAN tunnel between the switches to implement communication between VMs on the same network segment. 1. Control channels are set up between the controller and switches through the NETCONF protocol. 2. The administrator uses the NETCONF protocol to configure VXLAN on the controller. 3. The forwarders function as VXLAN Layer 2 gateways and establish a VXLAN tunnel based on received information. 4. The VXLAN Layer 2 gateways forward data packets over the VXLAN tunnel based on MAC entries. In this way, users (VMs) on the same network segment can communicate with each other.

13 6.2 Communication Between Terminals on Different Network Segments On the network shown in Figure 6-2, an enterprise has VMs that are deployed in different data centers and reside on different network segments. The VMs need to communicate with each other across data centers. Figure 6-2 Networking for communication between terminal users on different network segments Feature Deployment: As shown in Figure 6-2, deploy Switch_3 as a VXLAN Layer 3 gateway and other switches as VXLAN Layer 2 gateways and establish VXLAN tunnels between the switches, to implement communication between terminal users on different network segments. 1. Control channels are set up between the controller and switches through the NETCONF protocol. 2. The administrator uses the NETCONF protocol to configure VXLAN on the controller. 3. The forwarders Switch_1 and Switch_2 function as VXLAN Layer 2 gateways and establish VXLAN tunnels with Switch_3 based on received information. The forwarder Switch_3 functions as a VXLAN Layer 3 gateway based on received information. 4. On the controller, the administrator creates Layer 3 VBDIF interfaces for the VXLAN Layer 3 gateway, and configures IP addresses for the VBDIF interfaces.

14 6.3 VM Migration Enterprises configure server virtualization on data center networks to consolidate IT resources, improve efficiency of resource usage, and reduce network costs. With the wide deployment of server virtualization, an increasing number of VMs are running on physical servers and many applications are running in virtual environments, which pose great challenges on virtual networks. As shown in Figure 6-3, an enterprise has two clusters in its data center. Cluster1 serves the engineering and finance departments, and Cluster2 serves the marketing department. The computing resources on Cluster1 are inadequate, whereas computing resources on Cluster2 are not fully utilized. The network administrator wants to migrate the engineering department to Cluster2 without affecting services. Figure 6-3 Department distribution Feature Deployment: To ensure uninterrupted services during the migration of the engineering department, the IP and MAC addresses of the engineering department must remain unchanged. This requires the two clusters to belong to the same Layer 2 network. If conventional migration methods are used, the administrator may have to purchase additional physical devices to distribute traffic and reconfigure VLANs. These methods may also result in network loops and additional system and management costs.

15 VXLAN, a network virtualization technology that uses MAC-in-UDP encapsulation, can be used to migrate the engineering department to Cluster2. This technology can establish a large Layer 2 network connecting terminal users with reachable IP routes, as long as the physical network supports IP forwarding. 1. Control channels are set up between the controller and switches through the NETCONF protocol. 2. The administrator uses the NETCONF protocol to configure VXLAN on the controller. 3. The forwarders function as VXLAN Layer 3 gateways and establish a VXLAN tunnel based on received information. 4. The engineering department is migrated to Cluster2 through the VXLAN tunnel and VXLAN Layer 3 gateways. Online users are unaware of the migration. The migration process of the engineering department is as follows: 1. The engineering department is migrated from Cluster1 to Cluster2. 2. After migration, the VMs of the engineering department send gratuitous ARP or Reverse Address Resolution Protocol (RARP) packets to notify Switch_2 and other devices of the migration event. 3. Switch_2 and Switch_1 receive the packets and replace the existing MAC address table with the new MAC address table of the post-migrated VMs. 4. Switch_3 receives the packets and replaces existing MAC address and ARP tables with new MAC address and ARP tables of the post-migrated VMs. The engineering department is migrated to Cluster2 through the VXLAN tunnel. Online users are unaware of the migration. After the engineering department is migrated from Cluster1 to Cluster2, terminal tenants send gratuitous ARP or RARP packets to update all gateways' MAC addresses and ARP entries of the original VMs to those of the post-migrated VMs.

16 Copyright Huawei Technologies Co., Ltd 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 Huawei Technologies Co., Ltd. Trademark Notice, HUAWEI, and are trademarks or registered trademarks of Huawei Technologies Co., Ltd. Other trademarks, product, service and company names mentioned are the property of their respective owners. General Disclaimer The information in this document may contain predictive statements including, without limitation, statements regarding the future financial and operating results, future product portfolio, new technology, etc. There are a number of factors that could cause actual results and developments to differ materially from those expressed or implied in the predictive statements. Therefore, such information is provided for reference purpose only and constitutes neither an offer nor an acceptance. Huawei may change the information at any time without notice. HUAWEI TECHNOLOGIES CO.,LTD. Huawei Industrial Base Bantian Longgang Shenzhen ,P.R.China Tel:

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

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

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

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

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

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

More information

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

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

HPE FlexFabric 5940 Switch Series

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

More information

VXLAN Testing with TeraVM

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

More information

CloudEngine 1800V Virtual Switch

CloudEngine 1800V Virtual Switch CloudEngine 1800V Virtual Switch CloudEngine 1800V Virtual Switch Product Overview Huawei CloudEngine 1800V (CE1800V) is a distributed virtual switch designed for virtualized environments in cloud data

More information

Huawei SD-WAN Solution

Huawei SD-WAN Solution Huawei SD-WAN Solution HUAWEI TECHNOLOGIES CO., LTD. 1 Trends and Challenges Faced by Enterprise Networks Enterprise IT architecture is continuously transforming towards the cloud architecture, and public

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

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

H3C S6520XE-HI Switch Series

H3C S6520XE-HI Switch Series H3C S6520XE-HI Switch Series EVPN Configuration Guide New H3C Technologies Co., Ltd. http://www.h3c.com.hk Software version: Release 1108 Document version: 6W100-20171228 Copyright 2017, New H3C Technologies

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

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

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

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

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

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

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

Technical White Paper on Cloud-based BNG with Control Plane and User Plane Separated Architecture

Technical White Paper on Cloud-based BNG with Control Plane and User Plane Separated Architecture Technical White Paper on Cloud-based BNG with Control Plane and User Plane Separated Architecture China Mobile Research Institute Abstract: This paper describes the background of and challenges faced in

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

Cisco CSR 1000V VxLAN Support 2

Cisco CSR 1000V VxLAN Support 2 Cisco CSR 1000V VxLAN Support Cisco CSR 1000V VxLAN Support 2 Finding Feature Information 2 Introduction 2 Prerequisites for Cisco CSR 1000V VxLAN Support 2 Configuring the Cisco CSR 1000V as a VxLAN Layer

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

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

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

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

H3C S7500E-X Switch Series

H3C S7500E-X Switch Series H3C S7500E-X Switch Series EVPN Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: S7500EX-CMW710-R7523P01 Document version: 6W100-20160830 Copyright 2016, Hangzhou

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

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

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

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

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

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

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

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

More information

VXLAN VTEP Gateway with Pica8 and VMware NSX

VXLAN VTEP Gateway with Pica8 and VMware NSX with Pica8 This paper outlines how Pica8 s OS (PicOS) running on a White Box SDN switch is used as a VXLAN Layer 2 Tunnel End Point (VTEP) to interconnect physical and virtual networks by leveraging VMware

More information

OceanStor 5300F&5500F& 5600F&5800F V5 All-Flash Storage Systems

OceanStor 5300F&5500F& 5600F&5800F V5 All-Flash Storage Systems OceanStor 5300F&5500F& 5600F&5800F V5 Huawei mid-range all-flash storage systems (OceanStor F V5 mid-range storage for short) deliver the high performance, low latency, and high scalability that are required

More information

Huawei AR1000V Brochure

Huawei AR1000V Brochure Huawei AR1000V Brochure AR1000V Brochure AR1000V Brochure Huawei AR1000V is a virtual router based on Network Functions Virtualization (NFV). As a software product, the AR1000V uses the x86 server hardware

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

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

Internet Engineering Task Force (IETF) Request for Comments: N. Bitar Nokia R. Shekhar. Juniper. J. Uttaro AT&T W. Henderickx Nokia March 2018

Internet Engineering Task Force (IETF) Request for Comments: N. Bitar Nokia R. Shekhar. Juniper. J. Uttaro AT&T W. Henderickx Nokia March 2018 Internet Engineering Task Force (IETF) Request for Comments: 8365 Category: Standards Track ISSN: 2070-1721 A. Sajassi, Ed. Cisco J. Drake, Ed. Juniper N. Bitar Nokia R. Shekhar Juniper J. Uttaro AT&T

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

VXLAN Functionality Cubro EXA48600 & EXA32100

VXLAN Functionality Cubro EXA48600 & EXA32100 VXLAN Functionality Cubro EXA48600 & EXA32100 June 2018 www.cubro.com Purpose of this presentation This presentation consists of two parts. Part one contains technical background information about VXLAN.

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

Enterprise Data Communication Products. Feature Description - IP Service. Issue 05 Date HUAWEI TECHNOLOGIES CO., LTD.

Enterprise Data Communication Products. Feature Description - IP Service. Issue 05 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 05 Date 2013-04-25 HUAWEI TECHNOLOGIES CO., LTD. 2013. 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

Accelerating Metro. Huawei MPLS-TP Solution HUAWEI TECHNOLOGIES CO., LTD.

Accelerating Metro. Huawei MPLS-TP Solution HUAWEI TECHNOLOGIES CO., LTD. Accelerating Metro Huawei MPLS-TP Solution HUAWEI TECHNOLOGIES CO., LTD. The metro transport network faces the special challenges as follows. Complex services: Multi-services coexist such as multiple

More information

Huawei CloudFabric and OpenStack Cloud Platform Intergration Solution

Huawei CloudFabric and OpenStack Cloud Platform Intergration Solution Huawei CloudFabric and OpenStack Cloud Platform Intergration Solution Cloud Platform Interoperation Solution Interoperation with OpenStack ML2 DhcpRpc callback ML2-PlugIn DhcpAgent NotifyAPI Port Subnet

More information

Huawei S2300 Series Switches Product Brochure

Huawei S2300 Series Switches Product Brochure Huawei S2300 Series Switches Product Brochure S2300 Series Enterprise Switches Product Overview S2300 switches (S2300 for short) are next-generation Ethernet intelligent switches developed by Huawei to

More information

ovn-architecture(7) Open vswitch Manual ovn-architecture(7)

ovn-architecture(7) Open vswitch Manual ovn-architecture(7) NAME ovn-architecture Open Virtual Network architecture DESCRIPTION OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to

More information

HUAWEI AR Series SEP Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 1.0. Date

HUAWEI AR Series SEP Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 1.0. Date HUAWEI AR Series SEP Technical White Paper Issue 1.0 Date 2015-01-19 HUAWEI TECHNOLOGIES CO., LTD. 2015. All rights reserved. No part of this document may be reproduced or transmitted in any form or by

More information

Lightning Fast Rock Solid

Lightning Fast Rock Solid Lightning Fast Rock Solid OceanStor Dorado V3 all-flash storage is the ideal storage solution to handle mission-critical businesses for TM enterprises and organizations. Based on Huawei's unique FlashLink

More information

EXTREME VALIDATED DESIGN. Network Virtualization in IP Fabric with BGP EVPN

EXTREME VALIDATED DESIGN. Network Virtualization in IP Fabric with BGP EVPN EXTREME VALIDATED DESIGN Network Virtualization in IP Fabric with BGP EVPN 53-1004308-07 April 2018 2018, Extreme Networks, Inc. All Rights Reserved. Extreme Networks and the Extreme Networks logo are

More information

Traffic Load Balancing in EVPN/VXLAN Networks. Tech Note

Traffic Load Balancing in EVPN/VXLAN Networks. Tech Note Traffic Load Balancing in EVPN/VXLAN Networks Tech Note December 2017 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Juniper Networks assumes no

More information

HUAWEI Tecal X8000 High-Density Rack Server

HUAWEI Tecal X8000 High-Density Rack Server HUAWEI Tecal X8000 High-Density Rack Server Professional Trusted Future-oriented HUAWEI TECHNOLOGIES CO., LTD. HUAWEI Tecal X8000 High-Density Rack Server (X8000) High density and innovative architecture

More information

Table of Contents 1 VLAN Configuration 1-1

Table of Contents 1 VLAN Configuration 1-1 Table of Contents 1 VLAN Configuration 1-1 Overview 1-1 Introduction to VLAN 1-1 VLAN Fundamentals 1-2 Types of VLAN 1-3 Introduction to Port-Based VLAN 1-3 Configuring a VLAN 1-4 Configuration Task List

More information

HUAWEI TECHNOLOGIES CO., LTD. HUAWEI FusionServer X6000 High-Density Server

HUAWEI TECHNOLOGIES CO., LTD. HUAWEI FusionServer X6000 High-Density Server HUAWEI TECHNOLOGIES CO., LTD. HUAWEI FusionServer X6000 High-Density Server HUAWEI FusionServer X6000 High-Density Server High computing density The X6000 is 2U high and features a centralized power supply

More information

CloudEngine 6800 Series Data Center Switches

CloudEngine 6800 Series Data Center Switches Series Data Center Switches Series Data Center Switches Product Overview Huawei CloudEngine series (CE for short) switches are nextgeneration 10G Ethernet switches designed for data centers and highend

More information

Huawei Enterprise S2700 Series Switches

Huawei Enterprise S2700 Series Switches Huawei Enterprise S2700 Series Switches 2 Product Overview The S2700 series enterprise switches (S2700 for short) are next-generation energy-saving M Ethernet intelligent switches. The S2700 utilizes cutting-edge

More information

OceanStor 6800F V5 Mission-Critical All-Flash Storage Systems

OceanStor 6800F V5 Mission-Critical All-Flash Storage Systems OceanStor 6800F V5 Mission-Critical s OceanStor 6800F V5 all-flash storage system (OceanStor 6800F V5 for short) is Huawei's next-generation mission-critical all-flash array. It has incorporated all of

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

Quidway S2700 Series Enterprise Switches

Quidway S2700 Series Enterprise Switches Quidway S2700 Series Enterprise Switches Quidway S2700 Series Enterprise Switches Product Overview The Quidway S2700 enterprise switches (S2700 for short) are next-generation energy-saving 100M Ethernet

More information

Technical White Paper for NAT Traversal

Technical White Paper for NAT Traversal V300R002 Technical White Paper for NAT Traversal Issue 01 Date 2016-01-15 HUAWEI TECHNOLOGIES CO., LTD. 2016. All rights reserved. No part of this document may be reproduced or transmitted in any form

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

Isolate-User-VLAN Technology White Paper

Isolate-User-VLAN Technology White Paper Isolate-User-VLAN Technology White Paper Keywords: Isolate-user-VLANs, secondary VLANs Abstract: Isolate-user-VLAN adopts a two-tier VLAN structure: an upper level isolate-user-vlan and multiple lower-level

More information

Virtual Private Cloud. User Guide. Issue 21 Date HUAWEI TECHNOLOGIES CO., LTD.

Virtual Private Cloud. User Guide. Issue 21 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 21 Date 2018-09-30 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Open Compute Network Operating System Version 1.1

Open Compute Network Operating System Version 1.1 Solution Guide Open Compute Network Operating System Version 1.1 Data Center Solution - EVPN with VXLAN 2016 IP Infusion Inc. All Rights Reserved. This documentation is subject to change without notice.

More information

Network Virtualization in IP Fabric with BGP EVPN

Network Virtualization in IP Fabric with BGP EVPN EXTREME VALIDATED DESIGN Network Virtualization in IP Fabric with BGP EVPN Network Virtualization in IP Fabric with BGP EVPN Version 2.0 9035383 February 2018 2018, Extreme Networks, Inc. All Rights Reserved.

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

NetEngine9000 Series Converged Core Router

NetEngine9000 Series Converged Core Router NetEngine9000 Series Converged Core Router Huawei NetEngine9000 Series Convergence Core Routers Product Overview The NetEngine9000 (NE9000) series are high-performance, next-generation converged backbone

More information

Agilio OVS Software Architecture

Agilio OVS Software Architecture WHITE PAPER Agilio OVS Software Architecture FOR SERVER-BASED NETWORKING THERE IS CONSTANT PRESSURE TO IMPROVE SERVER- BASED NETWORKING PERFORMANCE DUE TO THE INCREASED USE OF SERVER AND NETWORK VIRTUALIZATION

More information

Managing and Securing Computer Networks. Guy Leduc. Chapter 2: Software-Defined Networks (SDN) Chapter 2. Chapter goals:

Managing and Securing Computer Networks. Guy Leduc. Chapter 2: Software-Defined Networks (SDN) Chapter 2. Chapter goals: Managing and Securing Computer Networks Guy Leduc Chapter 2: Software-Defined Networks (SDN) Mainly based on: Computer Networks and Internets, 6 th Edition Douglas E. Comer Pearson Education, 2015 (Chapter

More information

Huawei IT Transformation solution

Huawei IT Transformation solution Huawei IT Transformation solution Huawei IT Transformation solution summary Nowadays, enterprises' business is changing and growing, which require IT infrastructure more reliability, more efficiency, shorter

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

Cloud-Oriented Converged Storage

Cloud-Oriented Converged Storage Cloud-Oriented Converged Storage 5600, and 5800 V3 mid-range storage systems are next-generation unified storage products specifically designed for enterprise-class applications. Employing a storage operating

More information

Huawei Enterprise S2700 Series Switches

Huawei Enterprise S2700 Series Switches 2 Product Overview The S2700 series enterprise switches (S2700s) are next-generation energy-saving intelligent 100M Ethernet switches. The S2700 utilizes cutting-edge switching technologies and Huawei

More information

Cloud-Oriented Converged Storage

Cloud-Oriented Converged Storage 5600, and 500 V3 Storage Systems Cloud-Oriented Converged Storage 5600, and 500 V3 mid-range storage systems are next-generation unified storage products specifically designed for enterprise-class applications.

More information

Huawei CloudEngine 6880 Series Data Center Switches

Huawei CloudEngine 6880 Series Data Center Switches Huawei CloudEngine 6880 Series Data Center Switches HUAWEI TECHNOLOGIES CO., LTD. CloudEngine 6880 Series Data Center Switches Product Overview Huawei CloudEngine 6880 (CE6880 for short) series switches

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

S Series Switches. MACsec Technology White Paper. Issue 1.0. Date HUAWEI TECHNOLOGIES CO., LTD.

S Series Switches. MACsec Technology White Paper. Issue 1.0. Date HUAWEI TECHNOLOGIES CO., LTD. S Series Switches MACsec Technology White Paper Issue 1.0 Date 2016-03-25 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2016. All rights reserved. No part of this document may be

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

Computer Networks CS 552

Computer Networks CS 552 Computer Networks CS 552 Badri Nath Rutgers University badri@cs.rutgers.edu 1. Link Layer, Multiple access 2. IP addressing, CIDR, NAT 3. IP/L3 routing, OSPF (link state), RIP(DV), Issues 4. L2 routing

More information

Huawei FusionSphere 6.0 Technical White Paper on OpenStack Integrating FusionCompute HUAWEI TECHNOLOGIES CO., LTD. Issue 01.

Huawei FusionSphere 6.0 Technical White Paper on OpenStack Integrating FusionCompute HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Technical White Paper on OpenStack Integrating Issue 01 Date 2016-04-30 HUAWEI TECHNOLOGIES CO., LTD. 2016. All rights reserved. No part of this document may be reproduced or transmitted in any form or

More information

Huawei Agile Controller. Agile Controller

Huawei Agile Controller. Agile Controller Huawei 1 1 Product Overview Product Features is the latest user-centric and application-based, automatic network resource control system developed by Huawei. This system is positioned as the "Smart Brain"

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

The Best Choice for SMBs

The Best Choice for SMBs The Best Choice for SMBs Huawei OceanStor 2600 V3 storage system are flash-oriented storage products specifically designed for enterprise-class applications. Employing a storage operating system built

More information

AD SSO Technical White Paper

AD SSO Technical White Paper Issue V1.0 Date 2017-02-28 Huawei Technologies Co., Ltd. 2017. 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

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

HUAWEI TECHNOLOGIES CO., LTD. Huawei FireHunter6000 series

HUAWEI TECHNOLOGIES CO., LTD. Huawei FireHunter6000 series HUAWEI TECHNOLOGIES CO., LTD. Huawei 6000 series Huawei 6000 series can detect APT (Advanced Persistent Threat) attacks, which altogether exploit multiple techniques (including zero-day vulnerabilities

More information

Red Hat OpenStack Platform 10 Red Hat OpenDaylight Product Guide

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

More information

Huawei Agile Controller. Agile Controller 1

Huawei Agile Controller. Agile Controller 1 Huawei Agile Controller Agile Controller 1 Agile Controller 1 Product Overview Agile Controller is the latest user- and application-based network resource auto control system offered by Huawei. Following

More information

Building Data Center Networks with VXLAN EVPN Overlays Part I

Building Data Center Networks with VXLAN EVPN Overlays Part I BRKDCT-2949 Building Data Center Networks with VXLAN EVPN Overlays Part I Lukas Krattiger, Principal Engineer Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session

More information

HUAWEI USG6000 Series Next-Generation Firewall Technical White Paper VPN HUAWEI TECHNOLOGIES CO., LTD. Issue 1.1. Date

HUAWEI USG6000 Series Next-Generation Firewall Technical White Paper VPN HUAWEI TECHNOLOGIES CO., LTD. Issue 1.1. Date HUAWEI USG6000 Series Next-Generation Firewall Technical White Paper VPN Issue 1.1 Date 2014-03-14 HUAWEI TECHNOLOGIES CO., LTD. 2014. All rights reserved. No part of this document may be reproduced or

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

Huawei Sx7 Series Switches. SVF Technology White Paper. Issue 01. Date HUAWEI TECHNOLOGIES CO., LTD.

Huawei Sx7 Series Switches. SVF Technology White Paper. Issue 01. Date HUAWEI TECHNOLOGIES CO., LTD. Issue 01 Date 2014-11-20 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei 2015. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written

More information

The Fastest Scale-Out NAS

The Fastest Scale-Out NAS The Fastest Scale-Out NAS The features a symmetric distributed architecture that delivers superior performance, extensive scale-out capabilities, and a super-large single file system providing shared storage

More information

Virtual Private Cloud. User Guide. Issue 03 Date

Virtual Private Cloud. User Guide. Issue 03 Date Issue 03 Date 2016-10-19 Change History Change History Release Date What's New 2016-10-19 This issue is the third official release. Modified the following content: Help Center URL 2016-07-15 This issue

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

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

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