ACLI Instructions and Examples

This section shows you how to configure your E-SBC to support secure and non-secure flows in the same realm.

To configure a security policy to support secure and non-secure flows in the same realm:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
    ORACLE(configure)#
  2. Type security and press Enter.
    ORACLE(configure)# security
    ORACLE(security)#
  3. Type media-security and press Enter.
    ORACLE(security)# media-security
    ORACLE(media-security)#
  4. Type media-sec-policy and press Enter. If you are editing a pre-existing configuration, you needs to select it before you can make changes.
    ORACLE(media-security)# media-sec-policy
    ORACLE(media-sec-policy)#
  5. Type inbound to enter the setting for inbound flows.
    ORACLE(media-sec-policy)# inbound
    ORACLE(inbound)#
  6. mode—Enter the mode that you want to use for inbound flows. You can choose from rtp, srtp, and any. Refer to the For Incoming Flows (1082) section Mode Settings in the Media Security Policy (1082) description for details about each value.
  7. protocol—Change this value to none. Use the done command to save your work, and exit the inbound configuration.
  8. Type outbound to enter the setting for inbound flows.
    ORACLE(media-sec-policy)# outbound
    ORACLE(outbound)#
  9. mode—Enter the mode that you want to use for outbound flows. You can choose from rtp, srtp, and any. Refer to the For Outgoing Flows (1082) section Mode Settings in the Media Security Policy (1082) description for details about each value.
  10. protocol—Change this value from to none. Use the done command to save your work, and exit the outbound configuration.
  11. Type done and continue.