Reference Architecture. DataStream. Architecting DataStream Network. Document # NA Version 1.03, January

Size: px
Start display at page:

Download "Reference Architecture. DataStream. Architecting DataStream Network. Document # NA Version 1.03, January"

Transcription

1 Reference Architecture DataStream Architecting DataStream Network Document # NA Version 1.03, January

2 Abstract This document provides an overview of data center networking concepts in order to assist in making storage network design decisions. Audience Intended for individuals responsible for implementing DataStream storage. Prerequisite Knowledge Basic knowledge of data center networking concepts. Scope This document addresses the following topics: Isolating NFS traffic Load balancing MTU Spanning tree Physical and logical network topologies Additional Help For additional information about the information contained in this reference guide, we recommend that you first consult your third party switch manufacturer documentation. You may also contact Coho Data technical support; see the Coho Data support services page for more information NA Architecting DataStream Network

3 Isolating NFS traffic It is good practise to separate different traffic types using 802.1Q VLAN tagging. Segregation can prevents unauthorized access, broadcast storms, and provides flexibility to implement policies based on VLAN ID. Management Traffic The management network is designed to provide access to vsphere administration services. Management traffic should be on a dedicated management VMkernel port and VLAN. Traffic should be routed only to networks that need to configure and manage vsphere. Virtual Machine Traffic Virtual machine (VM) traffic should be isolated on its own network, separate from the vsphere Management Network. vmotion Traffic It is recommended to have vmotion traffic on a different VMkernel port(s) as your storage and management traffic. vmotion traffic should be isolated from the rest of the network to prevent man-in-the-middle (MitM) attacks as vmotion traffic is sent in plain text. Fault Tolerance Logging Traffic Fault Tolerance (FT) logging traffic is unencrypted and contains VM guest network and storage I/O data. It is recommended to use an isolated VM port group to avoid MitM attacks. IP Storage Traffic It is recommended to isolate VM Storage traffic (i.e. NFS & iscsi) from the rest of the production VM, Management, vmotion, and FT Logging traffic to avoid any network congestion/performance issues. Storage traffic should not be routable to other networks via a layer 3 router/switch. Storage traffic should be using a VMkernel port(s) and an isolated VLAN ID. See the Resources page for additional reading on network isolation practices and the VMkernel networking layer NA Architecting DataStream Network

4 VLAN tagging A cost effective and simple way to isolate NFS traffic is to use VLAN tags. The 802.1Q open standard (VLAN tagging) was developed to allow physical switches to be divided into virtual LANs. Only ports which the same VLAN membership will forward traffic to each other. When 802.1Q tagging is implemented, a 4 byte tag is added to the ethernet frame. Within those 4 bytes, 12 bits are reserved specifically for a VLAN ID. Ethernet Frame with 802.1Q Tag. Frame53(70bytesonwire, 70bytescaptured) EthernetII, Src: 00:40:05:40:ef:24, Dst: 00:60:08:9f:b1:f qVirtualLAN =Priority: =CFI: =ID: 100 Type: IP(0x0800) InternetProtocol, SrcAddr: ( ), DstAddr: ( ) TransmissionControlProtocol, SrcPort: 1173(1173), DstPort: 6000(6000), Seq: 0, Ack: 128,Len:0 Example PCAP of Ethernet Frame with VLAN ID NA Architecting DataStream Network

5 vswitches and VLAN tags It s highly recommended that NFS traffic is isolated from other network traffic. NFS traffic should be isolated on vswitches by using either isolated vswitches or dedicated vswitch port groups, with a configured VLAN ID. How vswitches handle tagged and untagged traffic not only depends on the vswitch configuration but also on how the upstream physical switch is configured. External Switch Tagging In this configuration, the connected physical switch ports are configured in access mode. This means that the physical switch removes the VLAN tags from the frame before forwarding the traffic to the virtual switch. For frames originating from the VMkernel, the vswitch does not add a VLAN tag to the frame, rather, it forwards the traffic as untagged to the connected physical switch. In turn, the physical switch adds a tag to the frame with a configured VLAN ID of the connected access port. In this case, the vswitch port groups cannot use VLAN IDs. This scenario is only appropriate if a dedicated vswitch is used for NFS VMkernel traffic. Virtual Guest Tagging In this configuration, the physical switch ports are configured in trunk mode and pass traffic to the vswitch, with the VLAN tags intact. The virtual switch also leaves the VLAN tags in place and passes the frame to the VM s NIC or a VMkernel port. In this case, the VM or VMkernel port must be configured specifically to handle tagged VLAN traffic; if not, the traffic is dropped. Traffic originating from the VMkernel or from a VM is sent with a VLAN tag already in place. This configuration is typically used for traffic sniffing, rather than for NFS VMkernel deployments. Virtual Switch Tagging In this configuration, the VMkernel port group has a configured VLAN ID. The physical switch s ports are configured in trunk mode and pass the traffic to the vswitch, with the VLAN tags intact. The vswitch inspects the tag s VLAN ID and forwards the frame to the port group with the same VLAN ID. Before forwarding the frame, the vswitch strips the 802.1Q tag from the frame. For frames originating from the VMkernel, the vswitch adds the VLAN ID, of originating port group, to the frame before forwarding it to the upstream physical switch. Virtual switch tagging is generally the recommended method of isolating NFS traffic NA Architecting DataStream Network

