You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
You are viewing the article in preview mode. It is not live at the moment.
Support will be closed on Memorial Day: May 26th. Normal hours resume May 27th.
Home > Troubleshooting > Known Issues > Cisco Login Disable/Enable
Cisco Login Disable/Enable
print icon

Overview

Not all control systems can navigate a username/password prompt. For those that can't, we can disable the switch login to go straight to the interface.

If you are using a Driver from Just Add Power, the switch must have login enabled.

These instructions work for all supported Cisco switches.


Disable Login

These steps must be performed via the command-line interface of the switch. Send these commands followed by a carriage-return:

config
aaa authentication enable default none
aaa authentication login default none
end
copy run start

Confirm the last command with a 'y' and log out of the switch. The next login will go to User EXEC prompt > automatically.


Re-enable Login

To enable the login prompt (setting the switch to default login state) you can reset the switch to default or send these commands followed by a carriage-return:

config
aaa authentication enable default local enable
aaa authentication login default local
end
copy run start

Confirm the last command with a 'y' and log out of the switch. The next login will ask for a username/password and then go straight to the Privileged EXEC prompt #.

scroll to top icon