Dell Force10 S4810 Switch

Size: px
Start display at page:

Download "Dell Force10 S4810 Switch"

Transcription

1 Dell Force10 S4810 Switch Rapid EqualLogic Configuration Series Implementation Guide February 2013

2 Revisions Date April 2012 June 2012 Description initial release Added optional stack configuration October 2012 Updated for firmware February 2013 Minor changes 2013 Dell Inc. All Rights Reserved. Dell, the Dell logo, and other Dell names and marks are trademarks of Dell Inc. in the US and worldwide. All other trademarks mentioned herein are the property of their respective owners. 2 Dell Force10 S4810 Switch Configuration

3 1 Establish console access To perform this configuration you will need the following: A DB9 to RJ-45 serial cable (a cable or adapter is provided with the Force10 switch). A management station (server, desktop, or laptop) running Windows (XP, 7, 8, 2003, 2008, 2012) in close proximity to the switch (i.e. the serial cable must connect from this system to the switch). You may also use a Windows host server for this. A terminal emulator such as HyperTerminal, Putty, or TeraTerm. HyperTerminal is only available in Windows XP and Putty and TeraTerm can be found for download through a quick internet search. 2 Hardware setup 1. Power on the two switches. 2. Connect a serial cable to the serial port of the first switch. 3. Using Putty or another terminal utility, open a serial connection session to the switch. 4. Open your terminal emulator and configure it to use the serial port (usually COM1 but this may vary depending on your system). Configure serial communications for 9600,N,8,1 and no flow control. 5. Connect the (QSFP) LAG cables between switches (port 48 on switch 1 to port 48 on switch2, and port 52 on switch 1 to port 52 on switch 2). Refer to the cabling diagram earlier in this document. 6. Note: for switch configurations using virtual stacking, refer to step xx before connecting QSFP cables between switches. 3 Dell Force10 S4810 Switch Configuration

4 3 LAG switch configuration Note: Ensure that the switch is running version or later. If the switch is running an earlier version, please visit and download the latest update or call Dell support for assistance. Note: If you prefer to configure User Port Stacking instead of a Link Aggregation Group (LAG), skip to section 4 below. 1. Clear the current configuration on the switch: Force10> Force10#delete startup-config Proceed to delete startup-config [confirm yes/no]yes System configuration has been modified. Save? [yes/no]no Proceed with reload [confirm yes/no]yes Note: The switch will reboot. 2. Configure the out-of-band management port: Force10>#config Force10(conf)#interface ManagementEthernet 0/0 Force10(conf-if-ma-0/0)#no shutdown Force10(conf-if-ma-0/0)#ip address ipaddress mask Force10(conf-if-ma-0/0)#exit Note: Use the out-of-band switch management IP address noted in the prerequisites table. 3. Configure a route and login credentials: Force10(conf)#username admin privilege 15 password 0 yourpassword Force10(conf)#enable password level 15 0 yourpassword Force10(conf)#management route X.Y.Z.0 /24 A.B.C.1 4 Dell Force10 S4810 Switch Configuration

5 Note: X.Y.Z.0 is the network your management system is connecting from, A.B.C.1 is the gateway for the switch. If your management system is on the same subnet as the switch, the previous step may be omitted. Example above assumes a class C subnet mask. 4. Configure the remaining ports: Force10(conf)#interface range tengigabitethernet 0/0 47 Force10(conf-if-range-te-0/0-47)#mtu Force10(conf-if-range-te-0/0-47)#switchport Force10(conf-if-range-te-0/0-47)#spanning-tree rstp edge-port Force10(conf-if-range-te-0/0-47)#flowcontrol rx on tx off Force10(conf-if-range-te-0/0-47)#no shutdown Force10(conf-if-range-te-0/0-47)#exit Force10(conf)#interface port-channel 1 Force10(conf-if-po-1)#mtu Force10(conf-if-po-1)#switchport Force10(conf-if-po-1)#no shutdown Force10(conf-if-po-1)#exit Force10(conf)#interface range FortyGigE 0/48 52 % Warning: Non-existing ports (not configured) are ignored by interface-range Force10(conf-if-fo-0/48-52)#mtu Force10(conf-if-fo-0/48-52)#flowcontrol rx on tx off Force10(config-if-fo-0/48-52)#no shutdown Force10(conf-if-fo-0/48-52)#port-channel-protocol lacp Force10(conf-if-fo-0/48-52-lacp)#port-channel 1 mode active Force10(conf-if-fo-0/48-52-lacp)#exit Force10(conf-if-fo-0/48-52)#exit Force10(conf)#exit 5. Save the settings: Force10#copy run start 6. Repeat the procedure above for the second switch. Note: The preceding procedure places all switch ports in the default VLAN. If you prefer to place ports in a non-default VLAN, refer to the documentation for your switch. 5 Dell Force10 S4810 Switch Configuration

6 4 Optional stack configuration Note: If you already completed sections 1-3 you are finished. If you wish to use a stack configuration instead of LAG, follow the instruction below instead of section 3. One advantage of stacked switches is that they can be managed as a single switch; however firmware updates will update all members of the stack simultaneously and therefore should only be done during planned downtime. 1. Do not connect the stacking (QSFP) cables between switches this will be done later. 2. Clear the current configuration on the first switch: Force10#delete startup-config Proceed to delete startup-config [confirm yes/no]yes System configuration has been modified. Save? [yes/no]no Proceed with reload [confirm yes/no]yes Note: The switch will reboot. Force10#config Force10(conf)#stack-unit 0 priority 1 Force10(conf)#stack-unit 0 stack-group 12 Force10(conf)#stack-unit 0 stack-group 13 Force10(conf)#exit Force10#copy run start 3. Clear the current configuration on the second switch: Force10#delete startup-config Proceed to delete startup-config [confirm yes/no]yes System configuration has been modified. Save? [yes/no]no Proceed with reload [confirm yes/no]yes Note: The switch will reboot. Force10#stack-unit 0 renumber 1 6 Dell Force10 S4810 Switch Configuration

