02-25-2017 01:25 PM - edited 02-21-2020 09:10 PM
Hello,
I have questions about IPSec IKEv2, I have this configuration this is same as Phase 1 in IKEv1 is it true?
So, by this configuration it will create ISAKMP SA?
Why it is not mandatory to use lifetime in IKEv2 ?
Why we use this configuration? In IKEv2 we use it to secure negotiation between peers.
crypto ikev2 policy 1
encryption aes-256 3des des
integrity sha256 sha md5
group 14
prf sha
lifetime seconds 86400
crypto ikev2 enable OUTSIDE
Is this something like Ipsec phase in IKEv1?
Why we actually use this configuration when it is defined in previous? This configuration is to secure data transmition ?
crypto ipsec ikev2 ipsec-proposal VPNZABEZ
protocol esp encryption aes-256
protocol esp integrity sha-1
Thank you very much for your answers.
02-25-2017 07:38 PM
Please please please don't use DES, 3DES, SHA-1 or MD5 in any new configs. They are deprecated.
Yes the ikev2 policy is like the ikev1 phase 1.
ikev2 proposal is like ikev1 phase 2.
The settings don't have to be the same.
02-27-2017 11:32 AM
Thanks for answer,
In IKEv2 proposal configuration is to secure data transmission??
Thanks.
02-27-2017 11:44 AM
Yes.
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