exam questions

Exam AZ-300 All Questions

View all questions & answers for the AZ-300 exam

Exam AZ-300 topic 1 question 75 discussion

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

HOTSPOT -
You have an on-premises data center and an Azure subscription. The data center contains two VPN devices. The subscription contains an Azure virtual network named VNet1. VNet1 contains a gateway subnet.
You need to create a site-to-site VPN. The solution must ensure that is a single instance of an Azure VPN gateway fails, or a single on-premises VPN device fails, the failure will not cause an interruption that is longer than two minutes.
What is the minimum number of public IP addresses, virtual network gateways, and local network gateways required in Azure? 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:
Box 1: 4 -
Two public IP addresses in the on-premises data center, and two public IP addresses in the VNET.
The most reliable option is to combine the active-active gateways on both your network and Azure, as shown in the diagram below.


Box 2: 2 -
Every Azure VPN gateway consists of two instances in an active-standby configuration. For any planned maintenance or unplanned disruption that happens to the active instance, the standby instance would take over (failover) automatically, and resume the S2S VPN or VNet-to-VNet connections.

Box 3: 2 -
Dual-redundancy: active-active VPN gateways for both Azure and on-premises networks
References:
https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-highlyavailable

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
Mathew
Highly Voted 5 years, 4 months ago
Every Azure VPN gateway consists of two instances in an active-standby configuration. For any planned maintenance or unplanned disruption that happens to the active instance, the standby instance would take over (failover) automatically, and resume the S2S VPN or VNet-to-VNet connections. The switch over will cause a brief interruption. For planned maintenance, the connectivity should be restored within 10 to 15 seconds. For unplanned issues, the connection recovery will be longer, about 1 minute to 1 and a half minutes in the worst case. So I think active-standby will be good enough one Public IP , one VPN gateway and two local gateways.
upvoted 72 times
Daren
5 years, 3 months ago
Correct. I started to believe that I`m the only one thinking like this. Thanks!
upvoted 3 times
Explen
4 years, 11 months ago
Me too, i was scrolling down looking for this same explanation.
upvoted 1 times
...
...
binroon
4 years, 11 months ago
I agree with your explanation. But I think it's 2 PIP (one for VPN gateway, one for local network gateway), one VPN gateway and one local gateway.
upvoted 1 times
binroon
4 years, 11 months ago
wrong answer. it's 1-1-2. in the solution, it must at least use 1 VPN gateway, 2 VPN devices, thus 2 local network gateways of course. 2 PIPs for VNP devices are not Azure resources.
upvoted 4 times
...
...
praveen97
4 years, 10 months ago
Agree with Mathew. See the below link for additional details. https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-highlyavailable#multiple-on-premises-vpn-devices
upvoted 1 times
...
hihedij
5 years ago
I suppose 3 PIP will be use. First - for VPN gateway, second and third for local network gateways. "2. The local network gateways corresponding to your VPN devices must have unique public IP addresses in the "GatewayIpAddress" property." https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-highlyavailable#multiple-on-premises-vpn-devices
upvoted 5 times
...
...
Ekramy_Elnaggar
Highly Voted 5 years, 5 months ago
the question said "In Azure" , so: 2 Public IPs , 1 VPN Gateway in active/active config , 2 Local Network Gateways I already implemented this before.
upvoted 47 times
simonxinyu
5 years, 4 months ago
Question is "What is the minimum number of public IP addresses, virtual network gateways, and local network gateways required in Azure?" , which means 3 resources all in Azure.
upvoted 3 times
...
sameer2803
5 years, 1 month ago
you are missing this line "the failure will not cause an interruption that is longer than two minutes.". they are ok with a downtime of 2mins so we don't have to be active-active.
upvoted 5 times
Shades
4 years, 7 months ago
yes, thats why 1 Public IP should be enough
upvoted 1 times
...
...
vossglass
4 years, 7 months ago
Microsoft publishes another VPN Gateway in the background for failover
upvoted 1 times
...
...
Showkat
Most Recent 3 years, 5 months ago
The questions says required in Azure, I believe its 3 public addresses, 1 IP will be created during the LNG creation and then 2 IPS are required to configure with LNG's, seems its 3, 1, 2.
upvoted 1 times
...
Jinder
4 years, 5 months ago
To save time for others, Copy pasting from above and its absolutely correct answer: 3-1-2 is correct answer for this. 3: 2 ( 2 local gws need 1 Pubip each so, total 2) + 1 ( pubip for active instance only) 1: just need 1 azure VPN gateway with active - passive HA (fail over takes max 1 min 30 sec) 2: Local device needs its own local gw. so total 2 Local GW needed So the answer is 3 IPs, 1 VPN gateway, 2 Local Gateways
upvoted 3 times
nguyenhung1121990
4 years, 1 month ago
correct
upvoted 1 times
...
...
OsimIndia
4 years, 5 months ago
Here is the correct answer : 2,1,2. refer this link https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-highlyavailable
upvoted 1 times
...
jasu
4 years, 6 months ago
Question is about to resource requirement in Azure; not in on-prem network. This is an Active-Standby at Azure side since 2min down time is mentioned. For Active-Standby, 1 IP, 1 Virtual Network and 2 Local Network (from two VPN Gateways) need to be created.
upvoted 1 times
...
ihustle
4 years, 7 months ago
Why one public IP? Shouldn't there be two; one for the on-premise network and one for the azure network?
upvoted 1 times
...
Subhijith
4 years, 7 months ago
1,1,2 Each VPN gateway has two instances, one in active and one in standby. If one instance goes down, we would still have the other one available. Hence, we just need one Virtual Network gateway resource. And for this we just need to one Public IP address resource.
upvoted 3 times
...
Rajyahoo
4 years, 8 months ago
"What is the minimum number of public IP addresses, virtual network gateways, and local network gateways required in Azure?" The question is about resources in Azure, not both azure and on-prem. It should be : 1 PIP 1 Virtual GW 1 Local GW If active-active is not selected when Virtual GW is created , it automatically creates in Active-standby. One pip will do here. For unplanned issues, the connection recovery will be longer, about 1 minute to 1 and a half minutes in the worst case. (well with-in SLA stated) Ref: https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-highlyavailable
upvoted 3 times
sallymaher
4 years, 6 months ago
Agree question said less than 2 mins and Active -Standby is fit here so 1 PIP , 1 GW and 1 Local GW , BTW the other choices which said 2 vpn GW are wrong you can't setup more than one Virtual GW but you can have 2 instances
upvoted 1 times
...
...
andyR
4 years, 8 months ago
Given answer correct refer - Dual-redundancy: active-active VPN gateways for both Azure and on-premises networks
upvoted 1 times
...
prince_norman_maximus
4 years, 8 months ago
2,1,2 https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-highlyavailable#activestandby The configuration described here is "Multiple on-premises VPN devices"
upvoted 1 times
...
MMohammad
4 years, 8 months ago
The correct answer is: 1 Public IP address 1 Virtual network gateway 2 Local network gateways Description: 1 Public IP address - Each VPN gateway has two instances, one in active and one in standby. If one instance goes down, we would still have the other one available. Hence, we just need one Virtual Network gateway resource. And for this we just need to one Public IP address resource. 1 Virtual network gateway - Each VPN gateway has two instances, one in active and one in standby. If one instance goes down, we would still have the other one available. Hence, we just need one Virtual Network gateway resource. 2 Local network gateways - Here we would need to have two VPN devices registered on the client side. This would ensure that if one of the client VPN devices were to fail, you would still have another one available. For this we need to register two Local network gateways.
upvoted 3 times
...
bc5468521
4 years, 8 months ago
3,1,2 is the right answer
upvoted 2 times
...
Bart78
4 years, 8 months ago
3 pub IP's (2x on premise, 1 for the active/standby VPN Gateway (1 - 1.5 minute downtime, questions states max 2 minutes) and 2 local Network Gateways (one for each on premise pub IP
upvoted 1 times
...
saran1987
4 years, 9 months ago
Understand the existing infrastructure and the requirement. Existing: Two on prem VPN device and 1 Azure Vnet Gateway (This consists one active and standby be default) Requirement: the failure will not cause an interruption that is longer than two minutes Ans: You need 2 public IP for the VPN devices so that you can configure two local network gateway. You need one public IP for your VPN gateway (it has active and standby mode by default so you dont need two VPN gateways for the failover). So 3 public IP and 1 VPN gateway and 2 local Network Gateway
upvoted 1 times
saran1987
4 years, 9 months ago
Another reason why we dont need active-active is in the question they clearly mentioned as it shoudn't fail or interrupt not more than 2 minutes. So just active-standby mode is enough for this requirement. The answer given states the mode of active-active which is not required for a flexibility upto 2 minutes failure.
upvoted 1 times
saran1987
4 years, 9 months ago
Just onething, if they meant the public IP on in Azure, it should be just 1. I considered both onprem and Azure public IP so it will be 3. In the question they noted as what resources are needed in Azure so it should be 1 public IP which is for Vnet gateway
upvoted 1 times
...
...
...
faozio
4 years, 9 months ago
Apologies, there was no way to edit... We need 4 connections connection 1 with PIP 1 to VPN A on-premises connection 2 with PIP 2 to VPN A on-premises connection 3 with PIP 1 to VPN B on-premises connection 4 with PIP 2 to VPN B on-premises
upvoted 1 times
...
faozio
4 years, 9 months ago
This is so wrong What is the minimum number of public IP addresses, virtual network gateways, and local network gateways required in Azure? The question specifically said Azure? I have personally labbed this ... When active - active mode is activated on a VPN Gateway, it would have 2 PIP. To create a highly available architecture with two on-premises devices then... 4 connections 1 with PIP 1 to VPN A on-premises connections 2 with PIP 1 to VPN A on-premises connections 3 with PIP 3 to VPN B on-premises connections 4 with PIP 1 to VPN B on-premises Since the LNG have same public endpoint we would need only 2 of them... The correct answer is 2 1 2 Again...The subscription contains an Azure virtual network named VNet1 Looking at that statement, only 1 VPN gateway is allowed in a VNET
upvoted 1 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 ...