7 Note: The switch will reboot. Force10#config Force10(conf)#stack-unit 1 priority 1 Force10(conf)#stack-unit 1 stack-group 12 Force10(conf)#stack-unit 1 stack-group 13 Force10(conf)#exit Force10#copy run start 4. Connect the two Dell Force10 S4810 switches using the appropriate QSFP stacking cables (refer to cabling diagram provided in the Introduction document). 5. Reload the first switch then wait for it to fully reboot: 6. Reload the second switch and wait for it to fully reboot: 7. From the switch 1 (Master) CLI, confirm that the stack has formed: Force10#sh redundancy Note: The switch front panel will show a steady light in the MASTER LED for the Master unit, and a blinking light for the Standby unit 8. From switch 1 (Master), configure the out-of-band management port: Force10>#config Force10(conf)#interface ManagementEthernet 0/0 Force10(conf-if-ma-0/0)#no shutdown Force10(conf-if-ma-0/0)#ip address ipaddress mask Note: Use the out-of-band switch management IP address noted in the prerequisites table. 9. Configure a route and login credentials: Force10(conf-if-ma-0/0)#no shutdown Force10(conf-if-ma-0/0)#exit Force10(conf)#management route X.Y.Z.0 /24 A.B.C.1 Note: X.Y.Z.0 is the network your management system is connecting from, A.B.C.1 is the gateway for the switch. If your management system is on the same subnet as the switch, the next step may be omitted. Example above assumes a class C subnet mask. 7 Dell Force10 S4810 Switch Configuration

8 Force10(conf)#username admin privilege 15 password 0 yourpassword Force10(conf)#enable password level 15 0 yourpassword 10. Configure the remaining ports: Force10(conf)#interface range tengigabitethernet 0/0 47 Force10(conf-if-range-te-0/0-47)#mtu Force10(conf-if-range-te-0/0-47)#switchport Force10(conf-if-range-te-0/0-47)#spanning-tree rstp edge-port Force10(conf-if-range-te-0/0-47)#flowcontrol rx on tx off Force10(conf-if-range-te-0/0-47)#no shutdown Force10(conf-if-range-te-0/0-47)#exit Force10(conf)#interface range tengigabitethernet 1/0 47 Force10(conf-if-range-te-1/0-47)#mtu Force10(conf-if-range-te-1/0-47)#switchport Force10(conf-if-range-te-1/0-47)#spanning-tree rstp edge-port Force10(conf-if-range-te-1/0-47)#flowcontrol rx on tx off Force10(conf-if-range-te-1/0-47)#no shut Force10(conf-if-range-te-1/0-47)#exit Force10(config)#exit 11. Save the settings: Force10#copy run start 12. Reload the stack to allow settings to take effect: Note: The preceding procedure places all switch ports in the default VLAN. If you prefer to place ports in a non-default VLAN, refer to the documentation for your switch. 8 Dell Force10 S4810 Switch Configuration

Dell Force10 S4810 Switch

Dell Force10 S4810 Switch Rapid EqualLogic Configuration Series Dell Force10 S4810 Switch Implementation Guide June 2012 SISfeedback@Dell.com Revisions Date April 2012 June 2012 Description initial release Added optional stack

More information

Dell Networking S3048-ON

Dell Networking S3048-ON Dell Networking S3048-ON Switch Configuration Guide for Dell PS Series SANs Dell Storage Engineering July 2015 A Dell Deployment and Configuration Guide Revisions Date July 2015 Description Initial release

More information

Dell Networking S4048-ON

Dell Networking S4048-ON Dell Networking S4048-ON Switch Configuration Guide for Dell PS Series SANs Dell Storage Engineering August 2015 A Dell Deployment and Configuration Guide Revisions Date August 2015 Description Initial

More information

Dell Networking S60 and Dell Force10 S60

Dell Networking S60 and Dell Force10 S60 Dell Networking S60 and Dell Force10 S60 Switch Configuration Guide for EqualLogic SANs Dell Storage Engineering September 2013 SISfeedback@Dell.com Revisions March 2013 Initial release September 2013

More information

Dell Networking S6000

Dell Networking S6000 Dell Networking S6000 Switch Configuration Guide for PS Series SANs Dell Storage Engineering February 2016 A Dell Deployment and Configuration Guide Revisions Date November 2013 Revision Initial release

More information

Dell EMC Networking S6010-ON

Dell EMC Networking S6010-ON Dell EMC Networking S6010-ON Switch Configuration Guide for Dell PS Series SANs Abstract This document illustrates how to configure Dell EMC Networking S6010-ON switches for use with Dell PS Series storage

More information

Dell EMC Networking S4148-ON and S4128-ON

Dell EMC Networking S4148-ON and S4128-ON Dell EMC Networking S4148-ON and S4128-ON Switch Configuration Guide for Dell PS Series SANs Abstract This document illustrates how to configure Dell EMC Networking S4148-ON and S4128-ON switches for use

More information

Arista 7050SX-96-F. Switch Configuration Guide for Dell PS Series SANs. A Dell Deployment and Configuration Guide

