Add_workflow_for_techpubs | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Panel | ||||
---|---|---|---|---|
In this section:
|
Info | ||
---|---|---|
| ||
Applicable only for CALEA users. |
This section outlines the commands to configure the IMS LI on the I-SBC. For more information about the IMS LI configuration, refer to IMS LI Configuration.
Info | ||
---|---|---|
| ||
|
To configure the IMS LI on the I-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.
Code Block |
---|
% set addressContext default intercept callDataChannel <callDataChannel_Name> interceptStandard <etsi | threeGpp> vendorId <verint | utimaco | none | groupTwoThousand> ipInterfaceGroupName <ipInterfaceGroup_name> mediaIpInterfaceGroupName <mediaIpInterfaceGroup_name> dsrProtocolVersion <0 | 1> liPolDipForRegdOodMsg <disabled | enabled> rtcpInterception <disabled | enabled> % commit |
The following is an example of how to create a CDC for the intercept flavor as IMS LI.
Code Block | ||
---|---|---|
| ||
% set addressContext default intercept nodeNumber 74120 callDataChannel CDC ipInterfaceGroupName LIG1 interceptStandard etsi vendorId groupTwoThousand mediaIpInterfaceGroupName LIG2 dsrProtocolVersion 1 liPolDipForRegdOodMsg enabled rtcpInterception enabled % commit |
Info | ||
---|---|---|
| ||
The |
Info | ||
---|---|---|
| ||
The SBC allows configuration of a maximum of 16 mediation servers for the IMS LI in the CDC. When a call is tapped, the SBC selects among the Delivery Function 2 (DF2) servers in a round-robin manner, and establishes persistent TCP connections with all configured mediation servers. Each mediation server object contains the Signaling (X2) and Media (X3) IP addresses. The SBC allows configuration of multiple mediation servers with the same X2 IP address but a different X3 IP address. For the IMS LI, the SBC does not support any Active-Standby configurations for the X2 servers. The SBC assumes that the DF2 servers run in Active-Active mode and, in case of a failure, moves the IP address of the active DF2 server to the standby DF2 server. The X2 and X3 servers operate independently. Even if the X2 servers are not reachable, the SBC sends X3 media if DF3 servers are available, and vice versa. The SBC buffers the X2 messages if the corresponding mediation server is not operational. For more information, refer to Intercept - CLI. The alarms |
Code Block |
---|
% 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.
Code Block | ||
---|---|---|
| ||
% 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.
Code Block | ||
---|---|---|
| ||
% 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 |
Info | ||
---|---|---|
| ||
The SBC supports IPsec for signaling interception over TCP, and media interception over TCP and UDP. |
Code Block |
---|
% set addressContext default intercept callDataChannel <callDataChannel_name> mediationServer <mediationServer_name> signaling ipAddress <IP_Address> portNumber <0-65535> dscpValue <0-63> protocolType <tcp | udp> mode <inService | OutofService> state <disabled | enabled> % commit |
Info | ||
---|---|---|
| ||
The signaling interception does not support the |
The following is an example of how to configure a CDC for the signaling interception.
Code Block | ||
---|---|---|
| ||
% set addressContext default intercept callDataChannel CDC mediationServer MS1 signaling ipAddress 10.54.78.20 portNumber 65300 protocolType tcp % commit % set addressContext default intercept callDataChannel CDC mediationServer MS1 signaling state enabled mode inService % commit |
Code Block | ||
---|---|---|
| ||
% set addressContext default intercept callDataChannel CDC rtcpInterception enabled % commit |
Info | ||
---|---|---|
| ||
The |
When the liPolDipForRegdOodMsg
parameter is enabled, it makes the SBC send a policy request to the PSX or ERE for registered Out-Of-Dialog requests (messages) to be intercepted. When this parameter is disabled, the SBC does not send a policy request to the PSX or ERE for registered Out-Of-Dialog requests (messages).
Use the following command to enable the support for policy dip, for registered users out-of-dialog messages, to decide on interception.
Code Block | ||
---|---|---|
| ||
% set addressContext default intercept callDataChannel CDC liPolDipForRegdOodMsg enabled % commit |
Info | ||
---|---|---|
| ||
The |