EAP-only Authentication Configuration

  1. Access the ike-interface configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# security
    ORACLE(security)# ike
    ORACLE(ike)# ike-interface
    ORACLE(ike-interface)# 
  2. Select the ike-interface object to edit.
    ORACLE(ike-interface)# select
    <address>:
    
    ORACLE(ike-interface)#
  3. eapOnlyAuthSupport — The default is enabled. Set the value to disabled to use EAP authentication together with responder authentication based on public key signatures.
  4. Type done to save your configuration.