Cisco Switch Stacking Using a Couple of Cisco Catalyst 3650

2023 SEASON SALE Networking and Security Showcase In-stock ICT products at exclusive discounts

Speaking of Stacking switches, we have to pay more attention to Cisco’s switches that support stacking. Cisco has a big and powerful family of stacking switches, such as the Cisco 2960X, 3560X, the 3750-X, Cisco 3650, 3850 switches, etc. 

In this article, we will share some examples of Cisco switch stacking using a couple of Cisco Catalyst 3650.

When put in a stack, Cisco Catalyst switches form a single switch. And the stack cabling form what is called a “stack ring”. The stack ring is characterized by its speed.

catalyst-3650-rear-detail01

Cisco Switch Stacking Benefits

Some of the benefits are related to stacking:

  • More port density and less trunking: when you run out of switch ports, you need to add another switch. Obviously, you think of connecting it throught a trunk link. This means additional configuration. Instead, putting the new switch in a stack with the old one saves you some time. It’s simply connecting both switches with a stack cable and you have two switches.
  • Ease of management: instead of assigning an IP address to each switch, we assign a single IP address to the stack.
  • high inter-switch bandwidth: getting back to the scenario of adding a switch through a trunk link, the bandwidth you will have between switches depends on the type of interfaces (FastEthernet, GigaEthernet). However, with a stack cable, the inter-switch bandwidth reaches 80G.

 

Cisco Switch Stack IOS Commands

To determine the speed of the stack ring in a Catalyst 3650, enter the following command: show switch stack-ring speed

show-switch-stack-ring-keyboardbanger

As we can see from the screenshot, the stack ring speed is 80GB. Two other bits of information are shown: the stack ring configuration and the stack ring protocol. The stack ring configuration shows “Half” because only one stack cable is inserted between the stack members (a switch that is part of a stack is called Stack member). If we had put two stack cables on the Catalyst 3650, the stack ring configuration would have shown “Full”.

 

Show Switch in Detail

This command allows having a detailed view on the switch stack. It shows the following information:

  1. The switch on which our console cable is connected. This is indicated by the asterisk symbol
  2. The identifier of switches in the stack
  3. The role of each switch in the stack
  4. The MAC address of each switch in the stack
  5. The priority of each switch
  6. The status of each stack port, on the current stack member
  7. The status of each stack port, on the neighbouring stack member

show-switch-detail-keyboardbanger

 

Show switch {identifier}

The show switch {identifier} command allows to see, for a particular stack member, the following information:

  1. Whether we are connected to the switch or not. This is indicated by the presence or absence of an asterisk
  2. Whether the switch is Active or Standby in the stack
  3. The MAC address of each switch
  4. The priority of each switch

show-switch-identifier-keyboardbanger

 

Show Switch

One simple command to quickly know the status of the stack is the show switch command. What we need to see is “Ready” in the last column.

show-switch-keyboardbanger

 

Show Switch Stack-ports

This command displays the status of the stacking ports on the switch:

  • Down: means there is no switch connected to the port, or the switch at the other part of the cable is down.
  • OK: means that the port is up and that there is a switch connected to it.

show-switch-stack-ports-keyboardbanger

 

Show Switch Neighbors

this command displays all neighboring switches in the same stack. In a Catalyst 3650, this command shows three columns:

  • first column: the switch identifier
  • second column: the identifier of the neighbor on Port 1 of the switch. If it says “None”, then there is no switch on this port
  • third column: the identifier of the neighbor on Port 2 of the switch. If it says “None”, then there is no switch on this port.

show-switch-neighbors-keyboardbanger

Reference from https://www.keyboardbanger.com/cisco-switch-stack-benefits-commands/

By the way, there is a question raised by users like this: “This is using 4 Cisco 3850 48-port switches. I know that these switches are using latest stacking technology – stackwise-480. How to do the stacking?”  What’s your ideas about this? Share with us, please!

 

More Related

Cisco 2960-S Series Stacking

Cisco Catalyst 3650 Model Comparison

Cisco Catalyst 2960-X/XR vs. Catalyst 3650 vs. Cisco 3850 Series

Share This Post

Post Comment