0% found this document useful (0 votes)
8 views3 pages

Configuring UDR in Azure: Lab Guide

UDR Lab

Uploaded by

iquba;
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views3 pages

Configuring UDR in Azure: Lab Guide

UDR Lab

Uploaded by

iquba;
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Here's a lab guide for creating and configuring a User-Defined Route (UDR) in

Microsoft Azure. UDRs allow you to control the routing of network traffic within
your Azure Virtual Network (VNet).

Lab Guide: Creating a User-Defined Route (UDR) in Azure


Objective
To configure a User-Defined Route (UDR) to control traffic flow within an Azure
Virtual Network.

Prerequisites
1. An active Azure account.
2. A Virtual Network (VNet) with at least one subnet.
3. (Optional) A Network Virtual Appliance (NVA) or VM to route traffic.

Steps to Create a User-Defined Route (UDR)


1. Log in to Azure Portal
1. Go to Azure Portal.
2. Log in with your Azure credentials.

2. Navigate to Route Tables


1. In the search bar at the top, type "Route Tables" and select it from the
search results.
2. Click + Create to create a new route table.

3. Configure the Route Table


1. Basics:
o Subscription: Choose the appropriate subscription.

o Resource Group: Select an existing resource group or create a


new one.
o Name: Enter a name for the route table (e.g., "LabRouteTable").

o Region: Select the same region as your VNet.

2. Click Review + Create and then Create.

4. Add Routes to the Route Table


1. Once the route table is created, open it from the Route Tables section.
2. Go to the Routes tab and click + Add.
3. Configure the route:
o Route name: Provide a name (e.g., "ToFirewall").

o Address prefix: Enter the destination CIDR range (e.g., [Link]/0


for all traffic or [Link]/24 for a specific subnet).
o Next hop type: Select the next hop type (e.g., Virtual Appliance,
Internet, Virtual Network Gateway).
 If you select Virtual Appliance, specify the IP address of the
NVA/VM (e.g., [Link]).
4. Click OK to save the route.

5. Associate the Route Table with a Subnet


1. Go to the Subnets tab in the route table.
2. Click + Associate to link the route table to a subnet.
3. Select the Virtual Network and the Subnet to associate.
4. Click OK to apply the association.

Post-Creation Validation
1. Verify Routing
1. Navigate to your VNet and open the associated subnet.
2. Check the Effective Routes tab to verify the custom route.
2. Test Traffic
1. Deploy a VM in the subnet and test connectivity to the destination defined
in the UDR.
2. Use tools like ping, tracert, or curl to validate the route behavior.

Next Steps (Optional)


 NSG Rules: Ensure Network Security Groups (NSGs) are aligned with the
route for traffic filtering.
 Route Monitoring: Use Azure Network Watcher to troubleshoot and
monitor routing.
 Peering Considerations: If using VNet Peering, ensure proper routing
and no address space conflicts.

You might also like