Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MWAN] Added extra info to HA Connector #18650

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ Make sure you complete the setup workflow and activate your Magic WAN Connector
<Render
file="connector/ha-configs"
params={{
hardSoftConn: "You need to deploy two Connectors in your premises before you can set up a site in high availability.",
finalInstructions:
"Follow the instructions in [Set up your Magic WAN Connector](#set-up-your-magic-wan-connector) and [Activate connector](#activate-connector) to finish setting up your Connectors.",
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ Make sure you complete the setup workflow and activate your Virtual Connector be
<Render
file="connector/ha-configs"
params={{
hardSoftConn: "You need to install two Virtual Connectors before you can set up a site in high availability.",
finalInstructions:
"Follow the instructions in [Activate connector](#activate-connector) to finish setting up your Connectors.",
}}
Expand Down
3 changes: 2 additions & 1 deletion src/content/partials/magic-wan/connector/ha-configs.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
params:
- finalInstructions
- hardSoftConn
---

import { Markdown } from "~/components";

## About high availability configurations

When you set up a site in high availability, the WANs and LANs in your Connectors have the same configuration but are replicated on two nodes. In case of failure of a Connector, the other Connector becomes the active node, taking over configuration of the LAN gateway IP and allowing traffic to continue without disruption.
{props.hardSoftConn} When you set up a site in high availability, the WANs and LANs in your Connectors have the same configuration but are replicated on two nodes. In case of failure of a Connector, the other Connector becomes the active node, taking over configuration of the LAN gateway IP and allowing traffic to continue without disruption.

Because Connectors in high availability configurations share a single site, you need to set up:

Expand Down
Loading