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=

8a00a0c86573c09001659ee33a580027

8a00a02355cd1c2f0155cd26ca18039c, userName='null'}
REV4UserResourceIdentifier{userKey=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 Default LI on

Configuring the Default LI 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>
 <callDataChannel_name>
   interceptStandard <Default<packetcable LI supported Value> | packetcablePlusEtsi>
   ipInterfaceGroupName vendorId<ipInterfaceGroup_name>
 <Default LI SupportedkaTimer Values><kaTimer_value>
   priIpAddress ipInterfaceGroupName<IP_Address>
 <LIG1 from wherepriMode data<active is| sent>
outofservice    priIpAddress <IPv4 address> 
 | standby>
   priPort <port><priPort_number>
    priState <disbled<disabled | enabled>
   retries priMode <active<value>
 | outofservice | standby>

% 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>

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
% set addressContext default intercept callDataChannel <CDC Name> 
    interceptStandard <IMS LI supported Value> 
  secIpAddress <IP_Address>
   secMode <active | outofservice | standby>
   secState <disabled | enabled>
   vendorId <IMS<none LI| Supportedutimaco Values>| verint>
    ipInterfaceGroupName <LIF Group information>

% commit

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

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