Skip to content
[menu]

FOUNDRYNETNo. 001SEPTEMBER 2026SECTION 02SWITCHING

Ethernet Switching Guide

Six guides on the wiring closet and the backbone: how frames are tagged, bundled, kept loop-free, authenticated, routed in hardware and powered. The section inherits the FastIron and BigIron configuration chapters that sysadmin forums linked to for years.

02 /Contents

02.1 /Orientation

An Ethernet switch forwards frames by MAC address, learns where addresses live by watching source fields, and floods what it does not know. Everything else in switching is a control mechanism layered on that behaviour: VLANs split one switch into several broadcast domains, trunks carry many VLANs over one link, link aggregation makes several links behave as one, spanning tree stops redundant links from becoming loops, and 802.1X decides whether a port should forward anything at all. A Layer 3 switch adds routing between VLANs in the same hardware.

The guides follow that stack. VLANs covers 802.1Q tagging, access and trunk ports, native VLAN pitfalls and inter-VLAN routing. Link aggregation explains static bundles and LACP, why a single flow never exceeds one member link, and the mismatches that keep a bundle down. Spanning tree walks through root election, RSTP convergence and the guards that protect an access layer. 802.1X covers supplicant, authenticator and RADIUS server roles, MAC authentication bypass and dynamic VLANs. Layer 2 versus Layer 3 is the buying and design decision, and Power over Ethernet is the budget arithmetic behind phones and access points.

Foundry's product map used exactly this split: Layer 2/3 wiring-closet switches (FastIron, EdgeIron) and Layer 3 backbone switches (BigIron). The IronWare command line built VLANs from port membership and called link aggregation trunking, and its configuration guide chapters on VLANs, trunking and port monitoring were among the most externally linked pages on the original site. Those chapters are the recovered documents in the margin. The profiles for FastIron, BigIron and EdgeIron live in the archive.

The recurring lesson across the section is that switching failures are configuration mismatches between two ends of a link: a native VLAN that differs, a member port at the wrong speed, a spanning tree root that was never set deliberately, a RADIUS attribute the switch does not understand. Every guide therefore ends with the show commands that expose the mismatch, because knowing where to look is most of the fix.

Nothing here requires Foundry hardware. The 802.1Q, 802.1AX, 802.1D/w/s, 802.1X and 802.3af/at/bt standards are the same on every vendor's switch; the IronWare examples are one accent, not the subject.