Skip to content
[menu]

FOUNDRYNETNo. 001SEPTEMBER 2026FOUNDRY ARCHIVE

Original page: www.foundrynet.com/ss/resource-center/default-ip.html (archived)

Foundry Switch Default IP, Console Access and Password Recovery

Foundry switches shipped without an IP address. First contact is the serial console, and lost passwords are cleared from the boot monitor. This page gives the settings and the procedure.

On this pageThere is no default IP addressConsole cable and terminal settingsAssigning the first management IPPassword recovery procedureEnabling SSH after recoveryPower supplies and connectorsSafety notes for second-hand gearQuestions

01 /There is no default IP address

Foundry devices did not ship with a factory IP address or a DHCP client. A new or freshly erased unit has an empty configuration and answers nothing on the network. The old site kept a resource-center page on this because the question arrived constantly from people who had plugged in a used FastIron and scanned for it. The answer is the console.

02 /Console cable and terminal settings

Console settings, common to every IronWare platform.
SettingValueNotes
Speed9600 baudSome releases allow changing it; leave the default
Data bits8
ParityNone
Stop bits1
Flow controlNoneHardware flow control on the terminal side gives a silent console
ConnectorRJ-45 or DB-9Older units and chassis management modules used DB-9; later fixed switches RJ-45

Modern laptops need a USB to serial adapter. If the port is RJ-45, the common rollover console cable with a DB-9 adapter usually works. If the console is DB-9, try a straight-through serial cable first and a null modem cable if no prompt appears.

03 /Assigning the first management IP

On a Layer 2 image the address is global; on a Layer 3 image it belongs to a virtual interface. The shape below is for a Layer 2 image; the CLI reference shows the Layer 3 form.

First management address, Layer 2 image
enable
configure terminal
hostname sw1
ip address 192.168.1.20 255.255.255.0
ip default-gateway 192.168.1.1
username admin password NEW-PASSWORD
enable super-user-password NEW-PASSWORD
write memory

Connect a network port to the same VLAN as your workstation and the device answers pings on the new address. Move the address to a dedicated management VLAN (VLANs) before production.

04 /Password recovery procedure

Recovery requires physical access to the console and a power cycle; there is no network path, by design. The general shape is stable across IronWare platforms, but the interrupt key, the prompt text and the exact boot command vary by model and release.

  1. 01

    Attach the console

    Connect at 9600 8N1 with no flow control and confirm you see output. Recovery is impossible without a working console session.

  2. 02

    Power cycle and interrupt the boot

    Pull power and reapply. Watch for the boot monitor banner and press b during the countdown to stop the normal boot. Some platforms show a different key or a menu; use what the banner says.

  3. 03

    Clear the password check

    At the boot monitor prompt enter no password. This does not erase the configuration; it tells the system image to skip the password check on the next boot only.

  4. 04

    Boot the system image

    Enter boot system flash primary. The device boots IronWare and drops you at a privileged prompt without asking for a password.

  5. 05

    Set new credentials

    Enter configure terminal, set enable super-user-password, replace or remove username entries you do not recognise, and check for stray SNMP communities and telnet settings.

  6. 06

    Save and verify

    write memory, then reload and log in with the new password to prove the recovery took.

WARNING

The no password step applies to the next boot only. Failing to save with write memory leaves the old, unknown password in the startup configuration and repeats the whole procedure.

05 /Enabling SSH after recovery

Telnet is often on by default on older releases. Generate a host key, confirm SSH answers, then disable telnet and the web interface; the security advisories archive has the full hardening set.

Enable SSH, disable clear-text management
configure terminal
crypto key generate rsa
aaa authentication login default local
no telnet server
no web-management http
write memory

06 /Power supplies and connectors

The old resource-center page carried a power plug diagram. Generic guidance: fixed units and small chassis use the IEC C13/C14 coupling, the same cord as a server. High-draw chassis supplies use the larger IEC C19/C20 coupling and sometimes dedicated circuits; some large chassis were also sold with DC supplies for carrier racks. Most chassis accept two or more supplies for redundancy. Read the label on each supply for its input rating; this site does not publish per-model figures.

07 /Safety notes for second-hand gear

  • Wipe the configuration. erase startup-config and reload, then confirm with show configuration. A previous owner may have left credentials, SNMP communities or a management address on your subnet.
  • Verify the firmware. Record the image names from show version and show flash. An unexpected or renamed image is a reason to reflash from a known copy before trusting the unit.
  • Assume no support. Firmware downloads for Foundry-era hardware require successor support contracts that are not sold for these platforms; see the acquisition page. Keep the management plane on an isolated VLAN.

08 /Questions

What is the default IP address of a Foundry switch?

There is none. Foundry FastIron, BigIron, NetIron and ServerIron products shipped with no IP address and no DHCP client. The first management address is assigned through the serial console, globally on a Layer 2 image or on a virtual interface on a Layer 3 image.

What are the console settings for Foundry switches?

9600 baud, 8 data bits, no parity, 1 stop bit, no flow control, VT100 emulation, through a USB to serial adapter on a modern laptop. Garbage characters mean the speed is wrong; a blank screen means flow control or the cable.

What is the default password on a Foundry switch?

None on an unconfigured device; the first console login drops straight to the prompt. Any password present on a used unit was set by a previous owner. Clear it with the boot monitor procedure above rather than trying guessed credentials.

Does password recovery erase the configuration?

No. The no password command in the boot monitor skips the password check for one boot only. The configuration, VLANs and addresses remain. Set new passwords and save with write memory, or erase the startup configuration deliberately if you want a clean unit.

Do all Foundry models use the same recovery keystrokes?

The general shape is the same, but the interrupt key, prompt text and boot command vary between fixed switches, chassis management modules and IronWare releases. Follow what the console banner prints and consult the archived manual if the standard sequence fails.

Sources

  • Original Foundry documentation (historical): hardware installation guides and the resource-center default IP page at www.foundrynet.com/ss/resource-center/
  • Original Foundry documentation (historical): IronWare software configuration guides, password recovery section
  • Web archive captures of www.foundrynet.com/ss/resource-center/default-ip.html, 2006 to 2008
  • IEC 60320 appliance coupler standard, C13/C14 and C19/C20 configurations