Hypervisors networking: best practices for interconnecting with Cisco switches

Size: px
Start display at page:

Download "Hypervisors networking: best practices for interconnecting with Cisco switches"

Transcription

1

2 Hypervisors networking: best practices for interconnecting with Cisco switches Ramses Smeyers Customer Support Engineer

3 Agenda

4 What is this session about? Networking virtualization concepts Hypervisor overview VMware vsphere ESXi 5.5 Microsoft HyperV 3.0 XenServer 6.2 4

5 Networking virtualization concepts

6 Hypervisor networking virtualization VM-to-VM and VM to physical host traffic handled via software switch that lives in the hypervisor VM-to-VM: memory transfer VM-to-physical: physical adapter 6

7 Hypervisor networking virtualization vsphere ESXi example VMs don t directly control networking hardware x86 hw designed to be handled by only one device driver! When a VM communicates with the outside world, it: passes the packet to its local device driver which in turns hands it to the hypervisor which in turns passes it to the physical NIC ESX gives VMs several device driver options: Strict emulation of Intel s e1000 / e1000e VMware vmxnet/vmxnet3: paravirtualized! VMs have MAC addresses that appear on the wire 7

8 Gratuitous ARP 8

9 Gratuitous ARP 9

10 spanning-tree? Enable? spanning-tree port type edge [ trunk ] spanning-tree portfast With spanning-tree link-failure/fail back 30s block on port network disconnections 10

11 Switch independent / dependent Independent no specific switch protocol / configuration is required Dependent specific switch configuration is required (port-channel) 11

12 Hypervisor overview VMware vsphere ESXi 12

13 vnetwork standard switch Nic: Virtual machine NIC vmnic: Physical server NIC Portgroup!= VLAN vmnic {0,1} vswitch 13

14 vnetwork distributed switch Multiple distributed switches can exist on 1 server Enterprise plus license is required 14

15 VMware vsphere ESXi Route based on originating virtual port Route based on IP hash Route based on IP hash + LACP (vds) Route based on source MAC hash Route based on physical NIC load (vds) Use explicit failover order 15

16 Uplink connectivity possibility's vss vds vds (extra): Route based on physical NIC load Route based on IP hash + LACP 16

17 Load balancing Per portgroup: Route based on originating virtual port Route based on IP hash Route based on source MAC hash Route based on physical NIC load (vds) Use explicit failover order Per DVUplink: Route based on IP hash + LACP (vds) 17

18 Load balancing: vss Override vswitch0 properties 18

19 Load balancing: vds Not configurable on the DVUplinks 19

20 Active / Standby / Unused vmnic0 vminc1 vmnic2 line Ethernet1/17 is up Ethernet1/17 is up GigabitEthernet1/0/5 is up, protocol is up (connected) 20

21 Route based on originating virtual port VSS + VDS Default configuration Even distribution of traffic if the number of veth adapters > physical adapters 1 veth can only be on 1 physical interface Can go to 1 or multiple switches 21

22 Route based on originating virtual port Switch configuration interface GigabitEthernet1/0/5 switchport access vlan 49 switchport mode access spanning-tree portfast interface GigabitEthernet1/0/6 switchport access vlan 49 switchport mode access spanning-tree portfast interface GigabitEthernet1/0/5 switchport trunk encapsulation dot1q switchport trunk allowed vlan 49 switchport mode trunk spanning-tree portfast interface GigabitEthernet1/0/6 switchport trunk encapsulation dot1q switchport trunk allowed vlan 49 NXOS: spanning-tree port type edge trunk switchport mode trunk spanning-tree portfast 22

23 Route based on originating virtual port - ESXi 23

24 Route based on IP hash VSS + VDS Uplink based on a hash of source and destination IP address Evenness of traffic distribution depends on the number of TCP/IP sessions and their characteristics Physical switch sees the client MAC address on multiple ports. Use of 802.3ad is required mode on Needs to connect to 1 port-channel Route based on IP hash does not work with Cisco UCS-B Fabric Interconnects cannot do VPC 24

25 Route based on IP hash no port-channel 25

