Quickstart: Create and configure Route Server using the Azure portal
This article helps you configure Azure Route Server to peer with a Network Virtual Appliance (NVA) in your virtual network using the Azure portal. Azure Route Server will learn routes from the NVA and program them on the virtual machines in the virtual network. Azure Route Server will also advertise the virtual network routes to the NVA. For more information, read Azure Route Server.
Important
Azure Route Servers created before November 1, 2021, that don't have a public IP address associated, are deployed with the public preview offering. The public preview offering is not backed by General Availability SLA and support. To deploy Azure Route Server with the General Availability offering, and to achieve General Availability SLA and support, please delete and recreate your Route Server.
Prerequisites
- An Azure account with an active subscription. Create an account for free.
- Review the service limits for Azure Route Server.
Create a Route Server
Sign in to your Azure account and select your subscription
From a browser, navigate to the Azure portal and sign in with your Azure account.
Create a Route Server
Sign in to Azure portal, search and select Route Server.
Select + Create new route server.
On the Create a Route Server page, enter, or select the required information.
Settings Value Subscription Select the Azure subscription you want to use to deploy the Route Server. Resource group Select a resource group to create the Route Server in. If you don't have an existing resource group, you can create a new one. Name Enter a name for the Route Server. Region Select the region the Route Server will be created in. Select the same region as the virtual network you created previously to see the virtual network in the drop-down. Virtual Network Select the virtual network in which the Route Server will be created. You can create a new virtual network or use an existing virtual network. If you're using an existing virtual network, make sure the existing virtual network has enough space for a minimum of a /27 subnet to accommodate the Route Server subnet requirement. If you don't see your virtual network from the dropdown, make sure you've selected the correct Resource Group or region. Subnet Once you've created or select a virtual network, the subnet field will appear. This subnet is dedicated to Route Server only. Select Manage subnet configuration and create the Azure Route Server subnet. Select + Subnet and create a subnet using the following guidelines:
- The subnet must be named RouteServerSubnet.
- The subnet must be a minimum of /27 or larger.Public IP address Create a new or select an existing Standard public IP resource to assign to the Route Server. To ensure connectivity to the backend service that manages the Route Server configuration, a public IP address is required. Select Review + create, review the summary, and then select Create.
Note
The deployment of the Route Server will take about 20 minutes.
Set up peering with NVA
The section will help you configure BGP peering with your NVA.
Go to Route Server in the Azure portal and select the Route Server you want to configure.
Select Peers under Settings in the left navigation panel. Then select + Add to add a new peer.
Enter the following information about your NVA peer.
Settings Value Name Give a name for the peering between your Route Server and the NVA. ASN Enter the Autonomous Systems Number (ASN) of your NVA. IPv4 Address Enter the IP address of the NVA the Route Server will communicate with to establish BGP. Select Add to add this peer.
Complete the configuration on the NVA
You'll need the Azure Route Server's peer IPs and ASN to complete the configuration on your NVA to establish a BGP session. You can obtain this information from the overview page your Route Server.
Important
We recommend peering each NVA with both Route Server instances to ensure that virtual network routes are advertised over the NVA connections and achieve high availability.
Configure route exchange
If you have a virtual network gateway (ExpressRoute or VPN) in the same virtual network, you can enable branch-to-branch traffic to exchange routes between the gateway and the Route Server.
Important
The Azure VPN gateway must be configured in active-active mode and have the ASN set to 65515.
Warning
When you create or delete a Route Server in a virtual network that contains a virtual network gateway (ExpressRoute or VPN), expect downtime until the operation is complete. If you have an ExpressRoute circuit connected to the virtual network where you're creating or deleting the Route Server, the downtime doesn't affect the ExpressRoute circuit or its connections to other virtual networks.
Go to the Route Server that you want to configure.
Select Configuration under Settings in the left navigation panel.
Select Enable for the Branch-to-Branch setting and then select Save.
Clean up resources
If you no longer need the Azure Route Server, select Delete from the overview page to deprovision the Route Server.
Next steps
After you create the Azure Route Server, continue to learn about how Azure Route Server interacts with ExpressRoute and VPN Gateways:
Feedback
https://aka.ms/ContentUserFeedback.
Coming soon: Throughout 2024 we will be phasing out GitHub Issues as the feedback mechanism for content and replacing it with a new feedback system. For more information see:Submit and view feedback for