> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/de/netzwerk/port-mirroring.md).

# Portspiegelung

Port-Mirroring repliziert den Datenverkehr eines Netzwerks auf eine VM-NIC und ermöglicht so die Paketanalyse für Überwachungs- oder Diagnosezwecke.

## Port-Mirroring konfigurieren

1. Aktivieren Sie **Portspiegelung** in den Netzwerkeinstellungen. ![portmirrordropdown.png](/files/086597b86bf5ad02ab8e2743efdc96f00c3d188e)
   * Wählen Sie ***Nord/Süd*** um Pakete zu kopieren, die den Netzwerkrouter passieren
   * Wählen Sie ***Ost/West*** um Pakete zu kopieren, die den Router passieren, UND alle netzwerkinternen Pakete

{% hint style="warning" %}
***Ost/West*****&#x20;Port-Mirroring wird typischerweise nur als vorübergehende Einstellung für Diagnosezwecke empfohlen; die Verwendung über längere Zeiträume kann die Leistung beeinträchtigen, da dabei der gesamte Netzwerkverkehr repliziert wird.**
{% endhint %}

2. Klicken Sie **Senden** um die Änderung zu speichern.
3. Klicken Sie **Neustart** im linken Menü, um das Netzwerk zu starten.
4. Erstellen Sie eine VM, die für die Portanalyse verwendet wird (oder verwenden Sie eine vorhandene VM).
5. [**Fügen Sie der VM eine NIC hinzu**](/run-the-platform/de/virtuelle-maschinen/vm-nics.md):
   * In der **Netzwerk** Feld, wählen Sie aus: *NETWORKNAME*\_mirror
   * Klicken Sie **Senden** (am unteren Seitenrand), um zu speichern
6. Die VM (neu) starten.
7. In der VM kann ein Betriebssystem bzw. eine Anwendungssoftware Ihrer Wahl für die Paketanalyse verwendet werden.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.verge.io/run-the-platform/de/netzwerk/port-mirroring.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