26 Route based on IP hash Switch configuration interface GigabitEthernet1/0/5 switchport access vlan 49 switchport mode access spanning-tree portfast channel-group 1 mode on interface GigabitEthernet1/0/6 switchport access vlan 49 switchport mode access spanning-tree portfast channel-group 1 mode on interface Port-channel1 switchport access vlan 49 switchport mode access spanning-tree portfast bdsol (config-if)#channel-group 1 mode? active Enable LACP unconditionally auto Enable PAgP only if a PAgP device is detected desirable Enable PAgP unconditionally on Enable Etherchannel only passive Enable LACP only if a LACP device is detected bdsol (config-if)#channel-group 1 mode 26

27 Route based on IP hash ESXi 27

28 Route based on IP hash + LACP (vds) VDS Uplink based on a hash of source and destination IP address Evenness of traffic distribution depends on the number of TCP/IP sessions and their characteristics Physical switch sees the client MAC address on multiple ports. Use of 802.3ad is required active or passive Needs to connect to 1 port-channel 28

29 Route based on IP hash + LACP (vds) - ESXi Active The port is in an active negotiating state, in which the port initiates negotiations with remote ports by sending LACP packets. Passive The port is in a passive negotiating state, in which the port responds to LACP packets it receives but does not initiate LACP negotiation. 29

30 Route based on IP hash + LACP (vds) - ESXi Extra LACP_MgmtPort 30

31 Route based on IP hash + LACP (vds) Switch configuration interface Port-channel1 switchport access vlan 49 switchport mode access spanning-tree portfast interface GigabitEthernet1/0/5 switchport access vlan 49 switchport mode access spanning-tree portfast channel-group 1 mode active interface GigabitEthernet1/0/6 switchport access vlan 49 switchport mode access spanning-tree portfast channel-group 1 mode active channel-group 1 mode passive channel-group 1 mode active ESXi Switch Active Active Yes Yes Passive Yes No Passive 31

32 Route based on source MAC hash VSS + VDS Uplink chosen based on a hash of the source MAC address (VM) 1 veth 1 physical adapter Even distribution of traffic if random MAC addresses Be careful with manual MAC address assignments Can go to 1 or multiple switches 32

33 Route based on source MAC hash - ESXi 33

34 Route based on source MAC hash Switch configuration interface GigabitEthernet1/0/5 switchport access vlan 49 switchport mode access spanning-tree portfast interface GigabitEthernet1/0/6 switchport access vlan 49 switchport mode access spanning-tree portfast 34

35 Route based on physical NIC load (vds) VDS Initial placement based on Route based on originating virtual port If RX or TX > 75% rebalance VMkernel check runs every 30 seconds 35

36 Route based on physical NIC load (vds) VDS Initial placement based on Route based on originating virtual port If RX or TX > 75% rebalance VMkernel check runs every 30 seconds MAC moves on switch layer Can go to 1 or multiple switches 36

37 Route based on physical NIC load (vds) 37

38 Route based on physical NIC load (vds) interface GigabitEthernet1/0/5 switchport access vlan 49 switchport mode access spanning-tree portfast interface GigabitEthernet1/0/6 switchport access vlan 49 switchport mode access spanning-tree portfast No port-channel as asymmetric return traffic will be dropped 38

39 Use explicit failover order VSS + VDS Highest order uplink from the list of active adapters Can go to 1 or multiple switches 39

40 Use explicit failover order - ESXi All MAC s on 1 port 40

41 Use explicit failover order Switch configuration interface GigabitEthernet1/0/5 switchport access vlan 49 switchport mode access spanning-tree portfast interface GigabitEthernet1/0/6 switchport access vlan 49 switchport mode access spanning-tree portfast 41

42 VMware conclusion vss Switch independent Route based on originating virtual port Switch dependent Route based on IP hash vds Switch independent Route based on physical NIC load Switch dependent Route based on IP hash + LACP 42

43 Hypervisor overview Microsoft Hyper-V 3.0 Windows

44 Uplink connectivity possibility's Single physical NIC or Teaming 44

45 Enable NIC Teaming Pre Windows 2012 Teaming provided by vendor device drivers Windows 2012 Teaming provided native by Windows 45

46 Microsoft Network Adapter Multiplexor Driver 46

