Note

Applicable only for CALEA users

Overview

This section briefly describes the commands for configuring LI on S-SBC.

Note
  • As a prerequisite to configure LI (any supported variety) on S-SBC, ensure that the Call Data Channel (CDC) and the Mediation Server are enabled and running.
  • You can configure LI using default address context only.
  • For more information on the parameters (descriptions and supported values), refer to Intercept - CLI.

Configure Default LI on S-SBC

% set addressContext default intercept callDataChannel <CDC Name>
    interceptStandard <Default LI supported Value> 
    vendorId <Default LI Supported Values>
    ipInterfaceGroupName <LIG1 from where data is sent>
    priIpAddress <IPv4 address> 
    priPort <port>
    priState <disbled | enabled>
    priMode <active | outofservice | standby>

% commit 
Tip

In the above example, you can also configure secondary IP address, by including the following parameters:

  • secIpAddress <IP_Address>
  • secMode <active | outofservice | standby>
  • secState <disabled | enabled>
Note

For Default/Legacy LI on the M-SBC, ensure that the LIF group name used to send the X3 intercepted data is the same as the interface name in the S-SBC (used to send the X2 data on the S-SBC).


Configure IMS LI on S-SBC

To provision IMS LI on S-SBC, configure the Signaling (X2) interface using the two commands shown below:

Tip

Perform a commit after each step.

% set addressContext default intercept callDataChannel <CDC Name> 
    interceptStandard <IMS LI supported Value> 
    vendorId <IMS LI Supported Values> 
    ipInterfaceGroupName <LIF Group information>

% set addressContext default intercept callDataChannel <CDC Name> 
    mediationServer <mediation server name> signaling
      ipAddress <ip address of mediation server> 
      portNumber <port number of mediation server> 
      protocolType <tcp | udp>

Configure PSCI LI on S-SBC

% set addressContext default intercept callDataChannel <CDC Name> 
	interceptStandard <IMS LI supported Value>
	vendorId <IMS LI Supported Values>

% commit