Chassis Aggregation

Chassis aggregation is a Cisco technology to make two switches operate as a single logical switch. It is similar to stacking but meant for chassis switches like the 6500 and 6800 series switches. It is often used in the core layer and sometimes in the distribution layer.





Let’s start by taking a closer look at a chassis, like the Cisco Catalyst 6500 switch:

Cisco 6500 Chassis

These chassis switches have one or two supervisors, this is the brain of the switch which has the CPU, memory, flash, etc. The supervisor is responsible for packet forwarding. In case one supervisor goes down, the second one will take over. At the bottom of the switch, we have two power supplies with redundant feeds. In the remaining slots, we can insert line cards for interfaces or some other modules. Here’s an illustration of the chassis:

cisco chassis concept

Above we see a chassis with some line cards, two supervisors, and two power supplies. Even though we have a lot of redundancy in a single chassis, it is a good idea to add a second chassis for extra redundancy. To connect the two switches to each other, we use regular Ethernet interfaces, and in case a single line card fails, multiple line cards:

chassis integration interfaces

To create a single logical link out of these physical links, we can create an EtherChannel:

chassis integration etherchannel

We now have a redundant core layer, but still two physical switches without switch aggregation. Let’s look at the “bigger picture” and connect some distribution layer switches to our two core switches:

chassis aggregation distribution layer switches

Without switch aggregation, we do have some redundant uplinks from the distribution layer to the core layer. If you use VLANs on these interfaces, spanning tree will block some of the links to create a loop-free topology.

Unlike StackWise, switch aggregation can be configured with regular Ethernet interfaces and EtherChannel. When we enable switch aggregation, our two switches on the core layer become one logical switch:

chassis aggregation distribution layer etherchannels

The two core switches will act as a single switch to the outside world when it comes to control plane protocols like ARP, spanning tree, EtherChannel and routing protocols. Information like MAC addresses in the MAC address table are synchronized between the two switches.

From the perspective of the distribution layer switches, they are connected to a single core switch. We can create EtherChannels on the distribution layer switches even though the physical links connect to two different physical core switches. This is called MEC (Multichassis EtherChannel). All links will be in forwarding mode, there is no loop unless I add a link in between the two distribution layer switches.

We can take this one step further by using StackWise on the distribution layer switches, creating a single logical distribution layer switch. Our picture then looks like this:

core distribution layers aggregated stacked

We now have a single EtherChannel. Even though we four physical switches, our logical topology only has two switches. All links will be in forwarding and nothing will be blocked by spanning tree.

If you want to see switch aggregation in action, you can take a look at my VSS (Virtual Switching System) lesson where I show you the configuration.

Conclusion

you now learned the basics of switch aggregation:

  • Switch aggregation is used on the core and distribution layer.
  • uses Ethernet interfaces to create a logical switch out of two physical switches.
  • To the outside world, the two switches act as a single switch.
  • Both physical switches will forward traffic and synchronize information like MAC addresses in the MAC address table.
  • Etherchannels that connect to two different physical switches are called MEC (Multichassis EtherChannel).

Forum Replies

  1. Hi Rene
    Does Chassis aggregation also combine Chassis supervisor together, Ex, Chassis Aggrgation CPU = chassis1 cpu + chassis 2 cpu ?

  2. Hello Heng

    Chassis aggregation will allow you to view two 6000 series switches as a single logical switch. If the supervisor goes down on one chassis, the supervisor of the other chassis will NOT take over. Each supervisor is responsible for supporting the cards on the local chassis. For this reason, we often have two supervisors per chassis in order to provide the necessary redundancy even in this case.

    The major advantage of the chassis aggregation technology is, as Rene states,

    “The two core switches will act as a single switch to the outside world when

    ... Continue reading in our forum

  3. the Cisco Chassis Aggregation feature sounds like the Physcial Stacking that is called by other vendors. But as I see, Physcial Stacking can use regular ethernet interface, but cannot use the Etherchannel. And Physcial Stacking can be applied to non-chassis switch as well, not only Chassis Switch.

    Will you have some introduction about MLAG? It’s very be very interesting. Looking forward to it.

  4. Hello Tom

    There are various terms used to refer to similar technologies from different vendors. Chassis Aggregation is a term used by Cisco to refer to the architecture of using two chassis switches to act as a single aggregated switch. The actual technology that is used to achieve this architecture is Virtual Switching System or VSS. Chassis Aggregation architecture can only be achieved between chassis-type switches.

    There are other aggregation technologies for both chassis and non-chassis switches. You can find out more about these at this NetworkLessons

    ... Continue reading in our forum

Ask a question or join the discussion by visiting our Community Forum