ACLI Instructions and Examples

To set the ingress session parameters for an SDES profile configuration:

  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 sdes-profile and press Enter. If you are editing a pre-existing configuration, you needs to select it before you can make changes.
    ORACLE(media-security)# sdes-profile
    ORACLE(sdes-profile)#
  5. use-ingress-session-params—Enter the list of values for which the Oracle® Enterprise Session Border Controller will accept and (where applicable) mirror the UA’s proposed cryptographic session parameters:
    • srtp-auth—Decides whether or not authentication is performed in SRTP
    • srtp-encrypt—Decides whether or not encryption is performed in SRTP
    • srtcp-encrypt—Decides whether or not encryption is performed in SRTCP
      ORACLE(sdes-profile)# use-ingress-session-params srtp-auth srtp-encrypt srtcp-encrypt
  6. Type done to save your work and continue.