USD ($)
$
United States Dollar
India Rupee

Cisco Stack Switches Configuration

Created by Amar Singh in Articles 28 Aug 2024
Share

Cisco Stack Switches Configuration involves setting up and managing Cisco's stackable switches to enhance network performance and reliability. These switches allow multiple physical units to operate as a single logical switch, simplifying management and improving redundancy.

Proper configuration ensures efficient data handling, optimal resource allocation, and seamless communication across devices in a network. It is one of the important skills taught in every IT infrastructure training course. In this blog, we will learn about Cisco stack switches configuration.

Cisco Catalyst Switch Stacks

A switch stack is a set of up to nine Catalyst 3750, 3750-E, and 3750-X switches connected through their StackWise ports, or up to four 2960-S switches connected through their FlexStack connectors. One of the switches controls the operation of the stack and is called the stack master.

The stack master and the other switches in the stack are stack members. The stack members use the Cisco StackWise (or FlexStack) technology to behave and work together as a unified system. Layer 2 and Layer 3 protocols present the entire switch stack as a single entity to the network. The stack master is the single point of stack-wide management.

NOTE: Catalyst 3850 switches cannot be stacked with any other switch model and the maximum stack size is 4. As with 3750X switches, all members must be running the same feature set.

banner image

Adding 3750-X Switches to Existing Stacks of 3750/3750-E Switches

Adding 3750-x switches to existing stacks can cause issues. Please note the following recommendations:-

1. An existing stack needs to be running the minimum level of IOS (minimum IOS version is 12.2(53)SE2 but IOS version 12.2(55)SE and later recommended) to support the 3750-X hardware before any attempt is made to add the 3750-X to the stack.

2. Ensure that the 3750-X switch is running the same IOS release (IOS 12.2(55)SE or later recommended) and has the same license enabled as the existing stack members before it is added to the stack.

3. If the existing stack is running multiple IOS feature sets (e.g. IP Services on the master and standby and IP Base on the other members of the stack) then the stack will require to be upgraded so that all stack members are running the same feature-set. The 3750-X switch that is being added to the stack will also have to have the same license to be enabled (IP Services in the example).

4. Due to issues found when carrying out this testing it is not recommended to use the archive command to upgrade all stack members at the same time. The recommendation is to use the archive command with the /destination-system option and upgrade each member of the stack individually.

Cisco CCNP SCOR Training Live Online CourseThe Cisco CCNP SCOR Training Live Online Course offers comprehensive instruction on implementing and troubleshooting secure networks, equipping participants with the skills needed to pass the CCNP Security exam.Explore course
custom banner static image


Stacking Quick Start Configuration

This section has been added for engineers to refer to as a quick reminder for installing new stacks:-

 It’s important to ensure that the switches are cabled up correctly, that all switches are running the same version of the software and the same feature set, and that any previous configuration has been cleared.

 The switches should then be powered on so that they are stacked with the top switch first, then the second switch in the stack, and so on. The top switch should then be used to configure the stack.

 Configure the stack master with a priority of 15, the backup master with a priority of 10, and the other switches with a priority of 1.

The following script configures the switches

banner image

Use the ‘show switch’ command to ensure that the numbering is consistent with the switch position i.e. the top switch (stack master) is switch number 1, the second switch (backup master) is switch number 2, etc.

banner image

Hints & Tips:

If you wish to use a Cisco Catalyst 3750G – 12S (12 SFP ports) as a switch Master please refer to the SDM Templates section in this document.

Each member in the stack must have the same IOS image and feature set. Otherwise, upgrades of software become difficult and may result in a breach of license.

Switch Stacks should confirm to the following standards:

Stack Numbering and Priority

The Stack Master will be the top switch in a stack and will have a member number of 1. All remaining switches will be positioned underneath the Stack Master and will be numbered sequentially.

The Master will have a priority of 15 and (where a stack of 3 or more switches exists) the second switch (member number 2) will have a priority of 10. All remaining switch members will have a default priority of 1.

