In this section:
Applicable only for CALEA users.
This section outlines the commands to configure the IMS LI on the M-SBC. For more information about the IMS LI configuration, refer to IMS LI Configuration.
To configure the IMS LI on the M-SBC, use the following commands to configure the media (X3) interface.
For other options of how to configure the intercept flavor as IMS LI, refer to Configuring SBC For Lawful Interception.
% set addressContext default intercept callDataChannel <callDataChannel_name> interceptStandard <etsi | threeGpp> vendorId <verint | utimaco | none | groupTwoThousand> mediaIpInterfaceGroupName <mediaIpInterfaceGroup_name> % commit
The following is an example of how to create a CDC for the intercept flavor as IMS LI.
% set addressContext default intercept nodeNumber 74120 callDataChannel CDC interceptStandard etsi vendorId groupTwoThousand mediaIpInterfaceGroupName LIG2 % commit
The mediaIpInterfaceGroup
for the CDC must differ from the other media ipInterface
groups. This difference ensures that the LI does not use the signaling ipAddress
to send intercepted traffic (signaling or media) towards the mediation server.
You can configure only one mediation server for the M-SBC.
% set addressContext default intercept callDataChannel <callDataChannel_name> mediationServer <mediationServer_name> media <tcp | udp> ipAddress <IP_Address> portNumber <0-65535> dscpValue <0-63> mode <inService | OutofService> state <disabled | enabled> kaTime <60-7200> kaInterval <5-60> kaProbe <4-8> % commit
The following is an example of how to configure a CDC for the media interception over TCP.
% set addressContext default intercept callDataChannel CDC mediationServer MS1 media tcp ipAddress 10.54.78.20 portNumber 65120 % commit % set addressContext default intercept callDataChannel CDC mediationServer MS1 media tcp state enabled mode inService % commit
The following is an example of how to configure a CDC for the media interception over UDP.
% set addressContext default intercept callDataChannel CDC mediationServer MS1 media udp ipAddress 10.54.78.20 portNumber 65200 % commit % set addressContext default intercept callDataChannel CDC mediationServer MS1 media udp state enabled mode inService % commit
The SBC supports IPsec for media interception over TCP and UDP.