12-14-2020 11:56 AM
I have a switch configuration for a CIsco 2960S a text document that I would like to remove the AAA configuration from so it no longer calls any Radius switch and just uses the local login
Looks like I need to remove
Any amendment to this, or further things I should do?
This to be sure I can log into the switch without requiring radius to be up
12-14-2020 01:41 PM
Hi,
After removing the AAA config, make sure you have a local username and password configured so you can get back to the switch.
username abcvfvrvr privilege 15 password 7 ccvdvvdvdddv
under the vty line
login local.
Also, I recommend not saving the config after removing AAA configuration until you test and make sure you can get back to the switch with the local username and password before saving the config.
This way, if you can not get back to the switch, you can always reboot it and get back to it with the old config.
HTH
12-15-2020 12:46 AM - edited 12-15-2020 12:47 AM
Hello
@StewartAlexander0961 wrote:
I have a switch configuration for a CIsco 2960S a text document that I would like to remove the AAA configuration from so it no longer calls any Radius switch and just uses the local login
Just change the AAA to use local credentials:
aaa new-model
aaa authentication login default local
aaa authorization exec default local if-authenticated
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide