On this page
What ServerIron wasGenerations, 1998 to the ADXRoles in the networkConfiguration model: real, virtual, port, bindSwitchBack and direct server returnWhere the documentation livedRunning one todayQuestions01 /What ServerIron was
Foundry Networks introduced ServerIron around 1998 and marketed it as a "web switch": a Layer 2/3 Ethernet switch with a Layer 4 through 7 traffic management engine on top. The core job was server load balancing, one virtual IP in front of a pool of real servers with health checks removing failed members. Around that Foundry layered global server load balancing, firewall load balancing, transparent cache switching and, on later models, SSL acceleration.
The pitch against the server-based appliances of the dot-com build-out was that switching and load balancing happened in one box at wire speed. ServerIron became the best known Foundry product outside campus switching, and its SLB configuration guide was among the most linked documents on this domain. Corporate context is on the company history page.
02 /Generations, 1998 to the ADX
Model naming changed several times and datasheets from different years describe overlapping products. The table is a careful summary. Port counts and throughput figures are omitted on purpose because they varied by hardware revision and software release.
| Generation | Approximate years | Form factor | Notes |
|---|---|---|---|
| ServerIron XL | 1998 to early 2000s | Fixed, Fast Ethernet | Original web switch; covered by the early SLB guide |
| ServerIron 400 / 800 | Around 2000 to 2004 | Chassis | Modular, redundant management, GSLB and FWLB |
| ServerIron GT | Early 2000s | Fixed, Gigabit | Gigabit server-facing ports |
| ServerIron 4G | Mid-2000s | Compact fixed | Entry-level Gigabit SLB |
| ServerIron 350 / 450 | Around 2005 to 2008 | Chassis | 10 Gigabit capable; higher session capacity |
| ServerIron GT C-class | Around 2006 to 2007 | Fixed, 10 Gigabit uplinks | Last Foundry-branded generation |
| ServerIron ADX | 2009 to mid-2010s | Brocade era | Successor line; end of life in the mid-2010s |
03 /Roles in the network
A ServerIron sat between the routed edge and the server farm. In the basic role it owned the VIPs and forwarded to real servers, either rewriting addresses (NAT mode) or using direct server return. As a GSLB device it acted as a DNS proxy in front of the authoritative servers and reordered answers by site health and proximity. In firewall load balancing two units formed a sandwich around a group of firewalls so that both directions of a flow crossed the same firewall. Transparent cache switching redirected port 80 traffic to a cache farm without client configuration. Persistence and Layer 7 switching applied to all of these.
04 /Configuration model: real, virtual, port, bind
The CLI came from IronWare and looked like the FastIron and BigIron CLI, with an SLB vocabulary added. Four objects carried almost every configuration: server real for a backend, server virtual for a VIP, port under either to open a service, and bind to tie a virtual port to real ports. Health checks were attached per port, and a predictor keyword chose the balancing method.
server real web1 10.1.1.11 port http server real web2 10.1.1.12 port http server virtual www 192.0.2.10 port http bind http web1 http web2 http show server real show server virtual show server bind show server session
FoundryNet is an independent archive and reference. It is not affiliated with Foundry Networks, Brocade, Broadcom or Extreme Networks. Command shapes above are illustrative, not reproduced documentation.
05 /SwitchBack and direct server return
Foundry marketed its direct server return mode as SwitchBack. The ServerIron rewrote only the destination MAC address of inbound packets; the real server carried the VIP on a loopback and answered the client directly, so return traffic never crossed the switch. The term appears in press material from the early 2000s. It was a marketing name for a standard technique, not a proprietary protocol, and it disabled Layer 7 features that needed both directions of the flow.
06 /Where the documentation lived
The ServerIron SLB guide, the switch and router command references and per-release datasheets sat under the products and services documentation trees of the old site, and forum posts still point at those paths. Those URLs now resolve to this archive. The CLI command reference page collects the show and configuration commands that still matter, and password recovery covers a locked second-hand unit.
07 /Running one today
A chassis ServerIron draws several hundred watts and its fans are loud enough to rule out a living room. Fixed units are quieter but still office-grade. Software updates ended with the ADX end of life, so no security fixes exist and the SSL stack on any unit is limited to ciphers that browsers now reject. The realistic uses are a lab for learning SLB concepts, a Layer 4 balancer for internal test traffic, or a museum piece. Do not place one on the public internet; see the security advisories page.
08 /Questions
When was the Foundry ServerIron introduced?
Around 1998, as one of the first switch-based load balancers. Foundry marketed it as a web switch, meaning an Ethernet switch with Layer 4 through 7 server load balancing built into the forwarding path rather than a server appliance.
What replaced the ServerIron after the Brocade acquisition?
Brocade rebranded and refreshed the line as ServerIron ADX from about 2009. The ADX reached end of sale around the mid-2010s and support ended some years later. Brocade did not carry a load balancer forward after that.
What did SwitchBack mean on a ServerIron?
SwitchBack was the Foundry marketing term for direct server return. The switch forwarded inbound packets by MAC address only and real servers replied to clients directly, so the balancer never saw return traffic and could handle heavy outbound volumes.
Can a ServerIron still do SSL offload?
Only with ciphers and protocol versions that modern clients refuse. The SSL modules and later ADX software stopped receiving updates when the line ended, so treat SSL features as historical and terminate TLS elsewhere in any lab that touches real clients.
Is the ServerIron CLI the same as FastIron or BigIron?
The base is the same IronWare style, with the same enable, configure terminal and show conventions. ServerIron adds the server real, server virtual, port and bind vocabulary plus GSLB and firewall load balancing sections that the switches lack.
Sources
- Foundry Networks press releases announcing ServerIron web switch products, 1998 to 2007
- Original Foundry ServerIron product pages and datasheets (historical, archived)
- Web archive captures of www.foundrynet.com/products/webswitches/, 2000 to 2008
- Brocade ServerIron ADX end of life and end of support notices (successor vendor, mid-2010s)