6 Port Types The port type configuration of a switch port or port channel dictates how that devices treats VLAN tags. There are two basic port types: 1. Access 2. Trunk Access Port A port which allows only frames for a single VLAN is called an access port. Access ports can either allow tagged traffic or untagged traffic but not both. If the access port is assigned a VLAN and an untagged frame enters an access port, an ingress action, the frame will have the VLAN tag added by the switch. The VLAN ID that is added to the frame is the configured VLAN of that port. Typically client endpoints will send an untagged frame to the switch, which in turn, adds a tag and forwards the Frame. For example, if an untagged frame enters port 21 and port 21 is a member of VLAN 100, port 21 adds a 802.1Q tag with VLAN ID 100 to the frame. Access Port Adding a VLAN Tag. If a tagged frame is forwarded to an access port, the switch will inspect the tag and if the VLAN ID matches the VLAN membership of the access port, the tag is removed and the frame is forwarded. Access Port Removing VLAN Tag. If you don t explicitly assign an access port to a VLAN, by default, the port will be a member of the default VLAN ; typically VLAN 1. VLAN 1 is reserved for internal use, all traffic on VLAN 1 will be sent and received without a 802.1Q VLAN tag. Some switches have a feature called switchport host, this feature is not compatible with LAGs (aka port channels) and typically should not be for DataStream connected ports NA Architecting DataStream Network

7 Trunk Port A trunk port can carry untagged packets simultaneously, with the 802.1Q tagged packets, from multiple VLANs. Trunk ports handle tagged and untagged traffic in a different manner than access ports. When a client endpoint or upstream switch forwards a frame to a trunk port, the trunk port will inspect the 802.1Q tag s VLAN ID and if the port is a member of the tagged vlan, the frame is forwarded with the tag in intact. Trunk Native A trunk port can also send and receive untagged packets. The untagged VLAN is called the NATIVE VLAN. A native VLAN ID must be explicitly specified on the trunk. For example, if the trunk port s native VLAN is VLAN 5. Traffic from VLAN 5 will be handled in the same manner as if it were handled by an access port. If trunk port is also a member of VLAN 100, 200, and 300, traffic from these VLANs would have to arrive with a VLAN tag in place and will remain tagged when forwarded by the trunk port NA Architecting DataStream Network

8 DataStream VLAN config DataStream appliances can be either configured with or without a VLAN ID VLAN tagging for the NFS network can be configured by Clicking Change Storage Network Settings, from the DataStream UI, under Settings > Networking. Without a specified VLAN ID, the DataStream switches will forward untagged frames. Connected switch ports should be configured in mode access with a specified VLAN ID. Adding a VLAN ID is the equivalent of configuring the the DataStream client ports in mode trunk. The DataStream switches will receive and forward NFS traffic with a 802.1Q tag in place. Connected switch ports should also be configured as trunks. DataStream OS 2.6.x - Settings > Networking. See the DataStream user guide for more information on how to configure DataStream network settings NA Architecting DataStream Network

9 Link Aggregation Group (LAG) Also known as port channels, LAGs bundle physical interfaces into a single aggregated logical interface. LAGs are implemented to add redundancy eliminating single points of failure to increase availability. A basic LAG bundles two or more interfaces on a switch into a single logical link. If one interface goes down, the other will continue sending traffic. The diagram below shows two switches (switch 01 and switch 02) each has a local LAG that merges 2 ports into a single logical port. Single chassis LAG. A multi-chassis LAG (vpc, VSS, MLAG) merges ports on two or more switch chassis into a single logical link eliminating single points of failure at the switch chassis level. The diagram below shows two switches (switch 01 and switch 02) each has a local LAG that merges 2 ports into a single logical port. These two local logical ports are then merges into single local port that spans both switch chassis. Switches with Multi-Chassis LAG NA Architecting DataStream Network

10 Link Aggregation Control Protocol Active LAGs use a control protocol to manage peering with an neighboring LAG. DataStream appliances support active LAGs using Link Aggregation Support Protocol (LACP) as well as LAGs without a control protocol, Static LAGs (mode on). Active LACP Ports in a LAG configured to use active LACP will transmit LACPDUs. LACPDUs will transmitted even if the port s counterpart is not configured to transmit LACPDUs, and even if the port s counterpart is not even configured to use LACP. Passive LACP Ports in a LAG configured to use passive LACP will only transmit LACPDUs. LACPDUs are a response to a LACPDU request. Static LAG Static LAGs do not use LACPDUs and will not respond to or transmit LACAPDU packets. Load-Balancing Traffic is load balanced across interfaces in a LAG in a variety of ways. Typically load-balancing policies are based on layer two or layer three fields suchs as source or destination MAC, source or destination IP, or the IP header s protocol field. The type of load-balancing configured on a intermediary switch or a vswitch will dictate the type of topology that should be used NA Architecting DataStream Network

