Návrh serverových farem

Size: px
Start display at page:

Download "Návrh serverových farem"

Transcription

1 Návrh serverových farem DCTECH4 Martin Diviš Consulting Systems Engineer Sponsor Sponsor Sponsor Sponsor Logo Logo Logo Logo CIscoEXPO 1

2 Agenda Introduction 5k/2k update Basic Concepts on Teaming vpc and 7k/5k/2k design best practices VLAN considerations vpc technology vpc designs in the access 2

3 Datacenter Components of a Nexus-based Design High Level View details in the rest of the presentation Aggregation Layer N7000 MDS Core Access La ayer 10 GigE/FCOE N5000 FCOE Edge N2000 NEXUS 1000v VM VM VM VM VM VM NEXUS 1000v VM VM VM VM VM VM blade1 slot 1 blade2 slot 2 blade3 slot 3 blade4 slot 4 blade5 slot 5 blade6 slot 6 blade7 slot 7 blade8 slot 8 NEXUS 1000v VM VM VM VM VM VM blade1 slot 1 blade2 blade3 slot 2 slot 3 blade4 slot 4 blade5 slot 5 blade6 slot 6 blade7 slot 7 blade8 slot 8 blade1 slot 1 blade2 slot 2 blade3 slot 3 blade4 slot 4 blade5 slot 5 blade6 slot 6 blade7 slot 7 blade8 slot 8 blade1 slot 1 blade2 slot 2 blade3 slot 3 blade4 slot 4 blade5 slot 5 blade6 slot 6 blade7 slot 7 blade8 slot 8 blade1 slot 1 blade2 slot 2 blade3 slot 3 blade4 slot 4 blade5 slot 5 blade6 slot 6 blade7 slot 7 blade8 slot 8 blade1 slot 1 blade2 slot 2 blade3 slot 3 blade4 slot 4 blade5 slot 5 blade6 slot 6 blade7 slot 7 blade8 slot 8 1G and 10GE Rack Mount Servers 1G and 10GE Blade Servers Pass-Thru HP/IBM/Dell N4K - DCB Blade Switch IBM/Dell 10GE Blade (HP) UCS Compute Pod 3

4 Agenda Introduction 5k/2k update Basic Concepts on Teaming vpc and 7k/5k/2k design best practices VLAN considerations vpc technology vpc designs in the access 4

5 NX-OS 4.1(3)N1(1) Support for 512 HW (but SW allows 507 maximum) VLANs (minus number of VSANs) Supports 12 Fabric Extenders Supports 16 Hardware Ethernet port channels (12 Ethernet and 4 Fiber Channel supported concurrently as well as just 16 Ethernet Portchannels and zero FC port-channels) Supports vpc, and specifically up to 480 Host vpcs Fabric Ports 5020 = 52 Fabric Ports & 16 Port Channels 5010 = 26 Fabric Ports & 16 Port Channels 5

6 Scalability for Port-Channels Consumes 1 HW Port-channel of the 16 available does NOT consume HW resources does NOT consume HW resources 2-Ports vpcs 4+ Ports vpcs As many as the number of ports on the 5k mgmt0 mgmt0 5k01 5k02 5k01 5k02 primary 5k01 Peer-link secondary 5k02 fabric links Max 16 HW-Port Channel eth2/1,2/2 eth2/3,2/4 eth2/1 eth2/2 vpc FEX100 HIF 2 ports FEX120 HIF vpc 6

7 Nexus 2000 straight-through with vpc Scalability for Host vpc n5k01 n5k02 max 24 FEXes = 1152 max 480 vpcs (each vpc has 2 ports) 7

8 Nexus 2000 dual-homed 5k01 5k02 vpc Primary Po10 vpc Secondary max 12 FEXes 8

9 Agenda Introduction 5k/2k update Basic Concepts on Teaming vpc and 7k/5k/2k design best practices VLAN considerations vpc technology vpc designs in the access 9

10 NIC Teaming Utility Green Light: teaming was successful A New Adapter appears 10

11 Teaming Options Automatic: this option figures out what is connected upstream and automatically configures the best teaming option 802.3ad dynamic: This option requires LACP support and in this configuration vpc since the NICs are split across FEXes Switch Assisted Load Balancing: translation = static port-channeling Transmit Load Balancing: 1 Port RX all ports in the team TX Network Fault Tolerance: Translation: Active/Standby 802.3ad requires vpc and LACP Switch Assisted Load Balancing requires vpc only TLB works ALWAYS and provides increased bandwidth in the TX direction NFT works always and provides not bandwidth benefits to the server 11