47 Uplink connectivity details All Address hash modes Hyper-V Port mode Switch Independent Scenario 1 Scenario 2 Switch Dependent (Static and LACP) Address Hash comes in 3 flavors: Scenario 3 and 4 Scenario 5 and 6 4-tuple hashing (Source and destination TCP ports, usually with IP addresses, this is the default hashing mode) 2-tuple: If the ports aren t available (encrypted traffic such as IPsec) then it ll go to 2-tuple where it uses Source and destination IP address, with or without MAC addresses MAC address hash: If not IP traffic, then MAC addresses are hashed 47

48 Static / LACP / Independent Static teaming 802.3ad draft v1 LACP 802.1ax LACP, also referred to as 802.3ad Independent No switch configuration required 48

49 Standby adapter bdsol #show int GigabitEthernet1/0/3 GigabitEthernet1/0/3 is up, line protocol is up (connected) bdsol #show int GigabitEthernet1/0/4 GigabitEthernet1/0/4 is up, line protocol is up (connected) bdsol # 49

50 Single physical NIC Normal server connection Possibility of trunk Multiple MAC s on 1 switch port 50

51 Switch Independent - All Address hash modes Outbound traffic is spread across all active members Can go to 1 or multiple switches Observation: traffic sticks to 1 interface 51

52 Switch Independent - All Address hash modes Observation: All traffic sticks to 1 interface 52

53 Switch Independent - All Address hash modes Switch configuration interface GigabitEthernet1/0/3 switchport access vlan 49 switchport mode access spanning-tree portfast interface GigabitEthernet1/0/4 switchport access vlan 49 switchport mode access spanning-tree portfast For Your Reference 53

54 Switch Independent - Hyper-V Port mode Outbound traffic is tagged with the port on the Hyper-V switch All traffic with that port tag is sent on the same team member 1 MAC address will be fixed to 1 physical switch port Can go to 1 or multiple switches 54

55 Switch Independent - Hyper-V Port mode 55

56 Switch Independent - Hyper-V Port mode Switch configuration interface GigabitEthernet1/0/3 switchport access vlan 49 switchport mode access spanning-tree portfast interface GigabitEthernet1/0/4 switchport access vlan 49 switchport mode access spanning-tree portfast For Your Reference 56

57 Switch Dependent - All Address hash modes Outbound traffic is spread across all active members Inbound traffic will be distributed by the switch s load distribution algorithm Needs to connect to 1 portchannel 57

58 Switch Dependent - All Address hash modes 58

59 Switch Dependent - All Address hash modes Switch configuration Static Teaming interface GigabitEthernet1/0/3 switchport access vlan 49 switchport mode access spanning-tree portfast channel-group 2 mode on interface GigabitEthernet1/0/4 switchport access vlan 49 switchport mode access spanning-tree portfast channel-group 2 mode on interface Port-channel2 switchport access vlan 49 switchport mode access bdsol (config-if)#channel-group 2 mode? active Enable LACP unconditionally auto Enable PAgP only if a PAgP device is detected desirable Enable PAgP unconditionally on Enable Etherchannel only passive Enable LACP only if a LACP device is detected bdsol (config-if)#channel-group 2 mode 59

60 Switch Dependent - All Address hash modes Switch configuration LACP interface GigabitEthernet1/0/3 switchport access vlan 49 switchport mode access spanning-tree portfast channel-group 2 mode active interface GigabitEthernet1/0/4 switchport access vlan 49 switchport mode access spanning-tree portfast channel-group 2 mode active interface Port-channel2 switchport access vlan 49 switchport mode access bdsol (config-if)#channel-group 2 mode? active Enable LACP unconditionally auto Enable PAgP only if a PAgP device is detected desirable Enable PAgP unconditionally on Enable Etherchannel only passive Enable LACP only if a LACP device is detected bdsol (config-if)#channel-group 2 mode 60

61 Switch Dependent - Hyper-V Port mode Outbound traffic is tagged with the port on the Hyper-V switch All traffic with that port tag is sent on the same team member 1 MAC address will be fixed to 1 physical switch port Inbound traffic will be distributed by the switch s load distribution algorithm Needs to connect to 1 portchannel 61

62 Switch Dependent - Hyper-V Port mode 62