11 VMkernel NIC Teaming VMware vsphere vswitches and vswitch port groups support the configuration of NIC teams. NIC teams provide a hot failover in the event of a hardware failure. Depending on the NIC teaming load balancing policy selected, the upstream switch may or may not need to have LAGs configured. The advantages and disadvantages of using vswitch IP hash load balancing policy are outlined in VMware KB Deployments with a NIC teaming load balancing policy configured to Route based on IP hash require link aggregation (LAG) to be configured on any ESXi connected switches. Deployments where the VMkernel NIC teaming load balancing policy is configured to Route based on source MAC hash or Route based on the originating virtual port ID, the connected do not require LAG to be configured on the intermediary switch. For DataStream deployments (direct connect or with intermediary switch) route based on source MAC hash is the recommended VMkernel NIC team load balancing policy NA Architecting DataStream Network

12 IP Hash Intermediary Switch When using IP hash load balancing, the DataStream Arista switch ports must be LAGed. Ports can be merged into LAGs using the DataStream UI. When selecting a port on the primary switch, the corresponding port on the secondary switch is automatically selected. The cabling must be connected in a way that is conducive to this workflow. DataStream switches support LACP active, LACP passive, and static LAGs. DataStream OS 2.6.x - Hardware > Switches View. Route Based on IP Hash NA Architecting DataStream Network

13 It is not necessary to match the load-balancing policy between the intermediary switch or the ESXi vswitch. Regardless of what is configured on the intermediary switch it is recommended that you use routed based on source MAC hash or route on based on virtual port ID for your vswitch NIC teaming load balancing. MAC Hash On Intermediary Switch When using MAC hash load-balancing on the intermediary switch, the DataStream Arista switch ports do not need to be LAGed. MAC Hash on Intermediary Switch. MAC hash is the preferred load-balancing policy for most DataStream deployments NA Architecting DataStream Network

14 Spanning-Tree A huge benefit MLAG (LAG across multiple chassis) is the ability to turn a redundant active/standby (with two switches) path to an endpoint into a reducanent active/active path. This change in capabilities has to do with how spanning tree views LAGs. In this topology spanning tree will block one of the active paths to the DataStream switches. The end-end path is redundant, but in active/standby. LAGs are Local and Independent on each Intermediary Switch. Active path Disabled by STP NA Architecting DataStream Network

15 In this topology the LAG appears to be a single switch to spanning tree (STP). Because the multi-chassis LAG domain appears to STP as a single switch, there are no blocked ports. The redundant path is active/active. LAG is Used to Create a Single Logical Intermediary Switch. Active path Disabled by STP Applies to Arista MLAG, Cisco vpc, Cisco VSS, cisco StackWise, Brocade VLAG, HP IRF, and many more vendor specific implementations NA Architecting DataStream Network

16 STP Port Types Because the DataStream switches act as endpoints their client facing ports are configured as STP port-type edge. Edge ports do not send BPDU packets. It is recommended that the intermediary switch ports connected to the DataStream switches are configured as STP port-type edge. This configuration prevents the DataStream switches from becoming part of the existing networks STP topology. Cisco IOS switches may prompt with the following error: {%PM-4-ERR_DISABLE: channel-misconfig(stp) errordetectedongi0/35, putting Gi0/35inerr-disablestate} To fix: switch(config-if)#spanning-treeportfastdisabled Jumbo Frames Jumbo frames are ethernet frames with an MTU larger than 1500 bytes. To enable jumbo frames the MTU must be changes from the default 1500 bytes to a larger size. Typically 9000 (vsphere) or 9216 (Cisco). Arista switches allow jumbo frames by default. The DataStream UI provides an avenue for configuring a global MTU value for your entire DataStream cluster NA Architecting DataStream Network

17 Coho Data Support Services Every effort was made to ensure a trouble-free experience. Should you experience any 1 difficulty with your Coho Data products, please contact Coho Data Technical Support. The Coho Data support center can be reached in the following ways: North America support@cohodata.com Web Document Feedback We appreciate any feedback about this document. Whenever possible or applicable, please include the document number (on front page), the title, version number, and the specific chapters or paragraphs. Send your comments to: documentation@cohodata.com. Note: All comments become the property of Coho Data. 1 Please consult your technical support agreement for more information about your support tier NA Architecting DataStream Network

18 Resources Coho Data DataStream User Guide (see the Coho Data Customer Support Portal ) Cisco Nexus vpc Reference Architecture DataStream Arista MLAG Reference Architecture UCS Direct Connect Reference VMware Understanding IP Hash Load Balancing (KB ) Adopting Sound Network Isolation Practices Setting Up VMkernel Networking - VMkernel Networking Layer NA Architecting DataStream Network

19 About the Author Urs is a Solutions Architect at Coho Data. Urs specializes in automation, virtualization, and networking design. Urs has several years experience supporting enterprise hardware and software solutions across a variety of distinguished companies. Prior to working as an Solutions Architect, he as an Escalation Engineer at Coho Data, he also spent several years as a Systems Administrator before joining Coho Data. Urs is a VMware VCP-DCV, VCP-DT, and holds several more distinguished industry certifications Coho Data. All rights reserved. The Coho Data logo, DataStream, and MicroArray are trademarks of Coho Data in Canada, United States and other jurisdictions. All other trademarks, service marks, and trade names referenced in this document are those of their respective owners. No part of this document or other Coho Data document assets may be reproduced without the express written consent of Coho Data. Every effort has been made to ensure that the information in this document is accurate; however, errors and/or omissions in content are possible. In no event shall Coho Data be liable for incidental or consequential damages arising from use of this document or the software and hardware described in this document. Content is subject to change without prior notice NA Architecting DataStream Network

