...
...
borderColor | green |
---|
bgColor | transparent |
---|
borderWidth | 2 |
---|
...
...
...
...
...
Image RemovedConfiguring IP Interface Group
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 |
...
Configuring the Call Data Channel
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 |
---|
| Configuring the Node Number |
---|
| Configuring the Node Number |
---|
|
Configuring the Node NumberAs the Calea user, use the following command to configure the LI.
Code Block |
---|
|
% set addressContext |
...
...
...
...
...
...
...
...
Include Page |
---|
| CDC_Configured_through_EMS |
---|
| CDC_Configured_through_EMS |
---|
|
...
IP Interface Group | | Configuring |
---|
|
...
...
CDC with IP Interface Group
Use the following command to configure the IP interface group.
...
set addressContext default intercept callDataChannel CDC |
...
...
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
...
...
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] |