63 Switch Dependent - Hyper-V Port mode Switch configuration Static Teaming interface GigabitEthernet1/0/3 switchport access vlan 49 switchport mode access spanning-tree portfast channel-group 2 mode on interface GigabitEthernet1/0/4 switchport access vlan 49 switchport mode access spanning-tree portfast channel-group 2 mode on interface Port-channel2 switchport access vlan 49 switchport mode access bdsol (config-if)#channel-group 2 mode? active Enable LACP unconditionally auto Enable PAgP only if a PAgP device is detected desirable Enable PAgP unconditionally on Enable Etherchannel only passive Enable LACP only if a LACP device is detected bdsol (config-if)#channel-group 2 mode 63

64 Switch Dependent - Hyper-V Port mode Switch configuration LACP interface GigabitEthernet1/0/3 switchport access vlan 49 switchport mode access spanning-tree portfast channel-group 2 mode active interface GigabitEthernet1/0/4 switchport access vlan 49 switchport mode access spanning-tree portfast channel-group 2 mode active interface Port-channel2 switchport access vlan 49 switchport mode access bdsol (config-if)#channel-group 2 mode? active Enable LACP unconditionally auto Enable PAgP only if a PAgP device is detected desirable Enable PAgP unconditionally on Enable Etherchannel only passive Enable LACP only if a LACP device is detected bdsol (config-if)#channel-group 2 mode 64

65 Hyper-V conclusion Switch independent Switch Independent - Hyper-V Port mode Switch dependent Switch Dependent - Hyper-V Port mode 65

66 Hypervisor overview XenServer

67 Uplink connectivity possibilities Single physical NIC or Bonding LACP as of XenServer

68 Single physical NIC Normal server connection Possibility of trunk Multiple MAC s on 1 switch port 68

69 Active-active balance-slb Server Load Balancing 1 VM is fixed to 1 physical adapter Every 10 second traffic is evaluated and balanced over all physical adapters MAC move Can go to 1 or multiple switches 69

70 Active-active 70

71 Active-active interface GigabitEthernet1/0/1 switchport access vlan 49 switchport mode access spanning-tree portfast interface GigabitEthernet1/0/2 switchport access vlan 49 switchport mode access spanning-tree portfast For Your Reference 71

72 Active-passive 1 NIC is active, other NIC s are passive waiting for adapter failure Can goto 1 or multiple switches 72

73 Active-passive 73

74 Active-passive interface GigabitEthernet1/0/1 switchport access vlan 49 switchport mode access spanning-tree portfast interface GigabitEthernet1/0/2 switchport access vlan 49 switchport mode access spanning-tree portfast For Your Reference 74

75 LACP with load balancing based on IP and port of source and destination Outgoing traffic will be hashed over multiple uplinks based on src/dest IP and port Inbound traffic will be distributed by the switch s load distribution algorithm Needs to connect to 1 port-channel 75

76 LACP with load balancing based on IP and port of source and destination 76

77 LACP with load balancing based on IP and port of source and destination interface GigabitEthernet1/0/1 switchport access vlan 49 switchport mode access spanning-tree portfast channel-group 3 mode active interface GigabitEthernet1/0/2 switchport access vlan 49 switchport mode access spanning-tree portfast channel-group 3 mode active interface Port-channel3 switchport access vlan 49 switchport mode access bdsol (config-if)#channel-group 3 mode? active Enable LACP unconditionally auto Enable PAgP only if a PAgP device is detected desirable Enable PAgP unconditionally on Enable Etherchannel only passive Enable LACP only if a LACP device is detected bdsol (config-if)#channel-group 3 mode 77

78 LACP with load balancing based on source MAC address 1 VIF will use 1 outgoing physical interface (1 MAC per link) 1-1 mapping between VIF (virtual interface) and physical interface/switch port Needs to connect to 1 port-channel 78

79 LACP with load balancing based on source MAC address 79

80 LACP with load balancing based on source MAC address interface GigabitEthernet1/0/1 switchport access vlan 49 switchport mode access spanning-tree portfast channel-group 3 mode active interface GigabitEthernet1/0/2 switchport access vlan 49 switchport mode access spanning-tree portfast channel-group 3 mode active interface Port-channel3 switchport access vlan 49 switchport mode access bdsol (config-if)#channel-group 3 mode? active Enable LACP unconditionally auto Enable PAgP only if a PAgP device is detected desirable Enable PAgP unconditionally on Enable Etherchannel only passive Enable LACP only if a LACP device is detected bdsol (config-if)#channel-group 3 mode 80

