Refining Interoperability Configuration

You can configure these options for media-sec-policy, sdes-profile, and mikey-profile configurations. The following uses the mikey-profile to demonstrate how to enter them.

  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 mikey-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)# mikey-profile
    ORACLE(mikey-profile)#
  5. options——Your entry will look like this when you add both values:
    ORACLE(mikey-profile)# options include-local-id, include-remote-id

    You can you the plus sign (+) and the minus sign (-) to add and remove values from the options list.

    To remove an value, your entry would look like this:

    ORACLE(mikey-profile)# options -include-local-id

    To add an value, your entry would look like this:

    ORACLE(mikey-profile)# options +include-local-id