Arista 7050SX-96-F. Switch Configuration Guide for Dell PS Series SANs. A Dell Deployment and Configuration Guide Arista 7050SX-96-F Switch Configuration Guide for Dell PS Series SANs Dell Storage Engineering November 2016 A Dell Deployment and Configuration Guide Revisions Date November 2016 Description Initial release

More information

Dell EMC Networking S4148-ON and S4128-ON

Dell EMC Networking S4148-ON and S4128-ON Dell EMC Networking S4148-ON and S4128-ON Switch Configuration Guide for Dell EMC SC Series SANs Abstract This document illustrates how to configure Dell EMC Networking S4148-ON and S4128-ON switches for

More information

Dell Networking N4000 Series and Dell PowerConnect 8100 Series

Dell Networking N4000 Series and Dell PowerConnect 8100 Series Dell Networking N4000 Series and Dell PowerConnect 8100 Series Switch Configuration Guide for EqualLogic SANs Dell Storage Engineering March 2014 SISfeedback@Dell.com Revisions Date February 2013 February

More information

Dell Networking N2000 Series

Dell Networking N2000 Series Dell Networking N2000 Series Switch Configuration Guide for EqualLogic SANs Dell Storage Engineering May 2014 SISfeedback@Dell.com Revisions Date May 2014 Description Initial release 2014 Dell Inc. All

More information

17TB and 26TB Data Warehouse Fast Track for Microsoft SQL Server 2014 using PowerEdge R730 Server and Dell Storage PS Series PS6210S

17TB and 26TB Data Warehouse Fast Track for Microsoft SQL Server 2014 using PowerEdge R730 Server and Dell Storage PS Series PS6210S 17TB and 26TB Data Warehouse Fast Track for Microsoft SQL Server 2014 using PowerEdge R730 Server and Dell Storage PS Series PS6210S Deployment Guide Dell Engineering December 2015 A Dell Deployment and

More information

VirtualScale Command Line Reference

VirtualScale Command Line Reference VirtualScale Line Reference FTOS Version 8.4.4.1 May 6, 2011 description VirtualScale s This chapter contains the following commands: description redundancy force-failover rpm reset stack-unit show stack

More information

Microsoft SharePoint Server 2013 on Dell PowerEdge R630 with Microsoft Hyper-V Virutalization Deployment Guide

Microsoft SharePoint Server 2013 on Dell PowerEdge R630 with Microsoft Hyper-V Virutalization Deployment Guide Microsoft SharePoint Server 2013 on Dell PowerEdge R630 with Microsoft Hyper-V Virutalization Deployment Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you

More information

Cisco Nexus Switch Configuration Guide for Dell SC Series SANs. Dell Storage Engineering August 2015

Cisco Nexus Switch Configuration Guide for Dell SC Series SANs. Dell Storage Engineering August 2015 Cisco Nexus 6001 Switch Configuration Guide for Dell SC Series SANs Dell Storage Engineering August 2015 Revisions Date August 2015 Description Initial release THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES

More information

Huawei CloudEngine 6850

Huawei CloudEngine 6850 Huawei CloudEngine 6850 Switch Configuration Guide for Dell PS Series SANs Abstract This document illustrates how to configure Huawei CloudEngine 6850 series switches for use with Dell PS Series storage

More information

DGS-3630-Series Switches

DGS-3630-Series Switches DGS-3630-Series Switches Switch Management Interfaces Adding Administrator Account Enabling Remote Management (SSH) Changing Switch IP Address Saving Configuration Resetting to Factory Defaults Switch

More information

Dell EMC Switch Configuration Guide for iscsi and Software-Defined Storage

Dell EMC Switch Configuration Guide for iscsi and Software-Defined Storage Dell EMC Switch Configuration Guide for iscsi and Software-Defined Storage Dell EMC Networking Infrastructure Solutions November 2017 A Dell EMC Technical White Paper Revisions Date Description Authors

More information

Configuring the Switch with the CLI-Based Setup Program

Configuring the Switch with the CLI-Based Setup Program Configuring the Switch with the CLI-Based Setup Program Accessing the CLI Through Express Setup, page 1 Accessing the CLI Through the Console Port, page 1 Entering the Initial Configuration Information,

More information

Configuring the Switch with the CLI-Based Setup Program

Configuring the Switch with the CLI-Based Setup Program Configuring the Switch with the CLI-Based Setup Program This appendix contains these topics: Accessing the CLI Through Express Setup, page 1 Accessing the CLI Through the Console Port, page 1 Entering

More information

Cajun P333R. Quick Start Guide. Unpack 1. Rack mount (optional) 2. Power up 3. Connect the cables 4. Configure 5. Run Web-based Manager (optional)

Cajun P333R. Quick Start Guide. Unpack 1. Rack mount (optional) 2. Power up 3. Connect the cables 4. Configure 5. Run Web-based Manager (optional) Cajun P333R Quick Start Guide Unpack 1 Rack mount (optional) 2 Power up 3 Connect the cables 4 Configure 5 Run Web-based Manager (optional) 6 1 Unpack Check the package contents for the following: E If

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 SBM-GEM-X2C SBM-GEM-X2C+ SBM-GEM-X3S+ SBM-XEM-X10SM Release : 1.0b 1 / 19 The information in this User s Manual has been carefully

More information

Cisco Nexus 5648Q. Switch Configuration Guide for Dell PS Series SANs

Cisco Nexus 5648Q. Switch Configuration Guide for Dell PS Series SANs Cisco Nexus 5648Q Switch Configuration Guide for Dell PS Series SANs Abstract This document illustrates how to configure a Cisco Nexus 5648Q switch for use with Dell PS Series storage using Dell EMC best

More information