12 Agenda Introduction 5k/2k update Basic Concepts on Teaming vpc and 7k/5k/2k design best practices VLAN considerations vpc technology vpc designs in the access 12

13 Catalyst 6500 range compared with NXOS Range In Catalyst IOS the range of reserved VLANs is: 0, 4095, reserved by the cat6k ation/guide/vlans.html#wp In NXOS the range of reserved VLANs is: VLANs 3968 to 4047 and 4094 are reserved for internal use in each VDC The software allocates a group of 80 VLAN numbers for those features, like multicast and diagnostics, that need to use internal VLANs for their operation. 507 VLANs usable. os/layer2/configuration/guide/cisco_nexus_7000_series_nx- OS_Layer_2_Switching_Configuration_Guide_Release_4.2_chapter3.html#co n_ Be mindful of this when creating MST regions encompassing Catalyst and Nexus as you have to create region mapping for the least common denominator 13

14 VLANs on the Nexus 5000 FCoE considerations VSANs use VLAN hardware table resources FCoE requires a VLAN and a VSAN that you bind the VLAN to. Hence for each FCoE VSAN you should count using 2 VLANs Enabling FCoE burns two internal VSAN/VLAN resources 14

15 Useful Commands tc-nexus5k01# show resource vlan Used Unused Avail tc-nexus5k01# show vsan usage 2 vsan configured configured vsans:1,11 vsans available for configuration:2-10, , tc-nexus5k01# show vlan internal usage VLAN DESCRIPTION Multicast 4032 Online diagnostics vlan Online diagnostics vlan Online diagnostics vlan Online diagnostics vlan Reserved 4094 Reserved 15

16 Agenda Introduction 5k/2k update Basic Concepts on Teaming vpc and 7k/5k/2k design best practices VLAN considerations vpc technology vpc designs in the access 16

17 vpc Terminology (most of vpc s concepts equally apply to N7k and N5k) Fault Tolerant or peer keepalive link vpc peer link mgmt0 mgmt0 mgmt0 vrf Primary Secondary vpc member port vpc Peer Keepalive Peer Link/ MCT vpc Member Port Indicates that the behavior described equally applies to 7k or 5k 17

18 vpc Domain vpc domain is identified by a configured ID, and after successful establishment of peer-link adjacency, vpc domain is operationally enabled. MAC-address derived from domain-id is used for link-specific protocol operations (LACP lag-id for vpc, designated bridge-id for STP) vpc primary vpc domain vpc secondary Indicates that the behavior described equally applies to 7k or 5k 18

19 Double-sided vpc between Nexus 7000 and Nexus 5000 DESIGN 1 Make sure to leverage LACP domain-id needs to differ between the N7k vpc and the N5k vpc Spanning-Tree root is defined on one of the 2 N7ks N5k priorities are unmodified vpc on the N7k Max 16 Ports vpc on the N5k N7k01 N7k N5k01 N5k

20 Virtual Port-Channel vpc Peer Link Peer Link carries both vpc data and control traffic between peer switches Carries any flooded and/or orphan port traffic Carries STP BPDUs IGMP updates, etc. Carries Cisco Fabric Services messages (vpc control traffic) to perform, among other things, the synchronization of the MAC address table Must carry all host VLAN s Minimum 2 x 10GbE ports 7k01 5k01 7k02 5k02 losing the peer link is undesirable vpc Peer Link vpc Peer Link 5020 (config)# interface port-channel (config-if)# switchport mode trunk 5020 (config-if)# switchport trunk allowed <BETTER TO ALLOW ALL VLANS> 5020 (config-if)# vpc peer-link 5020 (config-if)# spanning-tree port type network 20

21 vpc Control Plane FT Link vpc FT (fault-tolerant) link is an additional mechanism to detect liveness of the peer. can use any L3 port. By default, will use management network. used only when peer-link is down does NOT carry any state information For Simplicity the rest of the slides show FT link as if it was directly connected between 7ks/5ks Peer-link FT link (can be routed) 21

22 vpc Primary Goal core1 core2 core1 core2 vpc peer link almost unutilized 5k01 5k02 5k01 5k02 acc1 acc2 acc3 acc1 acc2 acc3 22