81 XenServer conclusion Switch independent Active-Active Switch dependent LACP with load balancing based on source MAC address 81

82 Nexus 1000V 82

83 Nexus 1000V Virtual Supervisor Module(VSM) CLI interface into the Nexus 1000V Leverages NX-OS Controls multiple VEMs as a single network device Virtual Ethernet Module(VEM) Replaces Vmware s virtual switch Enables advanced switching capability on the hypervisor Provides each VM with dedicated switch ports 83

84 Load balance possibilities 84

85 Nexus 1000V Multi hypervisor switch (VMware, Hyper-V* and KVM*) Layer 2 switching: VLANs, private VLANs, VXLAN, loop prevention, multicast, virtual PortChannels, LACP, ACLs Network management: SPAN, ERSPAN, Netflow 9, vtracker, vcenter Server Plug-in Enhanced QOS features Cisco vpath Security: DHCP Snooping, IP Source Guard, Dynamic ARP inspection, Cisco TrustSec SGA support Cisco Virtual Security Gateway Other virtual services (Cisco ASA 1000V, Cisco vwaas, etc..) 85

86 Nexus 1000V Sessions BRKVIR-2011 BRKVIR-2017 BRKVIR-2044 BRKDCT-3444 Nexus 1000v LTRVIR-2963 Deploying Services in a Virtualized Environment The Nexus 1000V on Microsoft Hyper-V: Expanding the Virtual Edge Multi-Hypervisor Networking Compare and Contrast Advanced - Configuration of features common to both UCS and Deploying virtual services in vpath service chain with nexus 1000v 86

87 Key take-aways Understand the hypervisor s load-balancing mechanisms Align the configuration on hypervisor and networking layer All adapters are always up MAC moves are possible depending on the load balancing algorithm Use the correct port-channel configuration (on/active/passive) 87

88 Call to Action Visit the World of Solutions:- Cisco Campus Walk-in Labs Technical Solutions Clinics Meet the Engineer Lunch Time Table Topics, held in the main Catering Hall Recommended Reading: For reading material and further resources for this session, please visit 88

89 Complete Your Online Session Evaluation Complete your online session evaluation Complete four session evaluations and the overall conference evaluation to receive your Cisco Live T-shirt 89

90

Cisco Nexus 1000V Switch for Microsoft Hyper-V

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

More information

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

UC Voice Application Connectivity in a VMware UCS Environment

UC Voice Application Connectivity in a VMware UCS Environment UC Voice Application Connectivity in a VMware UCS Environment Contents Introduction Troubleshoot Introduction This document describes how to troubleshoot connectivity issues when Cisco Unified Communications

More information

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

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

Virtual Security Gateway Overview

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

More information

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

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

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

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

More information

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

Cisco Nexus 1000V Series Switches

Cisco Nexus 1000V Series Switches Cisco Nexus 1000V Series Switches Product Overview Cisco Nexus 1000V Series Switches are virtual machine access switches that are an intelligent software switch implementation for VMware vsphere environments

More information

CCIE Data Center Written Exam ( ) version 1.0

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

More information

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

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

Quick Start Guide: TrafficWatch

