Versions Compared

Key

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

...

Section
Column
Panel

In this section:

Table of Contents
maxLevel4

Column
width40%
Info
iconfalse

Related articles:

Configuring the Call Data Channel

To configure PCSI LI, perform the following steps:

...

Image AddedConfiguring IP Interface Group

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

...

Code Block
languagenone
% set addressContext default intercept callDataChannel CDC interceptStandard packetCable vendorId ss8 mediationServer MS1 media tcp ipAddress fc22:3200::230:7 portNumber 8765 dscpValue 0

% set addressContext default intercept callDataChannel CDC interceptStandard packetCable vendorId ss8 mediationServer MS1 media tcp mode inService state enabled

...

Code Block
languagenone
% set addressContext default intercept callDataChannel CDC rtcpInterception enabled

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

To view the intercept details, execute the following command:

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

To view the CDC configuration, execute the following command:

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]