Challenge 02 - Introduce Azure Route Server and peer with a Network Virtual appliance
< Previous Challenge - Home - Next Challenge >
Introduction
In this challenge you will introduce Azure Route Server into the topology that you have built previously in order to establish dynamic routing across the Hub and Spoke topology.
This challenge simulates the insertion pattern of firewall NVAs that have no hybrid or SDWAN connectivity and rely on Azure VPN or ExpressRoute gateways for the communication to on-premises networks.
Description
In this challenge you will insert Azure Route Server as described in this diagram:
Please perform the following actions:
Success Criteria
At the end of this challenge you should:
- Determine if inspecting all traffic through the NVA is achievable, using as few UDRs as possible.
- Can you eliminate all UDRs to have “spoke VM -> Internet” traffic traversing the NVA?
- Can you eliminate all UDRs to have “onprem <-> spoke VM” traffic traversing the NVA?
- Can you eliminate all UDRs to have “onprem <-> hub VM” traffic traversing the NVA?
- Can you eliminate all UDRs to have “spoke VM <-> hub VM” traffic traversing the NVA?
- Verify that you still have SSH connectivity to all VMs and NVAs.
Learning Resources
Tips
- The best tip to understand the functionality of Azure Route Server is to look at the routing tables across the board. You can find a way to do it through PowerShell, CLI or Azure portal if the functionality is available.
- Look at what routes are learned and advertised by the different Networking technologies utilized on this exercise. The articles above have some useful commands for this.
- Look at what gets programmed into the effective routes on the NICs.