exam questions

Exam AZ-300 All Questions

View all questions & answers for the AZ-300 exam

Exam AZ-300 topic 1 question 20 discussion

Actual exam question from Microsoft's AZ-300
Question #: 20
Topic #: 1
[All AZ-300 Questions]

HOTSPOT -
You have Azure subscription that contains a virtual network named VNet1. VNet1 uses an IP address space of 10.0.0.0/16 and contains the subnets in the following table.

Subnet1 contains a virtual appliance named VM1 that operates as a router.
You create a routing table named RT1.
You need to route all inbound traffic to VNet1 through VM1.
How should you configure RT1? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
milind8451
Highly Voted 5 years, 2 months ago
1. Address Prefix 10.0.0.0/16 - Because routing table will be applied to this VNET. 2. Next hop type "Virtual appliace" - because as mentioned in ques all inbound traffic must be routed through VM1 which will act as virtual appliance 3. Assigned to "Gateway Subnet" - because all incoming traffic to this vnet will first hit the Gateway which is in gateway subnet.
upvoted 32 times
azurecert2021
4 years, 5 months ago
above justification looks correct.
upvoted 1 times
...
shroff
5 years, 1 month ago
Wrong. You need to route traffic to the VM in the subnet who's address space is 10.0.1.0/24 so that's the address prefix
upvoted 3 times
Test_Taker
4 years, 11 months ago
Wrong. Route tables direct where traffic should *go* (not arrive). Because traffic could be destined to any VMs in any of the subnets (except GatewaySubnet) you must include the entire VNet's address space. How else are you going to get to a VM in say, Subnet 0 for example?
upvoted 1 times
Test_Taker
4 years, 11 months ago
Whoops, please disregard.
upvoted 2 times
...
...
...
...
Cern77
Highly Voted 5 years, 7 months ago
Correct: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-udr-overview
upvoted 15 times
tartar
4 years, 9 months ago
1. Address Prefix 10.0.0.0/16 2. Next hop type "Virtual appliace" 3. Assigned to "Gateway Subnet"
upvoted 4 times
...
...
azurecert2021
Most Recent 4 years, 5 months ago
given answer is correct 1. Address Prefix 10.0.0.0/16 - Because routing table will be applied to this VNET. 2. Next hop type "Virtual appliance" - because as mentioned in ques all inbound traffic must be routed through VM1 which will act as virtual appliance 3. Assigned to "Gateway Subnet" - because all incoming traffic to this vnet will first hit the Gateway which is in gateway subnet.
upvoted 1 times
...
sh0wbi
4 years, 9 months ago
question came in exam 23 sep,2020
upvoted 4 times
...
user_name
4 years, 10 months ago
Look to the Routing Example: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-udr-overview
upvoted 1 times
...
Yu001
4 years, 10 months ago
https://docs.microsoft.com/en-us/cli/azure/network/route-table/route?view=azure-cli-latest
upvoted 2 times
...
misushant
4 years, 11 months ago
Answer is correct.
upvoted 1 times
...
Ausias18
4 years, 11 months ago
Answer Correct, Appeared in AZ-104 Exam
upvoted 3 times
...
gboyega
4 years, 11 months ago
The question by itself is buggy. 10.0.0.0/16 Virtual Appliance 3rd question is buggy, since we cannot go with subnet 0 and subnet 1 and 2. I will say just pick Gateway subnet.
upvoted 4 times
...
StevIORI
5 years ago
(1) (Implicitly mentioned, or just indicated by the name "Gateway Subnet") ---- All the incoming traffic to VNet1 goes through the "Gateway Subnet". Therefore, to control the traffic, a Routing Table needs to be assigned to the "Gateway Subnet" (2) After after, all the traffic needs to be controlled by the Network Virtual Appliance (NVA). Therefore, the next hop is "Virtual Appliance" (when deploying, also putting in its IP) (3) The NVA needs to control the traffic for ALL Virtual Network (VNet1). Therefore, the (target) Address Prefix needs to be the entire Address Range for the VNet1.
upvoted 5 times
...
jivom
5 years, 1 month ago
We assign for the gatewaysubnet (where we expect all outside traffic to arrive in) the very route 10.0.0.0/16 (as this encompasses all other ranges of internal IPs) and we send all traffic to the virtual appliance. In practice, you'd also enter the IP address of that virtual appliance in order to make the traffic from the gateway subnet reach it, however this last point is not asked in this question.
upvoted 4 times
...
AnshMan
5 years, 1 month ago
Address prefix: 10.0.0./16 (Route all inbound traffic to VNET) Next Hop: Virtual Appliance Subnet: GatewaySubnet Because for all Inbound traffic nothing mentioned to restrict, so it is Public Subnet in our case gateway subnet (Public/Private/DMZ)
upvoted 4 times
...
byuq
5 years, 1 month ago
Answer is correct
upvoted 2 times
...
shyan391
5 years, 1 month ago
Gateway subnet is for virtual network gateway, not for virtual appliance. There is problem in the question itself.
upvoted 3 times
...
BenDova
5 years, 2 months ago
10.0.0.0/16 because you need to route inbound traffic to the vnet address space Virtual appliance - this lets you specify vm1 ip as next hop Gatewaysubnet - because inbound traffic is coming in to whatever VPN/ER gateway is deployed here therefore route needs to be applied here.
upvoted 8 times
...
CloudGuy0
5 years, 4 months ago
I think its incorrect. Why are you using the vNet IP Space if you are deploying the Virtual Gateway Appliance to the Gateway Subnet? https://docs.microsoft.com/en-us/windows-server/networking/sdn/manage/use-network-virtual-appliances-on-a-vn Answer: 10.0.254.0/24 Virtual Appliance Gateway Subnet
upvoted 3 times
realsaid
5 years, 4 months ago
You are very wrong. The question says you need to route all traffic destined for Vnet1 address space. The answers are very correct.
upvoted 20 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...