![Cisco BTS 10200 Softswitch Скачать руководство пользователя страница 731](http://html.mh-extra.com/html/cisco/bts-10200-softswitch/bts-10200-softswitch_troubleshooting-manual_67550731.webp)
15-105
Cisco BTS 10200 Softswitch Troubleshooting Guide, Release 5.0.x
OL-8723-19
Chapter 15 Diagnostic Tests
Call Tracer (CTRAC)
Isolating Calls Based on a Given Originating End Point
To isolate calls based on a given originating end point, take the following steps:
Step 1
Go to the desired target platform log directory.
$ cd /opt/OptiCall/<platform-instance-name>/bin/logs
Step 2
Use the UNIX
grep
command to scan for a line of specified format to filter out the term-id/idx to the
CTRAC-ID correlation log line.
$ grep “OHALF_CTRAC_MAP” | grep “my-term-id-here”
The information in the resultant line correlates with the CTRAC-ID for all calls that originated from the
specified endpoint.
Step 3
Use the CTRAC-ID to filter out the trace log lines from the BTS 10200 logs.
Isolating Calls Based on a Given Terminating End Point
To isolate calls based on a given terminating end point, take the following steps:
Step 1
Go to the desired target platform log directory.
$ cd /opt/OptiCall/<platform-instance-name>/bin/logs
Step 2
Use the UNIX
grep
command to scan for line of specified format to filter out the term-id / idx to
CTRAC-ID correlation log line.
$ grep “THALF_CTRAC_MAP” | grep “<my-term-id-here>”
The information in the resultant line correlates with the CTRAC-ID for all calls that terminated at the
specified endpoint.
Step 3
Use the CTRAC-ID to filter out the trace log lines from the BTS 10200 logs.