23 vpc forwarding Rule To achieve the optimal usage of peer-link goal, learning on the Peer Link is such that the MAC addresses learned on a peer s vpc port are learned on local vpc ports instead of Peer-link This is done by disabling learning in the hardware on Peer-link ports. The MAC addresses learned on a switch s non vpc ports are notified to the peer switch via CFSoE in address update messages indicating the interface on which it is learned. When the update message is received from the peer, the local switch will update the local MAC table with the destination of The local vpc port if it was learned on an vpc port on the peer switch The Peer-link port if it was learned on a non vpc port (Orphan Port) 23

24 Virtual Port-Channel vpc Control Plane Consistency Check Both switches in the vpc Domain maintain distinct control planes System configuration must also be kept in sync Currently a manual process with an automated consistency check to ensure correct network behavior Two types of consistency checks Type 1 Will put interfaces into suspend state to prevent invalid forwarding of packets Type 2 Error messages to indicate potential for undesired forwarding behavior NX01 NX02 Consistency Checks Indicates that the behavior described equally applies to 7k or 5k 24

25 How does STP work with vpc? For vpc and vpc ports only the operational primary processes, generates BPDUs Each switch has its own priority. The primary can be root or secondary root for a VLAN The secondary can be root or secondary root for a VLAN If the secondary is root, the primary generates BPDUs for the secondary and indicates that the secondary is the root. But the secondary doesn t generate BPDUs for vpc ports. non-vpc ports function in the same way as without vpc 2/9 BPDU Root is Nx02 Operational Primary eth2/1 Po51 NX01 Switch3 Operational Secondary NX02 2/10 2/9 2/10 eth2/2 non-vpc eth2/1 eth2/2 Switch4 Root for VLAN 50 Indicates that the behavior described equally applies to 7k or 5k 25

26 Agenda Introduction 5k/2k update Basic Concepts on Teaming vpc and 7k/5k/2k design best practices VLAN considerations vpc technology vpc designs in the access 26

27 Nexus FEX topology support chart 27

28 Peer Keepalive vpc with FEX Straight Through Peer Link/ MCT vpc Member Port FT link (can be routed) mgmt network primary 5k01 mgmt0 Peer-link secondary 5k02 mgmt0 LACP is supported fabric links FEX100 HIF FEX101 HIF 2 ports vpc Port-Channels can have only 1-port per each FEX for a max of 2-ports 2-GigE ports host port channel 28

29 What if the Server has 4 NICs? FT link (can be routed) mgmt network primary 5k01 mgmt0 Peer-link fabric links secondary 5k02 mgmt0 FEX100 HIF 2 ports FEX101 HIF vpc vpc Create two different Teams 2-GigE ports host port channel 29

30 TLB Teaming with FEX ST primary 5k01 FT link (can be routed) mgmt0 Peer-link secondary 5k02 mgmt0 mgmt network vpc or non-vpc it doesn t matter fabric links FEX100 HIF FEX101 HIF This is not vpc, this is 4 GigE TLB configuration 4 ports team Create ONE Team with as many ports as needed (in this case 4, 4 Gbps TX and 1 Gbps RX) 4-GigE ports teaming TLB 30

31 vpc Failure Scenarios Peer-link failure with FEX straight-through FT communication path When the peer link fails, the secondary vpc peer switch suspends all its vpc member ports 5k01 vpc Primary Po10 5k02 vpc Secondary vpc secondary detects primary switch is alive through peer keepalive link See orphaned servers 31

32 vpc Failure Scenarios Peer-link failure with FEX Active/Active With FEX a/a when the peer-link fails all FEXes continue forwarding traffiv via the primary Nexus k01 vpc Primary Po10 5k02 vpc Secondary 32

33 vpc Failure Scenarios Primary Failure with FEX active/active FT communication path 5k01 5k02 If the Primary Nexus 5k fails, 5k02 becomes operational primary vpc Primary Po10 vpc Primary the FEX traffic is reassigned to 5k02 33

34 Otázky a odpovědi Vaše otázky zaslané pomocí SMS na číslo zodpovíme dnes od 17:45 v místnosti LEO CIscoEXPO 34

35 Dotazník Prosíme, vyplňte dotazník s hodnocením prezentace Děkujeme! CIscoEXPO 35

36 36

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

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

Configuring Virtual Port Channels

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

More information

Data Center Access Design with Cisco Nexus 5000 Series Switches and 2000 Series Fabric Extenders and Virtual PortChannels

