Assign a White List or Black List to an IKEv2 Interface

  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. access-control-name—Identify the white list or black list assigned to the current interface.
    ORACLE(ike-interface)# access-control-name white_01
  4. Type done to save your configuration.