# VoIP Ethernet Capture on a ProSBC

| This article applies to: | Product | Version  |
| ------------------------ | ------- | -------- |
|                          | SBC     | 3.1, 3.3 |

### Capturing VoIP and Ethernet traffic

* Connect to the SBC using a ssh connection
* Start tbx\_cli\_tools\_remote (type "tbx\_cli\_tools\_remote")

The following is displayed:

```
Available remote hosts to control (TBX_GW_PORT=12358, local IPs 172.16.0.1 / 172.18.0.1). Press corresponding letter to
control:
   a : TB016634.tbrouter
   b : TB016635.gateway
   c : TB016635.logtrace
   d : TB016635.stream_server
   e : TB016635.tboam_app
   f : TB016635.tbrouter       <------------tbrouter
   g : TB016635.tbsnmpagent
   h : TB016635.tbsyslog
   i : TB016635.tbuctwriter
   j : TB016635.toolpack_engine
   k : TB016635.toolpack_sys_mgr
   l : TB016635.web_server
```

* Connect to the tbrouter application
* Start capture using the 'p' key (lowercase p), leave default parameters and press 'enter'
* Stop capture using the 'p' key (lowercase p)

### Retrieve VoIP captures

VoIP capture files (pcap/Wireshark compatible) are locate here:

```
 /lib/tb/toolpack/tbrouter/pcap
```

To download the voip capture file, use sFTP on the management port. This can be done on Windows using tools like Filezilla or WinSCP. Note: There can be multiple capture files per capture session (for example, on systems with 10Gbps network devices, because Ethernet packets on these devices are spread to multiple packets processing/capture cores)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://prosbcdocs.telcobridges.com/troubleshooting-and-support/troubleshooting-tips-and-actions/voip-ethernet-capture-on-a-prosbc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