Data Center Access Design with Cisco Nexus 5000 Series Switches and 2000 Series Fabric Extenders and Virtual PortChannels Design Guide Data Center Access Design with Cisco Nexus 5000 Series Switches and 2000 Series Fabric Extenders and Virtual PortChannels Updated to Cisco NX-OS Software Release 5.1(3)N1(1) Design Guide October

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

Nexus DC Tec. Tomas Novak. BDM Sponsor. Sponsor. Sponsor Logo. Sponsor. Logo. Logo. Logo

Nexus DC Tec. Tomas Novak. BDM Sponsor. Sponsor. Sponsor Logo. Sponsor. Logo. Logo. Logo Nexus DC Tec Tomas Novak BDM tomnovak@cisco.com Sponsor Sponsor Sponsor Sponsor Logo Logo Logo Logo CIscoEXPO 1 Agenda Nexus 2000 update FEX designs FCoE designs 2 Agenda Nexus 2000 update FEX designs

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 Verifying the vpc Configuration, page 11 vpc Default Settings, page 16 Configuring

More information

FCoE Configuration Between VIC Adapter on UCS Rack Server and Nexus 5500 Switch

FCoE Configuration Between VIC Adapter on UCS Rack Server and Nexus 5500 Switch FCoE Configuration Between VIC Adapter on UCS Rack Server and Nexus 5500 Switch Document ID: 117280 Contributed by Padmanabhan, Cisco TAC Engineer. Mar 25, 2014 Contents Introduction Prerequisites Requirements

More information

vpc Configuration Synchronization

vpc Configuration Synchronization Virtual port channels (vpc) topologies require identical configurations on peer switches. As a result, you must repeat configurations on both peer switches. This process, which can cause errors due to

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

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

Cisco Nexus B22 Blade Fabric Extender for IBM

Cisco Nexus B22 Blade Fabric Extender for IBM Cisco Nexus B22 Blade Fabric Extender for IBM Design and Deployment Guide 2014 Cisco IBM. All rights reserved. Page 1 Contents Introduction... 3 Network Diagram... 3 Hardware Installation... 5 Fabric Extender

More information

Configuring Cisco Unified FEX Nexus 2348UPQ with Fiber Channel Interfaces

Configuring Cisco Unified FEX Nexus 2348UPQ with Fiber Channel Interfaces Configuring Cisco Unified FEX Nexus 2348UPQ with Fiber Channel Interfaces This chapter provides details about configuring native fiber channels on Cisco Nexus 2348UPQ FEX, and contains the following sections:

More information

Troubleshooting Cisco Data Center Unified Fabric

Troubleshooting Cisco Data Center Unified Fabric Troubleshooting Cisco Data Center Unified Fabric Number: 642-980 Passing Score: 800 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ Exam A QUESTION 1 Which command displays the traffic

More information

Nexus 7000 F3 or Mx/F2e VDC Migration Use Cases

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

More information

Migrate from Cisco Catalyst 6500 Series Switches to Cisco Nexus 9000 Series Switches

Migrate from Cisco Catalyst 6500 Series Switches to Cisco Nexus 9000 Series Switches Migration Guide Migrate from Cisco Catalyst 6500 Series Switches to Cisco Nexus 9000 Series Switches Migration Guide November 2013 2013 Cisco and/or its affiliates. All rights reserved. This document is

More information

Evolution with End-to-End Data Center Virtualization

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

More information

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

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

More information

ARCHITETTURA DATA CENTERS AS-IS

ARCHITETTURA DATA CENTERS AS-IS ARCHITETTURA DATA CENTERS AS-IS 7K1-VDC -AGGREG po1 7K2-VDC-AGGREG po100 po200 po100 po200 7K1-VDC-DIST1 po1 7K2-VDC-DIST1 po1 VDC-DIST3 po1 7K1-VDC-DIST2 7K2-VDC-DIST2 Distribution / Core level N7K-1-AGGREG

More information

Verified Scalability for Cisco Nexus 5500 Series NX-OS Release 7.0(3)N1(1)

Verified Scalability for Cisco Nexus 5500 Series NX-OS Release 7.0(3)N1(1) Verified Scalability for 5500 Series NX-OS Release 7.0(3)N1(1) This chapter contains the following sections: Overview of Verified Scalability, page 1 Verified Scalability for a Layer Switching Deployment,

More information

Cisco Nexus B22HP. Design and Deployment Guide. September, For further information, questions and comments please contact