Reference Architecture. DataStream. UCS Direct Connect. For DataStream OS 2.6 or later Document # NA Version 1.08 April

Reference Architecture. DataStream. UCS Direct Connect. For DataStream OS 2.6 or later Document # NA Version 1.08 April DataStream For DataStream OS 2.6 or later Document # 310-0026NA Version 1.08 April 2017 www.cohodata.com Abstract This reference architecture describes how to connect DataStream switches to Cisco Unified

More information

NetApp HCI Network Setup Guide

NetApp HCI Network Setup Guide Technical Report NetApp HCI Network Setup Guide Version 1.2 Aaron Patten, NetApp April 2018 TR-4679 TABLE OF CONTENTS 1 Introduction... 4 2 Hardware... 4 2.1 Node and Chassis Layout... 4 2.2 Node Types...

More information

Configuring EtherChannels

Configuring EtherChannels Configuring EtherChannels This chapter describes how to configure EtherChannels and to apply and configure the Link Aggregation Control Protocol (LACP) for more efficient use of EtherChannels in Cisco

More information

Configuring EtherChannels

Configuring EtherChannels CHAPTER 11 This chapter describes how to configure EtherChannels and to apply and configure the Link Aggregation Control Protocol (LACP) for more efficient use of EtherChannels in Cisco NX-OS. This chapter

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

Configuring EtherChannels

Configuring EtherChannels This chapter describes how to configure EtherChannels and to apply and configure the Link Aggregation Control Protocol (LACP) for more efficient use of EtherChannels in Cisco NX-OS. It contains the following

More information

Configuring Port Channels

Configuring Port Channels CHAPTER 5 This chapter describes how to configure port channels and to apply and configure the Link Aggregation Control Protocol (LACP) for more efficient use of port channels in Cisco DCNM. For more information

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

Configuring Port Channels

Configuring Port Channels This chapter contains the following sections: Information About Port Channels, page 1, page 9 Verifying Port Channel Configuration, page 16 Verifying the Load-Balancing Outgoing Port ID, page 17 Feature

More information

UCS C Series Rack Servers VIC Connectivity Options

UCS C Series Rack Servers VIC Connectivity Options UCS C Series Rack Servers VIC Connectivity Options Document ID: 117637 Contributed by Shankar Prasath, Cisco TAC Engineer. Apr 25, 2014 Contents Introduction Prerequisites Requirements Components Used

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

Configuring Access and Trunk Interfaces

Configuring Access and Trunk Interfaces Configuring Access and Trunk Interfaces Ethernet interfaces can be configured either as access ports or trunk ports. Trunks carry the traffic of multiple VLANs over a single link and allow you to extend

More information

Configuring EtherChannels and Layer 2 Trunk Failover

Configuring EtherChannels and Layer 2 Trunk Failover 28 CHAPTER Configuring EtherChannels and Layer 2 Trunk Failover This chapter describes how to configure EtherChannels on Layer 2 ports on the switch. EtherChannel provides fault-tolerant high-speed links

More information

Considerations for Deploying Cisco Expressway Solutions on a Business Edition Server

Considerations for Deploying Cisco Expressway Solutions on a Business Edition Server Considerations for Deploying Cisco Expressway Solutions on a Business Edition Server December 17 2013 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA95134-1706 USA http://www.cisco.com

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

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

Configuring EtherChannels and Layer 2 Trunk Failover

Configuring EtherChannels and Layer 2 Trunk Failover 35 CHAPTER Configuring EtherChannels and Layer 2 Trunk Failover This chapter describes how to configure EtherChannels on Layer 2 and Layer 3 ports on the switch. EtherChannel provides fault-tolerant high-speed

More information

Configuring Port Channels

Configuring Port Channels This chapter contains the following sections: Information About Port Channels, on page 1, on page 8 Verifying Port Channel Configuration, on page 16 Verifying the Load-Balancing Outgoing Port ID, on page

More information

EtherChannel and Redundant Interfaces

EtherChannel and Redundant Interfaces This chapter tells how to configure EtherChannels and redundant interfaces. Note For multiple context mode, complete all tasks in this section in the system execution space. To change from the context

More information

Configuring EtherChannels and Link-State Tracking

Configuring EtherChannels and Link-State Tracking CHAPTER 37 Configuring EtherChannels and Link-State Tracking This chapter describes how to configure EtherChannels on Layer 2 and Layer 3 ports on the switch. EtherChannel provides fault-tolerant high-speed

More information

Configuring Port Channels

Configuring Port Channels CHAPTER 5 This chapter describes how to configure port channels and to apply and configure the Link Aggregation Control Protocol (LACP) for more efficient use of port channels using Cisco Data Center Network

More information

Configuring Port Channels

Configuring Port Channels This chapter contains the following sections: Information About Port Channels, page 1, page 11 Verifying Port Channel Configuration, page 19 Triggering the Port Channel Membership Consistency Checker,

More information

vsphere Networking for the Network Admin Jason Nash, Varrow CTO

vsphere Networking for the Network Admin Jason Nash, Varrow CTO vsphere Networking for the Network Admin Jason Nash, Varrow CTO Agenda What is virtualization? How does virtualization impact the network team? How should you approach virtualization? vsphere 101 Where

More information

