Note

Applicable only for CALEA users.

Overview

This section outlines the commands to configure the Default LI on the I-SBC. For more information about the Default LI configuration, refer to Default LI Configuration.

Note
  • As a prerequisite to configure the Default LI on the I-SBC, ensure that the Call Data Channel (CDC) is enabled and running.
  • You can configure the Default LI with only the default address context.
  • For more information on the parameters and their descriptions, refer to Intercept - CLI.

Configuring the Default LI in the I-SBC

Use the following command to establish the LI CDC configuration in the I-SBC.

% set addressContext default intercept callDataChannel <callDataChannel_name>
   interceptStandard <packetcable | packetcablePlusEtsi>
   ipInterfaceGroupName <ipInterfaceGroup_name>
   kaTimer <kaTimer_value>
   priIpAddress <IP_Address>
   priMode <active | outofservice | standby>
   priPort <priPort_number>
   priState <disabled | enabled>
   retries <value>
   secIpAddress <IP_Address>
   secMode <active | outofservice | standby>
   secState <disabled | enabled>
   vendorId <none | utimaco | verint>
% commit
Note

The I-SBC sends the X2 (call data) and X3 (call content) over the LIF group that the ipInterfaceGroupName parameter specifies.

The following is an example of how to configure the default LI in the I-SBC.

Example
% set addressContext default intercept callDataChannel <callDataChannel_name> ipInterfaceGroupName <ipInterfaceGroup_Name> interceptStandard <packetcable | packetcablePlusEtsi> kaTimer <kaTimer_value> priIpAddress <IP_Address> priMode active priPort <priPort_number> priState enabled retries 3 secIpAddress <IP_Address> secMode standby secState enabled vendorId <none | utimaco | verint>
% commit