FCoE Initialization Protocol (FIP)

Size: px
Start display at page:

Download "FCoE Initialization Protocol (FIP)"

Transcription

1 Revision

2 Revision

3 Footnote 1: FC_ID is also known as a 24-bit Fibre Channel address. Revision

4 In a native Fibre Channel environment, a node port is directly connected to a fabric port on a switch, and some switch ports may be connected to other switches. To login, the node port simply sends an FLOGI request to the fabric port on the switch. In FCoE, a node port may not be directly connected to an FCoE fabric port, but to one or more CEE switches. As a result, an FCoE node ports needs a discovery mechanism that allows it to discover any available fabric ports before it can perform an FLOGI. Similarly, FCoE switch E_Ports may not be directly connected to other E_Ports in the same manner as they are in a Fibre Channel environment. This requires a discovery mechanism that allows one switch port to discover other switch ports before an ISL can be initialized. The mechanism used for both types of discovery is the FCoE Initialization Protocol (FIP). FIP uses EtherType 0x8914. Revision

5 Revision

6 Footnote 1: Fabric OS v6.1.2_cee supports FC-BB-5 version 1.01 (June 2008) of the FC-BB-5 standards. This version is referred to as Pre-FIP by the standards committee. Fabric OS v6.1.2_cee1 and v6.3.0 support both the Pre-FIP and Fip (version 0) version 1.03 Footnote 2: This is how the Brocade-branded CNAs (BR-1010 and BR-1020) act; other CNAs may do something different, it would depend on how the CNA driver was written. Example : Qlogic Gen2 does the following: Relies on the FCoE app TLV to start the discovery/login procedure. Withdrawal of this TLV will cause a logout. Starts with FIP solicitation. If this fails, keeps soliciting till it passes. Once the solicitation passes, it tries FIP FLOGI. If the FIP FLOGI fails, it tries 8 times, then goes back to soliciting. It never falls back to pre-fip. Revision

7 Revision

8 Footnote 1: FCOE Encapsulation frames are used in the data transfer phase. Footnote 2: FIP frames carry Discovery, Link Initialization and port instantiation services. Revision

9 The FCoE Initialization Protocol frame format is a traditional Ethernet frame with payload contents that are specific for FIP. The Destination and Source MAC address are the first two fields. Just after Word 2 (SA), you may find an optional IEEE 802.1Q VLAN tag. This tag would be required in a CEE environment. Following the tag word is the Ethertype field which would contain a value 0x8914 indicating that the frame is a FIP frame. That is followed by the Version field, which specifies which FIP Frame version this frame is. In the next word (word 4) we see the FIP Operation Code and a FIP Subcode. The FIP OpCode Describes the frame Operation (such as Discovery or Virtual link Initialization), and the Subcode provides additional detail regarding the OpCode. The Descriptor length indicates how many descriptors are in the Descriptor list. That is followed by 5 flags. Two of the Flags that are currently defined include FP and SP, which represents the FPMA and SPMA MAC Address Assignment respectively. The Descriptor List provides parameters associated with the FIP Operations. After that comes a FIP PAD field for use with Mini jumbo frames, or if the frame is not long enough. The last word contains the Ethernet Frame Check Sequence which is a checksum value representing the contents of the frame. Revision

10 Above is a list of the FIP Operation Codes. Each of the Operation Codes have associated Subcodes which further define the actual FIP operation being performed. These Operation Codes and Subcodes values would be carried in word 4 of the FIP frame as diagramed on the previous slide. An example is OpCode value 0001 hex with subcodes 01h an 02h represent the operations Discovery, Solicitation and Discovery, Advertisement respectively. It is expected that other Opcode / subcodes will be defined before the standard is actually completed. Toward the bottom of the table you will see the Vendor Specific OP Codes which range from FFF8h-FFFEh. These Vendor Specific OpCoded are not recommended for usage because this typically results in a propriety implementation that is not interoperable with other vendors. All other OpCode values are Reserved. Revision

11 ENode - is an FCoE End Node with one or more Converged Network Adapters (CNAs) FCF Fibre Channel Forwarder FLOGI Fabric LOGIn VN_Port Virtual N_Port FPMA Fabric Provided MAC Address SPMA Server Provided MAC Address Revision

