|
Home > Archive > CCNP > October 2001 > Removing the AAA commands
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Removing the AAA commands
|
|
| beenframed 2001-10-05, 9:39 am |
| I am not using AAA and would like to remove them from my config file.I have tried using commands like no aa, clear aaa and none of them seem to remove them from the config file. Any ideas?
Thanks.. | |
| dmaftei 2001-10-05, 9:51 am |
| no aaa new-model
Cheers! | |
| beenframed 2001-10-08, 2:14 pm |
| That seems to clear out any config you have created for the AAA commands but doesn't actually move the commands out of the configuration file.
aaa-server TACACS+ protocol tacacs
aaa-server RADIUS protocol radius
After doing the command no aaa new-model, the above 2 configurations still show up when I do a write t
Thanks,
bf | |
| jacobsr7 2001-10-08, 3:31 pm |
| Disabling AAA
You can disable AAA functionality with a single command if, for some reason, you decide that your security needs cannot be met by AAA but can be met by using TACACS, extended TACACS, or a line security method that can be implemented without AAA. To disable AAA, use the following command in global configuration mode:
no aaa new-model
This will disable AAA. |
|
|
|
|