ike-key-id Configuration

If authentication between IKEv2 peers is based on a PSK associated with an identity asserted in the IKE Identification Payload, associate received asserted identities with a specified PSK.

  1. Access the ike-config configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# security
    ORACLE(security)# ike
    ORACLE(ike)# ike-key-id
    ORACLE(ike-key-id)#
  2. name—Provide a unique identifier for this 
ike-keyid instance.
  3. Use keyid and presharedkey parameters to associate an asserted identity with a PSK.
    ORACLE(ike-keyid)# keyid 172.16.20.20
    ORACLE(ike-keyid)# presharedkey ************************
  4. Type doneto save your configuration.
  5. Repeat to configure additional ike-keyid instances.