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>
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 |
As user 'Calea', use the following command to establish the LI call data channel configuration:
% set addressContext <default> intercept callDataChannel <callDataChannel_name> interceptStandard < etsi | packetcable | threeGpp> ipInterfaceGroupName <ipInterfaceGroup_Name> kaTimer <0-65535 seconds> liPolDipForRegdOodMsgs <disabled | enabled> mediationServer <server name> priIpAddress <IPv4 address> priMode <active | outofservice | standby> priPort <0-65535> priState <disabled | enabled> retries <value> rtcpInterception <disabled | enabled> secIpAddress <IP_Address> secMode <active | outofservice | standby> secState <disabled | enabled> vendorId <none | ss8 | utimaco | verint>
Parameter | Length/Range | Description |
---|---|---|
| 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 |
| N/A |
|
| N/A | Mode of the primary server. Options are:
|
| 0-65535 |
|
| 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.
|
% 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>
To retrieve the LI statistics:
> show status addressContext <addressContext name> intercept
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 the name of the IP interface group used to stream to the LI Server:
% set addressContext default intercept callDataChannel CDC ipInterfaceGroupName LIG1 % commit
To configure intercept standard:
% set addressContext default intercept callDataChannel CDC interceptStandard etsi % commit
To configure the vendor ID:
% set addressContext default intercept callDataChannel CDC interceptStandard etsi vendorId verint % commit
To configure mediation server for media interception:
% set addressContext default intercept callDataChannel CDC interceptStandard etsi vendorId verint mediationServer ms1 % commit
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 % commit
To enable the sending of the policy dip to PSX for registered user's Out-Of-Dialog messages:
% set addressContext default intercept callDataChannel CDC liPolDipForRegdOodMsgs enabled % commit