Interconnecting Brocade VDX Switches with HP Virtual Connect Modules

Size: px
Start display at page:

Download "Interconnecting Brocade VDX Switches with HP Virtual Connect Modules"

Transcription

1 WHITE PAPER CONNECTIVITY FOR VDX AND VIRTUAL CONNECT Interconnecting Brocade VDX Switches with HP Virtual Connect Modules This document explains the configuration process for Ethernet, IP, and FCoE connectivity between Brocade VDX and HP Virtual Connect technologies. Specific information regarding FC and FCoE target connectivity is outside the scope of this document, but can be found in the Brocade Network OS Administrator s Guide and Brocade Fabric OS Administrator s Guide.

2 INTRODUCTION Ethernet, IP, and FCoE connectivity between the Brocade VDX switch family and the HP Virtual Connect family is supported by both Brocade and HP. Validation tests were conducted in Brocade s OEM Systems Engineering Labs, with additional support from the HP Virtual Connect team. 10GbE and 40 GbE connectivity have been validated between the Brocade VDX6720, 6730, 6740, and 6740T with the HP Virtual Connect FlexFabric 10Gb/24-port Module, HP Virtual Connect Flex-10/10D Module, and the new Virtual Connect Flex Fabric-20/40 F8 Module. The VDX 6720, 6730, or 6740 may be used as the uplink ToR switch for 10 GbE connectivity with or without multi-hop FCoE. These switches may be part of a larger VCS fabric. While FCoE traffic is supported in multiple hops within the fabric, Brocade strongly recommends separating the FCoE traffic to either its target or to a native FC SAN in as few hops as possible. It is assumed throughout this document that the Brocade VCS Fabric is already configured in Logical Chassis mode, and that the fabric is fully merged and stable. All commands shown shall be executed from the cluster Virtual IP address unless specifically stated otherwise. Interoperability concerns between different models of VDX or code levels are not addressed in this document. Please consult the Network OS Administrator s Guide and release notes for your versions of firmware. 2

3 CONFIGURING 10GBE CONNECTIVITY WITHOUT FCOE When configuring 10GbE connectivity between Brocade VDX and HP Virtual Connect without FCoE, both LACP standard LAGs and Brocade vlags may be used. For maximum resiliency in your design, it is recommended that you use vlags. The Brocade VDX model used in the Top of Rack position in this design may be a 6720, 6730, or The HP Virtual Connect module may be either a FlexFabric 10Gb/24-Port, Flex-10/10D, or FlexFabric-20/40 F8 module. Note that the adjacent slots in the chassis must contain the same Virtual Connect module type (i.e. Interconnect Bays 1 and 2 must both have the same model inserted. See the Virtual Connect User s Guide for more details). Both the Brocade VDX switch and the HP Virtual Connect modules require several configuration steps to prepare them for interconnectivity. The Shared Uplink Sets on the VC Module must be created and configured for the proper Ethernet VLANs. The Brocade VDXs must have port channels configured and provisioned for the proper VLANs. In this configuration, we will assume that the VDX switches have already been configured as an Ethernet Fabric in Logical Chassis mode, and that the required VLAN(s) have already been created. All VDX commands assume that the port being configured is in its default configuration. If a port is not in default configuration, please remove all added configuration items from the port before proceeding. VLAG Option 3

4 Preparing the HP Virtual Connect for connectivity. Two separate Shared Uplink Sets must be created, one for each module. 1. On the VC module in bay 1, create a Shared Uplink Set consisting of the uplink ports connected to the VDX. In this example, the 10GbE ports X1 and X2 are connected to 1/0/3 and 2/0/5, respectively (One port on each ToR VDX will result in a resilient vlag). The uplink set is given a name, and the timeout period for LACP is left at the default - short. 2. Add any VLANs required for VLAN tagging. In this example, VLAN 100 is used. This network is called Network_100A. If you are unsure what VLANs you need, or do not know if you require tagged or untagged VLAN access, consult your network administrator and the Virtual Connect User s Guide. 3. On the VC module in bay 2, create a second Shared Uplink Set consisting of the uplink ports connected to the other VDX switch. The second SUS in this example uses 10GbE ports X1 and X2 on the VC module, and ports 1/0/4 and 2/0/6 (One port on each ToR VDX will result in a resilient vlag). 4

5 4. Add any VLANs required for VLAN tagging. In this example, VLAN 100 is used. Note that you must also create this network as a separately defined network, even though they use the same VLANs. This network is called Network_100B. NIC teaming will be used to handle the multiple paths to the same network. If you are unsure what VLANs you need, or do not know if you require tagged or untagged VLAN access, consult your network administrator, and the Virtual Connect User s Guide. Preparing the Brocade VDX for Ethernet and IP Connectivity to the HP Virtual Connect Configure the VDX ports for port-channel connectivity to the Virtual Connect. Connect to the Logical Chassis VIP to configure ports in the fabric. In this example, VDX1 is configured as RBridge 1 and VDX2 is configured as RBridge Configure the port-channels sw0# config terminal Entering configuration mode terminal sw0(conf)# interface port-channel 10 sw0(config-port-channel-10)# switchport sw0(config-port-channel-10)# switchport mode trunk sw0(config-port-channel-10)# switchport trunk allowed vlan add 100 sw0(config-port-channel-10)# no shutdown sw0(config-port-channel-10)# interface port-channel 20 sw0(config-port-channel-20)# switchport sw0(config-port-channel-20)# switchport mode trunk sw0(config-port-channel-20)# switchport trunk allowed vlan add 100 sw0(config-port-channel-20)# no shutdown sw0(config)# interface TenGigabitEthernet 1/0/3 sw0(conf-if-te-1/0/3)# channel-group 10 mode active type standard sw0(conf-if-te-1/0/3)# lacp timeout short sw0(config)# interface TenGigabitEthernet 1/0/4 sw0(conf-if-te-1/0/4)# channel-group 20 mode active type standard sw0(conf-if-te-1/0/4)# lacp timeout short sw0(config)# interface TenGigabitEthernet 2/0/5 sw0(conf-if-te-2/0/5)# channel-group 10 mode active type standard sw0(conf-if-te-2/0/5)# lacp timeout short sw0(config)# interface TenGigabitEthernet 2/0/6 sw0(conf-if-te-2/0/6)# channel-group 20 mode active type standard sw0(conf-if-te-2/0/6)# lacp timeout short 5