Cisco Nexus B22HP. Design and Deployment Guide. September, For further information, questions and comments please contact Design and Deployment Guide Cisco Nexus B22HP Design and Deployment Guide September, 2011 For further information, questions and comments please contact ccbu-pricing@cisco.com 2011 Cisco and/or its affiliates.

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

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

Deploying Virtual Port Channel in NX-OS

Deploying Virtual Port Channel in NX-OS Deploying Virtual Port Channel in NX-OS 2 Housekeeping We value your feedback- don't forget to complete your online session evaluations after each session & the Overall Conference Evaluation which will

More information

Configuring SPAN. Finding Feature Information. About SPAN. SPAN Sources

Configuring SPAN. Finding Feature Information. About SPAN. SPAN Sources This chapter describes how to configure an Ethernet switched port analyzer (SPAN) to analyze traffic between ports on Cisco NX-OS devices. Finding Feature Information, on page 1 About SPAN, on page 1 Licensing

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

Configuring Fabric and Interfaces

Configuring Fabric and Interfaces Fabric and Interface Configuration, on page 1 Graceful Insertion and Removal (GIR) Mode, on page 2 Configuring Physical Ports in Leaf Nodes and FEX Devices Using the NX-OS CLI, on page 3 Configuring Port

More information

Configuring the Fabric Extender

Configuring the Fabric Extender Configuring the Fabric Extender This chapter describes how to configure a Cisco Nexus 2000 Series Fabric Extender using the Cisco Nexus 5000 Series device and includes the following sections: Information

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

Configuring SPAN. Configuring SPAN. SPAN Sources. This chapter includes the following sections: Configuring SPAN, page 1

Configuring SPAN. Configuring SPAN. SPAN Sources. This chapter includes the following sections: Configuring SPAN, page 1 This chapter includes the following sections:, page 1 SPAN Sources The Switched Port Analyzer (SPAN) feature (sometimes called port mirroring or port monitoring) selects network traffic for analysis by

More information

Configuring Local SPAN and ERSPAN

Configuring Local SPAN and ERSPAN This chapter contains the following sections: Information About ERSPAN, page 1 Licensing Requirements for ERSPAN, page 5 Prerequisites for ERSPAN, page 5 Guidelines and Limitations for ERSPAN, page 5 Guidelines

More information

Everyone in this room is a GENIUS

Everyone in this room is a GENIUS Everyone in this room is a GENIUS 2 What are Best Practices? Learning from Others Mistakes 3 Learning from your mistakes makes you SMART Learning from others mistakes makes you GENIUS 4 vpc Best Practices

More information

Question: 2 Which option accurately describes the implementation of Fabre Channel domain IDs?

Question: 2 Which option accurately describes the implementation of Fabre Channel domain IDs? Volume: 186 Questions Question: 1 What is the status of FC interface associated with ethernet 1/5 indicate? A. Trunk VSAN 11 is isolated B. Inteface vfc 5 is up and running for the assigned VSAN C. Trunk

More information

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

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

More information

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

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

More information

Deploying Nexus 7000 in Data Centre Networks BRKDCT-2951

Deploying Nexus 7000 in Data Centre Networks BRKDCT-2951 Deploying Nexus 7000 in Data Centre Networks BRKDCT-2951 giving us enough rope to hang ourselves 2 2 Paul Horrocks Solutions Architect Cisco Advanced Services Adam Raffe Network Consulting Engineer Cisco

More information

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

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : 642-997 Title : Implementing Cisco Data Center Unified Fabric (DCUFI) Vendor : Cisco

More information

UCS Networking 201 Deep Dive

UCS Networking 201 Deep Dive UCS Networking 20 Deep Dive BRKCOM-2003 Brad Hedlund bhedlund@cisco.com Manish Tandon mtandon@cisco.com Agenda Overview / System Architecture Physical Architecture Logical Architecture Switching Modes

More information

Cisco Expo Nexus family. The foundation for building optimized datacenter switched infrastructure. Jaromír Pilař Consulting Systems Engineer

Cisco Expo Nexus family. The foundation for building optimized datacenter switched infrastructure. Jaromír Pilař Consulting Systems Engineer Cisco Expo 2011 Nexus family The foundation for building optimized datacenter switched infrastructure Jaromír Pilař Consulting Systems Engineer 2010 Cisco and/or its affiliates. All rights reserved. Cisco

More information

