Which command configures IKEv2 symmetric identity authentication?

Which command configures IKEv2 symmetric identity authentication?
A. match identity remote address 0.0.0.0
B. authentication local pre-share
C. authentication pre-share
D. authentication remote rsa-sig

cisco-exams

3 thoughts on “Which command configures IKEv2 symmetric identity authentication?

  1. Example: IKEv2 Key Ring with Symmetric Preshared Keys Based on an IP AddressThe followingexampleshows how to configurean IKEv2key ring with symmetricpresharedkeys based onan IP address.The followingis the initiator’s key ring:

    crypto ikev2 keyring keyring-1
    peer peer1
    description peer1
    address 209.165.200.225 255.255.255.224
    pre-shared-key key1

    The followingis the responder’s key ring:
    crypto ikev2 keyring keyring-1
    peer peer2
    description peer2
    address 209.165.200.228 255.255.255.224
    pre-shared-key key1

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.