6 This configuration will result in a resilient pair of vlag port-channels between the HP BladeSystem and the Brocade VCS Fabric. Standard LAG Option If standard LAGs were desired instead, the configuration of the Virtual Connect module remains the same (aside from the cabling, which would need to change to reflect the different topology. In this case, the 10GbE ports on VC1 X1 and X2 are connected to 1/0/3 and 1/0/4, respectively. Follow the same convention for VC2 and VDX2. 6

7 The VDX configuration would differ as follows: 1. Configure the port-channels sw0# config terminal Entering configuration mode terminal sw0(conf)# interface port-channel 10 sw0(config-port-channel-10)# switchport sw0(config-port-channel-10)# switchport mode trunk sw0(config-port-channel-10)# switchport trunk allowed vlan add 100 sw0(config-port-channel-10)# no shutdown sw0(conf)# interface port-channel 20 sw0(config-port-channel-20)# switchport sw0(config-port-channel-20)# switchport mode trunk sw0(config-port-channel-20)# switchport trunk allowed vlan add 100 sw0(config-port-channel-20)# no shutdown sw0(config)# interface TenGigabitEthernet 1/0/3 sw0(conf-if-te-1/0/3)# channel-group 10 mode active type standard sw0(conf-if-te-1/0/3)# lacp timeout short sw0(config)# interface TenGigabitEthernet 1/0/4 7

8 sw0(conf-if-te-1/0/4)# channel-group 10 mode active type standard sw0(conf-if-te-1/0/4)# lacp timeout short sw0(config)# interface TenGigabitEthernet 2/0/5 sw0(conf-if-te-2/0/5)# channel-group 20 mode active type standard sw0(conf-if-te-2/0/5)# lacp timeout short sw0(config)# interface TenGigabitEthernet 2/0/6 sw0(conf-if-te-2/0/6)# channel-group 20 mode active type standard sw0(conf-if-te-2/0/6)# lacp timeout short This configuration will result in a resilient pair of LACP port-channels between the HP BladeSystem and the Brocade VCS Fabric. CONFIGURING 40GBE CONNECTIVITY WITHOUT FCOE When configuring 40GbE connectivity between Brocade VDX and HP Virtual Connect without FCoE, both LACP standard LAGs and Brocade vlags may be used. For maximum resiliency in your design, it is recommended that you use vlags. The Brocade VDX model used in the Top of Rack position in this design may be a VDX 6740 or 6740T. The HP Virtual Connect module may be a FlexFabric-20/40 F8 module. The same topologies used for 10GbE connectivity are valid here. Note that breakout mode from the VC to the VDX is not supported at this time. Virtual Connect breakout mode uses a DAC Splitter Cable (HP BladeSystem c-class 40G QSFP+ to 4x10G SFP+ 3m Direct Attach Copper Splitter Cable B21 and HP BladeSystem c-class 40G QSFP+ to 4x10G SFP+ 5m Direct Attach Copper Splitter Cable B21), which is not supported on the VDX. Both the Brocade VDX switch and the HP Virtual Connect module require several configuration steps to prepare them for interconnectivity. The Shared Uplink Set on the VC Module must be created, and configured for the proper Ethernet VLANs. The Brocade VDX must have a port channel configured and provisioned for the proper VLANs. In this configuration, we will assume that the VDX switches have already been configured as an Ethernet Fabric in Logical Chassis mode, and that the required VLAN(s) have already been created. All VDX commands assume that the port being configured is in its default configuration. If a port is not in default configuration, please remove all added configuration items from the port before proceeding. The adjacent slots in the chassis must contain the same Virtual Connect module type (i.e. Interconnect Bays 1 and 2 must both have the same model inserted. See the Virtual Connect User s Guide for more details). 8

9 VLAG Option Preparing the HP Virtual Connect for connectivity. Two separate Shared Uplink Sets must be created, one for each module. 1. On the VC module, create a Shared Uplink Set, consisting of the uplink ports connected to the VDX. In this example, the 40GbE ports Q1.1 and Q2.1 are connected to 1/0/51 and 2/0/51, respectively (One port on each ToR VDX will result in a resilient vlag). The uplink set is given a name, and the timeout period for LACP left at the default - short. 9

10 2. Add any VLANs required for VLAN tagging. In this example, VLAN 100 is used. This network is called Network_100A. If you are unsure what VLANs you need, or do not know if you require tagged or untagged VLAN access, consult your network administrator and the Virtual Connect User s Guide. 3. On the VC module, create a second Shared Uplink Set, consisting of the uplink ports on the VC module in bay 2 that are connected to the other VDX switch. The second SUS in this example uses 40GbE ports Q1.1 and Q2.1 on the VC module, and ports 1/0/52 and 2/0/52 (One port on each ToR VDX will result in a resilient vlag). 4. Add any VLANs required for VLAN tagging. In this example, VLAN 100 is used. As in the case of the FCoE network, you must also create these networks as separately defined networks, even though they use the same VLANs. This network is named Network_100B. NIC teaming will be used to handle the multiple paths to the same network. If you are unsure what VLANs you need, or do not know if you require tagged or untagged VLAN access, consult your network administrator, and the Virtual Connect User s Guide. Preparing the Brocade VDX for Ethernet and IP Connectivity to the HP Virtual Connect Configure the VDX ports for port-channel connectivity to the Virtual Connect. Connect to the Logical Chassis VIP to configure ports in the fabric. In this example, VDX1 is configured as RBridge 1 and VDX2 is configured as RBridge 2. 10

11 1. Configure the port-channels sw0# config terminal Entering configuration mode terminal sw0(conf)# interface port-channel 10 sw0(config-port-channel-10)# speed sw0(config-port-channel-10)# switchport sw0(config-port-channel-10)# switchport mode trunk sw0(config-port-channel-10)# switchport trunk allowed vlan add 100 sw0(config-port-channel-10)# no shutdown sw0(conf-if-fo-2/0/52)# interface port-channel 20 sw0(config-port-channel-20)# speed sw0(config-port-channel-10)# switchport sw0(config-port-channel-20)# switchport mode trunk sw0(config-port-channel-20)# switchport trunk allowed vlan add 100 sw0(config-port-channel-20)# no shutdown sw0(config)# interface FortyGigabitEthernet 1/0/51 sw0(conf-if-fo-1/0/51)# channel-group 10 mode active type standard sw0(conf-if-fo-1/0/51)# lacp timeout short sw0(conf-if-fo-1/0/51)# shut sw0(conf-if-fo-1/0/51)# no shut sw0(config)# interface FortyGigabitEthernet 1/0/52 sw0(conf-if-fo-1/0/52)# channel-group 20 mode active type standard sw0(conf-if-fo-1/0/52)# lacp timeout short sw0(conf-if-fo-1/0/52)# shut sw0(conf-if-fo-1/0/52)# no shut sw0(config)# interface FortyGigabitEthernet 2/0/51 sw0(conf-if-fo-2/0/51)# channel-group 10 mode active type standard sw0(conf-if-fo-2/0/51)# lacp timeout short sw0(conf-if-fo-2/0/51)# shut sw0(conf-if-fo-2/0/51)# no shut sw0(config)# interface FortyGigabitEthernet 2/0/52 sw0(conf-if-fo-2/0/52)# channel-group 20 mode active type standard sw0(conf-if-fo-2/0/52)# lacp timeout short sw0(conf-if-fo-2/0/52)# shut sw0(conf-if-fo-2/0/52)# no shut This configuration will result in a resilient pair of vlag port-channels between the HP BladeSystem and the Brocade VCS Fabric. 11

12 Standard LAG Option If standard LAGs were desired, the configuration of the Virtual Connect module remains the same (aside from the cabling, which would need to change to reflect the different topology. In this case, the 40GbE ports on VC1 Q1.1 and Q2.1 are connected to 1/0/51 and 1/0/52, respectively. Follow the same convention for VC2 and VDX2. 12

13 The VDX configuration would then be as follows: 1. Configure the port-channels sw0# config terminal Entering configuration mode terminal sw0(conf)# interface port-channel 10 sw0(config-port-channel-10)# switchport sw0(config-port-channel-10)# speed sw0(config-port-channel-10)# switchport mode trunk sw0(config-port-channel-10)# switchport trunk allowed vlan add 100 sw0(config-port-channel-10)# no shutdown sw0(conf-if-fo-2/0/52)# interface port-channel 20 sw0(config-port-channel-20)# switchport sw0(config-port-channel-10)# speed sw0(config-port-channel-20)# switchport mode trunk sw0(config-port-channel-20)# switchport trunk allowed vlan add 100 sw0(config-port-channel-20)# no shutdown sw0(config)# interface FortyGigabitEthernet 1/0/51 sw0(conf-if-fo-1/0/51)# channel-group 10 mode active type standard sw0(conf-if-fo-1/0/51)# lacp timeout short sw0(conf-if-fo-1/0/51)# shut sw0(conf-if-fo-1/0/51)# no shut sw0(config)# interface FortyGigabitEthernet 1/0/52 sw0(conf-if-fo-1/0/52)# channel-group 10 mode active type standard sw0(conf-if-fo-1/0/52)# lacp timeout short sw0(conf-if-fo-1/0/52)# shut sw0(conf-if-fo-1/0/52)# no shut sw0(config)# interface FortyGigabitEthernet 2/0/51 sw0(conf-if-fo-2/0/51)# channel-group 20 mode active type standard sw0(conf-if-fo-2/0/51)# lacp timeout short sw0(conf-if-fo-2/0/51)# shut sw0(conf-if-fo-2/0/51)# no shut sw0(config)# interface FortyGigabitEthernet 2/0/51 sw0(conf-if-fo-2/0/51)# channel-group 20 mode active type standard sw0(conf-if-fo-2/0/52)# lacp timeout short sw0(conf-if-fo-2/0/52)# shut sw0(conf-if-fo-2/0/52)# no shut 13

14 This configuration will result in a resilient pair of LACP port-channels between the HP BladeSystem and the Brocade VCS Fabric. CONFIGURING BROCADE VDX AND HP VIRTUAL CONNECT FOR FCOE CONNECTIVITY The HP Virtual Connect module may be either a FlexFabric 10Gb/24-Port, Flex-10/10D, or FlexFabric-20/40 F 8 module. Adjacent slots in the chassis must contain the same Virtual Connect module type (i.e. Interconnect Bays 1 and 2 must both have the same model inserted. See the Virtual Connect User s Guide for more details). Only the standard LAG option is supported. A VLAG is not supported. All of the uplinks originating on one VC Module must terminate on the same VDX Switch. Failure to do this will result in unpredictable FCoE login behavior and is not supported. An FCoE network must be defined on each Shared Uplink Set (SUS). Both must use the same VLAN (1002 by default for connectivity to VDX) and be given unique names. The ports on the VDX connecting to a Virtual Connect module must be configured as a portchannel. The fcoeport default parameter on the VDX must be added to the port-channels and not the individual member links. These statements and requirements apply to both 10GbE and 40GbE connections. It is recommended to use the short timeout setting for LACP If 40 GbE is used for connection to a FlexFabric-20/40 F8, then the port channel s speed must be manually set to 40000, and the member ports reset by a shut no shut command execution. 14

15 10GbE and 40GbE Connectivity with FCoE The configuration process for adding FCoE functionality is nearly identical to that of the previous configuration tasks, but the Standard LAG option is the only supported topology. Follow the Standard LAG option instructions, but include the addition of a pair of FCoE networks to the Virtual Connect configuration, and add the fcoeport default parameter to the port-channels on the VDX, as shown in the next example, using 10GbE links (Follow the same modified procedure for doing this over 40GbE links). On the VC module, create a Shared Uplink Set, consisting of the uplink ports connected to the VDX 15

16 Create an FCoE Network to add to the SUS, ensuring that you use VLAN 1002 (Unless you have reconfigured FCoE on your Brocade VCS fabric. Add any VLANs required for VLAN tagging. In this example, VLAN 100 is used. If you are unsure what VLANs you need, or do not know if you require tagged or untagged VLAN access, consult your network administrator, and the Virtual Connect User s Guide. On the VC module, create a second Shared Uplink Set, consisting of the uplink ports connected to the other VDX switch. 16

17 Create an FCoE Network to add to the SUS, ensuring that you use VLAN 1002 (Unless you have reconfigured FCoE on your Brocade VCS fabric. Note that this needs to be a separate defined network in the Virtual Connect configuration, even though it will use the same VLAN. Host multipathing will be used to handle the multiple network paths. Add any VLANs required for VLAN tagging. In this example, VLAN 100 is used. As in the case of the FCoE network, you must also create these networks as separately defined networks, even though they use the same VLANs. NIC teaming will be used to handle the multiple paths to the same network. If you are unsure what VLANs you need, or do not know if you require tagged or untagged VLAN access, consult your network administrator, and the Virtual Connect User s Guide. Next, configure the VDX ports for port-channel connectivity to the Virtual Connect. Connect to the Logical Chassis VIP to configure ports in the fabric. In this example, VDX1 is configured as RBridge 1 and is connected to VC1. VDX2 is configured as RBridge 2 and is connected to VC2 sw0# config terminal Entering configuration mode terminal sw0(conf-if-te-1/0/4)# interface port-channel 10 sw0(config-port-channel-10)# switchport sw0(config-port-channel-10)# switchport mode trunk sw0(config-port-channel-10)# switchport trunk allowed vlan add 100 sw0(config-port-channel-10)# fcoeport default sw0(config-port-channel-10)# no shutdown sw0(config-port-channel-10)# interface port-channel 20 sw0(config-port-channel-20)# switchport sw0(config-port-channel-20)# switchport mode trunk sw0(config-port-channel-20)# switchport trunk allowed vlan add 100 sw0(config-port-channel-20)# fcoeport default sw0(config-port-channel-20)# no shutdown sw0(config)# interface TenGigabitEthernet 1/0/3 sw0(conf-if-te-1/0/3)# channel-group 10 mode active type standard sw0(conf-if-te-1/0/3)# lacp timeout short sw0(config)# interface TenGigabitEthernet 1/0/4 sw0(conf-if-te-1/0/4)# channel-group 10 mode active type standard sw0(conf-if-te-1/0/4)# lacp timeout short sw0(config)# interface TenGigabitEthernet 2/0/5 sw0(conf-if-te-2/0/5)# channel-group 20 mode active type standard sw0(conf-if-te-2/0/5)# lacp timeout short 17 sw0(config)# interface TenGigabitEthernet 2/0/6 sw0(conf-if-te-2/0/6)# channel-group 20 mode active type standard sw0(conf-if-te-2/0/6)# lacp timeout short

18 This configuration will result in a resilient pair of port-channels between the HP BladeSystem and the Brocade VCS Fabric. Traffic will be isolated between the VDX switches and Virtual Connect modules, similar to an A/B fabric, because of the separate network definitions on the Virtual Connect side. Traffic merges at the Brocade VCS fabric into a single Ethernet Fabric. Options for Storage Connectivity FCoE Native Storage may be connected to the Brocade VCS Fabric. Native FC SANs may be connected via FC-FC Routing Native FC SANs may be connected using Access Gateway mode (VDX6730 and 6740 only) For any of these options, the user should consult with the appropriate administrator s guides for all configuration specific information. Firmware level requirements, feature restrictions, or other concerns are all addressed in the admin guides and release notes for Brocade Fabric OS and Brocade Network OS. Equipment Validated Brocade VDX 6720 Brocade VDX 6730 Brocade VDX 6740 Brocade VDX 6740T HP Virtual Connect FlexFabric 10Gb/24-port Module HP Virtual Connect Flex-10/10D Module Virtual Connect Flex Fabric-20/40 F8 Module. OM-4 Fibre with LC-LC connectors OM-4 Fibre with MTP connectors References Brocade Network OS Administrator s Guide, v4.1.0 HP Virtual Connect for c-class BladeSystem Version 4.30 User Guide Brocade Fabric OS Administrator s Guide, v7.3 FCoE Cookbook for HP Virtual Connect 18

19 WHITE PAPER Corporate Headquarters San Jose, CA USA T: European Headquarters Geneva, Switzerland T: Asia Pacific Headquarters Singapore T: Brocade Communications Systems, Inc. All Rights Reserved. 09/14 HP-WP ADX, AnyIO, Brocade, Brocade Assurance, the B-wing symbol, DCX, Fabric OS, HyperEdge, ICX, MLX, MyBrocade, OpenScript, VCS, VDX, and Vyatta are registered trademarks, and The Effortless Network and The On-Demand Data Center are trademarks of Brocade Communications Systems, Inc., in the United States and/or in other countries. Other brands, products, or service names mentioned may be trademarks of others. Notice: This document is for informational purposes only and does not set forth any warranty, expressed or implied, concerning any equipment, equipment feature, or service offered or to be offered by Brocade. Brocade reserves the right to make changes to this document at any time, without notice, and assumes no responsibility for its use. This informational document describes features that may not be currently available. Contact a Brocade sales office for information on feature and product availability. Export of technical data contained in this document may require an export license from the United States government.

Scalable Approaches for Multitenant Cloud Data Centers

Scalable Approaches for Multitenant Cloud Data Centers WHITE PAPER www.brocade.com DATA CENTER Scalable Approaches for Multitenant Cloud Data Centers Brocade VCS Fabric technology is the ideal Ethernet infrastructure for cloud computing. It is manageable,

More information

Nutanix Hyperconverged Appliance with the Brocade VDX ToR Switch Deployment Guide

Nutanix Hyperconverged Appliance with the Brocade VDX ToR Switch Deployment Guide January 8, 2016 Nutanix Hyperconverged Appliance with the Brocade VDX ToR Switch Deployment Guide 2016 Brocade Communications Systems, Inc. All Rights Reserved. Brocade, Brocade Assurance, the B-wing symbol,

More information

Brocade SAN Scalability Guidelines: Brocade Fabric OS v7.x

Brocade SAN Scalability Guidelines: Brocade Fabric OS v7.x Brocade SAN Scalability Guidelines: Brocade Fabric OS v7.x Version 7.2, update 1 Dated: February 5, 2014 This document provides scalability guidelines that can be used to design and deploy extremely stable

More information

Ethernet Fabrics: An Architecture for Cloud Networking

Ethernet Fabrics: An Architecture for Cloud Networking WHITE PAPER www.brocade.com Data Center Ethernet Fabrics: An Architecture for Cloud Networking As data centers evolve to a world where information and applications can move anywhere in the cloud, classic

More information

Multitenancy Options in Brocade VCS Fabrics

Multitenancy Options in Brocade VCS Fabrics WHITE PAPER DATA CENTER Multitenancy Options in Brocade VCS Fabrics As cloud environments reach mainstream adoption, achieving scalable network segmentation takes on new urgency to support multitenancy.

More information

Virtual Connect Enterprise Manager Server Guide

Virtual Connect Enterprise Manager Server Guide 53-1004163-02 06 May 2016 Virtual Connect Enterprise Manager Server Guide Supporting Network Advisor 14.0.1 Copyright 2016 Brocade Communications Systems, Inc. All Rights Reserved. ADX, Brocade, Brocade

More information

Brocade Network Advisor High Availability Using Microsoft Cluster Service

Brocade Network Advisor High Availability Using Microsoft Cluster Service Brocade Network Advisor High Availability Using Microsoft Cluster Service This paper discusses how installing Brocade Network Advisor on a pair of Microsoft Cluster Service nodes provides automatic failover

More information

Fibre Channel over Ethernet: Enabling Server I/O Consolidation

Fibre Channel over Ethernet: Enabling Server I/O Consolidation WHITE PAPER Fibre Channel over Ethernet: Enabling Server I/O Consolidation Brocade is delivering industry-leading oe solutions for the data center with CNAs, top-of-rack switches, and end-of-row oe blades

More information

BASCS in a Nutshell Study Guide for Exam 160-020 Brocade University Revision 03-2012

BASCS in a Nutshell Study Guide for Exam 160-020 Brocade University Revision 03-2012 BASCS in a Nutshell Study Guide for Exam 160-020 Brocade University Revision 03-2012 2013 Brocade Communications Corporate Headquarters - San Jose, CA USA T: (408) 333-8000 info@brocade.com European Headquarters

More information

Brocade VCS Fabric Technology with the EMC VNX5300

Brocade VCS Fabric Technology with the EMC VNX5300 Junet 2015 Brocade VCS Fabric Technology with the EMC VNX5300 Test Report Supporting Network OS 6.0.1 2015, Brocade Communications Systems, Inc. All Rights Reserved. ADX, Brocade, Brocade Assurance, the

More information

Brocade Network Advisor: CLI Configuration Manager

Brocade Network Advisor: CLI Configuration Manager Brocade Network Advisor: CLI Configuration Manager Brocade Network Advisor is a unified network management platform to manage the entire Brocade network, including both SAN and IP products. This technical

More information

NETWORK FUNCTIONS VIRTUALIZATION. The Top Five Virtualization Mistakes

NETWORK FUNCTIONS VIRTUALIZATION. The Top Five Virtualization Mistakes WHITE PAPER www.brocade.com NETWORK FUNCTIONS VIRTUALIZATION The Top Five Virtualization Mistakes Virtualization is taking the IT world by storm. After years of IT build-out, virtualization suddenly fixes

More information

Switch Types, Blade IDs, and Product Names

Switch Types, Blade IDs, and Product Names TECH NOTE Switch Types, Blade IDs, and Product Names Maps switch type and blade IDs output in the CLI to device names The following tables list Brocade switch type codes and blade IDs as they appear in

More information

DATA CENTER. Best Practices for High Availability Deployment for the Brocade ADX Switch

DATA CENTER. Best Practices for High Availability Deployment for the Brocade ADX Switch DATA CENTER Best Practices for High Availability Deployment for the Brocade ADX Switch CONTENTS Contents... 2 Executive Summary... 3 Introduction... 3 Brocade ADX HA Overview... 3 Hot-Standby HA... 4 Active-Standby

More information

VCS Monitoring and Troubleshooting Using Brocade Network Advisor

VCS Monitoring and Troubleshooting Using Brocade Network Advisor VCS Monitoring and Troubleshooting Using Brocade Network Advisor Brocade Network Advisor is a unified network management platform to manage the entire Brocade network, including both SAN and IP products.

More information

Multi-Chassis Trunking for Resilient and High-Performance Network Architectures

Multi-Chassis Trunking for Resilient and High-Performance Network Architectures WHITE PAPER www.brocade.com IP Network Multi-Chassis Trunking for Resilient and High-Performance Network Architectures Multi-Chassis Trunking is a key Brocade technology in the Brocade One architecture

More information

Brocade VCS Fabrics: The Foundation for Software-Defined Networks

Brocade VCS Fabrics: The Foundation for Software-Defined Networks WHITE PAPER DATA CENTER Brocade VCS Fabrics: The Foundation for Software-Defined Networks Software-Defined Networking (SDN) offers significant new opportunities to centralize management and implement network

More information

WHITE PAPER. Cloud Networking: Scaling Data Centers and Connecting Users

WHITE PAPER. Cloud Networking: Scaling Data Centers and Connecting Users WHITE PAPER Cloud Networking: Scaling Data Centers and Connecting Users While the business promise of cloud computing is broad, there are a few basic enabling themes underlying an effective cloud design:

More information

Brocade Fabric Vision Technology Frequently Asked Questions

Brocade Fabric Vision Technology Frequently Asked Questions Brocade Fabric Vision Technology Frequently Asked Questions Introduction This document answers frequently asked questions about Brocade Fabric Vision technology. For more information about Fabric Vision

More information

The Business Case for Software-Defined Networking

The Business Case for Software-Defined Networking WHITE PAPER The Business Case for Software-Defined Networking Brocade enables customers a means of reducing costs of service delivery through Software-Defined Networking (SDN) technologies. In addition,

More information

Brocade VCS Fabric Technology with the NetApp 3170 NAS Storage Array

Brocade VCS Fabric Technology with the NetApp 3170 NAS Storage Array November 2015 Brocade VCS Fabric Technology with the NetApp 3170 NAS Storage Array Validation Test Report Supporting Network OS 6.0.1 and 4.1.2 2015, Brocade Communications Systems, Inc. All Rights Reserved.

More information

HP Virtual Connect Ethernet Cookbook: Single and Multi Enclosure Domain (Stacked) Scenarios

HP Virtual Connect Ethernet Cookbook: Single and Multi Enclosure Domain (Stacked) Scenarios HP Virtual Connect Ethernet Cookbook: Single and Multi Enclosure Domain (Stacked) Scenarios Part number 603028-003 Third edition August 2010 Copyright 2009,2010 Hewlett-Packard Development Company, L.P.

More information

The Advantages of IP Network Design and Build

The Advantages of IP Network Design and Build WHITE PAPER www.brocade.com DATA CENTER The Benefits of a Dedicated IP Network for Storage Application, storage, and virtualization companies recommend a dedicated IP storage network to ensure deterministic

More information

The Road to SDN: Software-Based Networking and Security from Brocade

The Road to SDN: Software-Based Networking and Security from Brocade WHITE PAPER www.brocade.com SOFTWARE NETWORKING The Road to SDN: Software-Based Networking and Security from Brocade Software-Defined Networking (SDN) presents a new approach to rapidly introducing network

More information

BROCADE OPTICS FAMILY

BROCADE OPTICS FAMILY DATA SHEET www.brocade.com BROCADE OPTICS FAMILY ENTERPRISE LAN SWITCHING Highly Reliable, Brocade- Qualified Optics HIGHLIGHTS Rigorously tested for performance and reliability by Brocade Hot-swappable

More information

Diagnostics and Troubleshooting Using Event Policies and Actions

Diagnostics and Troubleshooting Using Event Policies and Actions Diagnostics and Troubleshooting Using Event Policies and Actions Brocade Network Advisor logs events and alerts generated by managed devices and the management server and presents them through the master

More information

Brocade Premier and Premier-Plus Support

Brocade Premier and Premier-Plus Support DATA SHEET Brocade Premier and Premier-Plus Support HIGHLIGHTS Streamlines communication and accelerates problem resolution with a single point of contact into Brocade Technical Support Provides priority

More information

How To Connect Virtual Fibre Channel To A Virtual Box On A Hyperv Virtual Machine

How To Connect Virtual Fibre Channel To A Virtual Box On A Hyperv Virtual Machine Virtual Fibre Channel for Hyper-V Virtual Fibre Channel for Hyper-V, a new technology available in Microsoft Windows Server 2012, allows direct access to Fibre Channel (FC) shared storage by multiple guest

More information

DEDICATED NETWORKS FOR IP STORAGE

DEDICATED NETWORKS FOR IP STORAGE DEDICATED NETWORKS FOR IP STORAGE ABSTRACT This white paper examines EMC and VMware best practices for deploying dedicated IP storage networks in medium to large-scale data centers. In addition, it explores

More information

Building Tomorrow s Data Center Network Today

Building Tomorrow s Data Center Network Today WHITE PAPER www.brocade.com IP Network Building Tomorrow s Data Center Network Today offers data center network solutions that provide open choice and high efficiency at a low total cost of ownership,

More information

Scale-Out Storage, Scale-Out Compute, and the Network

Scale-Out Storage, Scale-Out Compute, and the Network WHITE PAPER www.brocade.com DATA CENTER Scale-Out Storage, Scale-Out Compute, and the Network Brocade VDX switches with Brocade VCS Fabric technology provide an automated, efficient, scale-out network

More information

Demystifying Cisco ACI for HP Servers with OneView, Virtual Connect and B22 Modules

Demystifying Cisco ACI for HP Servers with OneView, Virtual Connect and B22 Modules Technical white paper Demystifying Cisco ACI for HP Servers with OneView, Virtual Connect and B22 Modules Updated: 7/7/2015 Marcus D Andrea, HP DCA Table of contents Introduction... 3 Testing Topologies...

More information

Deploying Brocade VDX 6720 Data Center Switches with Brocade VCS in Enterprise Data Centers

Deploying Brocade VDX 6720 Data Center Switches with Brocade VCS in Enterprise Data Centers WHITE PAPER www.brocade.com Data Center Deploying Brocade VDX 6720 Data Center Switches with Brocade VCS in Enterprise Data Centers At the heart of Brocade VDX 6720 switches is Brocade Virtual Cluster

More information

The Brocade SDN Controller in Modern Service Provider Networks

The Brocade SDN Controller in Modern Service Provider Networks WHITE PAPER The Controller in Modern Service Provider Networks The OpenDaylight-based Controller combines innovations with modular software engineering and model-driven network management for a cost-effective,

More information

Cloud Optimized Performance: I/O-Intensive Workloads Using Flash-Based Storage

Cloud Optimized Performance: I/O-Intensive Workloads Using Flash-Based Storage WHITE PAPER Cloud Optimized Performance: I/O-Intensive Workloads Using Flash-Based Storage Brocade continues to innovate by delivering the industry s first 16 Gbps switches for low latency and high transaction

More information

Introducing Brocade VCS Technology

Introducing Brocade VCS Technology WHITE PAPER www.brocade.com Data Center Introducing Brocade VCS Technology Brocade VCS technology is designed to revolutionize the way data center networks are architected and how they function. Not that

More information

Brocade Fabric OS DATA CENTER. Target Path Selection Guide. 53-1003916-03 January 4, 2016

Brocade Fabric OS DATA CENTER. Target Path Selection Guide. 53-1003916-03 January 4, 2016 January 4, 2016 DATA CENTER Brocade Fabric OS Target Path Selection Guide Brocade Fabric OS (Brocade FOS) Target Path releases are recommended code levels for Brocade Fibre Channel switch platforms. Use

More information

WHITE PAPER. Enhancing Application Delivery and Load Balancing on Amazon Web Services with Brocade Virtual Traffic Manager

WHITE PAPER. Enhancing Application Delivery and Load Balancing on Amazon Web Services with Brocade Virtual Traffic Manager WHITE PAPER Enhancing Application Delivery and Load Balancing on Amazon Web Services with Brocade Virtual Traffic Manager ALREADY USING AMAZON ELASTIC LOAD BALANCER? As an abstracted service, Amazon ELB

More information

Brocade Solution for EMC VSPEX Server Virtualization

Brocade Solution for EMC VSPEX Server Virtualization Reference Architecture Brocade Solution Blueprint Brocade Solution for EMC VSPEX Server Virtualization Microsoft Hyper-V for 50 & 100 Virtual Machines Enabled by Microsoft Hyper-V, Brocade ICX series switch,

More information

Brocade SDN/OpenFlow. Norival Figueira Office of the CTO. January 9, 2015 2014/2015 BROCADE COMMUNICATIONS SYSTEMS, INC. ALL RIGHTS RESERVED.

Brocade SDN/OpenFlow. Norival Figueira Office of the CTO. January 9, 2015 2014/2015 BROCADE COMMUNICATIONS SYSTEMS, INC. ALL RIGHTS RESERVED. Brocade SDN/OpenFlow Norival Figueira Office of the CTO January 9, 2015 2014/2015 BROCADE COMMUNICATIONS SYSTEMS, INC. ALL RIGHTS RESERVED. 1 Legal Disclaimer All or some of the products detailed in this

More information

Brocade 5600 vrouter License and Entitlement Management

Brocade 5600 vrouter License and Entitlement Management 13 November 2015 Brocade 5600 vrouter License and Entitlement Management Reference Guide Supporting Brocade 5600 vrouter 4.0R1 2015, Brocade Communications Systems, Inc. All Rights Reserved. ADX, Brocade,

More information

Data Center Evolution without Revolution

Data Center Evolution without Revolution WHITE PAPER www.brocade.com DATA CENTER Data Center Evolution without Revolution Brocade networking solutions help organizations transition smoothly to a world where information and applications can reside

More information

NETWORK FUNCTIONS VIRTUALIZATION. Segmenting Virtual Network with Virtual Routers

NETWORK FUNCTIONS VIRTUALIZATION. Segmenting Virtual Network with Virtual Routers WHITE PAPER www.brocade.com NETWORK FUNCTIONS VIRTUALIZATION Segmenting Virtual Network with Virtual Routers INTRODUCTION For the past 20 years, network architects have used segmentation strategies to

More information

Fibre Channel and iscsi Configuration Guide

Fibre Channel and iscsi Configuration Guide Fibre Channel and iscsi Configuration Guide for the Data ONTAP 8.0 Release Family NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone:

More information

Brocade and McAfee Change the Secure Networking Landscape with High Performance at Lowest TCO

Brocade and McAfee Change the Secure Networking Landscape with High Performance at Lowest TCO WHITE PAPER www.brocade.com IP NETWORK SECURITY Brocade and McAfee Change the Secure Networking Landscape with High Performance at Lowest TCO The Non-Stop Secure Network, a Brocade and McAfee joint solution,

More information

An Introduction to Brocade VCS Fabric Technology

An Introduction to Brocade VCS Fabric Technology WHITE PAPER www.brocade.com DATA CENTER An Introduction to Brocade VCS Fabric Technology Brocade VCS Fabric technology, which provides advanced Ethernet fabric capabilities, enables you to transition gracefully

More information

Oracle Big Data Appliance: Datacenter Network Integration

Oracle Big Data Appliance: Datacenter Network Integration An Oracle White Paper May 2012 Oracle Big Data Appliance: Datacenter Network Integration Disclaimer The following is intended to outline our general product direction. It is intended for information purposes

More information

Brocade Technical Assistance Center Frequently Asked Questions

Brocade Technical Assistance Center Frequently Asked Questions FAQ Brocade Technical Assistance Center Frequently Asked Questions Introduction The Brocade Technical Assistance Center provides a single support contact for Storage Area Network (SAN) and IP networking

More information

BROCADE NETWORK ADVISOR

BROCADE NETWORK ADVISOR DATA SHEET www.brocade.com BROCADE NETWORK ADVISOR NETWORK MANAGEMENT Simplified Network Management for Today s Increasingly Dynamic Networks HIGHLIGHTS Simplifies operations by providing an intuitive

More information

Network configuration for the IBM PureFlex System

Network configuration for the IBM PureFlex System Network configuration for the IBM PureFlex System Note: The initial configuration of your IBM PureFlex System will be performed by IBM services that are included with your purchase. To ensure their success,

More information

53-1003126-02 15 August 2014. Access Gateway. Administrator's Guide. Supporting Fabric OS v7.3.0

53-1003126-02 15 August 2014. Access Gateway. Administrator's Guide. Supporting Fabric OS v7.3.0 15 August 2014 Access Gateway Administrator's Guide Supporting Fabric OS v7.3.0 2014, Brocade Communications Systems, Inc. All Rights Reserved. Brocade, the B-wing symbol, Brocade Assurance, ADX, AnyIO,

More information

An Oracle White Paper October 2013. How to Connect Oracle Exadata to 10 G Networks Using Oracle s Ethernet Switches

An Oracle White Paper October 2013. How to Connect Oracle Exadata to 10 G Networks Using Oracle s Ethernet Switches An Oracle White Paper October 2013 How to Connect Oracle Exadata to 10 G Networks Using Oracle s Ethernet Switches Introduction... 1 Exadata Database Machine X3-2 Full Rack Configuration... 1 Multirack

More information

A Principled Technologies white paper commissioned by Dell Inc.

A Principled Technologies white paper commissioned by Dell Inc. A Principled Technologies white paper commissioned by Dell Inc. TABLE OF CONTENTS Table of contents... 2 Summary... 3 Features of Simple Switch Mode... 3 Sample scenarios... 5 Testing scenarios... 6 Scenario

More information

Link Aggregation Interoperability of the Dell PowerConnect 5316M with Cisco IOS or Cisco CatOS based Switches. By Bruce Holmes

Link Aggregation Interoperability of the Dell PowerConnect 5316M with Cisco IOS or Cisco CatOS based Switches. By Bruce Holmes Link Aggregation Interoperability of the Dell PowerConnect 5316M with Cisco IOS or Cisco CatOS based Switches By Bruce Holmes August 2005 Contents Introduction...3 Link Aggregation with Gigabit Ethernet

More information

FUJITSU Storage ETERNUS DX Configuration Guide -Server Connection-

FUJITSU Storage ETERNUS DX Configuration Guide -Server Connection- FUJITSU Storage ETERNUS DX Configuration Guide -Server Connection- (Fibre Channel) Fibre Channel Switch Settings This page is intentionally left blank. Preface This manual briefly explains the operations

More information

Global Load Balancing with Brocade Virtual Traffic Manager

Global Load Balancing with Brocade Virtual Traffic Manager WHITE PAPER Global Load Balancing with Brocade Virtual Traffic Manager Introduction Every year, global enterprises suffer application downtime due to failures in software or infrastructure, whether the

More information

Brocade Virtual Traffic Manager and Microsoft IIS Deployment Guide

Brocade Virtual Traffic Manager and Microsoft IIS Deployment Guide September 2015 Brocade Virtual Traffic Manager and Microsoft IIS Deployment Guide 2015 Brocade Communications Systems, Inc. All Rights Reserved. ADX, Brocade, Brocade Assurance, the B-wing symbol, DCX,

More information

An Introduction to Brocade VCS Fabric Technology

An Introduction to Brocade VCS Fabric Technology WHITE PAPER www.brocade.com DATA CENTER An Introduction to Brocade VCS Fabric Technology Brocade VCS Fabric technology, which provides advanced Ethernet fabric capabilities, enables you to transition gracefully

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

HP Virtual Connect FlexFabric Cookbook With HP Virtual Connect Flex-10/10D

HP Virtual Connect FlexFabric Cookbook With HP Virtual Connect Flex-10/10D Technical white paper HP Virtual Connect FlexFabric Cookbook With HP Virtual Connect Flex-10/10D (Version 3.70 through 4.01 Firmware Enhancements) Purpose 4 Documentation feedback 4 Introduction to Virtual

More information

Facilitating a Holistic Virtualization Solution for the Data Center

Facilitating a Holistic Virtualization Solution for the Data Center WHITE PAPER DATA CENTER Facilitating a Holistic Virtualization Solution for the Data Center Brocade solutions provide a scalable, reliable, and highperformance foundation that enables IT organizations

More information

Brief Summary on IBM System Z196

Brief Summary on IBM System Z196 WHITE PAPER www.brocade.com DATA CENTER Deploying Strategic Data Center Solutions for IBM zenterprise System z Environments The Brocade DCX Backbone provides industry-leading performance, scalability,

More information

Brocade One Data Center Cloud-Optimized Networks

Brocade One Data Center Cloud-Optimized Networks POSITION PAPER Brocade One Data Center Cloud-Optimized Networks Brocade s vision, captured in the Brocade One strategy, is a smooth transition to a world where information and applications reside anywhere

More information

Oracle Exalogic Elastic Cloud: Datacenter Network Integration

Oracle Exalogic Elastic Cloud: Datacenter Network Integration An Oracle White Paper February 2014 Oracle Exalogic Elastic Cloud: Datacenter Network Integration Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Understanding The Brocade SDN Controller Architecture

Understanding The Brocade SDN Controller Architecture WHITE PAPER Understanding The Brocade SDN Controller Architecture The Brocade SDN Controller is a commercial distribution of the OpenDaylight Project s SDN controller. Brocade brings to this controller

More information

How To Write An Article On An Hp Appsystem For Spera Hana

How To Write An Article On An Hp Appsystem For Spera Hana Technical white paper HP AppSystem for SAP HANA Distributed architecture with 3PAR StoreServ 7400 storage Table of contents Executive summary... 2 Introduction... 2 Appliance components... 3 3PAR StoreServ

More information

BROCADE FABRIC VISION TECHNOLOGY FREQUENTLY ASKED QUESTIONS

BROCADE FABRIC VISION TECHNOLOGY FREQUENTLY ASKED QUESTIONS FAQ BROCADE FABRIC VISION TECHNOLOGY FREQUENTLY ASKED QUESTIONS Introduction This document answers frequently asked questions about Brocade Fabric Vision technology. For more information about Fabric Vision

More information

DATA CENTER. Brocade VDX/VCS Data Center Layer 2 Fabric Design Guide for Brocade Network OS v2.1.1

DATA CENTER. Brocade VDX/VCS Data Center Layer 2 Fabric Design Guide for Brocade Network OS v2.1.1 Brocade VDX/VCS Data Center Layer 2 Fabric Design Guide for Brocade Network OS v2.1.1 CONTENTS Introduction...4 Building a Multi-Node VCS Fabric...4 Design Considerations...4 Topology...4 Clos Fabrics...4

More information

HP Virtual Connect FlexFabric Cookbook With HP Virtual Connect Flex-20/40 F8 (Version 4.10 through 4.30 Firmware Enhancements) September 2014

HP Virtual Connect FlexFabric Cookbook With HP Virtual Connect Flex-20/40 F8 (Version 4.10 through 4.30 Firmware Enhancements) September 2014 Technical white paper HP Virtual Connect FlexFabric Cookbook With HP Virtual Connect Flex-20/40 F8 (Version 4.10 through 4.30 Firmware Enhancements) September 2014 Purpose 5 Documentation feedback 5 Documentation

More information

NovaScale Blade 2GB Brocade SAN Switch Module (BBRM)

NovaScale Blade 2GB Brocade SAN Switch Module (BBRM) NovaScale Blade 2 GB Brocade Enterprise SAN Switch Module NovaScale Blade 2 GB Brocade Entry SAN Switch Module Release Notes Disclaimer Information in this document is provided in connection with Bull

More information

CLE202 Introduction to ServerIron ADX Application Switching and Load Balancing

CLE202 Introduction to ServerIron ADX Application Switching and Load Balancing Introduction to ServerIron ADX Application Switching and Load Balancing Student Guide Revision : Introduction to ServerIron ADX Application Switching and Load Balancing Corporate Headquarters - San

More information

Chris Dagney BROCADE Sr. Sales Engineer. January 23, 2014 ON DEMAND DATA CENTER

Chris Dagney BROCADE Sr. Sales Engineer. January 23, 2014 ON DEMAND DATA CENTER Chris Dagney BROCADE Sr. Sales Engineer January 23, 2014 ON DEMAND DATA CENTER AGENDA Introduction to Ethernet Fabrics What it can do for your customers Industry transition toward SDN Brocade s recent

More information

VMware and Brocade Network Virtualization Reference Whitepaper

VMware and Brocade Network Virtualization Reference Whitepaper VMware and Brocade Network Virtualization Reference Whitepaper Table of Contents EXECUTIVE SUMMARY VMWARE NSX WITH BROCADE VCS: SEAMLESS TRANSITION TO SDDC VMWARE'S NSX NETWORK VIRTUALIZATION PLATFORM

More information

over Ethernet (FCoE) Dennis Martin President, Demartek

over Ethernet (FCoE) Dennis Martin President, Demartek A Practical Guide to Fibre Channel over Ethernet (FCoE) Dennis Martin President, Demartek Demartek Company Overview Industry analysis with on-site test lab Lab includes servers, networking and storage

More information

HP Virtual Connect 1Gb Ethernet Cookbook

HP Virtual Connect 1Gb Ethernet Cookbook Technical white paper HP Virtual Connect 1Gb Ethernet Cookbook (Version 3.30 through 3.60 Firmware Enhancements) Purpose 3 Documentation feedback 3 Introduction to Virtual Connect 1Gb Ethernet Networking

More information

Switch Quick Configuration CLI Guide for

Switch Quick Configuration CLI Guide for Switch Quick Configuration CLI Guide for SSE-G48-TG4 SSE-G24-TG4 SSE-X24S SSE-X24SR SSE-X3348S SSE-X3348SR SSE-X3348T SSE-X3348TR SBM-GEM-X2C SBM-GEM-X2C+ SBM-GEM-X3S+ SBM-XEM-X10SM Release : 1.0d 1 /

More information

Building Private Cloud Storage Infrastructure with the Brocade DCX 8510 Backbone

Building Private Cloud Storage Infrastructure with the Brocade DCX 8510 Backbone WHITE PAPER Building Private Cloud Storage Infrastructure with the DCX 8510 Backbone The DCX 8510 Backbone is the most powerful Fibre Channel switching infrastructure in the industry. It provides the most

More information

Top of Rack: An Analysis of a Cabling Architecture in the Data Center

Top of Rack: An Analysis of a Cabling Architecture in the Data Center SYSTIMAX Solutions Top of Rack: An Analysis of a Cabling Architecture in the Data Center White paper Matthew Baldassano, Data Center Business Unit CommScope, Inc, June 2010 www.commscope.com Contents I.

More information

Brocade Virtual Traffic Manager and Microsoft Outlook Web Access Deployment Guide

Brocade Virtual Traffic Manager and Microsoft Outlook Web Access Deployment Guide September 2015 Brocade Virtual Traffic Manager and Microsoft Outlook Web Access Deployment Guide 2015 Brocade Communications Systems, Inc. All Rights Reserved. ADX, Brocade, Brocade Assurance, the B-wing

More information

PassTest. Bessere Qualität, bessere Dienstleistungen!

PassTest. Bessere Qualität, bessere Dienstleistungen! PassTest Bessere Qualität, bessere Dienstleistungen! Q&A Exam : 642-999 Title : Implementing Cisco Data Center Unified Computing Version : Demo 1 / 5 1.When upgrading a standalone Cisco UCS C-Series server,

More information

Brocade Workflow Composer Network Automation Platform

Brocade Workflow Composer Network Automation Platform AT-A-GLANCE Brocade Workflow Composer Network Automation Platform HIGHLIGHTS Unleash IT agility with turnkey, customizable, or do-it-yourself network workflow automation all supported in multivendor network

More information

Using MLAG in Dell Networks

Using MLAG in Dell Networks dd version Using MLAG in Dell Networks A deployment guide for Dell Networking switches (version ) Dell Engineering March 04 January 04 A Dell Deployment and Configuration Guide Revisions Date Description

More information

Brocade Virtual Traffic Manager and Magento Deployment Guide

Brocade Virtual Traffic Manager and Magento Deployment Guide September 2015 Brocade Virtual Traffic Manager and Magento Deployment Guide 2015 Brocade Communications Systems, Inc. All Rights Reserved. ADX, Brocade, Brocade Assurance, the B-wing symbol, DCX, Fabric

More information

Dell EqualLogic Best Practices Series. Dell EqualLogic PS Series Reference Architecture for Cisco Catalyst 3750X Two-Switch SAN Reference

Dell EqualLogic Best Practices Series. Dell EqualLogic PS Series Reference Architecture for Cisco Catalyst 3750X Two-Switch SAN Reference Dell EqualLogic Best Practices Series Dell EqualLogic PS Series Reference Architecture for Cisco Catalyst 3750X Two-Switch SAN Reference Storage Infrastructure and Solutions Engineering Dell Product Group

More information

40 Gigabit and 100 Gigabit Ethernet Are Here!

40 Gigabit and 100 Gigabit Ethernet Are Here! WHITE PAPER www.brocade.com High- Performance Networks 40 Gigabit and 100 Gigabit Ethernet Are Here! The 40 Gigabit and 100 Gigabit Ethernet standards were adopted by the Institute of Electrical and Electronics

More information

Brocade Monitoring Services Security White Paper

Brocade Monitoring Services Security White Paper WHITE PAPER Monitoring Services Security White Paper In today s globally connected world, the enterprise network is a strategic platform, a platform that demands deep and instantaneous integration between

More information

A Whitepaper on. Building Data Centers with Dell MXL Blade Switch

A Whitepaper on. Building Data Centers with Dell MXL Blade Switch A Whitepaper on Building Data Centers with Dell MXL Blade Switch Product Management Dell Networking October 2012 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS

More information

Exploring Software-Defined Networking with Brocade

Exploring Software-Defined Networking with Brocade WHITE PAPER www.brocade.com IP Network Exploring Software-Defined Networking with Brocade This paper provides an overview of Software-Defined Networking (SDN), its expected role in cloud-optimized networks,

More information

Direct Attached Storage

Direct Attached Storage , page 1 Fibre Channel Switching Mode, page 1 Configuring Fibre Channel Switching Mode, page 2 Creating a Storage VSAN, page 3 Creating a VSAN for Fibre Channel Zoning, page 4 Configuring a Fibre Channel

More information

As IT organizations look for better ways to build clouds and virtualized data

As IT organizations look for better ways to build clouds and virtualized data DATA SHEET www.brocade.com BROCADE VDX 6720 DATA CENTER SWITCHES DATA CENTER Revolutionizing the Way Data Center Networks Are Built HIGHLIGHTS Simplifies network architectures and enables cloud computing

More information

Brocade SDN 2015 NFV

Brocade SDN 2015 NFV Brocade 2015 SDN NFV BROCADE IP Ethernet SDN! SDN illustration 2015 BROCADE COMMUNICATIONS SYSTEMS, INC. INTERNAL USE ONLY 2015 BROCADE COMMUNICATIONS SYSTEMS, INC. INTERNAL USE ONLY Brocade ICX (campus)

More information

Ensuring a Smooth Transition to Internet Protocol Version 6 (IPv6)

Ensuring a Smooth Transition to Internet Protocol Version 6 (IPv6) WHITE PAPER www.brocade.com APPLICATION DELIVERY Ensuring a Smooth Transition to Internet Protocol Version 6 (IPv6) As IPv4 addresses dwindle, companies face the reality of a dual-protocol world The transition

More information

Brocade VCS Fabric Technology and NAS with NFS Validation Test

Brocade VCS Fabric Technology and NAS with NFS Validation Test Brocade VCS Fabric Technology and NAS with NFS Validation Test NetApp/VMware vsphere 5.0 Red Hat Enterprise Linux This material outlines sample configurations and associated test results of Brocade VCS

More information

Simplifying Virtual Infrastructures: Ethernet Fabrics & IP Storage

Simplifying Virtual Infrastructures: Ethernet Fabrics & IP Storage Simplifying Virtual Infrastructures: Ethernet Fabrics & IP Storage David Schmeichel Global Solutions Architect May 2 nd, 2013 Legal Disclaimer All or some of the products detailed in this presentation

More information

HP Virtual Connect. Tarass Vercešuks / 3 rd of October, 2013

HP Virtual Connect. Tarass Vercešuks / 3 rd of October, 2013 HP Virtual Connect Tarass Vercešuks / 3 rd of October, 2013 Trends Creating Data Center Network Challenges Trends 2 Challenges Virtualization Complexity Cloud Management Consumerization of IT Security

More information

MIGRATING TO A 40 GBPS DATA CENTER

MIGRATING TO A 40 GBPS DATA CENTER White Paper MIGRATING TO A 40 GBPS DATA CENTER Juniper QSFP+ LX4 technology removes cabling cost barriers for migrating from 10 Gbps to in data center networks Copyright 2014, Juniper Networks, Inc. 1

More information

全 新 企 業 網 路 儲 存 應 用 THE STORAGE NETWORK MATTERS FOR EMC IP STORAGE PLATFORMS

全 新 企 業 網 路 儲 存 應 用 THE STORAGE NETWORK MATTERS FOR EMC IP STORAGE PLATFORMS 全 新 企 業 網 路 儲 存 應 用 THE STORAGE NETWORK MATTERS FOR EMC IP STORAGE PLATFORMS Enterprise External Storage Array Capacity Growth IDC s Storage Capacity Forecast = ~40% CAGR (2014/2017) Keep Driving Growth!

More information

53-1003139-01 27 June 2014. Fabric OS. Software Licensing Guide. Supporting Fabric OS 7.3.0

53-1003139-01 27 June 2014. Fabric OS. Software Licensing Guide. Supporting Fabric OS 7.3.0 27 June 2014 Fabric OS Software Licensing Guide Supporting Fabric OS 7.3.0 2014, Brocade Communications Systems, Inc. All Rights Reserved. Brocade, the B-wing symbol, Brocade Assurance, ADX, AnyIO, DCX,

More information

Networking Solutions for Storage. Application Notes

Networking Solutions for Storage. Application Notes Networking Solutions for Storage Application Notes Table of Contents Introduction... 3 How to Use this Document... 3 Reference Configuration... 4 Assumptions... 4 Global Configuration Notes... 5 Sample

More information