Cisco Nexus 2000 Series NX-OS Fabric Extender Configuration Guide for Cisco Nexus 9000 Series Switches, Release 7.x

Cisco Nexus 2000 Series NX-OS Fabric Extender Configuration Guide for Cisco Nexus 9000 Series Switches, Release 7.x Cisco Nexus 2000 Series NX-OS Fabric Extender Configuration Guide for Cisco Nexus 9000 Series Switches, First Published: 2014-05-01 Last Modified: 2017-05-18 Americas Headquarters Cisco Systems, Inc. 170

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

FCoE Cookbook for HP Virtual Connect

FCoE Cookbook for HP Virtual Connect Technical whitepaper FCoE Cookbook for HP Virtual Connect Version 4.45 Firmware Enhancements August 2015 Table of contents Change History 6 Purpose 7 Overview 7 Requirements and support 7 Supported Designs

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

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

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

More information

Implementing the ERSPAN Analytics Feature on Cisco Nexus 6000 Series and 5600 Platform Switches

Implementing the ERSPAN Analytics Feature on Cisco Nexus 6000 Series and 5600 Platform Switches White Paper Implementing the ERSPAN Analytics Feature on Cisco Nexus 6000 Series and 5600 Platform Switches White Paper October 2014 2014 Cisco and/or its affiliates. All rights reserved. This document

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

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

On the Cisco Nexus 5548 Switch, Fibre Channel ports and VSAN ports cannot be configured as ingress source ports in a SPAN session.

On the Cisco Nexus 5548 Switch, Fibre Channel ports and VSAN ports cannot be configured as ingress source ports in a SPAN session. This chapter includes the following sections:, page 1 SPAN Sources The Switched Port Analyzer (SPAN) feature (sometimes called port mirroring or port monitoring) selects network traffic for analysis by

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

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD Implementing Cisco Data Center Unified Fabric (DCUFI) 5 Days Instructor-Led Course Overview The Implementing Cisco Data Center Unified Fabric (DCUFI) v5.0 is a five-day instructor-led training course designed

More information

UCS Networking Deep Dive

UCS Networking Deep Dive UCS Networking Deep Dive BRKCOM-2003 www.ciscolivevirtual.com Agenda Overview / System Architecture Physical Architecture Logical Architecture Switching Modes of the Fabric Interconnect Fabric Failover

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

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

Versatile architecture of using Nexus 7000 with F and M-series I/O modules to deliver FEX, FabricPath and Multihop FCoE all at the same time

Versatile architecture of using Nexus 7000 with F and M-series I/O modules to deliver FEX, FabricPath and Multihop FCoE all at the same time Versatile architecture of using Nexus 7000 with F and -series I/O modules to deliver FEX, and ultihop FCoE all at the same time David Klebanov Technical Solutions Architect CCIE #13791 klebanov@cisco.com

More information

Configuring Fibre Channel Interfaces

Configuring Fibre Channel Interfaces This chapter contains the following sections:, page 1 Information About Fibre Channel Interfaces Licensing Requirements for Fibre Channel On Cisco Nexus 3000 Series switches, Fibre Channel capability is

More information

Design and Implementations of FCoE for the DataCenter. Mike Frase, Cisco Systems

Design and Implementations of FCoE for the DataCenter. Mike Frase, Cisco Systems Design and Implementations of FCoE for the DataCenter Mike Frase, Cisco Systems SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies

More information

Dell vstart 1000 Network Architecture

Dell vstart 1000 Network Architecture Dell vstart 1000 Network Architecture Dell Force10 Product Management 1 Table of Contents Introduction... 3 vstart Network Layout... 3 vstart and Dell Force10 S4810 core... 5 Physical Media Options for

More information

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

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

More information

Implementing Cisco Data Center Infrastructure v6.0 (DCII)

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

More information

vpc Best Practices and Design on NX-OS

vpc Best Practices and Design on NX-OS vpc Best Practices and Design on NX-OS Nemanja Kamenica (nkamenic@cisco.com) Engineer, Technical Marketing BRKDCN-2378 Cisco Spark How Questions? Use Cisco Spark to chat with the speaker after the session

More information

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

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

More information

Data Center 3.0 Technology Evolution. Session ID 20PT

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

More information

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

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

Overview. Overview. OTV Fundamentals. OTV Terms. This chapter provides an overview for Overlay Transport Virtualization (OTV) on Cisco NX-OS devices.