Cisco Nexus 1000V for KVM Interface Configuration Guide, Release 5.x

Cisco Nexus 1000V for KVM Interface Configuration Guide, Release 5.x Cisco Nexus 1000V for KVM Interface Configuration Guide, Release 5.x First Published: August 01, 2014 Last Modified: November 09, 2015 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San

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

An Introduction to NIC Teaming with Lenovo Networking Switches

An Introduction to NIC Teaming with Lenovo Networking Switches Front cover An Introduction to NIC Teaming with Lenovo Networking Switches Shows how Network Interface Card (NIC) teaming can be configured Includes examples for Linux, Windows, and VMware Describes how

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 11 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the Cisco ME 3400 Ethernet Access switch. It includes information

More information

Configuring Port Channels

Configuring Port Channels This chapter contains the following sections: Information About Port Channels, page 1, page 10 Verifying Port Channel Configuration, page 21 Verifying the Load-Balancing Outgoing Port ID, page 22 Feature

More information

TECHNICAL GUIDE. DataStream. Benchmarking Guide

TECHNICAL GUIDE. DataStream. Benchmarking Guide TECHNICAL GUIDE DataStream Benchmarking Guide Version 2.9.0.1 February 2017 Table of Contents Introduction 3 Why Benchmark? 3 DataStream Architecture 4 Global Namespace (GNS) 4 Built-in Load Balancing

More information

Datrium DVX Networking Best Practices

Datrium DVX Networking Best Practices Datrium DVX Networking Best Practices Abstract This technical report presents recommendations and best practices for configuring Datrium DVX networking for enterprise level use for VMware vsphere environments.

More information

Implementing Multi-Chassis Link Aggregation Groups (MC-LAG)

Implementing Multi-Chassis Link Aggregation Groups (MC-LAG) Implementing Multi-Chassis Link Aggregation Groups (MC-LAG) HPE Synergy Virtual Connect SE 40Gb F8 Module and Arista 7050 Series Switches Technical white paper Technical white paper Contents Introduction...

More information

VMware vsan Network Design-OLD November 03, 2017

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

More information

Configuring EtherChannels and Link-State Tracking

Configuring EtherChannels and Link-State Tracking 30 CHAPTER Configuring EtherChannels and Link-State Tracking This chapter describes how to configure EtherChannels on Layer 2 ports on the Catalyst 2960 switch. EtherChannel provides fault-tolerant high-speed

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

Configuring Q-in-Q VLAN Tunnels

Configuring Q-in-Q VLAN Tunnels This chapter describes how to configure Q-in-Q VLAN tunnels. Finding Feature Information, page 1 Feature History for Q-in-Q Tunnels and Layer 2 Protocol Tunneling, page 1 Information About Q-in-Q Tunnels,

More information

Network Design Considerations for VMware Deployments. Koo Juan Huat

Network Design Considerations for VMware Deployments. Koo Juan Huat Network Design Considerations for VMware Deployments Koo Juan Huat juanhuat@cisco.com 1 Agenda VMware Architecture and Components VMware LAN Networking vswitch Basics NIC Teaming vswitch vs LAN Switch

More information

vsphere 6.0 with HP ProLiant Gen9 Servers, OneView, 3PAR, Cisco Nexus 5600 and Brocade 6510 Deployment Guide

vsphere 6.0 with HP ProLiant Gen9 Servers, OneView, 3PAR, Cisco Nexus 5600 and Brocade 6510 Deployment Guide Technical white paper vsphere 6.0 with HP ProLiant Gen9 Servers, OneView, 3PAR, Cisco Nexus 5600 and Brocade 6510 Deployment Guide Updated: 4/30/2015 Hongjun Ma, HP DCA Table of contents Introduction...

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

VLAN Configuration. Understanding VLANs CHAPTER

VLAN Configuration. Understanding VLANs CHAPTER CHAPTER 11 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the CGR 2010 ESM. It includes information about VLAN membership

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

Configuring IEEE 802.3ad LACP EtherChannels on the Cisco MWR 2941

Configuring IEEE 802.3ad LACP EtherChannels on the Cisco MWR 2941 29 CHAPTER Configuring IEEE 802.3ad LACP EtherChannels on the Cisco MWR 2941 Cisco MWR 2941 Release 3.5.1 and later supports IEEE 802.3ad Link Aggregation Control Protocol (LACP) EtherChannels. Note The

More information

UCS with VMware ESXi End to End Jumbo MTU Configuration Example

UCS with VMware ESXi End to End Jumbo MTU Configuration Example UCS with VMware ESXi End to End Jumbo MTU Configuration Example Document ID: 117601 Contributed by Vishal Mehta, Cisco TAC Engineer. Apr 09, 2014 Contents Introduction Prerequisites Requirements Components

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

VMware vsphere with ESX 6 and vcenter 6

VMware vsphere with ESX 6 and vcenter 6 VMware vsphere with ESX 6 and vcenter 6 Course VM-06 5 Days Instructor-led, Hands-on Course Description This class is a 5-day intense introduction to virtualization using VMware s immensely popular vsphere

More information

Configuring Virtual Port Channels

Configuring Virtual Port Channels Configuring Virtual Port Channels This chapter describes how to configure virtual port channels (vpcs) on Cisco Nexus 5000 Series switches. It contains the following sections: Information About vpcs, page

