04-21-2020 11:40 AM
I use the 6 parameter in the following however key still shows in running-config on a ISR800 router. How do I make it appear encrypted format in running-config:
crypto isakmp key 6 TESTJ=KEY address 1234
Solved! Go to Solution.
04-21-2020 12:16 PM
Hi,
Define the pre-shared key in cleartext without the "6" e.g. "crypto isakmp key TESTJ=KEY address 1234" once the following commands have been configured:-
key config-key password-encrypt testkey123
password encryption aes
...the pre-shared key will then appear as encrypted in the running configuration.
Reference here.
HTH
05-05-2020 01:57 PM
04-21-2020 12:16 PM
Hi,
Define the pre-shared key in cleartext without the "6" e.g. "crypto isakmp key TESTJ=KEY address 1234" once the following commands have been configured:-
key config-key password-encrypt testkey123
password encryption aes
...the pre-shared key will then appear as encrypted in the running configuration.
Reference here.
HTH
04-21-2020 06:12 PM
05-05-2020 01:18 PM
05-05-2020 01:57 PM
05-05-2020 04:21 PM
05-06-2020 04:29 PM - edited 05-06-2020 04:39 PM
Looks like I had to make sure the "6" was still not displayed in running config for this to work.
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