Stacking Basics for Campus Switches
Key Takeaways
- Huawei iStack combines multiple fixed-form campus switches into one logical device with a unified control plane and single management IP.
- A stack elects a master (and typically standby) so configuration and forwarding remain consistent; member failure triggers role recovery within the stack domain.
- Operational benefits include simplified management, cross-device link aggregation to upstream switches, and higher availability for access/aggregation layers.
- CSS is the related idea for modular chassis virtualization at core/aggregation; iStack targets box-type switches—do not swap the terms blindly on the exam.
- HCIA-level stacking knowledge is conceptual: logical single switch, master/standby, benefits and constraints—not deep fabric ASICs or every setup wizard detail.
Stacking Basics for Campus Switches
Quick Answer: iStack virtualizes multiple Huawei fixed campus switches into one logical switch. You manage one control plane (master with standby backup), apply one configuration style, and can build Eth-Trunks that span physical members toward upstream devices. Stacking improves availability and simplifies operations; it is complementary to—not a replacement for—STP inside the broader campus and LACP on inter-switch links.
After STP and Eth-Trunk, HCIA-Datacom introduces device virtualization at the access or aggregation layer. Real campuses often place two or more physical switches in a wiring closet for port density and redundancy. Without stacking, each box is a separate bridge: separate IPs, separate configs, and dual-homed servers or uplinks require careful STP/LACP design. Stacking merges compatible switches so operators and higher-layer protocols see one device.
What problem stacking solves
| Without stack (two independent switches) | With iStack (one logical switch) |
|---|---|
| Two management IP addresses and configs | One management plane and consistent config |
| Dual-home server needs LACP to two peers or active/standby NICs | Server LACP can terminate on one logical switch across members |
| Upstream dual-homing looks like two STP bridges | Upstream can use multi-chassis Eth-Trunk toward one logical neighbor |
| Software upgrades and VLAN changes repeated | Changes applied once to the stack |
| Failure domain is per box but operations are doubled | Member failure handled inside stack roles |
Stacking is an operations and high-availability tool. It does not remove the need for good Layer 2 design, loop prevention toward non-stack devices, or correct uplink capacity planning.
iStack concept (fixed campus switches)
iStack is Huawei’s stacking technology for many box-type / fixed-form campus switches (S series access and some aggregation models, depending on platform). Compatible members connect through dedicated stack ports or stack cables/modules (product-specific) and elect control roles:
| Role | Responsibility |
|---|---|
| Master | Active control plane: runs management protocols, owns the authoritative configuration, makes control decisions for the logical switch |
| Standby (backup) | Synchronized backup control plane; ready to take over if the master fails |
| Slave / other members | Forwarding members that follow the master’s control; expand port density |
Exact role names in output may vary slightly by version, but the exam idea is stable: one active master, synchronized backup, and members that contribute ports to a single logical MAC/bridge identity from the network’s point of view.
Single logical device properties
Once formed, the stack presents:
- One Bridge ID for STP (root election treats the stack as a single switch).
- One set of VLANs, MAC tables, and Eth-Trunks managed coherently.
- Interface naming that typically encodes member ID + slot + port (so you know which physical box a cable sits on).
- One place to save configuration (
save) for the logical system (members synchronize under the master’s control).
If the master fails, the standby is promoted and the stack continues forwarding with minimal disruption compared with rebuilding two independent devices’ topologies manually.
Stack vs Eth-Trunk vs STP (keep them straight)
These three technologies appear together in campus designs and exam distractors:
| Technology | Operates between | Main purpose |
|---|---|---|
| STP/RSTP/MSTP | Switches in a Layer 2 domain | Break loops; may block redundant paths |
| Eth-Trunk / LACP | Parallel links between the same pair of logical devices | Bandwidth + link redundancy |
| iStack | Multiple physical switches becoming one logical switch | Unified management + multi-chassis port system |
A common high-value design: two stacked access switches dual-home with an Eth-Trunk to a stacked (or CSS) aggregation pair. STP may still run toward the rest of the network, but local wiring-closet redundancy is handled by stack member failover and LACP member failover rather than by blocking half of the closet uplinks permanently.
CSS vs iStack (exam naming trap)
Huawei uses different virtualization brands by platform class:
| Technology | Typical platform | One-line idea |
|---|---|---|
| iStack | Fixed / box campus switches | Stack multiple access/agg boxes into one logical switch |
| CSS (Cluster Switch System) | Modular chassis (for example high-end S series cores) | Virtualize two chassis into one logical core device |
| SVF (Super Virtual Fabric) | Parent + access/AP fabric ideas | Centralize management of access devices under a parent (broader fabric concept) |
Exam trap: Do not answer “iStack” for modular chassis clustering questions that expect CSS, and do not answer “CSS” for fixed access switch stacking questions that expect iStack. All aim at “one logical device,” but the product term matters on HCIA-Datacom.
Benefits in campus designs
- Simplified O&M: one SSH target, one ACL policy set, one firmware plan for the logical switch.
- Higher availability: master/standby control; member or link failure does not necessarily split every service if dual-homing and stack links are designed correctly.
- Flexible port growth: add a member to increase port count without redesigning IP addressing of many separate switches.
- Cleaner dual-homing: servers and upstream switches peer with one logical LACP endpoint that spans cards/members.
- Predictable STP: fewer independent bridges in the closet reduce accidental root elections on access devices.
Constraints and operational cautions (HCIA awareness)
Stacking is not free complexity:
- Compatibility: members must support stacking together (model/software constraints).
- Stack link capacity and reliability: stack cables/ports are critical; treat them like backplane extensions—if stack links fail badly, you risk split-brain or degraded behavior depending on detection features.
- Failure domain size: a control-plane fault can affect the whole logical switch; dual independent switches isolate some faults differently. Designers choose stacking when operational simplicity and multi-chassis LAG matter more than maximum fault isolation.
- Planning member IDs and priorities: master election uses stack priorities and member IDs; set them intentionally so the preferred switch becomes master after reloads.
- Not a substitute for building design: uplink bandwidth, oversubscription, and VLAN plan still matter.
Conceptual setup flow (platform details omitted on purpose for associate level):
- Ensure hardware/software stack support and cabling of stack ports.
- Assign member IDs and stack priorities (higher priority preferred as master—confirm product rule in docs when implementing).
- Save and reboot into stack formation as required by the platform procedure.
- Verify with stack status displays (for example
display switchover state/display stackstyle commands on supporting software) that roles are master/standby and all members are Ready. - Configure VLANs, Eth-Trunks, and STP on the logical switch as usual.
You are not expected to memorize every stack cable pinout for HCIA; you are expected to explain why stacking exists and how it changes the logical topology.
Design vignette
Floor 3 has two 48-port access switches for user density. Requirements: single management point, survive loss of one access chassis for dual-homed devices, and two uplinks to aggregation.
Approach: stack the two access switches with iStack. Create Eth-Trunk uplinks that spread members across both physical switches toward the aggregation layer (aggregation may itself be CSS/iStack depending on hardware). Run MSTP or RSTP with root on distribution/core. Edge ports + BPDU Guard face users. Result: operators see one access switch; a single member failure leaves the logical device up; LACP can keep at least one uplink member active if fibers are diverse.
Anti-pattern: two independent switches with random STP priorities, one becoming root by low MAC, manual Eth-Trunk on only one side of a fiber pair, and no edge ports—users experience slow links and unexpected blocked uplinks.
How this chapter fits together
| Tool | You use it to… |
|---|---|
| STP/RSTP/MSTP | Keep the campus loop-free and optionally load-share VLANs across trees |
| Eth-Trunk/LACP | Make parallel cables act as one high-capacity logical link |
| iStack/CSS | Make parallel switches act as one manageable logical switch |
Together they form the classic Huawei campus Layer 2 high-availability toolkit tested on HCIA-Datacom H12-811.
Exam checklist
- Define iStack: multiple fixed switches → one logical device.
- Name roles: master / standby (backup) / forwarding members.
- List benefits: unified management, multi-chassis aggregation, availability.
- Distinguish iStack vs CSS vs Eth-Trunk vs STP in one sentence each.
- Recognize that stack member failure handling and single Bridge ID change how dual-homing is designed.
With spanning tree, aggregation, and stacking understood at associate depth, you can reason about any simple Huawei campus wiring-closet topology the exam throws at you—and you are ready to connect these Layer 2 foundations to routing and OSPF in later chapters.
What is the primary purpose of Huawei iStack on fixed campus switches?
In an iStack, which role owns the active control plane and authoritative configuration under normal conditions?
Which technology name is typically associated with virtualizing modular chassis switches into one logical core device, as opposed to stacking fixed access boxes?
How does stacking change dual-homed server or uplink design compared with two completely independent access switches?