Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Add_workflow_for_techpubs
AUTH1UserResourceIdentifier{userKey=

8a00a02355cd1c2f0155cd26ca7f046c

8a00a02355cd1c2f0155cd26cb41059c, userName='null'}
JIRAIDAUTHSBX-

75410

92189
REV5UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV6UserResourceIdentifier{userKey=

8a00a02355cd1c2f0155cd26cb8305e9

8a00a02355cd1c2f0155cd26ca2e03c3, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26ca18039c, userName='null'}
REV4UserResourceIdentifier{userKey=

8a00a0c86573c09001659ee33a580027

8a00a02355cd1c2f0155cd26c89e0137, userName='null'}
REV1UserResourceIdentifier{userKey=

8a00a0c85a017fd9015a5f286f710015

8a00a0c8606235800160682f2d680001, userName='null'}

REV2UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cbba0641, userName='null'}

 

Info
titleNote

Applicable only for CALEA users.

Overview

This section briefly describes outlines the commands for configuring to configure the Default LI on the S-SBC. For more information about the Default LI configuration, refer to Default LI Configuration.

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

Configuring the Default LI

on

in the S-SBC

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

Code Block
% set addressContext default intercept callDataChannel <CDC Name>
    interceptStandard <Default LI supported Value>  <callDataChannel_name>
   interceptStandard <packetcable | packetcablePlusEtsi>
   ipInterfaceGroupName <ipInterfaceGroup_name>
   kaTimer <kaTimer_value>
   priIpAddress <IP_Address>
   priMode vendorId<active <Default| LIoutofservice Supported| Values>standby>
   priPort ipInterfaceGroupName<priPort_number>
 <LIG1 from wherepriState data<disabled is| sent>enabled>
   retries priIpAddress<value>
  <IPv4 address>secIpAddress <IP_Address>
    priPort <port>secMode <active | outofservice | standby>
   secState priState <disbled<disabled | enabled>
   vendorId priMode<none <active | outofserviceutimaco | standby>verint>

% commit 
Tip
titleTip

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

Perform a commit after each step.

Code Block
titleExample
Code Block
% 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

Code Block
% set addressContext default intercept callDataChannel <CDC Name> 
	interceptStandard <IMS LI supported Value>
	vendorId <IMS LI Supported Values>
<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

Pagebreak