Showing 0 products

Frequently Asked Questions

What does stacking give that separate switches do not?

One configuration, one management point, and aggregated links that survive a whole switch failing.

The management benefit is immediate: one address to connect to, one configuration file, one firmware image, one set of VLANs. Adding a switch to a stack requires almost nothing - it inherits the configuration.

The design benefit is the one that changes architecture. Because the stack is a single logical switch, an aggregated link can be spread across two member chassis. A server, a firewall or a downstream switch connects to two physical switches with both links active and full bandwidth available. If one member fails, traffic continues on the other with no spanning tree convergence and no reconfiguration.

That is not achievable with independent switches without multi-chassis aggregation, which is a more complex feature usually reserved for higher tiers.

The forwarding table is shared too, so a device learned on one member is known to all - which avoids the flooding that separate switches produce.

What is the risk of stacking?

One control plane, so one mistake or one bad firmware image affects every member at once.

With independent switches, a configuration error takes down one switch and the others continue. In a stack the configuration is shared, so an error in a VLAN definition or an access list applies everywhere immediately.

Firmware is the more serious case. A stack normally runs one image, and upgrading means the whole stack reloads - so an eight-switch stack is a single maintenance window affecting everything connected to it. Some platforms support staged or in-service upgrades that reload members in turn; where that matters, it should be a purchasing requirement.

Software faults in the stacking protocol itself, though uncommon, can split a stack into two halves that both believe they are in charge - with predictable consequences.

The usual mitigation is to keep genuinely critical paths across two separate stacks rather than two members of one, so the failure domain is bounded by something other than software.

How much bandwidth is there between stack members?

Tens to hundreds of gigabits per second depending on platform, over dedicated ports - and it matters because traffic between members crosses it.

Stacking uses purpose-made ports and cables at the rear of the switch, separate from the network ports, running at a much higher rate than the front-panel ports.

Whether the figure matters depends on the traffic pattern. In a typical access stack most traffic goes up the uplink rather than between members, so the stack link is lightly used. Where members serve devices that talk to each other heavily, or where an aggregated uplink is split across members, the stack bandwidth becomes part of the forwarding path.

The cabling topology is the practical decision. Connecting the members in a closed ring gives two paths between any pair and survives a cable or member failure. A chain does not - a break in the middle splits the stack. Ring topology costs one extra cable and should be treated as mandatory.

Can different switch models be stacked together?

Only within the limits the manufacturer states, which is usually the same family and often the same firmware - and mixing beyond that either fails or degrades the whole stack.

Stacking is proprietary. Different manufacturers never stack together, and within one manufacturer the compatible set is defined by product family.

Within a family, mixing port counts and PoE and non-PoE members is normally supported. Mixing port speeds is sometimes allowed but can force the stack to operate at the lowest common feature set, which quietly removes capability from the newer members.

Firmware must match. A member with a different image will either refuse to join or join in a degraded state, and this is the most common problem when adding a switch to an existing stack - the new one arrives with newer firmware than the stack is running.

Plan for it: upgrade the new switch to the stack's version before connecting it, or schedule a stack-wide upgrade as part of the work.

What are uplink expansion modules for?

Adding fibre or higher-speed uplinks to a switch whose fixed ports are copper - and keeping the choice of media open until installation.

Many access switches ship with copper access ports and a slot for a module that provides the uplinks. The module might give four SFP+ ports, two 25 Gb ports, or a pair of 40 Gb ports, and the transceivers then decide the media and distance.

That flexibility is genuinely useful. The same switch model can uplink over multimode fibre in one building, single-mode across a campus, and copper in a small site, decided at installation rather than at purchase.

Two cautions. Modules are model-specific and are frequently omitted from quotations, so a switch arrives with no way to connect to the network. And on some platforms fitting or removing a module requires a reboot, which matters for a live upgrade.

Check also whether the module's ports can be used for stacking, since several platforms allow stacking over uplink ports as an alternative to dedicated stack modules.

Which member becomes stack master, and does it matter?

By configured priority, then by other tie-breakers - and it matters because the master runs the control plane and holds the configuration.

One member is master. It runs the management interface, the routing protocols and the configuration; the others forward traffic under its direction. Election follows priority first, and then criteria such as uptime or MAC address if priorities are equal.

Left at defaults, the master ends up wherever the tie-breakers land, which may be the switch most likely to be power-cycled.

Set priorities explicitly, giving the highest to the member with the most stable position - typically one with dual power supplies and no reason to be touched. Give the second-highest to another member so the standby is also deterministic.

On a well-implemented platform, master failure is recovered in seconds with data forwarding largely unaffected. Confirm the behaviour of the specific platform, because the difference between a sub-second failover and a full stack reload is significant and not always documented prominently.

What is worth confirming when installing a stack?

Cable topology, member numbering, priorities, firmware consistency and the physical layout - all before the stack goes into service.

Cable in a ring, not a chain. Verify the ring is complete from the stack status rather than by looking at the cables.

Set member numbers deliberately and label the switches to match, because port identifiers include the member number and a stack where switch 3 is physically at the top is a diagnostic hazard for years afterwards.

Set master and standby priorities explicitly.

Confirm all members run the same firmware, and record which version, since the next switch added will need it.

Physically, allow for stack cable lengths - they are short, and a stack split across two cabinets may not reach. Leave the members adjacent where possible, and keep spare cables on site because they are model-specific and not something a local supplier will have.

Finally, test failover before go-live by powering down the master. Discovering the behaviour during an incident is not the time.