Product Family: Networking Hardware Number: AN-NH-012

Product Family: Networking Hardware Number: AN-NH-012 APPLICATION NOTE THIS INFORMATION PROVIDED BY AUTOMATIONDIRECT.COM TECHNICAL SUPPORT These documents are provided by our technical support department to assist others. We do not guarantee that the data

More information

DEPLOYING A STACK OF DELL M-SERIES BLADE SWITCHES IN SIMPLE SWITCH MODE (SSM)

DEPLOYING A STACK OF DELL M-SERIES BLADE SWITCHES IN SIMPLE SWITCH MODE (SSM) Deploying DEPLOYING A STACK OF DELL M-SERIES BLADE SWITCHES IN SIMPLE SWITCH MODE (SSM) Victor Lama DELL Network Sales Engineer Banking and Securities v1.0 5 APR 2012 A detailed case study of a client

More information

Aruba Quick Start Guide

Aruba Quick Start Guide Aruba Quick Start Guide Before you can access the Web-based Web UI tools, which is the primary configuration interface for Aruba Mobility Controllers, the switch must be configured with basic system information

More information

Cisco Nexus 9372PX. Switch Configuration Guide for Dell EMC SC Series SANs. A Dell EMC Deployment and Configuration Guide

Cisco Nexus 9372PX. Switch Configuration Guide for Dell EMC SC Series SANs. A Dell EMC Deployment and Configuration Guide Cisco Nexus 9372PX Switch Configuration Guide for Dell EMC SC Series SANs Dell EMC Engineering June 2017 A Dell EMC Deployment and Configuration Guide Revisions Date June 2017 Description Initial release

More information

Lab Router Configuration Using Setup Instructor Version 2500

Lab Router Configuration Using Setup Instructor Version 2500 Lab 2.2.1 Router Configuration Using Setup Instructor Version 2500 Objective Use the System Configuration dialog (setup). Establish some basic router configurations. Background/Preparation A new router

More information

Cisco Nexus 9372PX. Switch Configuration Guide for Dell PS Series SANs. A Dell EMC Deployment and Configuration Guide. Dell EMC Engineering June 2017

Cisco Nexus 9372PX. Switch Configuration Guide for Dell PS Series SANs. A Dell EMC Deployment and Configuration Guide. Dell EMC Engineering June 2017 Cisco Nexus 9372PX Switch Configuration Guide for Dell PS Series SANs Dell EMC Engineering June 2017 A Dell EMC Deployment and Configuration Guide Revisions Date June 2017 Description Initial release The

More information

Lab Configuring EtherChannel

Lab Configuring EtherChannel Topology Addressing Table Objectives Device Interface IP Address Subnet Mask S1 VLAN 99 192.168.99.11 255.255.255.0 S2 VLAN 99 192.168.99.12 255.255.255.0 S3 VLAN 99 192.168.99.13 255.255.255.0 PC-A NIC

More information

Configuring the Switch with the CLI Setup Program

Configuring the Switch with the CLI Setup Program APPENDIXC Configuring the Switch with the CLI Setup Program This appendix provides a command-line interface (CLI) setup procedure for a standalone switch. To set up the switch by using Express Setup, see

More information

Lab Managing Router Configuration Files with Terminal Emulation Software

Lab Managing Router Configuration Files with Terminal Emulation Software Lab Managing Router Configuration Files with Terminal Emulation Software Topology Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/1 192.168.1.1 255.255.255.0 N/A

More information

Huawei CloudEngine 6850

Huawei CloudEngine 6850 Huawei CloudEngine 6850 Switch Configuration Guide for Dell EMC SC Series SANs Abstract This document illustrates how to configure Huawei CloudEngine 6850 series switches for use with Dell EMC SC Series

More information

Cisco Nexus 5648Q. Switch Configuration Guide for Dell EMC SC Series SANs

Cisco Nexus 5648Q. Switch Configuration Guide for Dell EMC SC Series SANs Cisco Nexus 5648Q Switch Configuration Guide for Dell EMC SC Series SANs Abstract This document illustrates how to configure a Cisco Nexus 5648Q switch for use with Dell EMC SC Series storage using Dell

More information

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

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

More information

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

PowerEdge FX2 - Upgrading from 10GbE Pass-through Modules to FN410S I/O Modules

PowerEdge FX2 - Upgrading from 10GbE Pass-through Modules to FN410S I/O Modules PowerEdge FX - Upgrading from 0GbE Pass-through Modules to FN40S I/O Modules Dell Networking Solutions Engineering June 06 A Dell EMC Deployment and Configuration Guide Revisions Date Revision Description

More information

L2+ Managed Gigabit Switch WGSW series

L2+ Managed Gigabit Switch WGSW series L2+ Managed Gigabit Switch WGSW-24040 series Quick Installation Guide Table of Contents 1 Package Contents... 3 2. Requirements... 4 3. Terminal Setup... 5 3.1 Logon to Console... 6 3.2 Configuring IP

More information

Lab 1. CLI Navigation. Scenario. Initial Configuration for R1

Lab 1. CLI Navigation. Scenario. Initial Configuration for R1 Lab 1 CLI Navigation This lab covers the most basic skills for accessing and using the command-line interface (CLI) on a Cisco router or switch. Many of the small, picky details of how the CLI works cannot

More information

DELL EMC READY BUNDLE FOR MICROSOFT SQL SERVER 2016

DELL EMC READY BUNDLE FOR MICROSOFT SQL SERVER 2016 DELL EMC READY BUNDLE FOR MICROSOFT SQL SERVER 2016 Enabled by Hyper-V Virtualization on Windows Server 2016, PowerEdge R740 Servers, and Unity 400 Hybrid Flash Storage January 2018 Abstract This deployment

