2

I've inherited a Cisco ASA 5510. It was configured by the company that installed it but I don't have any documentation on it.

IPsec VPN is enabled and a pre-shared IKE key is inputted but we do not know what this key is. Is there a way to retrieve the key or can I only reset it?

I would look at a client configuration for the key, but all our clients are configured AnyConnect SSL VPN.

Jagger
  • 299
  • 3
  • 6
  • 17

2 Answers2

4

A more system:running-config should show you all of your keys in plain text.

resmon6
  • 1,352
  • 6
  • 8
0

@resmon6 answer is excellent, but for the sake of completeness - if you save the config to a tftp server using copy running-config tftp passwords etc. are not obfuscated.

dunxd
  • 9,632
  • 22
  • 81
  • 118