> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/knowledge-base/networking/change-external-vlan-to-bonded.md).

# Change External Network to VLAN Bonded

## Overview

{% hint style="info" %}
**Key Points**

* This procedure creates an active-backup bond across vlanned physical networks.
* It is recommended for bare-metal installations with a limitation of 2 NICs per node.
* System downtime is not required to make this change.
  {% endhint %}

This guide outlines the process to create a bonded external network across vlanned physical networks. The outlined method provides optimal redundancy for bare-metal installations that are limited to two NICs per node, allowing for two independent core-fabric networks and a single-VLAN, bonded external network.

## Prerequisites

!!! warning annotate - This process should be performed with local server access because external network changes can affect remote UI access. This will also allow you to test the bond configuration by removing one of the network cables to verify expected bond failover. - Before making any significant system changes confirm you have the name/password for the "admin" user (user ID #1 (1)), in case command-line operations become needed.

1. Hint: "Key=1" parameter is in the URL of the user's dashboard

## Steps

1. Navigate to the **External Network dashboard**
   * Networks > Dashboard > Externals
   * Double-click External Network
   * Click **Edit** on the left menu
2. Change **Layer 2 Type** to ***vLAN*** and enter appropriate **Layer 2 ID** (VLAN number).
3. **Select** the option to **Enable Bonding**.
4. **Select** the **Physical Networks** you want to participate in the bonding.
5. Click **Submit** to save the change.

## Post Configuration

1. Check the external network by accessing the UI from a remote connection.
2. Test Bond failover: Navigate to the external network dashboard and select **NICs** to view the network adapters. Physically disconnect one network cable. The UI should now indicate the NIC is in a "Down" status; verify remote UI access is still available.

{% hint style="warning" %}
**Verify core network redundancy is in place before disconnecting network cables.**
{% endhint %}

## Troubleshooting

{% hint style="warning" %}
**Common Issues**

* Problem: Loss of remote access
  * Solution:
    1. Check correct VLAN was entered in the external network config
    2. Verify network switch ports are correctly configured for the VLAN tag.
       {% endhint %}

## Additional Resources

* [Network Design Models](/plan-and-deploy/implementation-guide/network-design.md)

***


---

# 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:

```
GET https://docs.vergeos-demo.com/knowledge-base/networking/change-external-vlan-to-bonded.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.