12 In this multi-slide example, Host 2 (H2) generates a multicast solicitation frame destined to all FCF MAC addresses to identify all FCFs in the network. This frame carries its own MAC address in the Source MAC field. In the lower portion of the diagram is the FIP frame with some of the fields defined: DA = All FCF MACs; SA of H2; OpCode and Subcode indicates Discovery, Solicitation, and then the Descriptor list of the capabilities of the ENode (H2), including this frame initiated at a ENode; addressing mode (SPMA/FPMA it supports; the H2 MAC ADDR; and the Port ID, and last is the Maximum FCOE Frame size supported, and generally there will be at least support for mini-jumbo frames. This frame is received by all the FCF ports in the network (FCF A and B). Revision

13 Next, a unicast Advertisement is sent from each of the FCFs using their MAC addresses as the Source address of the frame, and the Host 2 MAC address as the Destination address. These two Advertisement frames can be viewed in the lower center of the diagram. The first entry in brackets in the Descriptor list is Solicited, which indicates that this frame is a response to a solicitation from Host 2. Additionally, we see that the frame is coming From (an) FCF, and which address modes are supported. The Priority provides the ability to designate one of several FCFs that may exist in the fabric as the preferred FCF. Next we see the MAC of the FCF who is responding, followed by the Fibre Channel Switch_Name and the Fabric_Name. This FC Fabric includes the two FC forwarder switches. Revision

14 At this time Host 2 is ready to login to the FC Fabric. Host 2 will generate a FIP frame, as shown in the bottom center of the diagram, destined to FCF_A for our example. This frame carries a standard FC Login request (FLOGI) as one of the Descriptors. Other descriptor field parameters include ENODE that the frame is from, what address modes are supported, and proposed MAC address, especially if it is an SPMA assigned address. Revision

15 The FCF will reply to the host with a FIP frame that contains a standard FLOGI response as one of the descriptors. The other descriptors carry parameters indicating that the response is from an FCF, that an SPMA or FPMA address has been assigned, and it assigns a MAC address that is tied to the FC_ID that is assigned to the End port (H2) in the FLOGI response information. Host 2 now has an assigned MAC address and a 24 bit FC address. Revision

16 The resulting virtual FC link between H2 and FCF_A runs standard FCoE traffic across the link. Revision

17 Revision

18 Support for the June 10, 2008 version for Fabric OS v6.1.1_cee release, and the October 9, 2008 version for Fabric OS v6.1.2_cee1. We will silently drop FIP discovery frames complying to the Oct 9 th version if running Fabric OS v6.1.2_cee. Revision

19 Revision

20 Revision

21 Revision

22 Revision

23 Revision

24 In this section we will look at the FIP creation of an Inter-switch Link between two FCFs. Revision

25 This new example describes the process of an FCF identifying other FCFs and bringing up a virtual ISL between them. ELP is exchange link parameters. Revision

26 In this multi-slide example, we have 3 FCFs. In this example, FCF C is generating the Solicitation. FCF C has just come online and will attempt to connect to a Fabric if a FC Fabric is available to connect to. FCF C sends out a multicast solicitation frame which is addressed to All-FCF-MACs (as shown in the bottom center of the diagram). The SA is the MAC address for itself, FCF-MAC(C). The Operation is a Discovery, Solicitation. The Descriptor list contains information indicating that the frame came from an FCF and which addressing modes are supported. Note that any time an FCF talks to another FCF, it will always use SPMA mode, which is a fixed MAC address, the MAC address that it started out with. There is no concept of changing the MAC address to match up with the FC_ID because E_Ports on switches do not get assigned 24-bit addresses. The other Descriptors include FCF_MAC(C), FC_MAP, SwitchName, and the Max FCoE Size. Revision

27 After FCF A and B receive and process the multicast Solicitation frame, they will reply with unicast Advertisement frame, as shown in the bottom of the above diagram. This response frame carries all the necessary information for FCF C to bring up a link with each FCF. Additionally, note that these response unicast frames are create as mini-jumbo frame size. This is done to validate that the path supports mini-jumbo frames. If the path does not support mini-jumbo frames, then the frame will not arrive at FCF C, and the path will not be created. Revision

28 FCF C will now generate a FIP Frame containing the ELP to transmit to FCFs A and B. At this point the traditional FC link initialization process will continue. Revision

29 The ELP Response from A and B will complete the link set up. Revision

30 At this point standard FCoE traffic can flow across the network links. Revision

31 Revision

32 Revision

33 Revision

34 Revision

Fibre Channel over Ethernet (FCoE)

Fibre Channel over Ethernet (FCoE) John L Hufferd, Hufferd Enterprises Author: John L Hufferd, Hufferd Enterprises SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies

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

CloudEngine 8800&7800&6800 Series Switches. FCoE and DCB Technology White Paper. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD.

CloudEngine 8800&7800&6800 Series Switches. FCoE and DCB Technology White Paper. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD. FCoE and DCB Technology White Paper Issue 03 Date 2016-01-15 HUAWEI TECHNOLOGIES CO., LTD. 2016. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means

More information

Controlling FCF. Lossless Ethernet network

Controlling FCF. Lossless Ethernet network 1 Distributed FCF Subclause Restructuring Add section 4.2.5.4 4.2.5.4 FC-BB_E to reference model Figure 1 shows the to reference model. FCoE frames originated by a are transported over the Lossless Ethernet

More information

HP 6125XLG Blade Switch

HP 6125XLG Blade Switch HP 6125XLG Blade Switch FCoE Configuration Guide Part number: 5998-3726 Software version: Release 2306 Document version: 6W100-20130912 Legal and notice information Copyright 2013 Hewlett-Packard Development

More information

VN2VN: A new framework for L2 DAS Prafulla Deuskar Mark Wunderlich Intel

VN2VN: A new framework for L2 DAS Prafulla Deuskar Mark Wunderlich Intel VN2VN: A new framework for L2 DAS Prafulla Deuskar Mark Wunderlich Intel L2 DAS Vision Provide a simple extensible L2 block storage network From host SCSI layer devices discovered as Direct Attached Storage

More information

FC-BB-6: New FCoE Functionality David Peterson Brocade Communications, Inc.

FC-BB-6: New FCoE Functionality David Peterson Brocade Communications, Inc. FC-BB-6: New FCoE Functionality David Peterson Brocade Communications, Inc. FC-BB-6 Project proposal scope Support for VN_Port to VN_Port virtual links Investigate improvements in support for high BER

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring DCBX Application Protocol TLV Exchange Release NCE 63 Modified: 2016-08-01 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000

More information

HP StorageWorks Fabric OS 6.1.2_cee1 release notes

HP StorageWorks Fabric OS 6.1.2_cee1 release notes HP StorageWorks Fabric OS 6.1.2_cee1 release notes Part number: 5697-0045 First edition: June 2009 Legal and notice information Copyright 2009 Hewlett-Packard Development Company, L.P. Copyright 2009 Brocade

More information

Contents. FCoE commands 0

Contents. FCoE commands 0 Contents FCoE commands 0 FCoE mode commands 0 display fcoe-mode 0 fcoe-mode 0 VFC interface commands 2 bandwidth 2 bind interface 2 default 3 description 4 display interface vfc 5 fc mode 8 interface vfc

More information

CCIE Data Center Storage Networking. Fibre Channel Switching

CCIE Data Center Storage Networking. Fibre Channel Switching CCIE Data Center Storage Networking Fibre Channel Switching What is Fibre Channel? From a high level, replaces SCSI disk cable with a network From this To this What is Fibre Channel? Protocol stack primarily

More information

The confusion arising from Converged Multihop Topologies as to the roles and capabilities of FCFs, FCoE-FC Gateways, and FCoE Transit Switches

The confusion arising from Converged Multihop Topologies as to the roles and capabilities of FCFs, FCoE-FC Gateways, and FCoE Transit Switches The confusion arising from Converged Multihop Topologies as to the roles and capabilities of s, FCoE-FC Gateways, and FCoE Transit Switches Simon J Gordon, Juniper Networks Author: Simon J Gordon, Juniper

More information

HP FlexFabric 5700 Switch Series

HP FlexFabric 5700 Switch Series HP FlexFabric 5700 Switch Series FCoE Command Reference Part number: 5998-6675 Software version: Release 2416 Document version: 6W100-20150130 Legal and notice information Copyright 2015 Hewlett-Packard

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

UNH-IOL FIBRE CHANNEL CONSORTIUM

UNH-IOL FIBRE CHANNEL CONSORTIUM UNH-IOL FIBRE CHANNEL CONSORTIUM Fabric Build Interoperability Test Suite Version 2.11 Technical Document Last Updated: October 17, 2005 Copyright 2005 University of New Hampshire InterOperability Lab

More information

UCS Engineering Details for the SAN Administrator

UCS Engineering Details for the SAN Administrator UCS Engineering Details for the SAN Administrator Craig Ashapa 2 First things first: debunking a myth Today (June 2012 UCS 2.02m) there is no FCoE northbound of UCS unless you really really really want

More information

17 Distributed Switch Environment

17 Distributed Switch Environment Claudio DeSanti Distributed Switch Updates, T11/14-243v1, August 2014 17 Distributed Switch Environment 17.1 Overview A Distributed Switch is a set of FCDFs associated with at least one Controlling Switch,

More information

Configuring FCoE NPV. Information About FCoE NPV. This chapter contains the following sections:

Configuring FCoE NPV. Information About FCoE NPV. This chapter contains the following sections: This chapter contains the following sections: Information About FCoE NPV, page 1 FCoE NPV Model, page 3 Mapping Requirements, page 4 Port Requirements, page 5 NPV Features, page 5 vpc Topologies, page

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

COMPANY X PROOF-OF- CONCEPT LAB FOR THE DELL M1000E CHASSIS

COMPANY X PROOF-OF- CONCEPT LAB FOR THE DELL M1000E CHASSIS COMPANY X PROOF-OF- CONCEPT LAB FOR THE DELL M1000E CHASSIS Victor Lama Dell Fabric Specialist Banking and Securities 05 July 2011 This document contains a high-level overview of Fibre Channelover-Ethernet

More information

Industry Standards for the Exponential Growth of Data Center Bandwidth and Management. Craig W. Carlson

Industry Standards for the Exponential Growth of Data Center Bandwidth and Management. Craig W. Carlson Industry Standards for the Exponential Growth of Data Center Bandwidth and Management Craig W. Carlson 2 Or Finding the Fat Pipe through standards Creative Commons, Flikr User davepaker Overview Part of

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

FIBRE CHANNEL OVER ETHERNET

FIBRE CHANNEL OVER ETHERNET FIBRE CHANNEL OVER ETHERNET A Review of FCoE Today Abstract Fibre Channel over Ethernet (FcoE) is a storage networking option, based on industry standards. This white paper provides an overview of FCoE,

More information

17 Distributed Switch Environment

17 Distributed Switch Environment 17 Distributed Switch Environment 17.1 Overview A Distributed Switch is a set of FCDFs associated with at least one Controlling Switch, that controls the operations of the set of FCDFs. Figure 42 shows

More information

STORAGE 101. LAN to SAN in 90min

STORAGE 101. LAN to SAN in 90min STORAGE 101 LAN to SAN in 90min 1 Agenda Basics Open Systems Architecture Basics I/O Subsystem Block vs. File Storage SCSI Basics SAN Primer for LAN Professionals Basic Concepts LAN vs. SAN Comparisons

More information

The Confusion Arising from Converged Multi Hop FCoE Topologies

The Confusion Arising from Converged Multi Hop FCoE Topologies Author: Simon Gordon, Juniper Networks The Confusion Arising from Converged Multi Hop FCoE Topologies Simon Gordon, Juniper Networks SNIA Legal Notice The material contained in this tutorial is copyrighted

More information

CCIE Data Center Storage Networking. Fibre Channel Switching Configuration. Nexus 5500UP FC Initialization Allocate interfaces as type FC

CCIE Data Center Storage Networking. Fibre Channel Switching Configuration. Nexus 5500UP FC Initialization Allocate interfaces as type FC CCIE Data Center Storage Networking Fibre Channel Switching Configuration Nexus 5500UP FC Initialization Allocate interfaces as type FC slot 1 port 25 32 type fc FC must start at top of module and count

More information

FC-FCoE Adapter Inbox Driver Update for Linux Kernel 2.6.x. Table of Contents

FC-FCoE Adapter Inbox Driver Update for Linux Kernel 2.6.x. Table of Contents FC-FCoE Adapter Inbox Driver Update for Linux Kernel 2.6.x QLogic Corporation. All rights reserved. Table of Contents 1. Version 2. Changes 3. Bug Fixes 4. Known Issues 5. Additional Information 6. History

More information

UM DIA NA VIDA DE UM PACOTE CEE

UM DIA NA VIDA DE UM PACOTE CEE UM DIA NA VIDA DE UM PACOTE CEE Marcelo M. Molinari System Engineer - Brazil May 2010 CEE (Converged Enhanced Ethernet) Standards Making 10GbE Lossless and Spanning-Tree Free 2010 Brocade Communications

More information

Virtual Storage Networks

Virtual Storage Networks Scott Kipp, BROCADE SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in presentations and literature under the

More information

Contents. Configuring LLDP 2

Contents. Configuring LLDP 2 Contents Configuring LLDP 2 Overview 2 Basic concepts 2 Working mechanism 8 Protocols and standards 9 LLDP configuration task list 9 Performing basic LLDP configurations 10 Enabling LLDP 10 Configuring

More information

Additional FCoE Resources

Additional FCoE Resources Demartek Demartek, an industry analyst firm, attended the FCoE Test Drive Event, June 4 6, 2008, observing and auditing the results. This report provides Demartek s observations, impressions and conclusions.

More information

iscsi and FCoE testing: What are the test Challenges Under the Hood of a 10 Gb iscsi and a 10G FCOE Storage Array Product Certification?

iscsi and FCoE testing: What are the test Challenges Under the Hood of a 10 Gb iscsi and a 10G FCOE Storage Array Product Certification? iscsi and FCoE testing: What are the test Challenges Under the Hood of a 10 Gb iscsi and a 10G FCOE Storage Array Product Certification? Dr. M. K. Jibbe Distinguished Engineer Quality Czar for Development

More information

FCIA Fibre Channel: Live Long and Prosper

FCIA Fibre Channel: Live Long and Prosper Data Center Networking FCIA Fibre Channel: Live Long and Prosper Mark Jones President Fibre Channel Industry Association Director of Technical Marketing - Emulex Agenda How the FC Industry Innovates The

More information

Vendor: EMC. Exam Code: E Exam Name: Cloud Infrastructure and Services Exam. Version: Demo

Vendor: EMC. Exam Code: E Exam Name: Cloud Infrastructure and Services Exam. Version: Demo Vendor: EMC Exam Code: E20-002 Exam Name: Cloud Infrastructure and Services Exam Version: Demo QUESTION NO: 1 In which Cloud deployment model would an organization see operational expenditures grow in

More information

Contents. FCoE commands 1

Contents. FCoE commands 1 Contents FCoE commands 1 FCoE mode commands 1 display fcoe-mode 1 fcoe-mode 1 VFC interface commands 3 bandwidth 3 bind interface 3 default 5 description 5 display interface vfc 6 fc mode 9 interface vfc

More information

Unified Storage Access Design

Unified Storage Access Design Unified Storage Access Design Unified Storage Access Design Agenda Why Unified Fabric? 101 The Storage Basics SAN iscsi & NAS Storage Design Essentials Understanding FCoE Quality of Service At The Edge

More information

Independent Submission Request for Comments: 6847 Category: Informational. Huawei January 2013

Independent Submission Request for Comments: 6847 Category: Informational. Huawei January 2013 Independent Submission Request for Comments: 6847 Category: Informational ISSN: 2070-1721 D. Melman T. Mizrahi Marvell D. Eastlake 3rd Huawei January 2013 Fibre Channel over Ethernet (FCoE) over Transparent

More information

CS 356: Computer Network Architectures. Lecture 10: IP Fragmentation, ARP, and ICMP. Xiaowei Yang

CS 356: Computer Network Architectures. Lecture 10: IP Fragmentation, ARP, and ICMP. Xiaowei Yang CS 356: Computer Network Architectures Lecture 10: IP Fragmentation, ARP, and ICMP Xiaowei Yang xwy@cs.duke.edu Overview Homework 2-dimension parity IP fragmentation ARP ICMP Fragmentation and Reassembly

More information

What LinkSec Should Know About Bridges Norman Finn

What LinkSec Should Know About Bridges Norman Finn What LinkSec Should Know About Bridges Norman Finn What LinkSec Should Know About Bridges Rev. 2 Norman Finn, Cisco Systems IEEE 802 LinkSec SG 1/20 What Do Bridges Do? (1) A network of bridges emulates

More information

FCoE Deployment Using PowerEdge. M I/O Aggregator and Brocade VDX-6730

FCoE Deployment Using PowerEdge. M I/O Aggregator and Brocade VDX-6730 FCoE Deployment Using PowerEdge M I/O Aggregator and Brocade VDX-6730 Neal Beard Robert Luis Kevin Locklear This document is for informational purposes only and may contain typographical errors and technical

More information

Contents. Configuring LLDP 2

Contents. Configuring LLDP 2 Contents Configuring LLDP 2 Overview 2 Basic concepts 2 Working mechanism 7 Protocols and standards 8 LLDP configuration task list 8 Performing basic LLDP configurations 9 Enabling LLDP 9 Setting the LLDP

More information

Deploying FC and FCoE SAN with IBM System Storage SVC and IBM Storwize platforms

Deploying FC and FCoE SAN with IBM System Storage SVC and IBM Storwize platforms Deploying FC and FCoE SAN with IBM System Storage SVC and IBM Storwize platforms Guide v1.0 Bhushan Gavankar, Subhadip Das, Aakanksha Mathur IBM Systems and Technology Group ISV Enablement August 2014

More information

Configuring FCoE NPV. FCoE NPV Overview. FCoE NPV Benefits

Configuring FCoE NPV. FCoE NPV Overview. FCoE NPV Benefits FCoE NPV Overview This chapter describes how to configure Fiber Channel over Ethernet (FCoE) N-port Virtulization (NPV) on Cisco NX-OS devices. FCoE NPV Overview, on page 1 VNP Ports, on page 3 Licensing

More information

Comparing Server I/O Consolidation Solutions: iscsi, InfiniBand and FCoE. Gilles Chekroun Errol Roberts

Comparing Server I/O Consolidation Solutions: iscsi, InfiniBand and FCoE. Gilles Chekroun Errol Roberts Comparing Server I/O Consolidation Solutions: iscsi, InfiniBand and FCoE Gilles Chekroun Errol Roberts SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies

More information

Dell Networking S5000: Deployment of a Converged Infrastructure with FCoE. Deployment/Configuration Guide

Dell Networking S5000: Deployment of a Converged Infrastructure with FCoE. Deployment/Configuration Guide Dell Networking S5000: Deployment of a Converged Infrastructure with FCoE Dell Technical Marketing Data Center Networking June 2013 This document is for informational purposes only and may contain typographical

More information

IEEE P1722 AVBTP. Version 0.01, Alan K. Bartky Bartky Networks Send comments to

IEEE P1722 AVBTP. Version 0.01, Alan K. Bartky Bartky Networks  Send comments to IEEE P1722 AVBTP assumptions Version 0.01, 2007-06-24 Alan K. Bartky alan@bartky.net Send comments to AVBTP@listserv.ieee.org 1 Notice of copyright release Notice: This document has been prepared to assist

More information

BROCADE 8000 SWITCH FREQUENTLY ASKED QUESTIONS

BROCADE 8000 SWITCH FREQUENTLY ASKED QUESTIONS FAQ BROCADE 8000 SWITCH FREQUENTLY ASKED QUESTIONS Overview Brocade provides the industry s leading family of Storage Area Network (SAN) and IP/Ethernet switches. These high-performance, highly reliable

More information

Annex B UMT Peer Discovery and Tunnel Auto-Configuration

Annex B UMT Peer Discovery and Tunnel Auto-Configuration 0 Annex B UMT Peer Discovery and Tunnel Auto-Configuration B. Introduction IEEE Std. 0. Clause defines a method for delivering service data units (SDU) for higher layer protocols across a layer- network

More information

IPv6. IPv4 & IPv6 Header Comparison. Types of IPv6 Addresses. IPv6 Address Scope. IPv6 Header. IPv4 Header. Link-Local

IPv6. IPv4 & IPv6 Header Comparison. Types of IPv6 Addresses. IPv6 Address Scope. IPv6 Header. IPv4 Header. Link-Local 1 v4 & v6 Header Comparison v6 Ver Time to Live v4 Header IHL Type of Service Identification Protocol Flags Source Address Destination Address Total Length Fragment Offset Header Checksum Ver Traffic Class

More information

Cisco Nexus 5600 Series NX-OS SAN Switching Configuration Guide, Release 7.x

Cisco Nexus 5600 Series NX-OS SAN Switching Configuration Guide, Release 7.x Cisco Nexus 5600 Series NX-OS SAN Switching Configuration Guide, Release 7.x Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000

More information

RBRIDGES/TRILL. Donald Eastlake 3 rd Stellar Switches AND IS-IS.

RBRIDGES/TRILL. Donald Eastlake 3 rd Stellar Switches AND IS-IS. RBRIDGES/TRILL AND IS-IS 1 Donald Eastlake 3 rd donald.eastlake@stellarswitches.com, +1-508-333-2270 Stellar Switches CAVEATS The base protocol specification may change: It is currently in TRILL WG Last

More information

IPv6 Protocols and Networks Hadassah College Spring 2018 Wireless Dr. Martin Land

IPv6 Protocols and Networks Hadassah College Spring 2018 Wireless Dr. Martin Land IPv6 1 IPv4 & IPv6 Header Comparison IPv4 Header IPv6 Header Ver IHL Type of Service Total Length Ver Traffic Class Flow Label Identification Flags Fragment Offset Payload Length Next Header Hop Limit

More information

LAN Ports and Port Channels

LAN Ports and Port Channels Port Modes, page 2 Port Types, page 2 UCS 6300 Breakout 40 GB Ethernet Ports, page 3 Unified Ports, page 7 Changing Port Modes, page 10 Server Ports, page 16 Uplink Ethernet Ports, page 17 Appliance Ports,

More information

Question No : 3 Which is the maximum number of active zone sets on Cisco MDS 9500 Series Fibre Channel Switches?

Question No : 3 Which is the maximum number of active zone sets on Cisco MDS 9500 Series Fibre Channel Switches? Volume: 182 Questions Question No : 1 A network architecture team is looking for a technology on Cisco Nexus switches that significantly simplifies extending Layer 2 applications across distributed data

More information

Open-FCoE Software Initiator

Open-FCoE Software Initiator Open-FCoE Software Initiator Chelsio Communications, Inc. http://www.chelsio.com 1 P age Copyright 2009 Chelsio Communications, Inc. All rights reserved. 370 San Aleso Ave, Suite 100, Sunnyvale, CA 94085

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

Table of Contents 1 LLDP Configuration 1-1

Table of Contents 1 LLDP Configuration 1-1 Table of Contents 1 LLDP Configuration 1-1 Over 1-1 Background 1-1 Basic Concepts 1-1 How LLDP Works 1-5 Protocols and Standards 1-6 LLDP Configuration Task List 1-6 Performing Basic LLDP Configuration

More information

Path MTU Discovery in Bridged Network

Path MTU Discovery in Bridged Network www.huawei.com Path MTU Discovery in Bridged Network Authors: Hesham ElBakoury Version: 1.0 HUAWEI TECHNOLOGIES CO., LTD. GOAL Discuss different ideas to discover the Path MTU in Bridged Ethernet Network

More information

University of New Hampshire InterOperability Laboratory Ethernet in the First Mile Consortium

University of New Hampshire InterOperability Laboratory Ethernet in the First Mile Consortium University of New Hampshire InterOperability Laboratory As of July 26, 2004 the Ethernet in the First Mile Clause 57 OAM Conformance Test Suite version 0.4 has been superseded by the release of the Clause

More information

ECPE / COMP 177 Fall Some slides from Kurose and Ross, Computer Networking, 5 th Edition

ECPE / COMP 177 Fall Some slides from Kurose and Ross, Computer Networking, 5 th Edition ECPE / COMP 177 Fall 2016 Some slides from Kurose and Ross, Computer Networking, 5 th Edition Course Organization Top-Down! Starting with Applications / App programming Then Transport Layer (TCP/UDP) Then

More information

ETHERNET ENHANCEMENTS FOR STORAGE. Sunil Ahluwalia, Intel Corporation Errol Roberts, Cisco Systems Inc.

ETHERNET ENHANCEMENTS FOR STORAGE. Sunil Ahluwalia, Intel Corporation Errol Roberts, Cisco Systems Inc. ETHERNET ENHANCEMENTS FOR STORAGE Sunil Ahluwalia, Intel Corporation Errol Roberts, Cisco Systems Inc. SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies

More information

Internet Protocols (chapter 18)

Internet Protocols (chapter 18) Internet Protocols (chapter 18) CSE 3213 Fall 2011 Internetworking Terms 1 TCP/IP Concepts Connectionless Operation Internetworking involves connectionless operation at the level of the Internet Protocol

More information

Cisco Exam Questions & Answers

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

More information

Contents. Configuring LLDP 2

Contents. Configuring LLDP 2 Contents Configuring LLDP 2 Overview 2 Basic concepts 2 Working mechanism 7 Protocols and standards 8 LLDP configuration task list 8 Performing basic LLDP configurations 9 Enabling LLDP 9 Setting the LLDP

More information

Dell Networking MXL and PowerEdge I/O Aggregator with Cisco Nexus 5000 series fabric mode Config Sheets

Dell Networking MXL and PowerEdge I/O Aggregator with Cisco Nexus 5000 series fabric mode Config Sheets Dell Networking MXL and PowerEdge I/O Aggregator with Cisco Nexus 5000 series fabric mode Config Sheets CLI Config Sheets Dell Networking Engineering November 2013 A Dell Deployment and Configuration Guide

More information

Hálózatok üzleti tervezése

Hálózatok üzleti tervezése Hálózatok üzleti tervezése hogyan tervezzünk, ha eddig is jó volt... Rab Gergely HP ESSN Technical Consultant gergely.rab@hp.com IT sprawl has business at the breaking point 70% captive in operations and

More information

802.1Q Forwarding PTP messages in an IEEE Transparent Clock Considerations in response to liaison from Q13/15

802.1Q Forwarding PTP messages in an IEEE Transparent Clock Considerations in response to liaison from Q13/15 802.1Q Forwarding PTP messages in an IEEE Transparent Clock Considerations in response to liaison from Q13/15 John Messenger, Anthony Magee, Nir Laufer, November 2012 v03 Background ITU-T Q13/15 is developing

More information

Deploying FCoE (FIP Snooping) on Dell PowerConnect 10G Switches: M8024-k, 8024 and 8024F. Dell Networking Solutions Engineering March 2012

Deploying FCoE (FIP Snooping) on Dell PowerConnect 10G Switches: M8024-k, 8024 and 8024F. Dell Networking Solutions Engineering March 2012 Deploying FCoE (FIP Snooping) on Dell PowerConnect 10G Switches: M8024-k, 8024 and 8024F Dell Networking Solutions Engineering March 2012 Revisions Date Description Authors March 2012 Rev. Kevin Locklear

More information

ECE Enterprise Storage Architecture. Fall 2016

ECE Enterprise Storage Architecture. Fall 2016 ECE590-03 Enterprise Storage Architecture Fall 2016 Storage Area Network (SAN) Tyler Bletsch Duke University Adapted from the course Information Storage and Management v2 (module 5-6), published by EMC

More information

Routing Between VLANs Overview

Routing Between VLANs Overview Routing Between VLANs Overview This chapter provides an overview of VLANs. It describes the encapsulation protocols used for routing between VLANs and provides some basic information about designing VLANs.

More information

The Pieces to Managing FCoE John Crandall Brocade

The Pieces to Managing FCoE John Crandall Brocade The Pieces to Managing FCoE John Crandall Brocade Abstract This presentation will identify and provide an overview to the many implementation pieces a client and FCoE switch and CNA vendor may need to

More information

Configuring APIC Accounts

Configuring APIC Accounts This chapter contains the following sections: Adding an APIC Account, page 1 Viewing APIC Reports, page 3 Assigning an APIC account to a Pod, page 15 Handling APIC Failover, page 15 Adding an APIC Account

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

Cisco MDS NX-OS Release 6.2Configuration Limits 2

Cisco MDS NX-OS Release 6.2Configuration Limits 2 Cisco MDS NX-OS Release 6.2 Configuration Limits Cisco MDS NX-OS Release 6.2Configuration Limits 2 Switch Level Fibre Channel Configuration Limits for Cisco MDS 9000 Series Switches 2 Fabric Level Fibre

More information

Dell Networking MXL / PowerEdge I/O Aggregator with Cisco Nexus 5000 series NPV mode and Cisco MDS 9100 fabric switch Config Sheets

Dell Networking MXL / PowerEdge I/O Aggregator with Cisco Nexus 5000 series NPV mode and Cisco MDS 9100 fabric switch Config Sheets Dell Networking MXL / PowerEdge I/O Aggregator with Cisco Nexus 5000 series NPV mode and Cisco MDS 9100 fabric switch Config Sheets CLI Config Sheets Dell Networking Engineering November 2013 A Dell Deployment

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

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

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

BROCADE 8470 SWITCH MODULE FOR IBM BLADECENTER

BROCADE 8470 SWITCH MODULE FOR IBM BLADECENTER DATA SHEET www.brocade.com BROCADE 8470 SWITCH MODULE FOR IBM BLADECENTER CONVERGED NETWORK A Highly Integrated Converged Switch Module for IBM BladeCenter HIGHLIGHTS Provides unprecedented deployment

More information

R. Nixon Emulex January Transmission of IPv6, IPv4, and Address Resolution Protocol (ARP) Packets over Fibre Channel

R. Nixon Emulex January Transmission of IPv6, IPv4, and Address Resolution Protocol (ARP) Packets over Fibre Channel Network Working Group Request for Comments: 4338 Obsoletes: 3831, 2625 Category: Standards Track C. DeSanti Cisco Systems C. Carlson QLogic Corporation R. Nixon Emulex January 2006 Transmission of IPv6,

More information

Carrier Ethernet Evolution

Carrier Ethernet Evolution Carrier Ethernet Evolution Next phase of carrier-class Ethernet services wave Levente Laposi, IP Division Regional Support Centre October 2008 Agenda 1. Introduction 2. Understanding P 3. P-VPLS The next

More information

Auxiliary protocols. tasks that IP does not handle: Routing table management (RIP, OSPF, etc.). Congestion and error reporting (ICMP).

Auxiliary protocols. tasks that IP does not handle: Routing table management (RIP, OSPF, etc.). Congestion and error reporting (ICMP). Auxiliary protocols IP is helped by a number of protocols that perform specific tasks that IP does not handle: Routing table management (RIP, OSPF, etc.). Congestion and error reporting (ICMP). Multicasting

More information

Deployment Guide: Network Convergence with Emulex OneConnect FCoE CNA and Windows Server Platform

Deployment Guide: Network Convergence with Emulex OneConnect FCoE CNA and Windows Server Platform W h i t e p a p e r Deployment Guide: Network Convergence with Emulex OneConnect FCoE CNA and Windows Server Platform How to Deploy Converged Networking with a Windows Server Platform Using Emulex OneConnect

More information

ETHERNET ENHANCEMENTS FOR STORAGE. Sunil Ahluwalia, Intel Corporation

ETHERNET ENHANCEMENTS FOR STORAGE. Sunil Ahluwalia, Intel Corporation ETHERNET ENHANCEMENTS FOR STORAGE Sunil Ahluwalia, Intel Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use

More information

Enabling Ethernet devices without Global MAC Addresses. Pat Thaler, Senior Technical Director, Broadcom 20 June 2014

Enabling Ethernet devices without Global MAC Addresses. Pat Thaler, Senior Technical Director, Broadcom 20 June 2014 Enabling Ethernet devices without Global MAC Addresses Pat Thaler, Senior Technical Director, Broadcom 20 June 2014 1 Problem statement Network ports moving into smaller and smaller things Sensors and

More information

VXLAN Overview: Cisco Nexus 9000 Series Switches

VXLAN Overview: Cisco Nexus 9000 Series Switches White Paper VXLAN Overview: Cisco Nexus 9000 Series Switches What You Will Learn Traditional network segmentation has been provided by VLANs that are standardized under the IEEE 802.1Q group. VLANs provide

More information

COMPANY X PROOF-OF- CONCEPT LAB FOR THE DELL M1000E CHASSIS

COMPANY X PROOF-OF- CONCEPT LAB FOR THE DELL M1000E CHASSIS COMPANY X PROOF-OF- CONCEPT LAB FOR THE DELL M1000E CHASSIS Victor Lama DELL Network Sales Engineer Banking and Securities v1.4 25 April 2012 This document focuses on deploying the Dell M8428-k FCoE blade

More information

Fibre Channel Networking for the IP Network Engineer and SAN Core Edge Design Best Practices Chad Hintz Technical Solutions Architect BRKVIR-1121

Fibre Channel Networking for the IP Network Engineer and SAN Core Edge Design Best Practices Chad Hintz Technical Solutions Architect BRKVIR-1121 Fibre Channel Networking for the IP Network Engineer and SAN Core Edge Design Best Practices Chad Hintz Technical Solutions Architect BRKVIR-1121 Session BRKVIR-1121 Abstract Fibre Channel Networking for

More information

IBM System Storage SAN 384B and IBM System Storage SAN 768B add features

IBM System Storage SAN 384B and IBM System Storage SAN 768B add features , dated November 10, 2009 IBM System Storage SAN 384B and IBM System Storage SAN 768B add features Table of contents 1 Overview 7 Publications 2 Key prerequisites 8 Technical information 2 Planned availability

More information

Microsoft Network Load Balancing on UCS B Series Servers Deployment Configuration Example

Microsoft Network Load Balancing on UCS B Series Servers Deployment Configuration Example Microsoft Network Load Balancing on UCS B Series Servers Deployment Configuration Example Document ID: 118262 Contributed by Charles Stizza, Vishal Mehta, and Vincent La Bua, Cisco TAC Engineers. Aug 14,

More information

Deploying LISP Host Mobility with an Extended Subnet

Deploying LISP Host Mobility with an Extended Subnet CHAPTER 4 Deploying LISP Host Mobility with an Extended Subnet Figure 4-1 shows the Enterprise datacenter deployment topology where the 10.17.1.0/24 subnet in VLAN 1301 is extended between the West and

More information

Technical Requirements Policy for IX.br - V1.0

Technical Requirements Policy for IX.br - V1.0 - V1.0 An Internet Exchange Point (IXP or IX) is a network solution typically consisting of switches and routers operating at the layer 2 level of the ISO/OSI reference model, which offers a range of services

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

IPv6 is Internet protocol version 6. Following are its distinctive features as compared to IPv4. Header format simplification Expanded routing and

IPv6 is Internet protocol version 6. Following are its distinctive features as compared to IPv4. Header format simplification Expanded routing and INTERNET PROTOCOL VERSION 6 (IPv6) Introduction IPv6 is Internet protocol version 6. Following are its distinctive features as compared to IPv4. Header format simplification Expanded routing and addressing

More information

Understanding Basic 802.1ah Provider Backbone Bridge

Understanding Basic 802.1ah Provider Backbone Bridge Understanding Basic 802.1ah Provider Backbone Bridge Contents Introduction Prerequisites Requirements Components Used IEEE 802.1ah Provider Backbone Bridging Overview Terminologies Used PBB Components

More information

Internet Protocol, Version 6

Internet Protocol, Version 6 Outline Protocol, Version 6 () Introduction to Header Format Addressing Model ICMPv6 Neighbor Discovery Transition from to vs. Taken from:chun-chuan Yang Basics: TCP/ Protocol Suite Protocol (IP) Features:

More information

Managing Network Adapters

Managing Network Adapters Managing Network Adapters This chapter includes the following sections: Overview of the Cisco UCS C-Series Network Adapters, page 1 Viewing Network Adapter Properties, page 3 Configuring Network Adapter

More information

Data Center Configuration. 1. Configuring VXLAN

Data Center Configuration. 1. Configuring VXLAN Data Center Configuration 1. 1 1.1 Overview Virtual Extensible Local Area Network (VXLAN) is a virtual Ethernet based on the physical IP (overlay) network. It is a technology that encapsulates layer 2

More information