Subdomain 1.3: Design and implement VNet connectivity and routing
1.You have a hub VNet with a VPN gateway connecting to on-premises. A spoke VNet is peered to the hub with 'Use remote gateways' enabled, but traffic from the spoke to on-premises fails. What are two possible causes?(Select 2)
- A.The hub-side peering has 'Allow gateway transit' disabled.
- B.The spoke VNet's address overlaps with the on-premises network.
- C.The Basic VPN gateway SKU does not support gateway transit.
- D.The on-premises VPN device uses a BGP ASN of 65515, which is common.
- E.The spoke VNet has a UDR with next hop 'None' for the on-premises prefix.
Show answer & explanation
Correct answers: A, B — The hub-side peering has 'Allow gateway transit' disabled.; The spoke VNet's address overlaps with the on-premises network.
- A. Correct. For gateway transit to work, the hub-side peering must have 'Allow gateway transit' enabled. If disabled, the spoke cannot use the hub's VPN gateway even though 'Use remote gateways' is enabled on the spoke peering.
- B. Correct. If the spoke VNet's address space overlaps with the on-premises network, Azure cannot route traffic correctly due to ambiguity, causing connectivity failure.
- C. Incorrect. The Basic VPN gateway SKU does support gateway transit. The limitation is that it does not support BGP or ExpressRoute coexistence, but gateway transit is supported.
- D. Incorrect. The BGP ASN of 65515 is a valid default ASN commonly used in Azure VPN scenarios and does not inherently prevent traffic. Connectivity issues would arise from BGP misconfiguration, not from this specific ASN.
- E. Incorrect. While a user-defined route with next hop 'None' would blackhole traffic to on-premises, it is not the most common cause in this scenario. The typical causes are the gateway transit setting and address space overlap.