Configuration Procedure

The following procedure should be used for configuring a stack:-

1. Before connecting switches in a stack confirm all switches are running the same IOS version. The minimum version to support LACP is 12.2(25)SEC. The minimum recommended version to support LLDP is 12.2(55)SE or later.

Do not connect switches to the network or to each other at this point.

2. Ensure that all switches have been cleared of any previous configuration (If the switch is not new out of the box).

Hints & Tips:

To quickly check if a switch has been configured previously press and hold the Mode button for 3 seconds. When all of the LEDs left of the Mode button turn green, release the Mode button. If the LEDs left of the Mode button begin to blink after you press the button, release it. Blinking LEDs mean that the switch has already been configured

3. To prevent incompatible configurations, follow these steps on a previously configured switch that you plan to add to the stack:

STEP 1: Press and hold the Mode button, as shown below to delete the configuration

The switch LEDs begin blinking after about 2 seconds. If the switch is not configured, the mode buttons are all green.

STEP 2: Continue holding down the Mode button. The LEDs stop blinking after 8 additional seconds, and then the switch reboots.

4. Ensure all switches in the stack are powered off and connect the switches via StackWise cables. See the section below for detailed information on connecting the switches together.

5. Power the top switch first. Once this switch is powered up power the next switch below. Once this is powered up continue until all switches have been powered up. This will ensure the switches will be numbered incrementally from top to bottom.

6. Apply the configuration below to Switch 1 (Stack Master).

Confirm the configuration is saved and then reload the switch

7. Apply the command below to maintain the same MAC address on the stack even if the stack Master fails. If you enter ’0’, the stack MAC address of the previous master is used until you enter the no stack-mac persistent timer global configuration command, which changes the stack MAC address to that of the current master. If you do not enter this command, the stack MAC address does not change. The new active master switch can continue to use the MAC addresses assigned by the old master switch, which prevents ARP and routing outages in the network.



conf t
stack-mac persistent timer 0
end
wr mem



Note: When you configure this feature, a warning message displays the consequences of your configuration: if the stack master is removed from the stack and re-used elsewhere in the network this will cause networking issues (duplicate MAC address) and could be difficult to fault find.

To check which MAC address is being used, and check if it’s persistent, you can use the show switch command

banner image

8. Check the status of Stack with the ‘show switch’ command. Other useful commands are:



show switch
show stack
show platform stack-manager all
show switch stack-port
show sdm prefer



At this point, the configuration can now be applied to the Stack Master.

Provision a Stack Member

A provisioned configuration is automatically created when a switch is added to a switch stack that runs Cisco IOS Release 12.2(20)SE or later and when no provisioned configuration exists.

To configure a stack in advance of a new ‘slave’ switch (stack member) being added to the stack it is possible to manually provision a stack member in advance of the switch being physically connected to the network. You can configure the stack member number, switch type, and interfaces associated with a switch that is not currently part of the stack.

The configuration that you create on the switch stack is called the provisioned configuration. The switch that is added to the switch stack and that receives this configuration is called the provisioned switch.

You can save the provisioned configuration to the startup configuration file as normal using the copy running-config startup-config command.

Notes:

You cannot use the switch current-stack-member-number renumber new-stack-member-number global configuration command on a provisioned switch. If you do, the command is rejected.

If you add a provisioned switch that is a different type than specified in the provisioned configuration to a powered-down switch stack and then apply power, the switch stack rejects the (now incorrect) switch stack-member-number provision type global configuration command in the startup configuration file.

Within stack initialization, the nondefault interface configuration information in the startup configuration file for the provisioned interfaces (potentially of the wrong type) are executed. Depending upon how different the actual switch type is from the previously provisioned switch type, some commands are rejected, and some commands are accepted.

This example shows how to provision a Catalyst 3750G-48PS switch with a stack member number of 2 for the stack. The show running-config command output shows the interfaces associated with the provisioned switch:



switch 2 provision ws-c3750g-48ts
end