Quick Start Guide: TrafficWatch Quick Start Guide: TrafficWatch Capture Type & Requirements 2 Overview 3 Downloading the RN50 virtual appliance 5 Deploying the RN50 virtual appliance 7 vsphere VSS Traffic Collection No VLANs (Promiscuous

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

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

Nexus 1000v Port-Channel Best Practices

Nexus 1000v Port-Channel Best Practices Document Number Based on Template Created By EDCS-XXXXXX EDCS-XXXX Rev X Matthew mwronkow@cisco.com Nexus 1000v Port-Channel Best Practices The Nexus 1000v requires port-channels for port-profiles containing

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

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

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

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

ANALYSIS OF VIRTUAL NETWORKS IN DATA CENTERS.

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

More information

Cloud Networking (VITMMA02) Server Virtualization Data Center Gear

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

More information

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

Cisco Nexus 1000V InterCloud

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

More information

Architecting Scalable Clouds using VXLAN and Nexus 1000V

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

More information

Cisco Nexus 1000V Series Switches

Cisco Nexus 1000V Series Switches Data Sheet Cisco Nexus 1000V Series Switches Product Overview Cisco Nexus 1000V Series Switches provide a comprehensive and extensible architectural platform for virtual machine and cloud networking. The

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

Configure RSPAN with VMware

Configure RSPAN with VMware Configure RSPAN with VMware Published: 2018-04-19 The Remote Switched Port Analyzer (RSPAN) enables you to monitor traffic on one switch through a device on another switch and then send the monitored traffic

More information

Configure RSPAN with VMware

Configure RSPAN with VMware Configure RSPAN with VMware Published: 2019-01-07 The Remote Switched Port Analyzer (RSPAN) enables you to monitor traffic on one switch through a device on another switch and then send the monitored traffic

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

Configuring Private VLANs

Configuring Private VLANs CHAPTER 15 This chapter describes how to configure private VLANs on the Cisco 7600 series routers. Note For complete syntax and usage information for the commands used in this chapter, refer to the Cisco

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

Agenda Registration & Coffee

Agenda Registration & Coffee Agenda 09.15 Registration & Coffee 09:45 Welcome & Overview - Paul D'Cruz Data Centre Systems Engineering Manager 10:00 Unified Fabric - Virtualising the Network and Storage Domain - Gordon Hirst DC CSE

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

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

Cisco Virtual Networking Solution Nexus 1000v and Virtual Services. Abhishek Mande Engineer

Cisco Virtual Networking Solution Nexus 1000v and Virtual Services. Abhishek Mande Engineer Cisco Virtual Networking Solution Nexus 1000v and Virtual Services Abhishek Mande Engineer mailme@cisco.com Agenda Application requirements in virtualized DC The Anatomy of Nexus 1000V Virtual Services

More information

Installing and Configuring VXLAN Gateway

Installing and Configuring VXLAN Gateway Installing and Configuring VXLAN Gateway This chapter contains the following sections: Information About the VXLAN Gateway Deployment, page 1 Guidelines and Limitations, page 2 Configuring VSMs, page 3

More information

Network Services in Virtualized Data Center

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

More information

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

PracticeDump. Free Practice Dumps - Unlimited Free Access of practice exam

PracticeDump.   Free Practice Dumps - Unlimited Free Access of practice exam PracticeDump http://www.practicedump.com Free Practice Dumps - Unlimited Free Access of practice exam Instant Download - Best Exam Practice Material - 100% Money Back Guarantee IT Certification Guaranteed,

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

Network Virtualization

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

More information

Cisco ACI and Cisco AVS

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

More information

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

BraindumpsIT. BraindumpsIT - IT Certification Company provides Braindumps pdf!

BraindumpsIT.  BraindumpsIT - IT Certification Company provides Braindumps pdf! BraindumpsIT http://www.braindumpsit.com BraindumpsIT - IT Certification Company provides Braindumps pdf! Exam : 300-115 Title : Implementing Cisco IP Switched Networks Vendor : Cisco Version : DEMO Get

More information

What s New in VMware vsphere 4: Virtual Networking W H I T E P A P E R

What s New in VMware vsphere 4: Virtual Networking W H I T E P A P E R What s New in ware vsphere 4: W H I T E P A P E R What s New in ware vsphere 4: Table of Contents Introduction................................................................ 3 ware vnetwork: Summary of

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

Page 2

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

More information

W H I T E P A P E R. What s New in VMware vsphere 4: Virtual Networking

W H I T E P A P E R. What s New in VMware vsphere 4: Virtual Networking W H I T E P A P E R What s New in ware vsphere 4: Virtual Networking WARE WHITE PAPER Introduction................................................................... 3 ware vnetwork: Summary of Enhancements..................................

More information

What s New in VMware vsphere 4:

What s New in VMware vsphere 4: Written and Provided by Expert Reference Series of White Papers What s New in ware vsphere 4: Virtual Networking 1-800-COURSES www.globalknowledge.com What s New in ware vsphere 4: Virtual Networking Introduction

More information

CISCO EXAM QUESTIONS & ANSWERS

CISCO EXAM QUESTIONS & ANSWERS CISCO 642-999 EXAM QUESTIONS & ANSWERS Number: 642-999 Passing Score: 800 Time Limit: 90 min File Version: 32.5 http://www.gratisexam.com/ Sections 1. Questions 2. Drag & Drop 3. Hot Spot CISCO 642-999

More information

Understanding PVLANs in UCS

Understanding PVLANs in UCS Understanding PVLANs in UCS Introduction This document explains the PVLAN support in UCS - a feature which is introduced in the Balboa (1.4) release. This document explains the feature, the caveats and

More information

Cisco Nexus 1000V on HP BladeSystem

Cisco Nexus 1000V on HP BladeSystem Cisco Nexus 1000V on HP BladeSystem An informational guide for optimal VMware vsphere design using HP BladeSystem (w/virtual Connect) and Cisco Nexus network infrastructure Table of contents Overview...

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 300-165 Title : Implementing Cisco Data Center Infrastructure Vendor : Cisco Version : DEMO Get Latest

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

Send document comments to Information About Layer 2 Ethernet Switching

Send document comments to Information About Layer 2 Ethernet Switching CHAPTER 8 This chapter describes how to identify and resolve problems that relate to Layer 2 switching. This chapter includes the following sections: Information About Layer 2 Ethernet Switching, page

More information

Cisco ACI with Cisco AVS

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

More information

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

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

Reference Architecture. DataStream. Architecting DataStream Network. Document # NA Version 1.03, January Reference Architecture DataStream Architecting DataStream Network Document # 317-0026NA Version 1.03, January 2016 www.cohodata.com Abstract This document provides an overview of data center networking

More information

Cisco Nexus 1100 Series Virtual Services Appliances

Cisco Nexus 1100 Series Virtual Services Appliances Deployment Guide Cisco Nexus 1100 Series Virtual Services Appliances Deployment Guide Version 1.0 June 2013 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information.

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

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

Cisco Nexus 1000V Getting Started Guide, Release 4.2(1) SV1(4a)

Cisco Nexus 1000V Getting Started Guide, Release 4.2(1) SV1(4a) Cisco Nexus 1000V Getting Started Guide, Release 4.2(1) SV1(4a) October 18, 2011 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408

More information

Fabric Failover Scenarios in the Cisco Unified Computing System

Fabric Failover Scenarios in the Cisco Unified Computing System White Paper Fabric Failover Scenarios in the Cisco Unified Computing System What you will Learn Fabric failover is a feature that is unique to the Cisco Unified Computing System (UCS) and is available

More information

Unify Virtual and Physical Networking with Cisco Virtual Interface Card

Unify Virtual and Physical Networking with Cisco Virtual Interface Card White Paper Unify Virtual and Physical Networking with Cisco Virtual Interface Card Simplicity of Cisco VM-FEX technology and Power of VMware VMDirectPath What You Will Learn Server virtualization has

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

Catalyst 4500 Series IOS Commands

Catalyst 4500 Series IOS Commands CHAPTER Catalyst 4500 Series IOS Commands New Commands dot1x guest-vlan supplicant ip dhcp snooping information option allow-untrusted port-security mac-address port-security mac-address sticky port-security

More information

CCNP SWITCH (22 Hours)

CCNP SWITCH (22 Hours) CCNP SWITCH 642-813 (22 Hours) Chapter-1 Enterprise Campus Network Design 1.1 IIN & SONA 1.2 Campus Network 1.3 Enterprise Model 1.4 Nonhierarchical Network Devices Layer-2 Switching, Layer-3 Routing Multilayer

More information

Cisco Virtual Security Gateway Deployment Guide VSG 1.4

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

More information

Configuring VM-FEX. Information About VM-FEX. VM-FEX Overview. VM-FEX Components. This chapter contains the following sections:

Configuring VM-FEX. Information About VM-FEX. VM-FEX Overview. VM-FEX Components. This chapter contains the following sections: This chapter contains the following sections: Information About VM-FEX, page 1 Licensing Requirements for VM-FEX, page 3 Default Settings for VM-FEX, page 3, page 4 Verifying the VM-FEX Configuration,

More information

Cisco. Exam Questions SWITCH Implementing Cisco IP Switched Networks. Version:Demo

Cisco. Exam Questions SWITCH Implementing Cisco IP Switched Networks. Version:Demo Cisco Exam Questions 300-115 SWITCH Implementing Cisco IP Switched Networks Version:Demo 1. Which type of information does the DHCP snooping binding database contain? A. untrusted hosts with leased IP

More information

Migrating Hosts to the Cisco Nexus 1000V Using Cisco Virtual Switch Update Manager, page 3

Migrating Hosts to the Cisco Nexus 1000V Using Cisco Virtual Switch Update Manager, page 3 Migrating Hosts to Cisco Nexus 1000V Using Cisco Virtual Switch Update Manager This chapter contains the following sections: Information About Migrating Hosts to the Cisco Nexus 1000V Switch Using Cisco

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

Question No: 1 What is the maximum number of switches that can be stacked using Cisco StackWise?

Question No: 1 What is the maximum number of switches that can be stacked using Cisco StackWise? Volume: 283 Questions Question No: 1 What is the maximum number of switches that can be stacked using Cisco StackWise? A. 4 B. 5 C. 8 D. 9 E. 10 F. 13 Answer: D Question No: 2 A network engineer wants

More information

Exam Name: VMware Certified Associate Network Virtualization

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

More information

Q&As Implementing Cisco IP Switched Networks (SWITCH v2.0)

Q&As Implementing Cisco IP Switched Networks (SWITCH v2.0) CertBus.com 300-115 Q&As Implementing Cisco IP Switched Networks (SWITCH v2.0) Pass Cisco 300-115 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee

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

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

Cisco UCS Network Performance Optimisation and Best Practices for VMware

Cisco UCS Network Performance Optimisation and Best Practices for VMware 1 Cisco UCS Network Performance Optimisation and Best Practices for VMware Chris Dunk Technical Marketing Engineer, Cisco UCS #clmel Agenda Server to Server East West Traffic Flow Architecture Why it is

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 SPAN. Understanding SPAN CHAPTER. This chapter describes how to configure Switched Port Analyzer (SPAN) and on the Catalyst 2960 switch.

Configuring SPAN. Understanding SPAN CHAPTER. This chapter describes how to configure Switched Port Analyzer (SPAN) and on the Catalyst 2960 switch. CHAPTER 23 This chapter describes how to configure Switched Port Analyzer (SPAN) and on the Catalyst 2960 switch. Note For complete syntax and usage information for the commands used in this chapter, see

More information

Using VM-FEX. Information About VM-FEX. VN-Link. Send comments to CHAPTER

Using VM-FEX. Information About VM-FEX. VN-Link. Send comments to CHAPTER CHAPTER 2 This chapter describes how to use the Cisco Virtual Machine Fabric Extender (VM-FEX). This chapter includes the following sections: Information About VM-FEX, page 2-1 Hardware and Software Requirements,

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

CISCO EXAM QUESTIONS & ANSWERS

CISCO EXAM QUESTIONS & ANSWERS CISCO 642-999 EXAM QUESTIONS & ANSWERS Number: 642-999 Passing Score: 800 Time Limit: 90 min File Version: 32.5 http://www.gratisexam.com/ Sections 1. Questions 2. Drag & Drop 3. Hot Spot CISCO 642-999

More information

VCP410 VMware vsphere Cue Cards

VCP410 VMware vsphere Cue Cards VMware ESX 4.0 will only install and run on servers with 64-bit x86 CPUs. ESX 4.0 Requires 2GB RAM minimum ESX 4.0 requires 1 or more network adapters ESX 4.0 requires a SCSI disk, Fibre Channel LUN, or

More information

Virtualization Aware Networking

Virtualization Aware Networking irtualization Aware Networking Nexus 1000 Overview & Design The Power When You Need It Effect Cloud Computing aciej Bocian mbocian@cisco.com Architecture Sales anager Data Center and irtualization, Central

More information

Inside the Nexus 1000V Virtual Switch

Inside the Nexus 1000V Virtual Switch Inside the Nexus 1000V Virtual Switch BRKVIR-2012 www.ciscolivevirtual.com Agenda Nexus 1000V Why Nexus 1000V? VSMs, VEMs, and Port Profiles VMotion Physical Host Connectivity Port Channels and Upstream

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

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

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

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 Virtual Ethernet Interfaces

Configuring Virtual Ethernet Interfaces CHAPTER 4 This chapter describes how to configure virtual Ethernet (vethernet or veth) interfaces. This chapter includes the following sections: Information About vethernet Interfaces, page 4-1 Guidelines

More information