More information

Administering VMware vsphere and vcenter 5

Administering VMware vsphere and vcenter 5 Administering VMware vsphere and vcenter 5 Course VM-05 5 Days Instructor-led, Hands-on Course Description This 5-day class will teach you how to master your VMware virtual environment. From installation,

More information

Configuring Virtual Port Channels

Configuring Virtual Port Channels This chapter contains the following sections: Information About vpcs, page 1 Guidelines and Limitations for vpcs, page 10 Configuring vpcs, page 11 Verifying the vpc Configuration, page 25 vpc Default

More information

HD NVR NIC Teaming Overview. Avigilon HD NVR HD-NVR3-PRM

HD NVR NIC Teaming Overview. Avigilon HD NVR HD-NVR3-PRM HD NVR NIC Teaming Overview Avigilon HD NVR HD-NVR3-PRM 2016, Avigilon Corporation. All rights reserved. AVIGILON and the AVIGILON logo are trademarks of Avigilon Corporation. Other product names mentioned

More information

Deployment of Dell M6348 Blade Switch with Cisco 4900M Catalyst Switch (Simple Mode)

Deployment of Dell M6348 Blade Switch with Cisco 4900M Catalyst Switch (Simple Mode) Deployment of Dell M6348 Blade Switch with Cisco 4900M Catalyst Switch (Simple Mode) Dell Networking Solutions Engineering July 2011 A Dell EMC Deployment and Configuration Guide Revisions Date Description

More information

VMware vsphere with ESX 4.1 and vcenter 4.1

VMware vsphere with ESX 4.1 and vcenter 4.1 QWERTYUIOP{ Overview VMware vsphere with ESX 4.1 and vcenter 4.1 This powerful 5-day class is an intense introduction to virtualization using VMware s vsphere 4.1 including VMware ESX 4.1 and vcenter.

More information

EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA

EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA Version 4.0 Configuring Hosts to Access VMware Datastores P/N 302-002-569 REV 01 Copyright 2016 EMC Corporation. All rights reserved.

More information

"Charting the Course... VMware vsphere 6.7 Boot Camp. Course Summary

Charting the Course... VMware vsphere 6.7 Boot Camp. Course Summary Description Course Summary This powerful 5-day, 10 hour per day extended hours class is an intensive introduction to VMware vsphere including VMware ESXi 6.7 and vcenter 6.7. This course has been completely

More information

Configuring Link Aggregation

Configuring Link Aggregation Information About Link Aggregation, page 1 Restrictions for Link Aggregation, page 1 (GUI), page 3 (CLI), page 4 Verifying Link Aggregation Settings (CLI), page 4 Configuring Neighbor Devices to Support

More information

Tintri VMstore with VMware Best Practices Guide

Tintri VMstore with VMware Best Practices Guide TECHNICAL WHITE PAPER Tintri VMstore with VMware Best Practices Guide Best Practices for Deploying the Tintri VMstore in VMware vsphere Environments October 2017 www.tintri.com Revision History Version

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Private VLANs on a QFX Switch Using Extended Functionality Modified: 2016-08-01 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000

More information

Emulex Universal Multichannel

Emulex Universal Multichannel Emulex Universal Multichannel Reference Manual Versions 11.2 UMC-OCA-RM112 Emulex Universal Multichannel Reference Manual Corporate Headquarters San Jose, CA Website www.broadcom.com Broadcom, the pulse

More information

GUIDE. Optimal Network Designs with Cohesity

GUIDE. Optimal Network Designs with Cohesity Optimal Network Designs with Cohesity TABLE OF CONTENTS Introduction...3 Key Concepts...4 Five Common Configurations...5 3.1 Simple Topology...5 3.2 Standard Topology...6 3.3 Layered Topology...7 3.4 Cisco

More information

Návrh serverových farem

Návrh serverových farem Návrh serverových farem DCTECH4 Martin Diviš Consulting Systems Engineer mdivis@cisco.com Sponsor Sponsor Sponsor Sponsor Logo Logo Logo Logo CIscoEXPO 1 Agenda Introduction 5k/2k update Basic Concepts

More information

Pass-Through Technology

Pass-Through Technology CHAPTER 3 This chapter provides best design practices for deploying blade servers using pass-through technology within the Cisco Data Center Networking Architecture, describes blade server architecture,

More information

Configuring Enhanced Virtual Port Channels

Configuring Enhanced Virtual Port Channels This chapter contains the following sections: Information About Enhanced vpcs, page 2 Licensing Requirements for Enhanced vpc, page 4 Configuring Enhanced vpcs, page 4 Verifying Enhanced vpcs, page 5 Enhanced

More information

FlexPod Express with VMware vsphere 5.1u1 Implementation Guide

FlexPod Express with VMware vsphere 5.1u1 Implementation Guide Technical Report FlexPod Express with VMware vsphere 5.1u1 Implementation Guide Karthick Radhakrishnan, Arvind Ramakrishnan, Lindsey Street, NetApp Jeffrey Fultz, Cisco March 2014 TR-4261 TABLE OF CONTENTS

More information

MLAG Configuration Guide

MLAG Configuration Guide MLAG Configuration Guide Release 1.0 Release: 1.0 1 / 15 Super Micro Intelligent Switch Release: 1.0 Document status: Standard Document release date: 3/22/2016 Copyright 2017 Super Micro All Rights Reserved.

More information

NetApp HCI with Mellanox SN2010 Switch Quick Cabling Guide

NetApp HCI with Mellanox SN2010 Switch Quick Cabling Guide Technical Report NetApp HCI with Mellanox SN2010 Switch Stephen Carl, HCI Tech Solutions, NetApp December 2018 TR-4735-1218 TABLE OF CONTENTS 1 Introduction... 4 2 NetApp HCI Hardware... 4 2.1 Node and

More information

Network-Level High Availability

Network-Level High Availability This chapter describes Cisco NX-OS network high availability and includes the following sections: Information About, page 1 Licensing Requirements, page 2 Spanning Tree Protocol, page 2 Virtual Port Channels,

More information

Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling

Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling CHAPTER 14 Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling With Release 12.1(13)E and later, the Catalyst 6500 series switches support IEEE 802.1Q tunneling and Layer 2 protocol tunneling.

More information

Configuring Q-in-Q VLAN Tunnels

Configuring Q-in-Q VLAN Tunnels This chapter contains the following sections: Information About Q-in-Q VLAN Tunnels, page 1 Licensing Requirements for Q-in-Q Tunnels, page 4 Guidelines and Limitations for Q-in-Q VLAN Tunnels, page 5

More information

Security Gateway Virtual Edition

Security Gateway Virtual Edition Security Gateway Virtual Edition R75.20 Administration Guide 4 March 2012 Classification: [Restricted] 2012 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation

More information

Using Switches with a PS Series Group

Using Switches with a PS Series Group Cisco Catalyst 3750 and 2970 Switches Using Switches with a PS Series Group Abstract This Technical Report describes how to use Cisco Catalyst 3750 and 2970 switches with a PS Series group to create a

More information

Aggregate Interfaces and LACP

Aggregate Interfaces and LACP The following topics explain aggregate interface configuration and how LACP functions on managed devices: About Aggregate Interfaces, on page 1 LAG Configuration, on page 2 Link Aggregation Control Protocol

More information

Configuring Q-in-Q VLAN Tunnels

Configuring Q-in-Q VLAN Tunnels Information About Q-in-Q Tunnels, page 1 Licensing Requirements for Interfaces, page 7 Guidelines and Limitations, page 7 Configuring Q-in-Q Tunnels and Layer 2 Protocol Tunneling, page 8 Configuring Q-in-Q

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER 7 CHAPTER This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the Cisco MWR 2941 router. It includes information about VLAN

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 9 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094). It includes information about VLAN membership modes, VLAN configuration

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

