Applying an Enforcement Profile

You can apply an enforcement profile to: the global SIP configuration, a SIP interface, a realm, or SIP session agent. This section shows you how to do all four. Remember that if you are adding this functionality to a pre-existing configuration, you need to select the configuration you want to edit.

To apply an enforcement profile to the global SIP configuration:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
    ORACLE(configure)#
  2. Type session-router and press Enter.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  3. Type sip-config and press Enter.
    ORACLE(session-router)# sip-config
    ORACLE(sip-config)#
  4. enforcement-profile—Enter the name of the enforcement profile you want to apply to the global SIP configuration.
  5. Save and activate your configuration.

    To apply an enforcement profile to a SIP interface:

  6. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
    ORACLE(configure)#
  7. Type session-router and press Enter.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  8. Type sip-interface and press Enter.
    ORACLE(session-router)# sip-interface
    ORACLE(sip-interface)#
  9. enforcement-profile—Enter the name of the enforcement profile you want to apply to this SIP interface.
  10. Save and activate your configuration.

    To apply an enforcement profile to a SIP session agent:

  11. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
    ORACLE(configure)#
  12. Type session-router and press Enter.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  13. Type session-agent and press Enter.
    ORACLE(session-router)# session-agent
    ORACLE(session-agent)#
  14. enforcement-profile—Enter the name of the enforcement profile you want to apply to this session agent.
  15. Save and activate your configuration.

    To apply an enforcement profile to a realm:

  16. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
    ORACLE(configure)#
  17. Type media-manager and press Enter.
    ORACLE(configure)# media-manager
    ORACLE(media-manager)#
  18. Type realm-config and press Enter.
    ORACLE(media-manager)# realm-config
    ORACLE(realm-config)#
  19. enforcement-profile—Enter the name of the enforcement profile you want to apply to this realm.
  20. Save and activate your configuration.