Skip to content
[menu]

FOUNDRYNETNo. 001SEPTEMBER 2026FOUNDRY ARCHIVE

Recovers 4 legacy addresses from the original site.

IronView Network Manager: Foundry SNMP Management Platform

IronView Network Manager was the SNMP-based management application Foundry sold for IronWare devices. This page describes what it did, where it stopped, and the generic tools that replace it.

On this pageWhat IronView Network Manager wasWhat it didThe earlier per-product managersWhat it did well and where it stoppedWhat happened to it after 2008Managing legacy IronWare gear todayQuestions

01 /What IronView Network Manager was

IronView Network Manager, usually shortened to INM, was the element management application Foundry sold alongside its switches and routers through the 2000s. It was a Java application with a server component and a client, installed on a Windows or Solaris server and later on Linux. The product discovered Foundry devices by SNMP, drew them on a topology map, presented their status, and gave a single console for configuration and monitoring tasks that otherwise meant logging into each device. Foundry marketed it under the network management sections of the old site. It was an element manager: it managed Foundry devices well and other vendors barely.

INM architecture, generic viewINM ARCHITECTURE, GENERIC VIEW04INM client: Java GUI for topology, device views and reports03INM server: discovery, poller, trap receiver, sFlow collector, config store02Transport: SNMP UDP 161 and 162, sFlow UDP 6343, syslog UDP 514, SSH or telnet01IronWare devices: SNMP agent, sFlow agent, syslog, CLI
INM followed the manager and agent model: SNMP for state, sFlow for traffic, CLI sessions for configuration.

02 /What it did

  • Discovery and topology. Given seed addresses and community strings, INM walked SNMP tables, identified Foundry models by sysObjectID and drew links from Foundry Discovery Protocol and bridge tables.
  • Device views. Front panel renderings with port state, module inventory, power and fan status, pulled from the Foundry enterprise MIBs.
  • Configuration. Scheduled backup of running and startup configurations, side by side comparison, and deployment of a configuration or a software image to one device or a group.
  • Fault management. A trap and syslog receiver with filtering, severity mapping and forwarding to an upstream manager.
  • Traffic. An sFlow collector that took samples from JetCore and later hardware and reported top talkers, protocols and conversations per interface; see sFlow.

03 /The earlier per-product managers

Before INM consolidated management, Foundry documentation described separate tools: a web management interface built into each device, per-family management applications for ServerIron and for the switching lines, and an installation guide filed under the name FEManager in the network management section of the documentation tree, whose exact scope is not clear from surviving captures. INM absorbed these functions over successive releases. The built-in web interface stayed on the devices and is the one piece of that generation a second-hand unit still carries; it should be disabled for the reasons given in the advisories archive.

04 /What it did well and where it stopped

INM was good at what SNMP element managers were good at: inventory, port state, configuration archive, and a picture of a Foundry-only network. It stopped where every element manager of the period stopped. It was single-vendor, so a mixed network still needed a general manager above it. It scaled to hundreds of devices, not tens of thousands. The Java client was heavy, the server needed its own care and licensing, and reporting was fixed rather than queryable. Alerting relied on traps, so a device that died silently was noticed only at the next poll. None of this is specific to Foundry; it describes the whole class.

05 /What happened to it after 2008

After the Brocade acquisition the INM functions were reportedly folded into Brocade management tooling, and the IronView name faded from price lists within a few years. No successor vendor distributes INM today. Installers for the last releases exist in private archives, but they depend on Java runtimes and operating systems of their period and offer nothing a current generic toolset lacks.

06 /Managing legacy IronWare gear today

A second-hand Foundry switch is an SNMP agent, an sFlow agent, a syslog source and an SSH endpoint. Every function INM provided maps to a generic tool that speaks those protocols.

INM functions and their generic replacements. Nothing here needs vendor software.
TaskINM thenGeneric approach now
Discovery and inventorySNMP walk, topology mapAny SNMP poller; load the Foundry enterprise MIBs for model and module detail
Port and interface stateDevice front panel viewIF-MIB polling; graph ifHCInOctets and ifHCOutOctets per port
Configuration backupScheduled backup and comparisonSSH script or config backup tool pulling show running-config nightly into version control
Software deploymentPush image to a groupTFTP or SCP copy from the CLI; with few units, manual is fine
Fault managementTrap and syslog receiverSyslog server plus the trap receiver of your poller; alert on link down and authentication failure
Traffic analysissFlow collector and reportsAny sFlow collector listening on UDP 6343

The SNMP MIBs page lists the standard and Foundry MIB objects worth polling, and the network monitoring hub covers sFlow and port mirroring for deeper inspection. Restrict SNMP and SSH to the poller and the backup host by access list; the CLI reference has the shape.

NOTE

FoundryNet is an independent reference. It does not distribute IronView Network Manager or any other Foundry, Brocade, Extreme or Ruckus software, and it is not affiliated with those companies.

07 /Questions

What was IronView Network Manager?

INM was the Foundry Networks element management application for IronWare switches, routers and load balancers. A Java client and server, it discovered devices by SNMP, showed topology and status, archived and deployed configurations, received traps and syslog, and collected sFlow. It was retired after the Brocade acquisition.

What operating systems did INM run on?

The server and client were Java applications distributed for Windows and Solaris, with Linux support in later releases. Exact supported versions changed by release and are not restated here; consult archived release notes for the version you have.

Can I still download IronView Network Manager?

Not from any vendor. Foundry is gone and the successors do not distribute it. Copies in private archives depend on old Java runtimes and operating systems. A generic SNMP poller, an SSH configuration backup script and an sFlow collector do the same work on current systems.

Do I need INM to manage a Foundry switch today?

No. IronWare devices expose standard SNMP MIBs, sFlow, syslog and SSH. Any monitoring stack that speaks those protocols manages them. Foundry-specific detail such as module inventory comes from the Foundry enterprise MIBs, which load into most pollers.

How did INM collect sFlow?

It included a collector listening on the standard sFlow port. JetCore and later hardware sampled packets and interface counters and exported them; INM aggregated the samples into top talkers, protocol mix and per-interface reports. Any sFlow collector performs the same aggregation today.

Sources

  • Original Foundry documentation (historical): IronView Network Manager user and installation guides, /services/documentation/nms/
  • Web archive captures of www.foundrynet.com/products/networkman/ironview/, 2003 to 2008
  • IETF RFC 3176, InMon Corporation sFlow: A Method for Monitoring Traffic in Switched and Routed Networks, 2001
  • IETF RFC 3411 through RFC 3418, SNMP version 3 architecture and MIBs, 2002