You can now view and configure the interfaces of the switch in the running configuration:-

Remove a Provisioned Switch from the Stack

If a switch stack runs Cisco IOS Release 12.2(20)SE or later and you remove a provisioned switch from the switch stack, the configuration associated with the removed stack member remains in the running configuration as provisioned information.

In order to delete all configuration information associated with the removed switch (a stack member that has left the stack), apply the no switch provision command in global configuration mode.

In this example, switch number 2 was removed from a stack. The model number of the switch is WS-C3750-48TS:



no switch 2 provision ws-c3750-48ts
exit
!
write memory



Note: In order to avoid the receipt of an error message, you must remove the specified switch from the switch stack before you use the no form of this command to delete a provisioned configuration.

Version Mismatch

The output of a ‘show switch’ command is shown below

banner image

If there is a version mismatch and the master cannot update the SW it will not be possible to session across to the affected switch. The only way to update the SW is to power down the switch, disconnect it from the stack, and then manually update the IOS whilst offline. The interface configuration will still be present on the remaining stack, therefore ensure that when the switch is returned to the stack it has the correct switch number and priority.

Conclusion

In conclusion, configuring Cisco stack switches is essential for optimizing network performance and ensuring reliability. By allowing multiple switches to operate as a single unit, stack switches simplify management and enhance redundancy.

Proper configuration involves understanding the key features, implementing best practices, and utilizing the appropriate command-line interface (CLI) commands. You can practice these commands on our CCNP Enterprise Virtual Lab.

Additionally, ongoing monitoring and troubleshooting are crucial to maintaining an efficient network environment. Mastering Cisco stack switches configuration not only improves network efficiency but also prepares professionals for advanced networking challenges in today's dynamic IT landscape.

For those looking to further their Cisco enterprise learning, courses like the CCIE Enterprise Training offer comprehensive instruction on designing, implementing, and troubleshooting enterprise networks, equipping participants with the skills needed to excel in the CCIE certification exam and advance their careers in the networking field.

Amar Singh

Amar Singh is a senior security architect and a certified trainer. He is currently working with a reputed organization based out of India. His accomplishments include CCNA, CCNP Security, CEH, Vmware, Checkpoint and Palo Alto Certifications. He is holding more than 12 years of experience in Network security domain. In his career he has been ...

More... | Author`s Bog | Book a Meeting

Related Articles

#Explore latest news and articles

Cisco Nexus Port Channel: Configuring LACP 16 Jul 2024

Cisco Nexus Port Channel: Configuring LACP

Configure Cisco Nexus port channels with LACP for improving performance. Learn to set up etherchannel on Nexus 9000 switches. Read More!
Enable SSH on Cisco Switch: Configure and Setup 21 Oct 2024

Enable SSH on Cisco Switch: Configure and Setup

Learn how to enable SSH on Cisco switch with our guide. Configure & setup device management protocol for secure remote access quickly & easily. 
What is CDP and LLDP? Easy Configuration Guide 18 Sep 2024

What is CDP and LLDP? Easy Configuration Guide

Dive into what is CDP protocol and understand LLDP with configuration to explore the difference between CDP and LLDP

FAQ

Switch stack configuration refers to the setup that allows multiple Cisco switches to operate as a single logical unit, simplifying management and enhancing redundancy within a network.
To connect three switches in a stack, use stack cables to link the switches together, ensuring they are powered on and configured to recognize each other as a single stack.
To show the stack on a Cisco switch, use the command show switch in the command-line interface, which provides details about the stack members and their statuses.
To configure a Cisco 3850 stack switch, connect the switches with stack cables, power them on, and use the command-line interface to assign switch numbers and configure settings as needed.

Comments (0)

Share

Share this post with others

Contact learning advisor

Captcha image
🚀 Ready to elevate your networking security skills?
🚀 Ready to elevate your networking security skills?
Join our Live Palo Alto Training on 26th OCT at 3 PM IST.
Day
Hr
Min
Sec
Enroll Now!