Skip to content

Commit 279e699

Browse files
authored
Merge pull request #200052 from halkazwini/ars-nexthop
Route Server next hop IP support - New article
2 parents 198f98b + 6c20bfe commit 279e699

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

articles/route-server/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
items:
2828
- name: Route Server FAQ
2929
href: route-server-faq.md
30+
- name: Next Hop IP support
31+
href: next-hop-ip.md
3032
- name: ExpressRoute and Azure VPN support
3133
href: expressroute-vpn-support.md
3234
- name: Dual-homed network
35.8 KB
Loading

articles/route-server/next-hop-ip.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: 'Next Hop IP Support'
3+
description: Learn about Next Hop IP support for Azure Route Server.
4+
author: halkazwini
5+
ms.author: halkazwini
6+
ms.service: route-server
7+
ms.topic: conceptual
8+
ms.date: 07/18/2022
9+
ms.custom: template-concept
10+
---
11+
12+
# Next Hop IP support
13+
14+
Azure Route Server simplifies the exchange of routing information between any Network Virtual Appliance (NVA) that supports the Border Gateway Protocol (BGP) routing protocol and the Azure Software Defined Network (SDN) in the Azure Virtual Network (VNet) without the need to manually configure or maintain route tables. With the support for Next Hop IP in Azure Route Server, you can peer with NVAs deployed behind an Azure Internal Load Balancer (ILB). The internal load balancer lets you set up active-passive connectivity scenarios and leverage load balancing to improve connectivity performance.
15+
16+
:::image type="content" source="./media/next-hop-ip/route-server-next-hop.png" alt-text="Diagram of two NVAs behind a load balancer and a Route Server.":::
17+
18+
## Active-passive NVA connectivity
19+
20+
You can deploy a set of active-passive NVAs behind an internal load balancer to ensure symmetrical routing to and from the NVA. With the support for Next Hop IP, you can define the next hop for both the active and passive NVAs as the IP address of the internal load balancer and set up the load balancer to direct traffic towards the Active NVA instance.
21+
22+
## Active-active NVA connectivity
23+
24+
You can deploy a set of active-active NVAs behind an internal load balancer to optimize connectivity performance. With the support for Next Hop IP, you can define the next hop for both NVA instances as the IP address of the internal load balancer. Traffic that reaches the load balancer will be sent to both NVA instances.
25+
26+
## Next hop IP configuration
27+
28+
Next Hop IPs are set up in the BGP configuration of the target NVAs. The Next Hop IP isn't part of the Azure Route Server configuration.
29+
30+
## Next steps
31+
32+
- Learn how to [configure Azure Route Server](quickstart-configure-route-server-portal.md).
33+
- Learn how to [monitor Azure Route Server](monitor-route-server.md).

0 commit comments

Comments
 (0)