Deployment of Dell M8024-k Blade Switch in Simple Mode with Cisco Nexus 5k Switch

Deployment of Dell M8024-k Blade Switch in Simple Mode with Cisco Nexus 5k Switch Deployment of Dell M8024-k Blade Switch in Simple Mode with Cisco Nexus 5k Switch Dell Networking Solutions Engineering August 2011 A Dell EMC Interoperability Whitepaper Revisions Date Description Authors

More information

Configuring Link Aggregation

Configuring Link Aggregation Information About Link Aggregation, page 1 Restrictions for Link Aggregation, page 2 (GUI), page 4 (CLI), page 4 Verifying Link Aggregation Settings (CLI), page 5 Configuring Neighbor Devices to Support

More information

FlexPod Express with VMware vsphere 6.0: Small and Medium Configurations

FlexPod Express with VMware vsphere 6.0: Small and Medium Configurations NetApp Verified Architecture FlexPod Express with VMware vsphere 6.0: Small and Medium Configurations Authors: Karthick Radhakrishnan and Arvind Ramakrishnan, NetApp Reviewers: Jeffrey Fultz and Chris

More information

Configuring Private VLANs Using NX-OS

Configuring Private VLANs Using NX-OS This chapter describes how to configure private VLANs on Cisco NX-OS devices. Private VLANs provide additional protection at the Layer 2 level. This chapter includes the following sections: Finding Feature

More information

VMware vsphere 6.5 Boot Camp

VMware vsphere 6.5 Boot Camp Course Name Format Course Books 5-day, 10 hour/day instructor led training 724 pg Study Guide fully annotated with slide notes 243 pg Lab Guide with detailed steps for completing all labs 145 pg Boot Camp

More information

Finding Feature Information, page 2 Information About DHCP Snooping, page 2 Information About the DHCPv6 Relay Agent, page 8

Finding Feature Information, page 2 Information About DHCP Snooping, page 2 Information About the DHCPv6 Relay Agent, page 8 This chapter describes how to configure the Dynamic Host Configuration Protocol (DHCP) on a Cisco NX-OS device. This chapter includes the following sections: Finding Feature Information, page 2 Information

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 vsphere Administration Training. Course Content

VMware vsphere Administration Training. Course Content VMware vsphere Administration Training Course Content Course Duration : 20 Days Class Duration : 3 hours per day (Including LAB Practical) Fast Track Course Duration : 10 Days Class Duration : 8 hours

More information

Sample configuration of EtherChannel / Link aggregation with ESXi/ESX and Cisco/HP switches

Sample configuration of EtherChannel / Link aggregation with ESXi/ESX and Cisco/HP switches Page 1 of 7 Sample configuration of EtherChannel / Link aggregation with ESXi/ESX and Cisco/HP switches Purpose This article describes the concepts, limitations, and some sample configurations of link

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

