Versions Compared

Key

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

...

Panel

...

borderColorgreen
bgColortransparent
borderWidth2

...

...

Back to Table of Contents

Back to Configuring Various Features on SBC

Back to Configuring SBC For Lawful Interception

...

In this section:

Table of Contents
maxLevel4

...

...

...

...

Image RemovedConfiguring IP Interface Group

To configure the IP Interface Group, execute the following command:

Code Block
languagenone
% set addressContext default intercept callDataChannel CDC ipInterfaceGroupName LIG1

...

Code Block
languagenone
% set addressContext default intercept callDataChannel CDC interceptStandard packetCable vendorId ss8 mediationServer MS1

...

Configuring the Call Data Channel

This section outlines how to configure the node number and CDC IP interface group for the PCSI LI.

Info
titleNote

Only the D-SBC (cloud S-SBC and M-SBC) and I-SBC support the PCSI LI configuration.

For information about configuring the PCSI LI on the S-SBC, M-SBC, or I-SBC, refer to the following pages:

For information about the PCSI intercept call flow, refer to PCSI Intercept Call Flow.

Anchor
Configuring the Node Number
Configuring the Node Number
Configuring the Node Number

As the Calea user, use the following command to configure the LI.

Code Block
languagenone
% set addressContext 

...

<default> intercept

...

 

...

 

...


...

 

...

 

...

 

...

nodeNumber <integer>

Include Page
CDC_Configured_through_EMS
CDC_Configured_through_EMS

Anchor
Configuring

...

IP Interface Group
Configuring

...

IP Interface Group
Configuring

...

CDC with IP Interface Group

Use the following command to configure the IP interface group.

Code Block
languagenone

...

set addressContext default intercept callDataChannel CDC 

...

ipInterfaceGroupName 

...

LIG1
commit

Viewing PCSI LI Configuration

Enter the show commands to view the configurations.

Anchor
View the Intercept Details
View the Intercept Details
Viewing the Intercept Details

...

Use the following command to view the intercept details

...

.

Code Block
> show status addressContext default intercept callDataChannel
callDataChannel CDC {
    mediationServerMediaStatus MS1 {
        tcpChannelstatus inService;
        tcpPacketsSent   0;
        tcpPacketsLost   0;
        udpPacketsSent   0;
        udpPacketsLost   0;
    }
}
[ok]

Anchor
Viewing the CDC Configuration
Viewing the CDC Configuration
Viewing the CDC Configuration

...

Use the following command to view the CDC configuration

...

.

Code Block

...

show addressContext default intercept callDataChannel CDC
interceptStandard    packetcable;
vendorId             ss8;
ipInterfaceGroupName LIG1;
mediationServer MS1 {
    media {
        tcp {
            ipAddress  10.54.6.1;
            portNumber 8765;
            dscpValue  0;
            mode       inService;
            state      enabled;
        }
    }
}
[ok]

Pagebreak