More information

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

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

More information

Basic Layer 2 Setup and Buffer Tuning of the C-Series for Storage Environments

Basic Layer 2 Setup and Buffer Tuning of the C-Series for Storage Environments Basic Layer 2 Setup and Buffer Tuning of the C-Series for Storage Environments Introduction This document is intended for users of C-Series switches running FTOS 7.8.1.0 and configured for use in a storage

More information

A Dell Interoperability Whitepaper Victor Teeter

A Dell Interoperability Whitepaper Victor Teeter Deployment of Dell M8024-k Blade Switch with Cisco Nexus 5000 Series Switch A Dell Interoperability Whitepaper Victor Teeter THIS TECHNICAL INTEROPERABILITY WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY,

More information

Managing Virtual Machines

Managing Virtual Machines CHAPTER 6 Last Updated: September 17, 2012 A virtual machine is a software computer (just like a physical computer) that runs an operating system and applications. Virtual machines run on the VMware vsphere

More information

Reference Architecture utilizing the PowerEdge M1000e Blade Enclosure, SQL Server and Exchange Server

Reference Architecture utilizing the PowerEdge M1000e Blade Enclosure, SQL Server and Exchange Server Reference Architecture utilizing the PowerEdge M1000e Blade Enclosure, SQL Server and Exchange Server Dell Engineering October 2014 A Dell EMC Technical White Paper Revisions Date Revision Description

More information

MR2324-4C. 24-Port Intelligent Gigabit Ethernet Switch. Management Guide

MR2324-4C. 24-Port Intelligent Gigabit Ethernet Switch. Management Guide MR2324-4C 24-Port Intelligent Gigabit Ethernet Switch Management Guide Management Guide Intelligent Gigabit Ethernet Switch with 24 10/100/1000BASE-T (RJ-45) Ports, and 4 Combination RJ-45/SFP Ports E082004-R01

More information

Skills Assessment (OSPF) Student Training Exam

Skills Assessment (OSPF) Student Training Exam Skills Assessment (OSPF) Student Training Exam Topology 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 17 Addressing Table Assessment Objectives Device

More information

Skills Assessment (EIGRP) Student Training Exam

Skills Assessment (EIGRP) Student Training Exam Skills Assessment (EIGRP) Student Training Exam Topology Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 15 Addressing Table Device Interface IP Address Subnet

More information

L2+ Managed LCD Switch GS T2XV(R) / GS T4XV(R) Quick Installation Guide

L2+ Managed LCD Switch GS T2XV(R) / GS T4XV(R) Quick Installation Guide L2+ Managed LCD Switch GS-5220-16T2XV(R) / GS-5220-24T4XV(R) Quick Installation Guide Table of Contents 1 Package Contents... 3 2. Requirements... 4 3. Terminal Setup... 5 3.1 Logon to Console... 6 3.2

More information

24-Port 100/1000X SFP + 4-Port 10G SFP+ Managed. Metro Ethernet Switch MGSW-28240F. Quick Installation Guide

24-Port 100/1000X SFP + 4-Port 10G SFP+ Managed. Metro Ethernet Switch MGSW-28240F. Quick Installation Guide 24-Port 100/1000X SFP + 4-Port 10G SFP+ Managed Metro Ethernet Switch MGSW-28240F Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Requirements... 4 3. Wiring DC Power Inputs... 5

More information

Using Switches with a PS Series Group

Using Switches with a PS Series Group Dell PowerConnect 5400 and 6200 Series Switches Using Switches with a PS Series Group Abstract This Technical Report describes how to use Dell PowerConnect 5400 and 6200 series switches with a PS Series

More information

Horizontal Stacking Software Configuration Guide for IE 5000 Switches

Horizontal Stacking Software Configuration Guide for IE 5000 Switches Horizontal Stacking Software Configuration Guide for IE 5000 Switches Configuring Horizontal Stacking 2 Information About Horizontal Stacking 2 Prerequisites 5 Guidelines and Limitations 6 Default Settings

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST \ http://www.pass4test.com We offer free update service for one year Exam : DCPPE-200 Title : Dell PowerEdge Professional Vendor : Dell Version : DEMO Get Latest & Valid DCPPE-200 Exam's Question

More information

Skills Assessment (EIGRP) Student Training Exam

Skills Assessment (EIGRP) Student Training Exam Skills Assessment (EIGRP) Student Training Exam Topology 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 16 Addressing Table Assessment Objectives Device

More information

Lab Using the CLI to Gather Network Device Information Topology

Lab Using the CLI to Gather Network Device Information Topology Topology Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/1 192.168.1.1 255.255.255.0 N/A Lo0 209.165.200.225 255.255.255.224 N/A S1 VLAN 1 192.168.1.11 255.255.255.0

More information

April Brocade VDX 6740 Deployment Guide for VMware EVO:RAIL

April Brocade VDX 6740 Deployment Guide for VMware EVO:RAIL 24 April 2015 Brocade VDX 6740 Deployment Guide for VMware EVO:RAIL 2015, Brocade Communications Systems, Inc. All Rights Reserved. ADX, Brocade, Brocade Assurance, the B-wing symbol, DCX, Fabric OS, HyperEdge,

More information

EMC Greenplum Data Computing Appliance to x Software Upgrade Guide. Rev: A02

EMC Greenplum Data Computing Appliance to x Software Upgrade Guide. Rev: A02 EMC Greenplum Data Computing Appliance 1.2.0.1 to 1.2.1.x Software Upgrade Guide Rev: A02 Copyright 2013 EMC Corporation. All rights reserved. EMC believes the information in this publication is accurate

