...
Add_workflow_for_techpubs | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Panel |
---|
...
borderColor | green |
---|---|
bgColor | transparent |
borderWidth | 2 |
...
Noprint |
---|
In this section:
|
...
Anchor | ||||
---|---|---|---|---|
|
To configure Call Data Channel (CDC):
Anchor | ||||
---|---|---|---|---|
|
Note |
---|
To create CDC, refer to the section Configuring SBC For Lawful Interception. |
Code Block | ||
---|---|---|
| ||
% set addressContext default intercept callDataChannel CDC ipInterfaceGroupName LIG1
commit |
Note |
---|
Mediation server’s |
Anchor | ||||
---|---|---|---|---|
|
For other options of configuring the intercept flavor as IMS LI, refer to the section Configuring SBC For Lawful Interception.
Code Block | ||
---|---|---|
| ||
% set addressContext default intercept callDataChannel CDC interceptStandard etsi vendorId verint
commit |
Anchor | ||||
---|---|---|---|---|
|
Code Block | ||
---|---|---|
| ||
% set addressContext default intercept callDataChannel CDC mediationServer MS1 media tcp ipAddress 10.54.78.20 portNumber 65120
commit
% set addressContext default intercept callDataChannel CDC mediationServer MS1 media tcp state enabled mode inService
commit |
Anchor | ||||
---|---|---|---|---|
|
Code Block | ||
---|---|---|
| ||
% set addressContext default intercept callDataChannel CDC mediationServer MS1 media udp ipAddress 10.54.78.20 portNumber 65200
commit
% set addressContext default intercept callDataChannel CDC mediationServer MS1 media udp state enabled mode inService
commit |
Anchor | ||||
---|---|---|---|---|
|
Code Block | ||
---|---|---|
| ||
% set addressContext default intercept callDataChannel CDC mediationServer MS1 signaling ipAddress 10.54.78.25 portNumber 65300 protocolType tcp
commit
% set addressContext default intercept callDataChannel CDC mediationServer MS1 signaling state enabled mode inService
commit |
Note |
---|
The |
Anchor | ||||
---|---|---|---|---|
|
Code Block | ||
---|---|---|
| ||
% set addressContext default intercept callDataChannel CDC rtcpInterception enabled
commit |
Note |
---|
The |
Anchor | ||||
---|---|---|---|---|
|
The parameter liPolDipForRegdOodMsg
when enabled is used to indicate SBC to send policy request to PSX for registered Out-Of-Dialog requests(messages) to be intercepted. When this parameter is disabled, policy request is not sent to PSX for registered Out-Of-Dialog requests (messages).
Enable the support for Policy dip, for registered users out-of-dialog messages, to decide on interception, by executing the command
Code Block | ||
---|---|---|
| ||
% set addressContext default intercept callDataChannel CDC liPolDipForRegdOodMsg enabled
commit |
Note |
---|
The |
Noprint |
---|
Enter the show commands to view the configurations.
Anchor | ||||
---|---|---|---|---|
|
To view the intercept details, execute the following command:
Code Block | ||
---|---|---|
| ||
> show status addressContext default intercept callDataChannel
callDataChannel CDC {
mediationServerMediaStatus MS1 {
tcpChannelstatus outOfService;
tcpPacketsSent 0;
tcpPacketsLost 0;
udpPacketsSent 0;
udpPacketsLost 0;
}
mediationServerSignalingStatus MS1 {
tcpChannelStatus outOfService;
DSRSuccess 0;
DSRFailures 0;
}
}
[ok] |
Anchor | ||||
---|---|---|---|---|
|
To view the CDC configuration, execute the following command:
Code Block | ||
---|---|---|
| ||
% show addressContext default intercept callDataChannel CDC
interceptStandard threeGpp;
vendorId utimaco;
ipInterfaceGroupName LIG1;
liPolDipForRegdOodMsg enabled;
rtcpInterception enabled;
mediationServer MS1 {
signaling {
ipAddress 10.70.54.48;
portNumber 9632;
mode inService;
state enabled;
}
media {
tcp {
ipAddress 10.70.54.48;
portNumber 8007;
mode inService;
state enabled;
}
udp {
ipAddress 10.70.54.48;
portNumber 7241;
mode inService;
state enabled;
}
}
}
[ok] |
Noprint |
---|
Pagebreak |
---|