An organization deploys three virtual networks in the East US region:
* VNet-Hub (): Contains a virtual machine named VM-NVA () in the firewall subnet.
* VNet-Spoke1 (): Contains a virtual machine named VM-Spoke1 in the web subnet.
* VNet-Spoke2 (): Contains a virtual machine named VM-Spoke2 in the database subnet.
Bidirectional virtual network peering is established between VNet-Hub and VNet-Spoke1, and between VNet-Hub and VNet-Spoke2. All peering connections currently use default settings:
* Traffic to remote virtual network: Allow
* Traffic forwarded from remote virtual network: Block
* Virtual network gateway: None
A route table is associated with the web subnet of VNet-Spoke1 with a route to `` via Next Hop Type `Virtual appliance` at IP address ``. A route table is also associated with the database subnet of VNet-Spoke2 with a route to `` via Next Hop Type `Virtual appliance` at IP address ``. IP forwarding is enabled on the Azure network interface (NIC) and within the operating system of VM-NVA.
You need to ensure that VM-Spoke1 can communicate with VM-Spoke2 through VM-NVA.
Which of the following configurations should you perform?
- Change the 'Traffic forwarded from remote virtual network' setting to Allow on the peering connections between VNet-Hub and both spoke virtual networks.Answer
- BEnable the 'Use remote gateways' option on the peering connections in VNet-Spoke1 and VNet-Spoke2, and enable 'Allow gateway transit' on VNet-Hub.
- CModify the route tables in VNet-Spoke1 and VNet-Spoke2 to change the Next Hop Type of the routes to Virtual Network Gateway.
- DDeploy an Azure Virtual Network Gateway in VNet-Hub and configure the spoke peering links to use remote gateways.