04-06-2020 08:53 AM
I am looking for some guidance and/or explanation on how the running config and startup config treat encrypted text on an ASA5505. I have noticed that if you issue a show running config, under aaa-server RADIUS config the key statement has ***** however if you issue a show startup config, under the aaa-server RADIUS config the same key statement is clear text.
Is the just the behavior of how the running config and startup config are handled in an ASA? Is there a way to change this behavior?
Thanks.
Solved! Go to Solution.
04-06-2020 09:07 AM
Hi,
On the ASA, the secure keys are not displayed in "show run" or "show start" by design, for security purposes, to prevent shoulder watching attacks on passwords. The way to see the clear-text password is by copying the config file to a remote TFTP/FTP server, or by running the command "more system:running-config".
If you see the clear-text pass on "show start" it means you need to upgrade.
Regards,
Cristian Matei.
04-06-2020 08:56 AM
run this command
more system:running-config
this will show your the passwords,
04-06-2020 09:00 AM
I am not looking for the clear text passwords in the running config but wanted to know why the startup config shows the key in clear text.
Thanks.
04-06-2020 09:07 AM
Hi,
On the ASA, the secure keys are not displayed in "show run" or "show start" by design, for security purposes, to prevent shoulder watching attacks on passwords. The way to see the clear-text password is by copying the config file to a remote TFTP/FTP server, or by running the command "more system:running-config".
If you see the clear-text pass on "show start" it means you need to upgrade.
Regards,
Cristian Matei.
04-06-2020 09:19 AM
04-06-2020 09:39 AM
Hi,
If you get this different behaviour between 9.1(2) and (.1(7), this is most likely a bug, not a version issue.
Regards,
Cristian Matei.
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