> For the complete documentation index, see [llms.txt](https://docs.enlyze.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enlyze.com/connect/edge-device/enlyze-edge/routen-verwalten.md).

# Routen verwalten

Der folgende Abschnitt beschreibt, wie du angelegt Routen in ENLYZE Edge verwaltest. Für jede Route stehen folgende Aktionen zur Verfügung:

* Bearbeiten
* Löschen

{% hint style="warning" %}
Durch Anpassen oder Löschen statischer Routen besteht die Gefahr, dass du dich aus ENLYZE Edge aussperrst, wenn die Konfiguration fehlerhaft ist. Stelle sicher, dass du die korrekten Netzwerkdetails eingibst, bevor du Änderungen speicherst.
{% endhint %}

### Voraussetzungen

* Zugriff und Login Daten für ENLYZE Edge
* Im Falle einer Änderung benötigst du Kenntnis über das Zielnetzwerk und die zu verwendende Gateway IP. Stelle hierzu sicher, dass das Zielnetzwerk außerhalb von `10.21.0.0/16` liegt.

### Netzwerkkonfiguration aufrufen

Analog zur Einrichtung findet die Verwaltung von Routen in der Ansicht Netzwerkkonfiguration statt. Naviere hierzu zur Seite "Interfaces" im ENLYZE Edge Web-Interface und wähle das Interface aus, für welches du eine Route bearbeiten oder löschen möchtest.

<figure><img src="/files/JZlPiQbqFuhD4ZJ55yWn" alt=""><figcaption></figcaption></figure>

### Verwaltungsmenü aufrufen

Klicke nun auf das durch drei Punkte gekennzeichnete Overflow Menü der ausgewählten Route und wähle eine der beiden Aktionen "Bearbeiten" oder "Löschen" aus.

<figure><img src="/files/VEDUgbZ85eXp3tqyqeBD" alt=""><figcaption></figcaption></figure>

### Problembehandlung

Falls du Probleme mit der Routenkonfiguration hast, hilft dir unser Troubleshooting Guide weiter:

{% content-ref url="/pages/i65YvYEKhs86ncmXp07y" %}
[Troubleshooting](/connect/edge-device/enlyze-edge/troubleshooting.md)
{% endcontent-ref %}


---

# 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.enlyze.com/connect/edge-device/enlyze-edge/routen-verwalten.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.
