# show vpns

## Syntax

{% code overflow="wrap" %}

```
show vpns [<filter>]
```

{% endcode %}

## Syntax Description

<table><thead><tr><th width="203">Keyword</th><th>Description</th></tr></thead><tbody><tr><td>filter</td><td>(Optional) Show only the VPN whose MAC address, index, or interface name matches the specified string.</td></tr></tbody></table>

## Defaults

The default is to list all configured VPNs.

## Usage Guidelines

This command displays the list of configured VPNs, including status and statistics for each.

If the optional filter string is specified, only the VPN whose MAC address, index, or interface name matches the specified string will be shown.

## Examples

```
show vpns
show vpns 00005e00539a
show vpns wg7
show vpns 7
```

## Related Commands


---

# 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://docs.islandrouter.com/island-router-cli-2.3.2/commands/show-vpns.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.
