Note

Applicable only for CALEA users.

Overview

This section outlines the commands to configure the Default LI on the S-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 S-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 (descriptions and supported values), refer to Intercept - CLI.

Configuring the Default LI in the S-SBC

Use the following command to establish the LI CDC configuration in the S-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

The following is an example of how to configure the default LI in the S-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