Overview. Overview. OTV Fundamentals. OTV Terms. This chapter provides an overview for Overlay Transport Virtualization (OTV) on Cisco NX-OS devices. This chapter provides an overview for Overlay Transport Virtualization (OTV) on Cisco NX-OS devices., page 1 Sample Topologies, page 6 OTV is a MAC-in-IP method that extends Layer 2 connectivity across

More information

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

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

More information

Configuring SPAN. About SPAN. SPAN Sources

Configuring SPAN. About SPAN. SPAN Sources This chapter describes how to configure an Ethernet switched port analyzer (SPAN) to analyze traffic between ports on Cisco NX-OS devices. This chapter contains the following sections: About SPAN, page

More information

Cisco Nexus 7000 Series Connectivity Solutions for the Cisco Unified Computing System

Cisco Nexus 7000 Series Connectivity Solutions for the Cisco Unified Computing System Cisco Nexus 7000 Series Connectivity Solutions for the Cisco Unified Computing System About the Cisco Nexus 7000 Series Switches The Cisco Nexus 7000 Series Switches combine the highest level of scalability

More information

Exam Questions

Exam Questions Exam Questions 300-160 DCID Designing Cisco Data Center Infrastructure https://www.2passeasy.com/dumps/300-160/ 1. Which three components are needed to implement Cisco VM-FEX on the Cisco UCS platform?

More information

Data Center Design for the Midsize Enterprise

Data Center Design for the Midsize Enterprise Data Center Design for the Midsize Enterprise Jerry Hency Technical Marketing Engineer, Data Center Group Data Center Design for the Midsize Enterprise Terminology and Goals for this session Midsize Enterprise/Organization

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

Configuring Virtual Machine Tracker

Configuring Virtual Machine Tracker This chapter contains the following sections: Information About Virtual Machine Tracker, page 1 Enabling Virtual Machine Tracker, page 2 Creating a New Connection to vcenter, page 2 Synchronizing Information

More information

Nexus 7000/5000/2000/1000v Deployment Case Studies

Nexus 7000/5000/2000/1000v Deployment Case Studies Nexus 7000/5000/2000/1000v Deployment Case Studies Session Goal Understand how to design a scalable data center based upon customer requirements How to choose different flavor of the designs using Nexus

More information

DCNX5K: Configuring Cisco Nexus 5000 Switches

DCNX5K: Configuring Cisco Nexus 5000 Switches Course Outline Module 1: Cisco Nexus 5000 Series Switch Product Overview Lesson 1: Introducing the Cisco Nexus 5000 Series Switches Topic 1: Cisco Nexus 5000 Series Switch Product Overview Topic 2: Cisco

More information

VXLAN EVPN Multihoming with Cisco Nexus 9000 Series Switches

VXLAN EVPN Multihoming with Cisco Nexus 9000 Series Switches White Paper VXLAN EVPN Multihoming with Cisco Nexus 9000 Series Switches 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 27 Contents Introduction...

More information

Versatile architecture using Nexus 7000 with a mix of F and M modules to deliver FEX, FabricPath, MPLS, LISP and Multihop FCoE all at the same time

Versatile architecture using Nexus 7000 with a mix of F and M modules to deliver FEX, FabricPath, MPLS, LISP and Multihop FCoE all at the same time Versatile architecture using Nexus 7000 with a mix of F and modules to deliver FEX,, PLS, LISP and ultihop FCoE all at the same time David Klebanov Technical Solutions Architect klebanov@cisco.com Umar

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

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

Deploying Virtual Port Channel (vpc) in NX-OS

Deploying Virtual Port Channel (vpc) in NX-OS Deploying Virtual ort Channel () in NX-OS Sutharsan Sivapalan Customer Support Engineer #clmel Session Abstract This session is targeted at Network Engineers, Network Architects and IT Administrators who

More information

Configuring Virtual Machine Tracker

Configuring Virtual Machine Tracker This chapter contains the following sections: Information About Virtual Machine Tracker, on page 1 Enabling Virtual Machine Tracker, on page 2 Creating a New Connection to vcenter, on page 2 Synchronizing

More information

Nexus 7000 Peer Switch Configuration (Hybrid Setup)

Nexus 7000 Peer Switch Configuration (Hybrid Setup) Nexus 7000 Peer Switch Configuration (Hybrid Setup) Document ID: 116140 Contributed by Andy Gossett and Rajesh Gatti, Cisco TAC Engineers. Aug 09, 2013 Contents Introduction Prerequisites Requirements

