Which three options are valid ways to apply Header Manipulation Rules (HMRs) to your existing configuration?
Click on the arrows to vote for the correct answer
A. B. C. B. E.ABC.
Header Manipulation Rules (HMRs) are used in Oracle Communications Session Border Controller (SBC) to modify or manipulate the headers of Session Initiation Protocol (SIP) messages. HMRs can be used to add, delete, modify, or replace headers in a SIP message.
To apply HMRs to your existing configuration in Oracle Communications SBC, there are several options:
A. Navigate to the network-interface configuration element and configure the in-manipulationid parameter: This option involves configuring the in-manipulationid parameter in the network-interface configuration element. The in-manipulationid parameter specifies the ID of the HMR profile to apply to incoming SIP messages on the specified network interface. This option applies the HMRs to all incoming SIP messages on the specified network interface.
B. Navigate to the session-agent configuration element and configure the in-manipulationid parameter: This option involves configuring the in-manipulationid parameter in the session-agent configuration element. The in-manipulationid parameter specifies the ID of the HMR profile to apply to incoming SIP messages on the specified session agent. This option applies the HMRs to all incoming SIP messages on the specified session agent.
C. Navigate to the sip-interface configuration element and configure the in-manipulationid parameter: This option involves configuring the in-manipulationid parameter in the sip-interface configuration element. The in-manipulationid parameter specifies the ID of the HMR profile to apply to incoming SIP messages on the specified SIP interface. This option applies the HMRs to all incoming SIP messages on the specified SIP interface.
D. Navigate to the session-agent configuration element and configure the out-manipulationid parameter: This option involves configuring the out-manipulationid parameter in the session-agent configuration element. The out-manipulationid parameter specifies the ID of the HMR profile to apply to outgoing SIP messages on the specified session agent. This option applies the HMRs to all outgoing SIP messages on the specified session agent.
E. Navigate to the session-group configuration element and configure the in-manipulationid parameter: This option involves configuring the in-manipulationid parameter in the session-group configuration element. The in-manipulationid parameter specifies the ID of the HMR profile to apply to incoming SIP messages on the specified session group. This option applies the HMRs to all incoming SIP messages on the specified session group.
In summary, the three valid ways to apply HMRs to your existing configuration are to configure the in-manipulationid parameter in the network-interface configuration element, the session-agent configuration element, or the sip-interface configuration element.