Troubleshooting
Problem
Symptom
root account is disabled
Cause
Root access is no longer permitted starting with FOS version 9.1. At this firmware level and above, root login is disabled by design.
For earlier versions such as FOS 9.0, 8.x, and 7.x, root access may either be disabled entirely or restricted to console access only, depending on the switch configuration.
Resolving The Problem
Enabling root access on Brocade FOS 9.0 and lower
Follow the steps below to verify and configure root access on a Brocade switch running FOS 9.0.
1. Verify Current Status of the root account
From an admin-level account, run the following command:
IBM_switch:admin> userconfig --show root
Sample output:
Account name: root* Description: root Enabled: No *** Root user is currently disabled *** Password Last Change Date: Unknown (UTC) Password Expiration Date: Not Applicable (UTC) Locked: No Role: root Day Time Access: N/A REST Auth Token: No
Enabled is set to No, the root account is currently disabled.
2. Enable the root account (If disabled)
To enable the root account, execute:
IBM_switch:admin> userconfig --change root -e yes
3. Verify root access scope
Check the current root access level using:
IBM_switch:admin> rootaccess --show
Sample output:
RootAccess: consoleonly
The possible root access levels are:
- none – Disables root login from all interfaces.
- consoleonly – Allows root login only through the serial console (default).
- all – Allows root login through all supported interfaces (console, SSH, etc.).
4. Modify root access scope
To allow root login from all interfaces, run:
IBM_switch:admin> rootaccess --set all
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
28 October 2025
UID
ibm16832140