More information

Dell EMC XC Series Networking Deployment and Best Practices Guide v2.0

Dell EMC XC Series Networking Deployment and Best Practices Guide v2.0 Dell EMC XC Series Networking Deployment and Best Practices Guide v20 Using Dell EMC Networking S-Series and Z-Series switches with XC Series hyperconverged appliances Dell EMC Networking Infrastructure

More information

Skills Assessment (OSPF) Student Training Exam

Skills Assessment (OSPF) Student Training Exam Skills Assessment (OSPF) Student Training Exam Topology Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 16 Addressing Table Device Interface IP Address Subnet

More information

24-Port Gigabit with 4 Optional 10G Slots. Layer 3 Managed Stackable Switch XGS Quick Installation Guide

24-Port Gigabit with 4 Optional 10G Slots. Layer 3 Managed Stackable Switch XGS Quick Installation Guide 24-Port Gigabit with 4 Optional 10G Slots Layer 3 Managed Stackable Switch XGS3-24040 Quick Installation Guide Table of Contents 1. Package Content... 3 2. Switch Management... 4 3. Requirements... 5 4.

More information

Network Switch Setup for Q-SYS Platform Cisco Catalyst IE-4000 Industrial Ethernet Series

Network Switch Setup for Q-SYS Platform Cisco Catalyst IE-4000 Industrial Ethernet Series Network Switch Setup for Q-SYS Platform This document applies to these Cisco switches: Catalyst IE-4000 Series Introduction The Cisco Catalyst IE-4000 Series are a range of industrial Ethernet switches.

More information

Avaya P133G2. Quick Start Guide. Unpack. Rack mount (optional) Power up 3. Connect the cables 4. Configure 5. Run Web-based Manager (optional)

Avaya P133G2. Quick Start Guide. Unpack. Rack mount (optional) Power up 3. Connect the cables 4. Configure 5. Run Web-based Manager (optional) Avaya P133G2 Quick Start Guide Unpack Rack mount (optional) 1 2 Power up 3 Connect the cables 4 Configure 5 Run Web-based Manager (optional) 6 1 Unpack Check the package contents for the following: If

More information

FortiTester 2.1. Handbook

FortiTester 2.1. Handbook FortiTester 2.1 Handbook FortiTester v2.1 Handbook Sep, 2014 1 st Edition Copyright 2014 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, FortiCare and FortiGuard and certain other marks are registered

More information

Best Practices for a DCB-enabled Dell M-Series Blade Solution with EqualLogic PS-M4110

Best Practices for a DCB-enabled Dell M-Series Blade Solution with EqualLogic PS-M4110 Best Practices for a DCB-enabled Dell M-Series Blade Solution with EqualLogic PS-M4110 A Dell EqualLogic Reference Architecture Dell Storage Engineering July 2013 2013 Dell Inc. All Rights Reserved. Dell,

More information

Management Security Switch SGSD-1022 / SGSD-1022P SGSW-2840 / SGSW-2840P. Quick Installation Guide

Management Security Switch SGSD-1022 / SGSD-1022P SGSW-2840 / SGSW-2840P. Quick Installation Guide Management Security Switch SGSD-1022 / SGSD-1022P SGSW-2840 / SGSW-2840P Quick Installation Guide Table of Contents 1. Package Content... 3 2. Requirements... 4 3. Terminal Setup... 5 4. Logon to the Console...

More information

CCNA Semester 3 labs. Labs for chapters 2 10

CCNA Semester 3 labs. Labs for chapters 2 10 CCNA Semester 3 labs Labs for chapters 2 10 2.1.4.5 Lab - Configure Extended VLANs, VTP, and DTP 2.2.2.5 Lab - Troubleshooting Inter-VLAN Routing 3.1.2.12 Lab - Building a Switched Network with Redundant

More information

48-Port 10/100/1000Base-T with 4 Shared SFP. Managed Gigabit Switch WGSW Quick Installation Guide

48-Port 10/100/1000Base-T with 4 Shared SFP. Managed Gigabit Switch WGSW Quick Installation Guide 48-Port 10/100/1000Base-T with 4 Shared SFP Managed Gigabit Switch WGSW-48000 Quick Installation Guide Table of Contents 1. Package Content... 3 2. Requirements... 4 3. Terminal Setup... 5 4. Logon to

More information

Industrial 24-Port 10/100/1000Mbps Managed Gigabit. Switch (-40~75 degrees C) with 4 Shared SFP Ports IGSW-24040T. Quick Installation Guide

Industrial 24-Port 10/100/1000Mbps Managed Gigabit. Switch (-40~75 degrees C) with 4 Shared SFP Ports IGSW-24040T. Quick Installation Guide Industrial 24-Port 10/100/1000Mbps Managed Gigabit Switch (-40~75 degrees C) with 4 Shared SFP Ports IGSW-24040T Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Requirements... 4

More information

Using Switches with a PS Series Group

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

More information

Dell EMC Ready Stack: Microsoft Hyper-V on PowerEdge 14G Servers and Unity Storage

Dell EMC Ready Stack: Microsoft Hyper-V on PowerEdge 14G Servers and Unity Storage Dell EMC Ready Stack: Microsoft Hyper-V on PowerEdge 14G Servers and Unity Storage January 2019 H17514 Abstract This deployment guide describes how to implement a converged infrastructure for Microsoft

More information

HPE FlexFabric 12900E & 12900

