# vpn peer visible

## Syntax

```
[no] vpn peer <id> visible off|on
```

## Syntax Description

<table><thead><tr><th width="203">Keyword</th><th>Description</th></tr></thead><tbody><tr><td>no</td><td>(Optional) Restores the default setting of the visible attribute.</td></tr><tr><td>id</td><td>The VPN identifier. Must be a number in the range 0-1022 or the keyword "auto".</td></tr><tr><td><code>off</code></td><td>The VPN is not visible to the Island's management plane.</td></tr><tr><td><code>on</code></td><td>The VPN is visible to the Island's management plane.</td></tr></tbody></table>

## Defaults

A VPN is not visible to the Island's management plane by default.

## Usage Guidelines

This command allows a VPN to be visible to the Island's management plane. Traffic originating from the Island itself can then be routed over the VPN, subject to the VPN's routing table entries.

Traffic originating from the management plane include, but is not limited to, services such as firmware updates, NTP, DNS, CLI ssh and telnet commands, etc.

If a VPN exists with the specified identifier, the existing VPN will be modified; otherwise, a new VPN with the specified identifier will be created. If "auto" is specified for the identifier, a new VPN will be created using the next available identifier.

## Examples

```
vpn peer 2 visible on
```

## 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/vpn-peer/vpn-peer-visible.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.
