exam questions

Exam AZ-303 All Questions

View all questions & answers for the AZ-303 exam

Exam AZ-303 topic 6 question 20 discussion

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

HOTSPOT -
Your company has offices in New York and Los Angeles.
You have an Azure subscription that contains an Azure virtual network named VNet1. Each office has a site-to-site VPN connection to VNet1.
Each network uses the address spaces shown in the following table:

You need to ensure that all Internet-bound traffic from VNet1 is routed through the New York office.
What should you do? 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
Tripp_F
Highly Voted 3 years, 11 months ago
Correct Answers are: In Azure, run: Set-AzureRmVirtualNetworkGatewayDefaultSite On a VPN device in the NY office, set the traffic selectors to: 0.0.0.0/0 Forced tunneling must be associated with a VNet that has a route-based VPN gateway. You need to set a "default site" among the cross-premises local sites connected to the virtual network. *Also, the on-premises VPN device must be configured using 0.0.0.0/0 as traffic selectors.* https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-forced-tunneling-rm
upvoted 37 times
rdemontis
3 years, 10 months ago
thank you very much for the clear explanation!
upvoted 3 times
...
...
syu31svc
Highly Voted 3 years, 9 months ago
https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-forced-tunneling-rm Also, the on-premises VPN device must be configured using 0.0.0.0/0 as traffic selectors. The -GatewayDefaultSite is the cmdlet parameter that allows the forced routing configuration to work, so take care to configure this setting properly. Set-AzureRmVirtualNetworkGatewayDefaultSite 0.0.0.0/0
upvoted 6 times
...
souvik123
Most Recent 3 years, 11 months ago
In Azure, run: Set-AzureRmVirtualNetworkGatewayDefaultSite On a VPN device in the NY office, set the traffic selectors to: 0.0.0.0/0
upvoted 4 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 ...