HPE FlexFabric 12900E & 12900 HPE FlexFabric 12900E & 12900 IRF Configuration Guide Part number: 5998-8351s Software version: Release 1135 and later Document version: 6W102-20151124 Copyright 2015 Hewlett Packard Enterprise Development

More information

16/24/48-Port 10/100/1000T + 2/4-Port 100/1000X SFP Managed Switch GS T2S/GS T2S/GS T4S. Quick Installation Guide

16/24/48-Port 10/100/1000T + 2/4-Port 100/1000X SFP Managed Switch GS T2S/GS T2S/GS T4S. Quick Installation Guide 16/24/48-Port 10/100/1000T + 2/4-Port 100/1000X SFP Managed Switch GS-4210-16T2S/GS-4210-24T2S/GS-4210-48T4S Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Requirements... 4 3.

More information

T e c h n i c a l D o c u m e n t. Cisco 2960G, 2960S, and 2960X Configuration for WheatNet-IP

T e c h n i c a l D o c u m e n t. Cisco 2960G, 2960S, and 2960X Configuration for WheatNet-IP 1 T e c h n i c a l D o c u m e n t Cisco 2960G, 2960S, and 2960X Configuration for WheatNet-IP Overview Let s take a look at what needs to be done to get your Cisco 2960 ready for the installation of

More information

Switch Configuration Example for Q-SYS Platform Extreme Networks Summit X450-G2 Series

Switch Configuration Example for Q-SYS Platform Extreme Networks Summit X450-G2 Series Important Note This switch configuration example is intended to serve as a network setup guideline for systems using Q-LAN audio and video streaming within your Q-SYS system and should be used alongside

More information

16/24-Port 10/100/1000T 802.3at PoE + 2-Port 100/1000X SFP Managed Switch GS P2S GS P2S. Quick Installation Guide

16/24-Port 10/100/1000T 802.3at PoE + 2-Port 100/1000X SFP Managed Switch GS P2S GS P2S. Quick Installation Guide 16/24-Port 10/100/1000T 802.3at PoE + 2-Port 100/1000X SFP Managed Switch GS-4210-16P2S GS-4210-24P2S Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Requirements... 4 3. Terminal

More information

24PORT STACKABLE SWITCH SF-0224FS

24PORT STACKABLE SWITCH SF-0224FS 24PORT STACKABLE SWITCH SF-0224FS Management Guide Stackable Fast Ethernet Switch with 24 10/100BASE-TX (RJ-45) Ports, 2 Gigabit Combination Ports (RJ-45/SFP), and 2 1000BASE-T/Stacking Ports Management

More information

L2+ 24-Port Gigabit Managed Switch with. Hardware Layer3 IPv4/IPv6 Static Routing GS S8C GS S8CR. Quick Installation Guide

L2+ 24-Port Gigabit Managed Switch with. Hardware Layer3 IPv4/IPv6 Static Routing GS S8C GS S8CR. Quick Installation Guide L2+ 24-Port Gigabit Managed Switch with Hardware Layer3 IPv4/IPv6 Static Routing GS-5220-16S8C GS-5220-16S8CR Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Requirements... 4 3.

More information

MR2228-S2C. Stack Fast Ethernet Switch Management Guide

MR2228-S2C. Stack Fast Ethernet Switch Management Guide MR2228-S2C Stack Fast Ethernet Switch Management Guide Management Guide Stackable Fast Ethernet Switch with 24 10/100BASE-TX (RJ-45) Ports, 2 1000BASE-T Combination Ports (RJ-45/SFP), and 2 1000BASE-T/Stacking

More information

Management Software AT-S101. User s Guide. For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch. Version Rev.

Management Software AT-S101. User s Guide. For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch. Version Rev. Management Software AT-S101 User s Guide For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch Version 1.0.0 613-000985 Rev. A Copyright 2008 Allied Telesis, Inc. All rights reserved. No part

More information

12-Port Intelligent Gigabit Ethernet Switch Management Guide

12-Port Intelligent Gigabit Ethernet Switch Management Guide 12-Port Intelligent Gigabit Ethernet Switch Management Guide Management Guide Guide 12-Port Layer 2 Switch Intelligent Gigabit Ethernet Switch with 8 10/100/1000BASE-T (RJ-45) Ports, and 4 Gigabit Combination

More information

Dell EMC Ready Bundle for Virtualization Deployment Guide for VMware vsan Infrastructure

Dell EMC Ready Bundle for Virtualization Deployment Guide for VMware vsan Infrastructure Dell EMC Ready Bundle for Virtualization Deployment Guide for VMware vsan Infrastructure June 2017 A Dell Deployment and Configuration Guide Revisions Date June 2017 Description Initial Release THIS WHITE

More information

Ethernet Switch Setup for Q-SYS HP 1910 and 1920 Series (Gigabit only)

Ethernet Switch Setup for Q-SYS HP 1910 and 1920 Series (Gigabit only) Ethernet Switch Setup for Q-SYS HP 1910 and 1920 Series (Gigabit only) Q-LAN Audio Setup for Hewlett-Packard 1910 and 1920 Series Gigabit Switches Revision 1.3 November 15, 2017 Note: This setup guide

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Configuring Avaya W310 Mobility Gateway with the Avaya W110 Light Access Point for Avaya Wireless IP Telephones and Avaya IP Softphone in an Avaya IP Telephony

More information

CHAPTER 2 ACTIVITY

CHAPTER 2 ACTIVITY CHAPTER 2 ACTIVITY 2.1.1.1 1. CLI stands for 2. GUI stands for 3. Write the step you used to go to CLI interface on Windows 4. The OS, normally loads from a disk drive, into RAM. 5. The portion of the

More information

