Cisco

Cisco N9K-C93108TC-FX Password Recovery

Step-by-step password recovery for the Cisco N9K-C93108TC-FX (Nexus 9000). Console access required.

Overview

This guide provides step-by-step instructions for resetting lost or forgotten administrative passwords on enterprise networking hardware. Follow the procedure below carefully to regain access while preserving your device configuration.

Prerequisites

Before proceeding with password recovery, ensure you have a console cable, terminal emulation software configured to 9600 baud, and physical access to the device.

Step 1: Establish Console Connection

Connect your terminal cable to the console port of the device and open your serial terminal session.

Step 2: Interrupt the Boot Sequence

Power cycle the hardware and issue a Break key sequence during initial system startup to enter ROMMON mode.

Step 3: Reset Password & Configuration

Bypass startup configuration loading, boot into system software, set your new credentials, and save changes back to non-volatile memory.

Overview

This procedure recovers administrator access to the Cisco Nexus N9K-C93108TC-FX running NX-OS. NX-OS is fundamentally different from classic IOS: there is no Mode-button/rename-config bypass. The documented recovery method boots the switch into the boot loader and clears the startup configuration so it boots with factory defaults (admin/admin).

Prerequisites

Console cable with a terminal session at 9600 baud, 8N1. Physical or remote power access to reboot the switch.

Recovery Procedure

  1. Connect the console cable (9600 8N1) and reboot the switch: reload.
  2. During the boot process, when the banner prompts "Press Ctrl-C to stop autoboot" (or when you see the boot prompt), press Ctrl+C repeatedly until the boot loader prompt appears: switch(boot)# (on Nexus 9000) or loader> (on some Nexus 3000/5000/7000 models).
  3. List the boot flash contents to confirm the startup config location: dir bootflash: — the startup configuration is stored as startup-config in bootflash.
  4. Delete the startup configuration: delete bootflash:startup-config (confirm with y).
  5. Reload the switch: reload.
  6. The switch boots with factory default credentials — admin / admin (no password on some older releases).
  7. Log in with the default credentials and configure a new password: configure terminalusername admin password <new-password> role network-admin (or admin-password <new-password> on some platforms), then copy running-config startup-config.
  8. If you have a configuration backup, restore it: copy tftp://<server>/<backup-file> running-config then copy running-config startup-config.

Important Notes

Protecting Your Configuration

Before any recovery, export the configuration: copy running-config scp://<user>@<server>/<filename>, copy running-config tftp://<server>/<filename>, or show running-config captured to a file. After recovery, restore the backup and re-save with copy running-config startup-config.