More information

Session Number-BRKDCT-2869

Session Number-BRKDCT-2869 Network Design Considerations in a Blade Server Environment - LAN & Storage Session Number- Session_ID Presentation_ID 2008 Cisco Systems, Inc. All rights reserved. Cisco Public 2 1 Session Abstract This

More information

Configuring Rapid PVST+ Using NX-OS

Configuring Rapid PVST+ Using NX-OS Configuring Rapid PVST+ Using NX-OS This chapter describes how to configure the Rapid per VLAN Spanning Tree (Rapid PVST+) protocol on Cisco NX-OS devices. This chapter includes the following sections:

More information

Unified Compute Platform 4.1.2

Unified Compute Platform 4.1.2 Unified Compute Platform 4.1.2 MK-92UCP084-02 2012-2016 Hitachi Data Systems. All rights reserved. No part of this publication may be reproduced or transmitted in any form or by any means, electronic or

More information

UCS Networking Deep Dive. Neehal Dass - Customer Support Engineer

UCS Networking Deep Dive. Neehal Dass - Customer Support Engineer UCS Networking Deep Dive Neehal Dass - Customer Support Engineer Agenda Chassis Connectivity Server Connectivity Fabric Forwarding M-Series Q & A Cisco Unified Computing System (UCS) Single Point of Management

More information

Configuring Cisco Nexus 7000 Series Switches

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

More information

Cisco Certdumps Questions & Answers - Testing Engine

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

More information

Design Considerations

Design Considerations CHAPTER 3 In the Cisco VMDC solution, service tiers are the basis of the end-to-end design of the cloud data center. When deploying such a data center, the following design requirements must be considered:

More information

Configuring Flex Links

Configuring Flex Links This chapter describes how to configure flex links. It contains the following sections: Information About Flex Links, page 1 Guidelines, page 2 Default Settings, page 3, page 3 Configuring Flex Link Preemption,

More information

Finally they removed the Cat65 VSS Picture to explain FEX

Finally they removed the Cat65 VSS Picture to explain FEX Question Finally they removed the Cat65 VSS Picture to explain FEX an N5k Can you swap the 5500 for the 7000 without issues? Can you swap the 5500 for the 7000 without issues? Is there a manager app that

More information

Deploying Secure Multi-Tenancy into Virtualized Data Centers

Deploying Secure Multi-Tenancy into Virtualized Data Centers Deploying Secure Multi-Tenancy into Virtualized Data Centers April 5, 2010 Introduction IT infrastructure today too often suffers from over segmentation of server, network, and storage resources. Each

More information

Configuring Rapid PVST+

Configuring Rapid PVST+ This chapter describes how to configure the Rapid per VLAN Spanning Tree (Rapid PVST+) protocol on Cisco NX-OS devices using Cisco Data Center Manager (DCNM) for LAN. For more information about the Cisco

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

Configuring the Fabric Extender

Configuring the Fabric Extender Configuring the Fabric Extender This chapter describes how to configure a Cisco Nexus 2000 Series Fabric Extender using a parent Cisco Nexus 7000 Series device and includes the following sections: Configuring

More information

This guide presents the instructions and other information concerning the lab activities for this course.

This guide presents the instructions and other information concerning the lab activities for this course. DCICT Lab Guide 11/03/2013 Overview Outline This guide presents the instructions and other information concerning the lab activities for this course. This guide includes these activities: Activity 1-1:

More information

Understand Source MAC Address Field in Spanning-Tree PDUs on Nexus Series Switches

Understand Source MAC Address Field in Spanning-Tree PDUs on Nexus Series Switches Understand Source MAC Address Field in Spanning-Tree PDUs on Nexus Series Switches Contents Introduction Prerequisites Requirements Components Used Problem Description Network Diagram Configurations STP

More information

Virtualized Access Layer. Petr Grygárek

Virtualized Access Layer. Petr Grygárek Virtualized Access Layer Petr Grygárek Goals Integrate physical network with virtualized access layer switches Hypervisor vswitch Handle logical network connection of multiple (migrating) OS images hosted

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

Designing Cisco Data Center Unified Computing

Designing Cisco Data Center Unified Computing Designing Cisco Data Center Unified Computing Number: 642-998 Passing Score: 800 Time Limit: 120 min File Version: 1.1 http://www.gratisexam.com/ Sections 1. Drag and Drop 2. Questions 3. Hot Spot CISCO

More information