Oracle USM Access Interface Configuration

The Oracle USM supports two interface types. Oracle USM interfaces are core-side interfaces by default, and support IMS and OTT functions for the core. Access-side interfaces perform entirely different functions on the access-side of the Oracle USM. The user must identify access-side SIP interfaces and enable them for access and interconnect-related functions as presented below.

Further configuration may or may not be required for a specific function.

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter to access the session-level configuration elements.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  3. Type sip-interface and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# sip-interface
    ORACLE(sip-interface)#
  4. Type select and the number of the pre-configured SIP interface you want to configure.
    ORACLE(sip-interface)# select 1
  5. ims-access—Enable IMS access-side functionality on this SIP interface. The default value is disabled. Valid values are:
    • enabled | disabled

      ORACLE(sip-interface)# ims-access enabled
  6. Save your work using the ACLI done command.