QuestionQ7

Network Security Support Engineer

IKEv2 negotiation has four exchanges.

Which sequence is the correct one?

  • A IKE_Proposal, ID_Auth, PiggyBack_CHILD and Informational
  • B Init_Req, Wait_Init_Req, ID_Auth_Req and Create_CHILD_SA
  • C INIT_Req, INIT_Auth, ID_Child and SET_Nonce
  • D IKE_SA_INIT, IKE_Auth, Create_CHILD_SA and Informational
Explanation

IKEv2 exchange types are IKE_SA_INIT, IKE_AUTH, CREATE_CHILD_SA, and INFORMATIONAL. IKE_SA_INIT establishes the initial security-association parameters, IKE_AUTH authenticates peers and establishes the first Child SA, CREATE_CHILD_SA creates or rekeys additional Child SAs, and INFORMATIONAL carries management and status operations.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!