Overview

Note

For a D-SBC (S-SBC or M-SBC) cluster, configure the CLI on the OAM node for the cluster.

Note

Unless otherwise stated, the LI configuration process is the same on Cloud-based and non-Cloud based systems.

The SBC Core platforms support Lawful Intercept (LI) functionality using one of the following solutions:

The SBC works in conjunction with the IS, as well as the ERE and EMA (or an external PSX and EMS) to provide call data and call content to law enforcement agencies for calls involving identified intercept subjects. When it receives matching LI criteria in a policy response from the ERE (or PSX), the SBC routes the call as directed and additionally reports call events to the IS. It also sends media stream (call content) to an IP address provided by the IS.

The SBC supports three LI flavors:

  • Default LI
  • IMS LI
  • PCSI LI

The following table describes the Call Data Channel (CDC) configuration information required to distinguish between Default LI, IMS LI, and PCSI (P-Com.Session-Info) LI. It also provides the LI flavors supported in different platforms:

LI Flavors with Supported Platforms

FlavorsCDC ConfigurationPlatformsRouting PolicyLI InterfaceStream Supported
Intercept StandardVendor IdD-SBCSBC SWe/SBC 5000/7000 SeriesExternal PSXEREX1X2X3D-SBCSBC SWe/SBC 5000/7000 Series
Legacy LI (default)packetCable/packetCablePlusEtsinone/utimaco/verint

Supported

SupportedSupportedSupportedSOAP
  • RADIUS
  • RADIUS over IPSec
UDPAudio OnlyAudio Only
PCSI LIpacketCabless8SupportedSupportedSupportedNot SupportedTLSNot Supported
  • TCP
  • TCP over IPSec
All StreamsAudio Only
IMS LIthreeGpp/etsiverint/utimaco/none/groupTwoThousandSupportedSupportedSupportedSupportedSOAP
  • DSR
  • DSR over IPSec
  • UDP
  • UDP over IPSec
  • TCP
  • TCP over IPSec
Audio OnlyAll Streams

Note

For information about using the EMS to configure the LI on the S-SBC, M-SBC, or I-SBC, refer to Configuring LI in SBC SWe N:1 or Cloud-Based Systems.

User "calea" must be created on SBC before attempting LI provisioning.

Creating the CALEA User through CLI

  1. Log on as admin user.
  2. Create a CALEA user, by executing the following command:

    % set oam localAuth user calea group Calea
    commit


    You will see a system-generated password. Use this password when you log on to CALEA user for the first time.

Creating the CALEA User through EMA

Note

You do not need to create a CALEA user for EMS registered D-SBC setups.

  1. Log into the EMA GUI.
  2. Select Administration > Users and Application Management > User and Session Management.
  3. Click New User in the Users table. The Create User panel appears.
  4. Select Calea from the Role drop-down menu.

    Create CALEA User


  5. Configure the other fields in the Create User panel.
  6. Click Save.
    The CALEA user saves with a temporary password, which appears in the Create User panel. Record the temporary password.

    Temporary Password Example


  7. Click the check mark icon.
  8. Select Admin > Log Out to logout. 
  9. A prompt to confirm the logout appears. Click Yes.
  10. Log into the EMA GUI as the CALEA user with the temporary password.
  11. A prompt to create a new password appears. Enter and confirm a new password.

    Enter new Password Example


  12. Click Sign In.

View the CALEA User Status

View the CALEA user status, by executing the following command:

> show status oam localAuth userStatus
userStatus admin {
    currentStatus Enabled;
    userId        3000;
}
userStatus calea {
    currentStatus Enabled;
    userId        3329;
}
[ok]