From 78219f484f8c75750006cce3452f898322e4ab74 Mon Sep 17 00:00:00 2001 From: Pedro Perez Date: Thu, 9 Jan 2020 14:00:20 +0000 Subject: Linked redudant doc from single tunnel doc Updated as some folks missed the dual/redundant configuration examples. --- docs/appendix/examples/azure-vpn-bgp.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/appendix/examples') diff --git a/docs/appendix/examples/azure-vpn-bgp.rst b/docs/appendix/examples/azure-vpn-bgp.rst index 57f82396..176e0ae0 100644 --- a/docs/appendix/examples/azure-vpn-bgp.rst +++ b/docs/appendix/examples/azure-vpn-bgp.rst @@ -6,6 +6,8 @@ Route-Based Site-to-Site VPN to Azure (BGP over IKEv2/IPsec) This guide shows an example of a route-based IKEv2 site-to-site VPN to Azure using VTI and BGP for dynamic routing updates. +For redundant / active-active configurations see `Route-Based Redundant Site-to-Site VPN to Azure (BGP over IKEv2/IPsec) `_ + Prerequisites ^^^^^^^^^^^^^ -- cgit v1.2.3 From 2a59df86ae98e5911fe8ca7a143f0472bac8a24e Mon Sep 17 00:00:00 2001 From: Pedro Perez Date: Thu, 9 Jan 2020 14:01:50 +0000 Subject: Fixed active-active typo --- docs/appendix/examples/azure-vpn-dual-bgp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/appendix/examples') diff --git a/docs/appendix/examples/azure-vpn-dual-bgp.rst b/docs/appendix/examples/azure-vpn-dual-bgp.rst index cbe9a4d9..13d4b5a2 100644 --- a/docs/appendix/examples/azure-vpn-dual-bgp.rst +++ b/docs/appendix/examples/azure-vpn-dual-bgp.rst @@ -10,7 +10,7 @@ and BGP for dynamic routing updates. Prerequisites ^^^^^^^^^^^^^ -- A pair of Azure VNet Gateways deployed in active-passive +- A pair of Azure VNet Gateways deployed in active-active configuration with BGP enabled. - A local network gateway deployed in Azure representing -- cgit v1.2.3