SEC-agree Configuration

  1. Access the sip-interface configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# session-router
    ORACLE(session-router)# sip-interface
    ORACLE(sip-interface)# 
    
  2. Select the sip-interface object to edit.
    ORACLE(sip-interface)# select
    <RealmID>:
    1: realm01 172.172.30.31:5060
    
    selection: 1
    ORACLE(sip-interface)#
  3. sec-agree-feature—Set this parameter to enable or disable for Sec-Agree support. By default, support is disabled.
  4. sec-agree-pref—Configure this parameter to specify security protocol preferences.
    • ipsec3gpp — support only IMS-AKA protocol
    • tls — support only TLS protocol
    • ipsec3gpp-tls — support both IMS-AKA and TLS, preferred protocol is IMS-AKA
    • tls-ipsec3gpp — support both TLS and IMS-AKA, preferred protocol is TLS
  5. Type done to save your configuration.