Cisco Nexus 9000 Series NX-OS Virtual Machine Tracker Configuration Guide, Release 9.x

Cisco Nexus 9000 Series NX-OS Virtual Machine Tracker Configuration Guide, Release 9.x Cisco Nexus 9000 Series NX-OS Virtual Machine Tracker Configuration Guide, Release 9.x First Published: 2018-07-05 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

By the end of the class, attendees will have learned the skills, and best practices of virtualization. Attendees

By the end of the class, attendees will have learned the skills, and best practices of virtualization. Attendees Course Name Format Course Books 5-day instructor led training 735 pg Study Guide fully annotated with slide notes 244 pg Lab Guide with detailed steps for completing all labs vsphere Version Covers uses

More information

Configuring IEEE 802.1Q Tunneling

Configuring IEEE 802.1Q Tunneling CHAPTER 26 This chapter describes how to configure IEEE 802.1Q tunneling in Cisco IOS Release 12.2SX. For complete syntax and usage information for the commands used in this chapter, see the Cisco IOS

More information

Campus Networking Workshop. Layer 2 engineering Spanning Tree and VLANs

Campus Networking Workshop. Layer 2 engineering Spanning Tree and VLANs Campus Networking Workshop Layer 2 engineering Spanning Tree and VLANs Switching Loop When there is more than one path between two switches What are the potential problems? Switching Loop If there is more

More information

Configuring Interfaces

Configuring Interfaces CHAPTER 9 This chapter defines the types of interfaces on the Cisco ME 3400 Ethernet Access switch and describes how to configure them. Understanding Interface Types, page 9-1 Using Interface Configuration

More information

Interfaces for Firepower Threat Defense

Interfaces for Firepower Threat Defense This chapter includes Firepower Threat Defense interface configuration including Ethernet settings, EtherChannels, VLAN subinterfaces, IP addressing, and more. About Firepower Threat Defense Interfaces,

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

iscsi Configuration for ESXi using VSC Express Guide

iscsi Configuration for ESXi using VSC Express Guide ONTAP 9 iscsi Configuration for ESXi using VSC Express Guide May 2018 215-11181_E0 doccomments@netapp.com Updated for ONTAP 9.4 Table of Contents 3 Contents Deciding whether to use this guide... 4 iscsi

More information

Cisco HyperFlex Systems

Cisco HyperFlex Systems White Paper Cisco HyperFlex Systems Converting to Cisco Nexus 1000V Distributed Switches for Cisco HyperFlex Virtual Machine Guest and VMware vmotion Networks Author: Hui Chen October 2016 2016 Cisco and/or

More information

Overview. Prerequisites. VMware vsphere 6.5 Optimize, Upgrade, Troubleshoot

Overview. Prerequisites. VMware vsphere 6.5 Optimize, Upgrade, Troubleshoot VMware vsphere 6.5 Optimize, Upgrade, Troubleshoot Course Name Format Course Books vsphere Version Delivery Options Remote Labs Max Attendees Requirements Lab Time Availability May, 2017 Suggested Price

More information

EtherChannel Between a Cisco Catalyst Switch That Runs Cisco IOS and a Workstation or Server Configuration Example

EtherChannel Between a Cisco Catalyst Switch That Runs Cisco IOS and a Workstation or Server Configuration Example EtherChannel Between a Cisco Catalyst Switch That Runs Cisco IOS and a Workstation or Server Configuration Example Document ID: 98469 Contents Introduction Prerequisites Requirements Components Used Related

More information

Cisco Nexus 7000 Series Switches Configuration Guide: The Catena Solution

Cisco Nexus 7000 Series Switches Configuration Guide: The Catena Solution Cisco Nexus 7000 Series Switches Configuration Guide: The Catena Solution First Published: 2016-12-21 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

ESX Server 3 Configuration Guide ESX Server 3.5 and VirtualCenter 2.5

ESX Server 3 Configuration Guide ESX Server 3.5 and VirtualCenter 2.5 ESX Server 3 Configuration Guide ESX Server 3.5 and VirtualCenter 2.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

Configuring StackWise Virtual

Configuring StackWise Virtual Finding Feature Information, page 1 Restrictions for Cisco StackWise Virtual, page 1 Prerequisites for Cisco StackWise Virtual, page 2 Information About Cisco Stackwise Virtual, page 2 Cisco StackWise

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 STO1193BU A Closer Look at vsan Networking Design and Configuration Considerations Cormac Hogan Andreas Scherr VMworld 2017 Content: Not for publication #VMworld #STO1193BU Disclaimer This presentation

More information

Configuring SPAN and RSPAN

Configuring SPAN and RSPAN Finding Feature Information, page 1 Prerequisites for SPAN and RSPAN, page 1 Restrictions for SPAN and RSPAN, page 2 Information About SPAN and RSPAN, page 3 How to Configure SPAN and RSPAN, page 14 Monitoring

More information

Configuring VLAN Trunks

Configuring VLAN Trunks Finding Feature Information, page 1 Prerequisites for VLAN Trunks, page 1 Information About VLAN Trunks, page 2 How to Configure VLAN Trunks, page 5 Configuration Examples for VLAN Trunking, page 20 Where

More information