In this section:
The
The
The
See Lawful Intercept page for an in-depth explanation of LI functionality.
The SBC 52x0 and SBC 7000 systems support creating IP Interface Groups containing sets of IP interfaces that are not "processor friendly" (i.e. carried on physical Ethernet ports served by separate processors). However, restrictions exist regarding the usage of such Interface Groups.
(This ability does not apply to the SBC 51x0 and SBC 5400 systems which have only two physical media ports. IP interfaces from the two physical ports may be configured within the same IP Interface Groups without restriction.)
For complete details, refer to Configuring IP Interface Groups and Interfaces.
As user 'Calea', use the following command syntax to configure LI.
% set addressContext <default> intercept callDataChannel <callDataChannel> nodeNumber <integer>
As user 'Calea', use the following command to establish the LI call data channel configuration:
% set addressContext <default> intercept callDataChannel <callDataChannel_name> TCPMediaTransport tcpMediaIpAddress <tcp media ip address> tcpMediaPort <0-65535> UDPMediaTransport udpMediaIpAddress <udp media ip address> udpMediaPort <0-65535> dsrTcpPort <0-65535> interceptStandard < etsi | packetcable | threeGpp> ipInterfaceGroupName <ipInterfaceGroup_Name> mediationServer kaTimer <kaTimer_name> liPolDipForRegdOodMsgs <disabled | enabled> mediaTypeIntercepted <default | multimedia> priIpAddress <value> priMode <outofservice | standby> priPort <priPort_name> priState <disabled | enabled> retries <value> rtcpInterception <disabled | enabled> secIpAddress <IP_Address> secMode <active | outofservice | standby> secState <disabled | enabled> vendorId <none | ss8 | utimaco | verint>
% set addressContext <addressContext name> intercept callDataChannel <CDC name> mediationServer <mediationServer name> media tcp dscpValue <0-63> ipAddress <IPv4/IPv6 address> mode <inService | outOfService> portNumber <0-65535> state <disabled | enabled>
% set addressContext <addressContext name> intercept callDataChannel <CDC name> mediationServer <mediationServer name> media udp dscpValue <0-63> ipAddress <IPv4/IPv6 address> mode <inService | outOfService> portNumber <0-65535> state <disabled | enabled>
% set addressContext <addressContext name> intercept callDataChannel <CDC name> mediationServer <mediationServer name> signaling dscpValue <0-63> ipAddress <IPv4/IPv6 address> mode <inService | outOfService> portNumber <0-65535> protocolType <tcp | udp> state <disabled | enabled> Possible completions: dscpValue - DSCP value (0-63) for intercepted signaling packets sent on this port. ipAddress - IPV4/IPV6 Address of the mediation server for signaling interception. mode - The operational mode of the signaling connection towards the mediation server. portNumber - UDP/TCP port number of the mediation server for signaling interception. protocolType - The protocol used by the mediation server for signaling interception (TCP/UDP). state - The administrative state of the signaling connection towards the mediation server.
To retrieve the LI statistics:
> show status addressContext <addressContext name> intercept
Parameter | Length/Range | Description |
---|---|---|
| 1-23 | The user-configurable LI Call Data Control Channel name. (See Call Data Channel Parameters table below for parameter details) |
| 0-9999999 | The unique global node number to assign to the |
The parameter mediaTypeIntercepted
must be set to "multimedia
" in order to access TCPMediaTransport
and UDPMediaTransport
parameters.
Parameter | Length/Range | Description |
---|---|---|
TCPMediaTransport | N/A | Specifies the media details of LI Server using TCP mode of transport.
|
UDPMediaTransport | N/A | Specifies the media details of LI Server using UDP mode of transport.
|
dsrTcpPort | 0-65535 | <port#> – The LI Server's TCP port where DSR messages are sent. This value is set when mediaTypeIntercepted is set to multimedia . |
| N/A | The Intercept Standard to use for this Call Data Channel.
|
| 0-23 |
|
| 0-65535 |
|
liPolDipForRegdOodMsgs | N/A | Use this flag to control the sending of the policy dip to PSX for registered user's Out-Of-Dialog messages.
|
mediationServer | 0-23 |
The |
mediaTypeIntercepted | N/A | Specifies the type of media interception.
Direct Signaling Report (DSR) messages are also supported. DSR messages are signaling messages generated by SBC, when a call is intercepted. The DSR message contains extra information in the header along with the actual signaling message PDUs. |
| N/A | The primary LI Server's IPv4 address where Call Data Channel messages are sent. (default = 0.0.0.0) |
| N/A | Mode of the primary server. Options are:
|
| 0-65535 | The primary LI Server's UDP port where Call Data Channel messages are sent. (default = 0) |
| N/A | Use this flag to enable/disable communication to the primary LI Server.
|
| N/A | Number of retries before the LI Call Data Channel is considered as failed. (default = 3) |
| N/A | Enable this flag to intercept RTCP information for IMS LI.
The |
| N/A | Secondary LI Server's IPv4 address where Call Data Channel messages are sent. (default = 0.0.0.0) |
| N/A | Mode of the secondary server. Options are:
|
| N/A | Use this flag to enable/disable communication to secondary LI Server.
|
| N/A | The vendor name of the LI server.
|
The protocolType
"udp
" is not supported for Signaling interception in this release.
The following table depicts the interceptStandard
and verndorId
configuration options to configure SBC for the the various LI flavors.
Configuration Settings |
LI Flavor | |
---|---|---|
interceptStandard | vendorId | |
packetcable | none/utimaco/verint | Legacy LI (default) |
packetcable | ss8 | SS8 LI |
threeGpp/etsi | none/utimaco/verint | IMS LI |
To configure intercept standard:
% set addressContext default intercept callDataChannel CDC interceptStandard etsi
To configure the vendor ID:
% set addressContext default intercept callDataChannel CDC interceptStandard etsi vendorId verint
To configure mediation server for media interception:
Mediation server’s ipInterfaceGroup
must be different from other signaling ipInterface
groups. This ensures that LI doesn't use signaling ipAddress
to send intercepted traffic (media/signaling) towards Mediation Server.
% set addressContext default intercept callDataChannel CDC interceptStandard etsi vendorId verint mediationServer ms1
To configure mediation server for media interception over TCP:
% set addressContext default intercept callDataChannel CDC mediationServer ms1 media tcp dscpValue 0 ipAddress 10.54.66.67 portNumber 7870 commit % set addressContext default intercept callDataChannel CDC mediationServer ms1 media tcp mode inService state enabled commit
To configure mediation server for media interception over UDP:
% set addressContext default intercept callDataChannel CDC mediationServer ms1 media udp dscpValue 0 ipAddress 10.54.66.57 portNumber 7881 commit % set addressContext default intercept callDataChannel CDC mediationServer ms1 media udp mode inService state enabled commit
To configure mediation server for signaling interception:
% set addressContext default intercept callDataChannel CDC mediationServer ms1 signaling dscpValue 0 ipAddress 10.54.64.80 portNumber 7880 protocolType tcp commit % set addressContext default intercept callDataChannel CDC mediationServer ms1 signaling mode inService state enabled commit
To configure RTCP interception:
% set addressContext default intercept callDataChannel CDC rtcpInterception enabled