L2+ Managed Gigabit/10 Gigabit Ethernet Switch GS-5220 Series

L2+ Managed Gigabit/10 Gigabit Ethernet Switch GS-5220 Series L2+ Managed Gigabit/10 Gigabit Ethernet Switch GS-5220 Series Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Requirements... 4 3. Terminal Setup... 5 4. Logon to Console... 6 5.

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Foundry Networks FastIron SuperX Switch, FastIron GS Switch and FastIron Edge Switch connected to Avaya Communication Manager, Avaya SIP

More information

Lab Configuring Switch Security Features Topology

Lab Configuring Switch Security Features Topology Topology Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/1 172.16.99.1 255.255.255.0 N/A S1 VLAN 99 172.16.99.11 255.255.255.0 172.16.99.1 PC-A NIC 172.16.99.3

More information

February Connectrix VDX-6740B IP Storage Switch Deployment Guide for VxRail Appliance

February Connectrix VDX-6740B IP Storage Switch Deployment Guide for VxRail Appliance 21 February 2016 Connectrix VDX-6740B IP Storage Switch Deployment Guide for VxRail Appliance 2016, Brocade Communications Systems, Inc. All Rights Reserved. ADX, Brocade, Brocade Assurance, the B-wing

More information

Application Notes for Force10 Networks C-Series C300 Switch connected to Avaya Distributed Office in a Converged VoIP and Data Network - Issue 1.

Application Notes for Force10 Networks C-Series C300 Switch connected to Avaya Distributed Office in a Converged VoIP and Data Network - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Force10 Networks C-Series C300 Switch connected to Avaya Distributed Office in a Converged VoIP and Data Network - Issue 1.0 Abstract These

More information

Restoring an SP Boot Image

Restoring an SP Boot Image AX100-Series Restoring an SP Boot Image Revision A01 June 9, 2004 This document explains how to restore an SP s boot image. Read it when an SP does not start properly and its fault light blinks four times

More information

CCNA Semester 3 labs. Part 1 of 1 Labs for chapters 1 8

CCNA Semester 3 labs. Part 1 of 1 Labs for chapters 1 8 CCNA Semester 3 labs Part 1 of 1 Labs for chapters 1 8 2.1.2.12 Lab - Building a Switched Network with Redundant Links 2.3.2.3 Lab - Configuring Rapid PVST+, PortFast and BPDU Guard 2.4.3.4 Lab - Configuring

More information

SRX240 Services Gateway Quick Start

SRX240 Services Gateway Quick Start SRX240 Services Gateway Quick Start Use the instructions in this quick start to help you connect the SRX240 Services Gateway to your network. For details, see the SRX240 Services Gateway Hardware Guide

More information

L2+ Managed PoE Switch GS-5220 PoE Series

L2+ Managed PoE Switch GS-5220 PoE Series L2+ Managed PoE Switch GS-5220 PoE Series Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Requirements... 5 3. Terminal Setup... 6 4. Logon to Console... 7 5. Configuring IP Address...

More information

Initial Configuration for the Switch

Initial Configuration for the Switch Options for Initial Configuration, page 1 Configuring the Switch Using the Web User Interface, page 1 Configuring the Switch Using the CLI, page 4 Configuring the Switch in the ROMMON Mode, page 12 Options

More information

UTM Content Security Gigabit Gateway CS-950

UTM Content Security Gigabit Gateway CS-950 UTM Content Security Gigabit Gateway CS-950 Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Hardware Introduction... 4 2.1 Hardware Interface... 4 2.2 Hardware Installation... 6

More information

ICND2. Rapid Spanning-Tree Protocol. These exercises utilize build on the previous ones used in the last class sessions.

ICND2. Rapid Spanning-Tree Protocol. These exercises utilize build on the previous ones used in the last class sessions. ICND2 Rapid Spanning-Tree Protocol TOPOLOGY 5x2950 (Layer 2 Switches) These exercises utilize build on the previous ones used in the last class sessions. Lab Exercise 1: Rapid Spanning-Tree Configuration

More information

NW Switch Configuration Guide DX2000. NEC Scalable Modular Server. 1. Introduction. 2. System Configuration. 3. Layer1 Configuration

NW Switch Configuration Guide DX2000. NEC Scalable Modular Server. 1. Introduction. 2. System Configuration. 3. Layer1 Configuration NW Switch Configuration Guide NEC Scalable Modular Server DX2000 1. Introduction 2. System Configuration 3. Layer1 Configuration 4. Layer2 Configuration Second edition November 2017 NEC Corporation 2017

More information

TASKIT C2K v7.00. Automated Test System Product Update

TASKIT C2K v7.00. Automated Test System Product Update TASKIT C2K v7.00 Automated Test System Product Update Spirent 541 Industrial Way West Eatontown, NJ 07724 USA Email: sales@spirent.com Web: http://www.spirent.com AMERICAS 1-800-SPIRENT +1-818-676-2683

More information

RealCiscoLAB.com. Configure inter-vlan routing with HSRP to provide redundant, fault-tolerant routing to the internal network.

RealCiscoLAB.com. Configure inter-vlan routing with HSRP to provide redundant, fault-tolerant routing to the internal network. RealCiscoLAB.com CCNPv6 SWITCH Hot Standby Router Protocol Topology Objective Background Configure inter-vlan routing with HSRP to provide redundant, fault-tolerant routing to the internal network. Hot

More information

Using the Command-Line Interface

Using the Command-Line Interface CHAPTER 1 The Catalyst 3750 switch is supported by Cisco IOS software. This chapter describes how to use the switch command-line interface (CLI) to configure software features. For a complete description

More information