...
Panel |
---|
...
borderColor | green |
---|---|
bgColor | transparent |
borderWidth | 2 |
...
...
Back to Configuring Various Features on SBC
Back to Configuring SBC For Lawful Interception
...
In this section:
|
...
...
...
...
To configure the IP Interface Group, execute the following command:
Code Block | ||
---|---|---|
| ||
% set addressContext default intercept callDataChannel CDC ipInterfaceGroupName LIG1 |
...
Code Block | ||
---|---|---|
| ||
% set addressContext default intercept callDataChannel CDC interceptStandard packetCable vendorId ss8 mediationServer MS1 |
...
This section outlines how to configure the node number and CDC IP interface group for the PCSI LI.
Info | ||
---|---|---|
| ||
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 | ||||
---|---|---|---|---|
|
As the Calea user, use the following command to configure the LI.
Code Block | ||
---|---|---|
| ||
% set addressContext |
...
<default> intercept |
...
|
...
|
...
|
...
|
...
|
...
|
...
nodeNumber <integer> |
Include Page | ||||
---|---|---|---|---|
|
Anchor | ||
---|---|---|
|
...
|
...
|
...
Use the following command to configure the IP interface group.
Code Block | ||
---|---|---|
|
...
set addressContext default intercept callDataChannel CDC |
...
ipInterfaceGroupName |
...
LIG1
commit |
Enter the show commands to view the configurations.
Anchor | ||||
---|---|---|---|---|
|
...
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 | ||||
---|---|---|---|---|
|
...
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 |
---|