2. Delete the Startup Configuration on the Second Switch: ``` Dell>enable Dell#delete startup-config Proceed to delete startup-config [confirm yes/no]yes Dell#reload ```
3. Configure the Second Switch in the Stack: ``` Dell>enable Dell#stack-unit 1 renumber 2 ```
*Note: The switch will need to reboot after confirming the renumbering.*
4. Verify the Stack Configuration: From the first switch (Master) CLI, run the following commands: ``` Dell#show redundancy Dell#show boot system stack-unit all ``` *Note: The MASTER LED on the front panel will show a steady light for the master unit and a blinking light for the standby unit.*
This process ensures that multiple Dell S4048-ON switches form a single logical stack, similar to Cisco stacking.
Page 1
Dell Networking S4048-ON Switch Configuration Guide for Dell PS Series SANs Dell Storage Engineering August 2015 A Dell Deployment and Configuration Guide...
Introduction This document illustrates how to configure Dell Networking S4048-ON switches for use with Dell™ PS Series storage while using Dell best practices. The recommended configuration uses Link Aggregation Groups (LAGs) for inter-switch connections. Optional steps are provided in section 3 to enable Data Center Bridging (DCB) and for stack configurations.
Page 6
DCB operation, follow the configuration steps in this Switch Configuration Guide as outlined below. If you are upgrading from Dell firmware version prior to 9.8.0.0, your DCB settings in the running configuration file will be preserved and you may continue to use the original DCB command-line syntax.
Cabling diagram The cabling diagram shown below represents the Dell recommend method for deploying your servers and PS Series arrays. Figure 1 Cabling diagram SCG1026 Dell Networking S4048-ON Switch Configuration Guide for PS Series SANs...
Dell recommended switch configuration These steps show you how to configure two S4048-ON switches with a Link Aggregation Group (LAG). The switches are interconnected using two of the 40GbE Quad Small Form-factor Pluggable (QSFP) uplink ports, and the LAG is configured for Dynamic Link Aggregation Control Protocol (LACP).
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. SCG1026 Dell Networking S4048-ON Switch Configuration Guide for PS Series SANs...
Configure Data Center Bridging (DCB) (optional) To enable DCB mode on the switch, use the following commands. Note: You must complete the Dell recommended switch configuration steps in Sections 2.1 to 2.12 before configuring the switch for DCB mode. Disable 802.3x flowcontrol on SFP+ ports Dell#configure Dell(conf)#interface range tengigabitethernet 1/1–1/48...
Note: The sum of the bandwidth-percentages must be equal to 100. Save configuration Dell#copy running-config startup-config Configure additional switch Repeat the commands from section 3 to configure DCB on additional switches. SCG1026 Dell Networking S4048-ON Switch Configuration Guide for PS Series SANs...
100). If a non-default VLAN is configured, then any ports connected to the arrays must be configured as “untagged”. Note: Host NICS must also be updated with matching VLAN information. SCG1026 Dell Networking S4048-ON Switch Configuration Guide for PS Series SANs...
Verify DCB status Dell#show dcb The following status is displayed: DCB Status : Disabled Configure additional switch Repeat the commands from section 4 to disable DCB on any additional switches. SCG1026 Dell Networking S4048-ON Switch Configuration Guide for PS Series SANs...
All of the following configuration steps must be performed from the master switch. Configure out of band (OOB) management port Dell#config Dell(conf)#interface ManagementEthernet 1/1 Dell(conf-if-ma-1/1)#no shutdown Dell(conf-if-ma-1/1)#ip address ipaddress mask Dell(conf-if-ma-1/1)#no shutdown Dell(conf-if-ma-1/1)#exit SCG1026 Dell Networking S4048-ON Switch Configuration Guide for PS Series SANs...
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. SCG1026 Dell Networking S4048-ON Switch Configuration Guide for PS Series SANs...
DellTechCenter.com is an IT Community where you can connect with Dell Customers and Dell employees for the purpose of sharing knowledge, best practices, and information about Dell products and your installations. Referenced or recommended Dell publications: ...
Need help?
Do you have a question about the S4048-ON and is the answer not in the manual?
Questions and answers
How to configure Stack like Cisco Stack in Dell S4148U-ON
To configure a stack on a Dell S4048-ON switch similar to a Cisco Stack, follow these steps:
1. Configure the First Switch (Master):
```
Dell#configure
Dell(conf)#stack-unit 1 priority 1
Dell(conf)#stack-unit 1 stack-group 12
Dell(conf)#stack-unit 1 stack-group 13
Dell(conf)#exit
Dell#copy running-config startup-config
Dell#reload
```
2. Delete the Startup Configuration on the Second Switch:
```
Dell>enable
Dell#delete startup-config
Proceed to delete startup-config [confirm yes/no]yes
Dell#reload
```
3. Configure the Second Switch in the Stack:
```
Dell>enable
Dell#stack-unit 1 renumber 2
```
*Note: The switch will need to reboot after confirming the renumbering.*
```
Dell#configure
Dell(conf)#stack-unit 2 priority 1
Dell(conf)#stack-unit 2 stack-group 12
Dell(conf)#stack-unit 2 stack-group 13
Dell(conf)#exit
Dell#copy running-config startup-config
Dell#reload
```
4. Verify the Stack Configuration:
From the first switch (Master) CLI, run the following commands:
```
Dell#show redundancy
Dell#show boot system stack-unit all
```
*Note: The MASTER LED on the front panel will show a steady light for the master unit and a blinking light for the standby unit.*
This process ensures that multiple Dell S4048-ON switches form a single logical stack, similar to Cisco stacking.
This answer is automatically generated