Versions Compared

Key

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

Add_docset_workflow
AUTH2pmohan
AUTH1vnarayan
DEV2rmorse
DEV1tficarra
LDEV1mgadiraju
SVT1sdubey
LSVT1radaikalam

Noprint
Panel
borderColorgreen
bgColortransparent
borderWidth2

Back to Table of Contents

Back to Troubleshooting

Back to Troubleshooting - Troubleshooting Tools

Panel

In this section:

Table of Contents
maxLevel3

 

TShark is a tool that is used to analyze the network issues by capturing the packet traces. These captured packets are saved as  .pcap files and Wireshark reads these packet traces.

To protect the system from overload, TShark captures one packet trace at a time.

...

 

Info
titleNote

The TShark 1.8 is the latest supported version.

Info
titleNote

...

Ensure that Wireshark application is installed and configure appropriately before proceeding.

 

On the main SBC screen, go to Troubleshooting > Troubleshooting Tools > TShark. The Run TShark Trace window is displayed.

 

Caption
0Figure
1Run TShark Trace

Image Modified

The following fields are displayed.

Caption
0Table
1TShark Trace Parameters
ParameterDescription
Platform Interfaces

Drop-down list of different platform interfaces available for capturing the packet traces. 

Filter  Optional field to enter a TShark filter. For example, to capture the ppkt2 interface traffic (media signaling) to and fro IP address 172.18.5.4, enter host 172.18.5.4.

Save log file as 

Option to enter the name of the packet trace to be saved.

Status

Specifies the status of the packet trace.

 

To Start Trace

  1. For Platform Interface, choose the desired value from the Platform Interface drop-down list.

    Caption
    0Figure
    1\Platform Interface

    Image Modified

  2. (Optional) For Filter, enter a valid Tshark filter syntax.

    Caption
    0Figure
    1TShark Filter

    Image Modified

  3. For Save log file as, enter the log file name.

    Caption
    0Figure
    1Save log file as

    Image Modified

  4. Click Start Trace.

    Caption
    0Figure
    1Start Trace

    Image Modified


    Status is updated to Trace Running.

    Caption
    0Figure
    1Trace Running Status

    Image Modified

  5. Proceed to next section to stop and save the trace file.

To Stop and Save Trace

  1. Click Stop and Save Trace. The status is updated to Trace saved to a

...

  1. file <filename>.pcap where

...

  1. <filename> is the name of the saved log file.

     

    Caption
    0Figure
    1Stop and Save Trace

    Image Modified

  2. To view the TShark log files, go to Troubleshooting > Call Trace/Logs/Monitors > Log Management. Select T-Shark from the list to view the logs. Refer to Log Management for more information.

    Info

...

  1. titleNote

    T-Shark option is not available under the list until at least one trace is started, stopped and saved.

Info
titleNote

Files with the .pcap extension contains the Tshark trace. The Tshark program stops writing to the files after the file size exceeds 500 megabytes. The

Spacevars
0product
halts the writing operation to stop creating excessively large file buffers. This limits the memory consumption by the Tshark program, and prevents system failure.

 

Pagebreak